Started by user beierlm > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to https://osm.etsi.org/gerrit/osm/devops > git config remote.origin.url https://osm.etsi.org/gerrit/osm/devops # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* Seen branch in repository origin/WIM Seen branch in repository origin/bug1511 Seen branch in repository origin/feature5837 Seen branch in repository origin/feature7106 Seen branch in repository origin/feature7928 Seen branch in repository origin/master Seen branch in repository origin/multi_stack Seen branch in repository origin/netslice Seen branch in repository origin/new-pipeline Seen branch in repository origin/ng-ro-refactor Seen branch in repository origin/py3 Seen branch in repository origin/rift300 Seen branch in repository origin/sol006 Seen branch in repository origin/sol006v331 Seen branch in repository origin/systest Seen branch in repository origin/v2.0 Seen branch in repository origin/v3.1 Seen branch in repository origin/v4.0 Seen branch in repository origin/v5.0 Seen branch in repository origin/v6.0 Seen branch in repository origin/v7.0 Seen branch in repository origin/v8.0 Seen branch in repository origin/v9.0 Seen branch in repository origin/vagrant_stage_3 Seen 24 remote branches Obtained jenkins/ci-pipelines/ci_stage_3.groovy from aa124bdd235acefd7cc4b6e9efada3efd4cc8f1b Running in Durability level: MAX_SURVIVABILITY [Pipeline] properties [Pipeline] node Running on osm4 slave in /home/jenkins/workspace/osm-stage_3-merge_bug1511 [Pipeline] { [Pipeline] sh [osm-stage_3-merge_bug1511] Running shell script + env JENKINS_HOME=/var/lib/jenkins MAIL=/var/mail/jenkins LC_TIME=fr_FR.UTF-8 REPO_DISTRO=unstable SSH_CLIENT=195.238.226.13 36410 22 USER=jenkins GPG_KEY_NAME=OSMETSI RUN_CHANGES_DISPLAY_URL=https://osm.etsi.org/jenkins/job/osm-stage_3-merge/job/bug1511/2/display/redirect?page=changes DO_ROBOT=false SHLVL=1 NODE_LABELS=osm4 osm4 slave system HUDSON_URL=https://osm.etsi.org/jenkins/ ROBOT_VIM=/home/jenkins/hive/robot-systest.cfg OLDPWD=/home/jenkins HOME=/home/jenkins BUILD_URL=https://osm.etsi.org/jenkins/job/osm-stage_3-merge/job/bug1511/2/ HUDSON_COOKIE=48dd38ec-ff64-415a-be5e-875fd642ce1a JENKINS_SERVER_COOKIE=durable-e8bd3b3de055d519bbf04f8170667763 CLOUDS=/home/jenkins/hive/clouds.yaml DOCKER_TAG=testing-daily LC_MONETARY=fr_FR.UTF-8 WORKSPACE=/home/jenkins/workspace/osm-stage_3-merge_bug1511 UPSTREAM_SUFFIX=-stage_2 LOGNAME=jenkins NODE_NAME=osm4 slave DO_STAGE_4=false GERRIT_BRANCH=bug1511 HIVE_VIM_1=/home/jenkins/hive/openstack-etsi.rc _=/usr/bin/java SAVE_ARTIFACTS_ON_SMOKE_SUCCESS=true EXECUTOR_NUMBER=0 SAVE_CONTAINER_ON_PASS=false XDG_SESSION_ID=4161 BUILD_DISPLAY_NAME=#2 HUDSON_HOME=/var/lib/jenkins TEST_NAME=sanity JOB_BASE_NAME=bug1511 DOWNSTREAM_STAGE_NAME=osm-stage_4 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin SAVE_ARTIFACTS_OVERRIDE=false NODE=system INSTALLER=Default DO_BUILD=true KUBECONFIG=/home/jenkins/hive/kubeconfig.yaml LC_ADDRESS=fr_FR.UTF-8 BUILD_ID=2 XDG_RUNTIME_DIR=/run/user/1005 DO_DOCKERPUSH=false BUILD_TAG=jenkins-osm-stage_3-merge-bug1511-2 LC_TELEPHONE=fr_FR.UTF-8 JENKINS_URL=https://osm.etsi.org/jenkins/ LANG=en_US.UTF-8 JOB_URL=https://osm.etsi.org/jenkins/job/osm-stage_3-merge/job/bug1511/ BUILD_NUMBER=2 SHELL=/bin/bash LC_NAME=fr_FR.UTF-8 RUN_DISPLAY_URL=https://osm.etsi.org/jenkins/job/osm-stage_3-merge/job/bug1511/2/display/redirect ARTIFACTORY_SERVER=artifactory-osm SAVE_CONTAINER_ON_FAIL=false HUDSON_SERVER_COOKIE=6d3295a483c3e6d5 LC_MEASUREMENT=fr_FR.UTF-8 JOB_DISPLAY_URL=https://osm.etsi.org/jenkins/job/osm-stage_3-merge/job/bug1511/display/redirect RELEASE=release LC_IDENTIFICATION=fr_FR.UTF-8 JOB_NAME=osm-stage_3-merge/bug1511 DO_INSTALL=false PWD=/home/jenkins/workspace/osm-stage_3-merge_bug1511 REPO_KEY_NAME=pubkey.asc LC_ALL=en_US.UTF-8 SSH_CONNECTION=195.238.226.13 36410 172.21.1.7 22 LC_NUMERIC=fr_FR.UTF-8 LC_PAPER=fr_FR.UTF-8 DO_SMOKE=false BRANCH_NAME=bug1511 [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://osm.etsi.org/gerrit/osm/devops > git init /home/jenkins/workspace/osm-stage_3-merge_bug1511 # timeout=10 Fetching upstream changes from https://osm.etsi.org/gerrit/osm/devops > git --version # timeout=10 > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/devops +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://osm.etsi.org/gerrit/osm/devops # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://osm.etsi.org/gerrit/osm/devops # timeout=10 Fetching without tags Fetching upstream changes from https://osm.etsi.org/gerrit/osm/devops > git fetch --no-tags --progress https://osm.etsi.org/gerrit/osm/devops +refs/heads/*:refs/remotes/origin/* Checking out Revision aa124bdd235acefd7cc4b6e9efada3efd4cc8f1b (bug1511) > git config core.sparsecheckout # timeout=10 > git checkout -f aa124bdd235acefd7cc4b6e9efada3efd4cc8f1b Commit message: "Removing openvim" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] load [Pipeline] { (jenkins/ci-pipelines/ci_helper.groovy) [Pipeline] } [Pipeline] // load [Pipeline] stage [Pipeline] { (Copy Artifacts) [Pipeline] sh [osm-stage_3-merge_bug1511] Running shell script + rm -rf repo [Pipeline] dir Running in /home/jenkins/workspace/osm-stage_3-merge_bug1511/repo [Pipeline] { [Pipeline] dir Running in /home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release [Pipeline] { [Pipeline] step Copied 1 artifact from "RO-stage_2-merge » bug1511" build number 8 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for RO/bug1511/RO-stage_2-merge :: bug1511/8/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 24 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-dynpac_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-dynpac_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-dynpac_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-arista-cloudvision_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-arista-cloudvision_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-arista-cloudvision_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-openvim_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-openvim_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rovim-openvim_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-roclient_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-roclient_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-roclient_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-openstack_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-openstack_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rovim-openstack_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-vmware_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-vmware_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rovim-vmware_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-opennebula_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-opennebula_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rovim-opennebula_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-odlof_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-odlof_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-odlof_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-onosof_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-onosof_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-onosof_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-onos-vpls_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-onos-vpls_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-onos-vpls_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/dists/unstable/RO/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/dists/unstable/RO/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/RO/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-fos_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-fos_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rovim-fos_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-azure_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-azure_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rovim-azure_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/dists/unstable/RO/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/dists/unstable/RO/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/RO/binary-amd64/Packages.gz' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-ro-plugin_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-ro-plugin_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-ro-plugin_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-aws_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rovim-aws_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rovim-aws_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/changelog/changelog-RO.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/changelog/changelog-RO.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/changelog/changelog-RO.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-juniper-contrail_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-juniper-contrail_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-juniper-contrail_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-ietfl2vpn_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-ietfl2vpn_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-ietfl2vpn_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-dpb_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-dpb_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-dpb_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-ng-ro_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-ng-ro_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-ng-ro_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-tapi_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-tapi_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-tapi_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-floodlightof_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-rosdn-floodlightof_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-rosdn-floodlightof_9.1.1+g4c6d586.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-ro_9.1.1+g4c6d586.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-RO/bug1511/8/pool/RO/python3-osm-ro_9.1.1+g4c6d586.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/RO/python3-osm-ro_9.1.1+g4c6d586.dirty-1_all.deb' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/8/changelog bug1511/8/dists bug1511/8/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/8 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "osmclient-stage_2-merge » bug1511" build number 8 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for osmclient/bug1511/osmclient-stage_2-merge :: bug1511/8/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-osmclient/bug1511/8/dists/unstable/osmclient/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-osmclient/bug1511/8/dists/unstable/osmclient/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/osmclient/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-osmclient/bug1511/8/changelog/changelog-osmclient.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-osmclient/bug1511/8/changelog/changelog-osmclient.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/changelog/changelog-osmclient.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-osmclient/bug1511/8/pool/osmclient/python3-osmclient_9.1.1+g1246e50.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-osmclient/bug1511/8/pool/osmclient/python3-osmclient_9.1.1+g1246e50.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/osmclient/python3-osmclient_9.1.1+g1246e50.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-osmclient/bug1511/8/dists/unstable/osmclient/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-osmclient/bug1511/8/dists/unstable/osmclient/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/osmclient/binary-amd64/Packages.gz' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/8/changelog bug1511/8/dists bug1511/8/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/8 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "IM-stage_2-merge » bug1511" build number 8 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for IM/bug1511/IM-stage_2-merge :: bug1511/8/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 5 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/pool/IM/python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/pool/IM/python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/IM/python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/dists/unstable/IM/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/dists/unstable/IM/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/IM/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/pool/IM/osm-imdocs_9.1.1-g02900ec_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/pool/IM/osm-imdocs_9.1.1-g02900ec_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/IM/osm-imdocs_9.1.1-g02900ec_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/changelog/changelog-IM.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/changelog/changelog-IM.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/changelog/changelog-IM.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/dists/unstable/IM/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-IM/bug1511/8/dists/unstable/IM/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/IM/binary-amd64/Packages.gz' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/8/changelog bug1511/8/dists bug1511/8/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/8 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "devops-stage_2-merge » bug1511" build number 8 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for devops/bug1511/devops-stage_2-merge :: bug1511/8/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 2 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-devops/bug1511/8/pool/devops/osm-devops_9.1.1.post1-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-devops/bug1511/8/pool/devops/osm-devops_9.1.1.post1-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/devops/osm-devops_9.1.1.post1-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-devops/bug1511/8/changelog/changelog-devops.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-devops/bug1511/8/changelog/changelog-devops.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/changelog/changelog-devops.html' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/8/changelog bug1511/8/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/8 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "MON-stage_2-merge » bug1511" build number 11 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for MON/bug1511/MON-stage_2-merge :: bug1511/11/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-MON/bug1511/11/pool/MON/python3-osm-mon_9.1.1.post2+g250a640.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-MON/bug1511/11/pool/MON/python3-osm-mon_9.1.1.post2+g250a640.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/11/pool/MON/python3-osm-mon_9.1.1.post2+g250a640.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-MON/bug1511/11/dists/unstable/MON/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-MON/bug1511/11/dists/unstable/MON/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/11/dists/unstable/MON/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-MON/bug1511/11/dists/unstable/MON/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-MON/bug1511/11/dists/unstable/MON/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/11/dists/unstable/MON/binary-amd64/Packages.gz' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-MON/bug1511/11/changelog/changelog-MON.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-MON/bug1511/11/changelog/changelog-MON.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/11/changelog/changelog-MON.html' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/11/changelog bug1511/11/dists bug1511/11/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/11 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "N2VC-stage_2-merge » bug1511" build number 8 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for N2VC/bug1511/N2VC-stage_2-merge :: bug1511/8/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-N2VC/bug1511/8/dists/unstable/N2VC/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-N2VC/bug1511/8/dists/unstable/N2VC/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/N2VC/binary-amd64/Packages.gz' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-N2VC/bug1511/8/dists/unstable/N2VC/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-N2VC/bug1511/8/dists/unstable/N2VC/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/N2VC/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-N2VC/bug1511/8/changelog/changelog-N2VC.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-N2VC/bug1511/8/changelog/changelog-N2VC.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/changelog/changelog-N2VC.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-N2VC/bug1511/8/pool/N2VC/python3-n2vc_9.1.1+g804cc04.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-N2VC/bug1511/8/pool/N2VC/python3-n2vc_9.1.1+g804cc04.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/N2VC/python3-n2vc_9.1.1+g804cc04.dirty-1_all.deb' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/8/changelog bug1511/8/dists bug1511/8/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/8 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "NBI-stage_2-merge » bug1511" build number 9 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for NBI/bug1511/NBI-stage_2-merge :: bug1511/9/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-NBI/bug1511/9/dists/unstable/NBI/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-NBI/bug1511/9/dists/unstable/NBI/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/NBI/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-NBI/bug1511/9/dists/unstable/NBI/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-NBI/bug1511/9/dists/unstable/NBI/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/NBI/binary-amd64/Packages.gz' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-NBI/bug1511/9/pool/NBI/python3-osm-nbi_9.1.1.post1+gb1d9ee3.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-NBI/bug1511/9/pool/NBI/python3-osm-nbi_9.1.1.post1+gb1d9ee3.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/pool/NBI/python3-osm-nbi_9.1.1.post1+gb1d9ee3.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-NBI/bug1511/9/changelog/changelog-NBI.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-NBI/bug1511/9/changelog/changelog-NBI.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/changelog/changelog-NBI.html' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/9/changelog bug1511/9/dists bug1511/9/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/9 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "common-stage_2-merge » bug1511" build number 8 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for common/bug1511/common-stage_2-merge :: bug1511/8/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-common/bug1511/8/dists/unstable/common/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-common/bug1511/8/dists/unstable/common/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/common/binary-amd64/Packages.gz' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-common/bug1511/8/dists/unstable/common/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-common/bug1511/8/dists/unstable/common/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/common/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-common/bug1511/8/changelog/changelog-common.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-common/bug1511/8/changelog/changelog-common.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/changelog/changelog-common.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-common/bug1511/8/pool/common/python3-osm-common_9.1.1+g277c931.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-common/bug1511/8/pool/common/python3-osm-common_9.1.1+g277c931.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/common/python3-osm-common_9.1.1+g277c931.dirty-1_all.deb' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/8/changelog bug1511/8/dists bug1511/8/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/8 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "LCM-stage_2-merge » bug1511" build number 9 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for LCM/bug1511/LCM-stage_2-merge :: bug1511/9/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-LCM/bug1511/9/changelog/changelog-LCM.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-LCM/bug1511/9/changelog/changelog-LCM.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/changelog/changelog-LCM.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-LCM/bug1511/9/pool/LCM/python3-osm-lcm_9.1.0.post2+g996e390.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-LCM/bug1511/9/pool/LCM/python3-osm-lcm_9.1.0.post2+g996e390.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/pool/LCM/python3-osm-lcm_9.1.0.post2+g996e390.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-LCM/bug1511/9/dists/unstable/LCM/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-LCM/bug1511/9/dists/unstable/LCM/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/LCM/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-LCM/bug1511/9/dists/unstable/LCM/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-LCM/bug1511/9/dists/unstable/LCM/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/LCM/binary-amd64/Packages.gz' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/9/changelog bug1511/9/dists bug1511/9/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/9 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "POL-stage_2-merge » bug1511" build number 9 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for POL/bug1511/POL-stage_2-merge :: bug1511/9/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-POL/bug1511/9/dists/unstable/POL/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-POL/bug1511/9/dists/unstable/POL/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/POL/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-POL/bug1511/9/pool/POL/python3-osm-policy-module_9.1.1.post1+gba88f74.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-POL/bug1511/9/pool/POL/python3-osm-policy-module_9.1.1.post1+gba88f74.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/pool/POL/python3-osm-policy-module_9.1.1.post1+gba88f74.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-POL/bug1511/9/changelog/changelog-POL.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-POL/bug1511/9/changelog/changelog-POL.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/changelog/changelog-POL.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-POL/bug1511/9/dists/unstable/POL/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-POL/bug1511/9/dists/unstable/POL/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/POL/binary-amd64/Packages.gz' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/9/changelog bug1511/9/dists bug1511/9/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/9 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "LW-UI-stage_2-merge » bug1511" build number 9 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for LW-UI/bug1511/LW-UI-stage_2-merge :: bug1511/9/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-LW-UI/bug1511/9/pool/LW-UI/osm-lightui_9.1.1-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-LW-UI/bug1511/9/pool/LW-UI/osm-lightui_9.1.1-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/pool/LW-UI/osm-lightui_9.1.1-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-LW-UI/bug1511/9/dists/unstable/LW-UI/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-LW-UI/bug1511/9/dists/unstable/LW-UI/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/LW-UI/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-LW-UI/bug1511/9/dists/unstable/LW-UI/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-LW-UI/bug1511/9/dists/unstable/LW-UI/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/LW-UI/binary-amd64/Packages.gz' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-LW-UI/bug1511/9/changelog/changelog-LW-UI.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-LW-UI/bug1511/9/changelog/changelog-LW-UI.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/changelog/changelog-LW-UI.html' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/9/changelog bug1511/9/dists bug1511/9/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/9 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "NG-UI-stage_2-merge » bug1511" build number 8 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for NG-UI/bug1511/NG-UI-stage_2-merge :: bug1511/8/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/bug1511/8/dists/unstable/NG-UI/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/bug1511/8/dists/unstable/NG-UI/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/NG-UI/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/bug1511/8/pool/NG-UI/osm-ngui_9.1.1-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/bug1511/8/pool/NG-UI/osm-ngui_9.1.1-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/pool/NG-UI/osm-ngui_9.1.1-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/bug1511/8/changelog/changelog-NG-UI.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/bug1511/8/changelog/changelog-NG-UI.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/changelog/changelog-NG-UI.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/bug1511/8/dists/unstable/NG-UI/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/bug1511/8/dists/unstable/NG-UI/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/8/dists/unstable/NG-UI/binary-amd64/Packages.gz' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/8/changelog bug1511/8/dists bug1511/8/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/8 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "PLA-stage_2-merge » bug1511" build number 9 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for PLA/bug1511/PLA-stage_2-merge :: bug1511/9/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-PLA/bug1511/9/dists/unstable/PLA/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-PLA/bug1511/9/dists/unstable/PLA/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/PLA/binary-amd64/Packages.gz' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-PLA/bug1511/9/pool/PLA/python3-osm-pla_9.1.1.post1+g751f7e1.dirty-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-PLA/bug1511/9/pool/PLA/python3-osm-pla_9.1.1.post1+g751f7e1.dirty-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/pool/PLA/python3-osm-pla_9.1.1.post1+g751f7e1.dirty-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-PLA/bug1511/9/changelog/changelog-PLA.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-PLA/bug1511/9/changelog/changelog-PLA.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/changelog/changelog-PLA.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-PLA/bug1511/9/dists/unstable/PLA/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-PLA/bug1511/9/dists/unstable/PLA/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/9/dists/unstable/PLA/binary-amd64/Packages' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/9/changelog bug1511/9/dists bug1511/9/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/9 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] step Copied 1 artifact from "tests-stage_2-merge » bug1511" build number 2 [Pipeline] sh [release] Running shell script + cat build.env + awk -F= /BUILD_NUMBER/{print $2} [Pipeline] getArtifactoryServer [Pipeline] echo retrieve archive for tests/bug1511/tests-stage_2-merge :: bug1511/2/* [Pipeline] newBuildInfo [Pipeline] artifactoryDownload Searching for artifacts... Found 4 artifacts. Beginning to resolve Build Info published dependencies. Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-tests/bug1511/2/changelog/changelog-tests.html'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-tests/bug1511/2/changelog/changelog-tests.html' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/2/changelog/changelog-tests.html' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-tests/bug1511/2/dists/unstable/tests/binary-amd64/Packages'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-tests/bug1511/2/dists/unstable/tests/binary-amd64/Packages' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/2/dists/unstable/tests/binary-amd64/Packages' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-tests/bug1511/2/pool/tests/osm-tests_9.0.0rc1.post8+g7758a54-1_all.deb'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-tests/bug1511/2/pool/tests/osm-tests_9.0.0rc1.post8+g7758a54-1_all.deb' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/2/pool/tests/osm-tests_9.0.0rc1.post8+g7758a54-1_all.deb' Downloading 'https://artifactory-osm.etsi.org/artifactory/osm-tests/bug1511/2/dists/unstable/tests/binary-amd64/Packages.gz'... Successfully downloaded 'https://artifactory-osm.etsi.org/artifactory/osm-tests/bug1511/2/dists/unstable/tests/binary-amd64/Packages.gz' to '/home/jenkins/workspace/osm-stage_3-merge_bug1511/repo/release/bug1511/2/dists/unstable/tests/binary-amd64/Packages.gz' Finished resolving Build Info published dependencies. [Pipeline] sh [release] Running shell script + cp -R bug1511/2/changelog bug1511/2/dists bug1511/2/pool . [Pipeline] sh [release] Running shell script + rm -rf bug1511/2 [Pipeline] sh [release] Running shell script + rm -rf dists [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/RO/python3-osm-ng-ro_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-ro-plugin_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-ro_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-roclient_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-arista-cloudvision_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-dpb_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-dynpac_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-floodlightof_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-ietfl2vpn_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-juniper-contrail_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-odlof_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-onos-vpls_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-onosof_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rosdn-tapi_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rovim-aws_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rovim-azure_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rovim-fos_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rovim-opennebula_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rovim-openstack_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rovim-openvim_9.1.1+g4c6d586.dirty-1_all.deb pool/RO/python3-osm-rovim-vmware_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-ng-ro_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-ng-ro_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-ro-plugin_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-ro-plugin_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-ro_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-ro_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-roclient_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-roclient_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-arista-cloudvision_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-arista-cloudvision_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-dpb_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-dpb_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-dynpac_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-dynpac_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-floodlightof_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-floodlightof_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-ietfl2vpn_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-ietfl2vpn_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-juniper-contrail_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-juniper-contrail_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-odlof_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-odlof_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-onos-vpls_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-onos-vpls_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-onosof_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-onosof_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rosdn-tapi_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rosdn-tapi_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rovim-aws_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rovim-aws_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rovim-azure_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rovim-azure_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rovim-fos_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rovim-fos_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rovim-opennebula_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rovim-opennebula_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rovim-openstack_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rovim-openstack_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rovim-openvim_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rovim-openvim_9.1.1+g4c6d586.dirty-1_all.deb Processing pool/RO/python3-osm-rovim-vmware_9.1.1+g4c6d586.dirty-1_all.deb... Signed deb pool/RO/python3-osm-rovim-vmware_9.1.1+g4c6d586.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/osmclient/python3-osmclient_9.1.1+g1246e50.dirty-1_all.deb Processing pool/osmclient/python3-osmclient_9.1.1+g1246e50.dirty-1_all.deb... Signed deb pool/osmclient/python3-osmclient_9.1.1+g1246e50.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/IM/osm-imdocs_9.1.1-g02900ec_all.deb pool/IM/python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb Processing pool/IM/osm-imdocs_9.1.1-g02900ec_all.deb... Signed deb pool/IM/osm-imdocs_9.1.1-g02900ec_all.deb Processing pool/IM/python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb... Signed deb pool/IM/python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/devops/osm-devops_9.1.1.post1-1_all.deb Processing pool/devops/osm-devops_9.1.1.post1-1_all.deb... Signed deb pool/devops/osm-devops_9.1.1.post1-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/MON/python3-osm-mon_9.1.1.post2+g250a640.dirty-1_all.deb Processing pool/MON/python3-osm-mon_9.1.1.post2+g250a640.dirty-1_all.deb... Signed deb pool/MON/python3-osm-mon_9.1.1.post2+g250a640.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/N2VC/python3-n2vc_9.1.1+g804cc04.dirty-1_all.deb Processing pool/N2VC/python3-n2vc_9.1.1+g804cc04.dirty-1_all.deb... Signed deb pool/N2VC/python3-n2vc_9.1.1+g804cc04.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/NBI/python3-osm-nbi_9.1.1.post1+gb1d9ee3.dirty-1_all.deb Processing pool/NBI/python3-osm-nbi_9.1.1.post1+gb1d9ee3.dirty-1_all.deb... Signed deb pool/NBI/python3-osm-nbi_9.1.1.post1+gb1d9ee3.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/common/python3-osm-common_9.1.1+g277c931.dirty-1_all.deb Processing pool/common/python3-osm-common_9.1.1+g277c931.dirty-1_all.deb... Signed deb pool/common/python3-osm-common_9.1.1+g277c931.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/LCM/python3-osm-lcm_9.1.0.post2+g996e390.dirty-1_all.deb Processing pool/LCM/python3-osm-lcm_9.1.0.post2+g996e390.dirty-1_all.deb... Signed deb pool/LCM/python3-osm-lcm_9.1.0.post2+g996e390.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/POL/python3-osm-policy-module_9.1.1.post1+gba88f74.dirty-1_all.deb Processing pool/POL/python3-osm-policy-module_9.1.1.post1+gba88f74.dirty-1_all.deb... Signed deb pool/POL/python3-osm-policy-module_9.1.1.post1+gba88f74.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/LW-UI/osm-lightui_9.1.1-1_all.deb Processing pool/LW-UI/osm-lightui_9.1.1-1_all.deb... Signed deb pool/LW-UI/osm-lightui_9.1.1-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/NG-UI/osm-ngui_9.1.1-1_all.deb Processing pool/NG-UI/osm-ngui_9.1.1-1_all.deb... Signed deb pool/NG-UI/osm-ngui_9.1.1-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/PLA/python3-osm-pla_9.1.1.post1+g751f7e1.dirty-1_all.deb Processing pool/PLA/python3-osm-pla_9.1.1.post1+g751f7e1.dirty-1_all.deb... Signed deb pool/PLA/python3-osm-pla_9.1.1.post1+g751f7e1.dirty-1_all.deb [Pipeline] sh [release] Running shell script + dpkg-sig --sign builder -k OSMETSI pool/tests/osm-tests_9.0.0rc1.post8+g7758a54-1_all.deb Processing pool/tests/osm-tests_9.0.0rc1.post8+g7758a54-1_all.deb... Signed deb pool/tests/osm-tests_9.0.0rc1.post8+g7758a54-1_all.deb [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/RO/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/RO [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/RO/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/osmclient/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/osmclient [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/osmclient/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/IM/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/IM [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/IM/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/devops/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/devops [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/devops/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/MON/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/MON [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/MON/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/N2VC/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/N2VC [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/N2VC/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/NBI/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/NBI [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/NBI/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/common/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/common [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/common/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/LCM/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/LCM [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/LCM/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/POL/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/POL [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/POL/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/LW-UI/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/LW-UI [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/LW-UI/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/NG-UI/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/NG-UI [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/NG-UI/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/PLA/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/PLA [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/PLA/binary-amd64/Packages [Pipeline] sh [release] Running shell script + mkdir -p dists/unstable/tests/binary-amd64/ [Pipeline] sh [release] Running shell script + apt-ftparchive packages pool/tests [Pipeline] sh [release] Running shell script + gzip -9fk dists/unstable/tests/binary-amd64/Packages [Pipeline] sh [release] Running shell script + apt-ftparchive release dists/unstable [Pipeline] sh [release] Running shell script + gpg --yes -abs -u OSMETSI -o dists/unstable/Release.gpg dists/unstable/Release [Pipeline] sh [release] Running shell script + cp /home/jenkins/pubkey.asc OSM ETSI Release Key.gpg [Pipeline] sh [release] Running shell script + cp /home/jenkins/pubkey.asc . [Pipeline] sh [release] Running shell script + rm -f changelog/changelog-osm.html + [ ! -d changelog ] + ls changelog + cat changelog/changelog-common.html + cat changelog/changelog-devops.html + cat changelog/changelog-IM.html + cat changelog/changelog-LCM.html + cat changelog/changelog-LW-UI.html + cat changelog/changelog-MON.html + cat changelog/changelog-N2VC.html + cat changelog/changelog-NBI.html + cat changelog/changelog-NG-UI.html + cat changelog/changelog-osmclient.html + cat changelog/changelog-PLA.html + cat changelog/changelog-POL.html + cat changelog/changelog-RO.html + cat changelog/changelog-tests.html [Pipeline] sh [release] Running shell script + pwd [Pipeline] } [Pipeline] // dir [Pipeline] sh [repo] Running shell script + pwd [Pipeline] sh [repo] Running shell script + python -c import socket; s=socket.socket(); s.bind(("", 0)); print(s.getsockname()[1]); s.close() + echo 48623 [Pipeline] sh [repo] Running shell script + docker run -dit --name osm-bug1511-merge-2-apache -p 48623:80 -v /home/jenkins/workspace/osm-stage_3-merge_bug1511/repo:/usr/local/apache2/htdocs/ httpd:2.4 417f064a4287bcaac420470b51796d9a16e47b0475bd44e0b26177a15cad4720 [Pipeline] sh [repo] Running shell script + docker inspect --format {{ .NetworkSettings.IPAddress }} osm-bug1511-merge-2-apache [Pipeline] sh [repo] Running shell script + echo 195.238.226.13 36410 172.21.1.7 22 + awk {print $3} [Pipeline] } [Pipeline] // dir [Pipeline] sh [osm-stage_3-merge_bug1511] Running shell script + mktemp -d [Pipeline] sh [osm-stage_3-merge_bug1511] Running shell script + find . -name osm-devops*.deb [Pipeline] sh [osm-stage_3-merge_bug1511] Running shell script + dpkg -x ./repo/release/pool/devops/osm-devops_9.1.1.post1-1_all.deb /tmp/tmp.RfcFVMM7vw [Pipeline] echo Repo base URL=http://172.17.0.3/ [Pipeline] } [Pipeline] // stage [Pipeline] dir Running in /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [osm-devops] Running shell script + make -C docker clean make: Entering directory '/tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker' rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* rm -f /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep* make: Leaving directory '/tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker' [Pipeline] sh [osm-devops] Running shell script + nproc + make -C docker -j 8 Q= CMD_DOCKER_ARGS= TAG=osm-bug1511-merge-2 RELEASE=release REPOSITORY_BASE=http://172.17.0.3/ REPOSITORY_KEY=pubkey.asc REPOSITORY=unstable make: Entering directory '/tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker' mkdir -p /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build mkdir -p /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build mkdir -p /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build mkdir -p /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build mkdir -p /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build mkdir -p /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build mkdir -p /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m MON > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_MON /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m MON > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_MON /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m MON > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_MON /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m MON > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_MON /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m MON > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_MON /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m MON > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_MON /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m MON > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_MON /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m MON > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_MON /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m IM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_IM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m IM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_IM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m IM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_IM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m IM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_IM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m IM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_IM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m IM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_IM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LCM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_LCM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m IM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_IM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LCM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_LCM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LCM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_LCM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LCM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_LCM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m RO > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_RO /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m IM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_IM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LCM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_LCM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LCM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_LCM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m RO > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_RO /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m RO > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_RO /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m common > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_common /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m RO > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_RO /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LCM > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_LCM /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m common > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_common /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m common > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_common /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m common > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_common /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m common > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_common /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m osmclient > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_osmclient /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m osmclient > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_osmclient /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m common > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_common /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m osmclient > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_osmclient /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m osmclient > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_osmclient /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m osmclient > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_osmclient /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m osmclient > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_osmclient /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m osmclient > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_osmclient /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m devops > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_devops /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m devops > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_devops /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m devops > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_devops /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m osmclient > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_osmclient /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m devops > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_devops /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m devops > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_devops /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m devops > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_devops /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m devops > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_devops /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NBI > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_NBI /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NBI > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_NBI /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NBI > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_NBI /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m devops > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_devops /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NBI > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_NBI /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NBI > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_NBI /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NBI > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_NBI /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NBI > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_NBI /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m POL -p policy-module > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_policy-module /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m POL -p policy-module > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_policy-module /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m POL -p policy-module > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_policy-module /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m POL -p policy-module > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_policy-module /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m POL -p policy-module > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_policy-module /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m POL -p policy-module > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_policy-module /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m POL -p policy-module > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_policy-module /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m Keystone > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_Keystone /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m POL -p policy-module > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_policy-module /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m Keystone > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_Keystone /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m Keystone > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_Keystone /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m Keystone > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_Keystone /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m N2VC > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_N2VC /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m Keystone > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_Keystone /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m N2VC > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_N2VC /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m Keystone > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_Keystone /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m N2VC > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_N2VC /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LW-UI -p lightui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_lightui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m N2VC > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_N2VC /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m Keystone > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_Keystone /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LW-UI -p lightui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_lightui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LW-UI -p lightui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_lightui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LW-UI -p lightui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_lightui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m N2VC > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_N2VC /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LW-UI -p lightui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_lightui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NG-UI -p ngui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_ngui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m LW-UI -p lightui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_lightui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NG-UI -p ngui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_ngui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NG-UI -p ngui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_ngui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NG-UI -p ngui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_ngui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NG-UI -p ngui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_ngui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NG-UI -p ngui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_ngui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m PLA > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_PLA /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m NG-UI -p ngui > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_ngui /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m PLA > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_PLA /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m PLA > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_PLA /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m PLA > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_PLA /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m PLA > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_PLA /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m PLA > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_PLA /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m PLA > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_PLA /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m tests > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_tests /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m tests > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_tests /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m PLA > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_PLA /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m tests > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_tests /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m tests > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_tests /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m tests > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_tests /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m tests > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_tests /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/mk/get_version.sh -r unstable -R release -k pubkey.asc -u http://172.17.0.3/ -m tests > /tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker/build/.dep_tests docker build -t opensourcemano/pol:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . docker build -t opensourcemano/osmclient:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . docker build -t opensourcemano/lcm:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . docker build -t opensourcemano/light-ui:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . docker build -t opensourcemano/nbi:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . docker build -t opensourcemano/ro:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . docker build -t opensourcemano/mon:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . docker build -t opensourcemano/keystone:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . Sending build context to Docker daemon 4.608kB Sending build context to Docker daemon 8.192kB Sending build context to Docker daemon 8.192kB Sending build context to Docker daemon 5.632kB Sending build context to Docker daemon 26.62kB Sending build context to Docker daemon 6.656kB Sending build context to Docker daemon 7.68kB Sending build context to Docker daemon 13.31kB Step 1/17 : FROM ubuntu:18.04 ---> 329ed837d508 Step 2/17 : MAINTAINER Gerardo Garcia ; Jayant Madavi ---> Using cache ---> 5450f7a593d9 Step 3/17 : RUN apt-get update && apt-get -y install curl software-properties-common ---> Using cache ---> 3c1f83f9b2a9 Step 4/17 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install wget python3 python3-pip libcurl4-openssl-dev libssl-dev python3-openstackclient ---> Using cache ---> 097237118518 Step 5/17 : RUN python3 -m pip install -U pip && python3 -m pip install pyyaml python-magic pyangbind pytest==4.6.3 verboselogs ---> Using cache ---> fd3eaaa25b10 Step 6/17 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ---> Using cache ---> ac0c8c5ff77c Step 7/17 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> 2b262a2f1317 Step 8/17 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> a206fb0fc76f Step 9/17 : ARG REPOSITORY=testing ---> Using cache ---> 034e64f6b4b6 Step 10/17 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - Step 1/23 : FROM ubuntu:20.04 ---> 7e0aa2d69a15 Step 2/23 : LABEL authors="Benjamín Díaz" ---> Using cache ---> de0f782723bf Step 3/23 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install git python3 python3-pip libmysqlclient-dev libssl-dev libffi-dev mysql-client curl software-properties-common ---> Using cache ---> dfa11b2c765f Step 4/23 : RUN pip3 install pip==21.0.1 ---> Using cache ---> 12a02fe3bea0 Step 5/23 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian Step 1/39 : FROM ubuntu:18.04 ---> 329ed837d508 Step 2/39 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install curl software-properties-common ---> Using cache ---> 636c31c2010c Step 6/23 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> f49d6627cfc9 Step 7/23 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> 381cfdc14ac4 Step 8/23 : ARG REPOSITORY=testing ---> Using cache ---> 5319a60a105f Step 9/23 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - ---> Using cache ---> a7a72ff6cb6a Step 3/39 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 python3-jsonschema python3-pymongo python3-yaml python3-pip python3-keystoneclient && pip3 install -U pip && python3 -m pip install aiokafka dataclasses aiohttp cherrypy==18.1.2 pyangbind keystoneauth1 && mkdir -p /app/storage/kafka && mkdir -p /app/log ---> Using cache ---> 3af2fb83a5d0 Step 4/39 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ---> Using cache ---> be67ee3ed67a Step 5/39 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> 3b97b77d13e5 Step 6/39 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> 92609680b766 Step 7/39 : ARG REPOSITORY=testing ---> Using cache ---> 8b5bcf36f8c0 Step 8/39 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - Step 1/20 : FROM ubuntu:16.04 ---> aefd7f02ae24 Step 2/20 : LABEL Maintainer="esousa@whitestack.com" Description="Openstack Keystone Instance" Version="1.0" Author="Eduardo Sousa" ---> Using cache ---> c4fdfe158f74 Step 3/20 : EXPOSE 5000 ---> Using cache ---> 8ec73afe268f Step 4/20 : WORKDIR /keystone ---> Using cache ---> ebc5adb98623 Step 5/20 : COPY scripts/start.sh /keystone/start.sh ---> Using cache ---> 1fed677fedcb Step 6/20 : RUN apt-get update && apt-get upgrade -y && apt-get autoremove -y && apt-get install -y software-properties-common && add-apt-repository -y cloud-archive:pike && apt-get update && apt dist-upgrade -y && apt-get install -y python-openstackclient keystone apache2 libapache2-mod-wsgi net-tools mysql-client dnsutils && apt-get install -y python-pip build-essential python-dev libldap2-dev libsasl2-dev libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev ldap-utils && pip install python-ldap ldappool && rm -rf /var/lib/apt/lists/* && chmod +x start.sh ---> Using cache ---> c64132d6353b Step 7/20 : ENV DB_HOST keystone-db ---> Using cache ---> eeac6d45f94f Step 8/20 : ENV DB_PORT 3306 ---> Using cache ---> 3379235d0dec Step 9/20 : ENV ROOT_DB_USER root ---> Using cache ---> 875989dd9cdc Step 10/20 : ENV ROOT_DB_PASSWORD admin ---> Using cache ---> c9967e5f3a37 Step 11/20 : ENV KEYSTONE_DB_PASSWORD admin Step 1/29 : FROM ubuntu:18.04 ---> 329ed837d508 Step 2/29 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl software-properties-common apt-transport-https git python-pip nginx supervisor libmariadbclient-dev mysql-client libssl-dev apt-utils && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo "deb https://deb.nodesource.com/node_10.x bionic main" | tee -a /etc/apt/sources.list.d/nodesource.list && echo "deb-src https://deb.nodesource.com/node_10.x bionic main" | tee -a /etc/apt/sources.list.d/nodesource.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs ---> Using cache ---> c993c3d32b79 Step 12/20 : ENV REGION_ID RegionOne ---> Using cache ---> 3e70560cae11 Step 13/20 : ENV KEYSTONE_HOST keystone ---> Using cache ---> c78a50b2da1e Step 14/20 : ENV ADMIN_USERNAME admin ---> Using cache ---> 476913996d6c Step 15/20 : ENV ADMIN_PASSWORD admin ---> Using cache ---> f8db78a67204 Step 16/20 : ENV ADMIN_PROJECT admin ---> Using cache ---> c24223c4af22 Step 17/20 : ENV SERVICE_USERNAME nbi ---> Using cache ---> 2060a57984b9 Step 18/20 : ENV SERVICE_PASSWORD nbi ---> Using cache ---> 2c7da8f631b0 Step 19/20 : ENV SERVICE_PROJECT service ---> Using cache ---> f03c9d3cec82 Step 3/29 : RUN node -v ---> Using cache ---> a3add56139d1 Step 20/20 : ENTRYPOINT ./start.sh ---> Using cache ---> 177264d44413 Step 4/29 : RUN npm -v ---> Using cache ---> 9d46204f8eca [Warning] One or more build-args [CACHE_DATE LWUI_VERSION OSMCLIENT_VERSION RELEASE REPOSITORY DEVOPS_VERSION N2VC_VERSION NGUI_VERSION REPOSITORY_BASE REPOSITORY_KEY COMMON_VERSION IM_VERSION MON_VERSION PLA_VERSION LCM_VERSION NBI_VERSION POL_VERSION RO_VERSION TESTS_VERSION] were not consumed ---> Using cache ---> 16748d6efb25 Step 5/29 : RUN echo "daemon off;" >> /etc/nginx/nginx.conf Successfully built 9d46204f8eca ---> Using cache ---> eea59f003f37 Step 6/29 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ---> Using cache ---> a8bc3a83913a Step 7/29 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> 017af1684cf1 Step 8/29 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> 0ac199272c69 Step 9/29 : ARG REPOSITORY=testing ---> Using cache ---> b8d10661de6b Step 10/29 : ARG LWUI_VERSION ---> Using cache ---> 900e0c73490c Step 11/29 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - Successfully tagged opensourcemano/keystone:osm-bug1511-merge-2 Step 1/37 : FROM ubuntu:20.04 ---> 7e0aa2d69a15 Step 2/37 : LABEL authors="Guillermo Calvino" ---> Using cache ---> 78b5af617e82 Step 3/37 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl software-properties-common git python3 python3-pip libssl-dev libffi-dev && apt-get clean && rm -rf /var/lib/apt/lists/* && python3 -m pip install -U pip ---> Using cache ---> 551b6ee99c29 Step 4/37 : RUN pip3 install 'pyyaml>=5.1.2' 'paramiko' 'chardet==3.0.4' 'lxml==4.6.2' 'humanfriendly==9.0.*' 'aiokafka>=0.7.0' 'prometheus_client==0.4.*' 'python-keystoneclient==3.15.*' 'six==1.15.0' 'requests==2.25.*' 'gnocchiclient==7.0.*' 'pyvcloud==23.0.*' 'python-novaclient==12.0.*' 'python-ceilometerclient==2.9.*' 'python-neutronclient==5.1.*' ---> Using cache ---> eb62b18b9bbc Step 5/37 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ---> Using cache ---> 0e3e23aa1f42 Step 6/37 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> 94526e092ca5 Step 7/37 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> 2f8b091aa0a5 Step 8/37 : ARG REPOSITORY=testing ---> Using cache ---> cde754123622 Step 9/37 : ARG MON_VERSION Step 1/42 : FROM ubuntu:18.04 ---> 329ed837d508 Step 2/42 : WORKDIR /app/osm_lcm ---> Using cache ---> 734f50c27228 Step 10/37 : ARG COMMON_VERSION ---> Using cache ---> d3b69c873153 Step 11/37 : ARG N2VC_VERSION ---> Using cache ---> 50aadb915071 Step 12/37 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - && add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} MON N2VC common" && apt update && DEBIAN_FRONTEND=noninteractive apt-get -y install python3-osm-common${COMMON_VERSION} python3-osm-mon${MON_VERSION} python3-n2vc${N2VC_VERSION} ---> Using cache ---> 7edbf0111654 Step 3/42 : RUN echo 'path-exclude /usr/share/doc/*\npath-include /usr/share/doc/*/copyright\npath-exclude /usr/share/man/*\npath-exclude /usr/share/groff/*\npath-exclude /usr/share/info/*\npath-exclude /usr/share/lintian/*\npath-exclude /usr/share/linda/*\n'> /etc/dpkg/dpkg.cfg.d/01_nodoc && echo 'APT::Install-Recommends "false";\nAPT::AutoRemove::RecommendsImportant "false";\nAPT::AutoRemove::SuggestsImportant "false";\n'> /etc/apt/apt.conf.d/99_norecommends ---> Using cache ---> 456220c5d8eb Step 4/42 : RUN apt-get update && apt-get -y install curl software-properties-common ---> Using cache ---> 1e3c0e764bc9 Step 5/42 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git make python3 gpg-agent python3-pip python3-all python3-setuptools openssh-client libffi-dev libssl-dev wget tox python3-cffi && python3 -m pip install -U pip && python3 -m pip install -U juju==2.8.4 && python3 -m pip install -U kubernetes==10.0.1 && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 7f3da055b465 Step 6/42 : RUN apt-get update && apt-get install -y curl xz-utils apt-transport-https && curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list && apt-get update && apt-get install -y kubectl ---> Using cache ---> b163e613bdec Step 7/42 : RUN curl https://get.helm.sh/helm-v2.15.2-linux-amd64.tar.gz --output helm-v2.15.2.tar.gz && tar -zxvf helm-v2.15.2.tar.gz && mv linux-amd64/helm /usr/local/bin/helm && rm -r linux-amd64/ ---> Using cache ---> 9ebbd58b134e Step 8/42 : RUN curl https://get.helm.sh/helm-v3.3.4-linux-amd64.tar.gz --output helm-v3.3.4.tar.gz && tar -zxvf helm-v3.3.4.tar.gz && mv linux-amd64/helm /usr/local/bin/helm3 && rm -r linux-amd64/ ---> Using cache ---> 61167ff1705e Step 9/42 : RUN curl -L https://launchpad.net/juju/2.7/2.7.6/+download/juju-2.7.6-k8s.tar.xz --output juju-2.7.6-k8s.tar.xz && tar -xvf juju-2.7.6-k8s.tar.xz && mv juju /usr/local/bin/juju ---> Using cache ---> 73c3df362938 Step 10/42 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ---> Using cache ---> a21aef5c889c Step 11/42 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> c4634b4ef3c2 Step 12/42 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> 33c674aad7e0 Step 13/42 : ARG REPOSITORY=testing ---> Using cache ---> cb583deffb33 Step 14/42 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - Step 1/36 : FROM ubuntu:18.04 ---> 329ed837d508 Step 2/36 : MAINTAINER Gennadiy Dubina ; Alfonso Tierno ---> Running in 8a57bad4d821 ---> Using cache ---> 58dbd4a9fd34 Step 3/36 : RUN apt-get update && apt-get -y install curl software-properties-common git tox python3-pip && python3 -m pip install --upgrade pip && python3 -m pip install pyangbind networking-l2gw ---> Using cache ---> c8e210618c01 Step 4/36 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ---> Using cache ---> e1fae3e4e657 Step 5/36 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> d5b597b0a4b1 Step 6/36 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> d9d3c78bcac2 Step 7/36 : ARG REPOSITORY=testing ---> Using cache ---> cb866f448f81 Step 8/36 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - ---> Running in e54551d53496 ---> Running in 1699edec3ed4 ---> Running in 5f5ae1c92bc9 ---> Running in cdadebc859f1 ---> Running in 4ebcb88f2c0f ---> Running in 64e96bdc390e docker build -t opensourcemano/ng-ui:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . Sending build context to Docker daemon 5.632kB Step 1/19 : FROM ubuntu:18.04 ---> 329ed837d508 Step 2/19 : RUN apt-get update && apt-get install -y curl xz-utils gnupg2 && apt-get update && apt-get install -y apt-transport-https software-properties-common && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo "deb https://deb.nodesource.com/node_10.x xenial main" | tee -a /etc/apt/sources.list.d/nodesource.list && echo "deb-src https://deb.nodesource.com/node_10.x xenial main" | tee -a /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && apt-get install -y nginx ---> Using cache ---> fc95d290886f Step 3/19 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ---> Using cache ---> f8ba188f329f Step 4/19 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> c869dfe7676f Step 5/19 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> 0f943e8de48a Step 6/19 : ARG REPOSITORY=testing ---> Using cache ---> 3e51993f5a89 Step 7/19 : ARG NGUI_VERSION ---> Using cache ---> dbde8df46a8f Step 8/19 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - ---> Running in f2741e382377  % Total % Received % Xferd Average Speed Time Time  Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3104 100 3104 0 0 3031k 0 --:--:-- --:--:-- --:--:-- 3031k Warning: apt-key output should not be parsed (stdout is not a terminal) OK  % Total % Received % Xferd Average Speed Time Time  Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0  0 --:--:-- --:--:-- --:--:-- 0 100 3104 100 3104 0 0 3031k 0 --:--:-- --:--:-- --:--:-- 3031k  % Total % Received % Xferd Average Speed Time Time Time Current  Dload Upload Total Spent Left Speed  0 0  0 0 0 0 0  0 --:--:-- --:--:-- --:--:--  0 100 3104 100 3104 0 0 3031k  0 --:--:-- --:--:-- --:--:-- 3031k Warning: apt-key output should not be parsed (stdout is not a terminal) Warning: apt-key output should not be parsed (stdout is not a terminal)  % Total % Received % Xferd Average Speed Time Time  Time Current  Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3104 100 3104 0 0 1010k 0 --:--:-- --:--:-- --:--:-- 1515k  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3104 100 3104 0 0 3031k 0 --:--:-- --:--:-- --:--:-- 3031k  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3104 100 3104 0 0 3031k 0 --:--:-- --:--:-- --:--:-- 3031k  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3104 100 3104 0 0 1515k 0 --:--:-- --:--:-- --:--:-- 1515k Warning: apt-key output should not be parsed (stdout is not a terminal) OK Removing intermediate container 8a57bad4d821 ---> 121b5fe76103 Step 11/17 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} devops osmclient IM" && apt-get update Warning: apt-key output should not be parsed (stdout is not a terminal) Warning: apt-key output should not be parsed (stdout is not a terminal)  ---> Running in bedab4ab105c  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--  0 100 3104 100 3104 0 0 3031k 0 --:--:-- --:--:-- --:--:-- 3031k Warning: apt-key output should not be parsed (stdout is not a terminal) OK OK OK OK OK OK Removing intermediate container e54551d53496 ---> a6a08a7b266b Step 9/39 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} NBI IM common" && apt update Removing intermediate container 1699edec3ed4 ---> a3bd8758daff Step 10/23 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} POL common" && apt update ---> Running in a48c4173b1bb ---> Running in 52fae28a4c54 Removing intermediate container 64e96bdc390e ---> 65a268649621 Step 9/36 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} RO IM common" && apt-get update ---> Running in 4b72a60026b9 Removing intermediate container 5f5ae1c92bc9 ---> dd234f63f68c Step 12/29 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} LW-UI" && apt-get update Ign:1 http://172.17.0.3//release unstable InRelease Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] ---> Running in e606d6989228 Removing intermediate container 4ebcb88f2c0f ---> 0c58fcaf3fe3 Step 15/42 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} LCM N2VC common" && apt update Removing intermediate container f2741e382377 ---> 9a35b0510d74 Step 9/19 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} NG-UI" && apt-get update Get:4 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] ---> Running in 432dce31a059 ---> Running in e71a1fd79d16 Get:5 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB] Get:6 http://172.17.0.3//release unstable/common amd64 Packages [1030 B] Get:7 http://172.17.0.3//release unstable/MON amd64 Packages [1058 B] Get:8 http://172.17.0.3//release unstable/N2VC amd64 Packages [513 B] Get:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Ign:1 http://172.17.0.3//release unstable InRelease Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [29.7 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [966 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [292 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1228 kB] Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [4305 B] Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:8 http://172.17.0.3//release unstable/osmclient amd64 Packages [538 B] Get:9 http://172.17.0.3//release unstable/devops amd64 Packages [486 B] Get:10 http://172.17.0.3//release unstable/IM amd64 Packages [926 B] Get:20 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [257 kB] Get:21 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [700 kB] Ign:1 http://172.17.0.3//release unstable InRelease Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2183 kB] Ign:1 http://172.17.0.3//release unstable InRelease Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] Ign:1 http://172.17.0.3//release unstable InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Ign:1 http://172.17.0.3//release unstable InRelease Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] Get:22 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [21.7 kB] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [806 kB] Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [452 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2581 kB] Hit:7 https://deb.nodesource.com/node_10.x bionic InRelease Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Ign:1 http://172.17.0.3//release unstable InRelease Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] Get:8 http://172.17.0.3//release unstable/common amd64 Packages [1030 B] Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease Get:9 http://172.17.0.3//release unstable/IM amd64 Packages [926 B] Get:10 http://172.17.0.3//release unstable/NBI amd64 Packages [670 B] Get:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease Get:8 http://172.17.0.3//release unstable/common amd64 Packages [1030 B] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:9 http://172.17.0.3//release unstable/LW-UI amd64 Packages [494 B] Get:9 http://172.17.0.3//release unstable/RO amd64 Packages [5885 B] Get:10 http://172.17.0.3//release unstable/IM amd64 Packages [926 B] Get:6 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB] Ign:1 http://172.17.0.3//release unstable InRelease Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] Get:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] Fetched 17.7 MB in 3s (6453 kB/s) Reading package lists...Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:8 http://172.17.0.3//release unstable/common amd64 Packages [1030 B] Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:9 http://172.17.0.3//release unstable/POL amd64 Packages [1031 B] Get:8 http://172.17.0.3//release unstable/NG-UI amd64 Packages [491 B] Get:6 http://172.17.0.3//release unstable/common amd64 Packages [1030 B] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2148 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:9 http://172.17.0.3//release unstable/LCM amd64 Packages [658 B] Get:10 http://172.17.0.3//release unstable/N2VC amd64 Packages [513 B] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2183 kB] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [422 kB] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [24.7 kB] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [422 kB] Hit:11 https://packages.cloud.google.com/apt kubernetes-xenial InRelease Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2148 kB] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1411 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2581 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2581 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [292 kB] Hit:10 https://deb.nodesource.com/node_10.x xenial InRelease Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [452 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [452 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1228 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2581 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2581 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2581 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [966 kB] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2148 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1411 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [452 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2183 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2183 kB] Get:14 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [422 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1411 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [452 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2183 kB] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [422 kB] W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got )  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [452 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2183 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.6 kB] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2148 kB] Fetched 9465 kB in 3s (3220 kB/s) Reading package lists...Ign:1 http://172.17.0.3//release unstable InRelease Hit:2 http://172.17.0.3//release unstable Release Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [700 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2148 kB] Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [422 kB] Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease Get:16 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1411 kB] Fetched 9471 kB in 2s (4423 kB/s) Reading package lists...Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [257 kB] Fetched 9519 kB in 2s (4230 kB/s) Reading package lists...Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [806 kB] Get:16 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1411 kB] Get:14 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [422 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1411 kB] Fetched 9465 kB in 3s (3755 kB/s) Reading package lists...Fetched 4589 kB in 2s (1923 kB/s) Reading package lists...Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2148 kB] Fetched 9463 kB in 2s (3834 kB/s) Reading package lists...Reading package lists...Fetched 9465 kB in 3s (3542 kB/s) Reading package lists... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Ign:1 http://172.17.0.3//release unstable InRelease Hit:2 http://172.17.0.3//release unstable Release W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Ign:1 http://172.17.0.3//release unstable InRelease Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Hit:2 http://172.17.0.3//release unstable Release W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got )  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Ign:1 http://172.17.0.3//release unstable InRelease Ign:1 http://172.17.0.3//release unstable InRelease Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:2 http://172.17.0.3//release unstable Release Hit:2 http://172.17.0.3//release unstable Release W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease  WARNING: apt does not have a stable CLI interface. Use with caution in scripts.  Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Hit:6 https://deb.nodesource.com/node_10.x bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease Hit:8 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease Ign:1 http://172.17.0.3//release unstable InRelease Hit:2 http://172.17.0.3//release unstable Release Building dependency tree...W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Ign:1 http://172.17.0.3//release unstable InRelease Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:2 http://172.17.0.3//release unstable Release Reading state information... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) 2 packages can be upgraded. Run 'apt list --upgradable' to see them. Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got )  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Reading package lists...Fetched 88.7 kB in 1s (75.9 kB/s) Reading package lists...Hit:6 https://deb.nodesource.com/node_10.x xenial InRelease Hit:8 http://security.ubuntu.com/ubuntu bionic-security InRelease Ign:1 http://172.17.0.3//release unstable InRelease Hit:2 http://172.17.0.3//release unstable Release Reading package lists...Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Reading package lists...Get:8 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9383 B] Reading package lists...Reading package lists...Reading package lists... Building dependency tree...Fetched 9383 B in 1s (7733 B/s) Reading package lists... Reading state information... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got )  The following additional packages will be installed: docutils-common icu-devtools ieee-data libfreetype6 libicu-dev libimagequant0 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 libpaper-utils libpaper1 libpng16-16 libtiff5 libwebp6 libwebpdemux2 libwebpmux3 libxml2-dev libxslt1-dev libxslt1.1 python-babel-localedata python3-appdirs python3-babel python3-blinker python3-bs4 python3-bson python3-bson-ext python3-cachetools python3-ceilometerclient python3-cffi-backend python3-cliff python3-cmd2 python3-crypto python3-cryptography python3-dateutil python3-debtcollector python3-decorator python3-deprecation python3-docutils python3-dogpile.cache python3-futurist python3-gnocchiclient python3-google-auth python3-gridfs python3-html5lib python3-iso8601 python3-jmespath python3-json-pointer python3-jsonpatch python3-jwt python3-keystoneauth1 python3-keystoneclient python3-kubernetes python3-lxml python3-mako python3-markupsafe python3-monotonic python3-msgpack python3-munch python3-netaddr python3-netifaces python3-neutronclient python3-novaclient python3-oauthlib python3-olefile python3-openstacksdk python3-os-client-config python3-os-service-types python3-osc-lib python3-oslo.config python3-oslo.context python3-oslo.i18n python3-oslo.log python3-oslo.serialization python3-oslo.utils python3-packaging python3-pbr python3-pil python3-prettytable python3-prometheus-client python3-pyasn1 python3-pyasn1-modules python3-pygments python3-pyinotify python3-pymongo python3-pymongo-ext python3-pyparsing python3-pyperclip python3-requests-oauthlib python3-requestsexceptions python3-rfc3986 python3-roman python3-rsa python3-simplejson python3-soupsieve python3-stevedore python3-tz python3-wcwidth python3-webencodings python3-websocket python3-wrapt python3-yaml sgml-base xml-core Suggested packages: icu-doc liblcms2-utils pkg-config python-blinker-doc python-ceilometerclient-doc python-cliff-doc python-cryptography-doc python3-cryptography-vectors python-debtcollector-doc docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french texlive-latex-base texlive-latex-recommended python-futurist-doc python-gnocchiclient-doc python3-genshi python-keystoneauth1-doc python3-requests-kerberos python3-keyring python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc ipython3 python-netaddr-docs python-openstacksdk-doc python-os-client-config-doc python-os-service-types-doc python-osc-lib-doc python-oslo.log-doc python-pil-doc python3-pil-dbg python-pygments-doc ttf-bitstream-vera python-pyinotify-doc python-pymongo-doc python-pyparsing-doc sgml-base-doc debhelper Building dependency tree... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got )  Reading state information... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) 2 packages can be upgraded. Run 'apt list --upgradable' to see them. The following NEW packages will be installed: docutils-common icu-devtools ieee-data libfreetype6 libicu-dev libimagequant0 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 libpaper-utils libpaper1 libpng16-16 libtiff5 libwebp6 libwebpdemux2 libwebpmux3 libxml2-dev libxslt1-dev libxslt1.1 python-babel-localedata python3-appdirs python3-babel python3-blinker python3-bs4 python3-bson python3-bson-ext python3-cachetools python3-ceilometerclient python3-cffi-backend python3-cliff python3-cmd2 python3-crypto python3-cryptography python3-dateutil python3-debtcollector python3-decorator python3-deprecation python3-docutils python3-dogpile.cache python3-futurist python3-gnocchiclient python3-google-auth python3-gridfs python3-html5lib python3-iso8601 python3-jmespath python3-json-pointer python3-jsonpatch python3-jwt python3-keystoneauth1 python3-keystoneclient python3-kubernetes python3-lxml python3-mako python3-markupsafe python3-monotonic python3-msgpack python3-munch python3-n2vc python3-netaddr python3-netifaces python3-neutronclient python3-novaclient python3-oauthlib python3-olefile python3-openstacksdk python3-os-client-config python3-os-service-types python3-osc-lib python3-oslo.config python3-oslo.context python3-oslo.i18n python3-oslo.log python3-oslo.serialization python3-oslo.utils python3-osm-common python3-osm-mon python3-packaging python3-pbr python3-pil python3-prettytable python3-prometheus-client python3-pyasn1 python3-pyasn1-modules python3-pygments python3-pyinotify python3-pymongo python3-pymongo-ext python3-pyparsing python3-pyperclip python3-requests-oauthlib python3-requestsexceptions python3-rfc3986 python3-roman python3-rsa python3-simplejson python3-soupsieve python3-stevedore python3-tz python3-wcwidth python3-webencodings python3-websocket python3-wrapt python3-yaml sgml-base xml-core 0 upgraded, 107 newly installed, 0 to remove and 2 not upgraded. Need to get 25.8 MB of archives. After this operation, 144 MB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/N2VC amd64 python3-n2vc all 9.1.1+g804cc04.dirty-1 [49.6 kB] Get:2 http://172.17.0.3//release unstable/common amd64 python3-osm-common all 9.1.1+g277c931.dirty-1 [31.9 kB] Get:3 http://172.17.0.3//release unstable/MON amd64 python3-osm-mon all 9.1.1.post2+g250a640.dirty-1 [51.8 kB] W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got )  Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] Building dependency tree...Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyperclip all 1.7.0-1 [10.5 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cmd2 all 0.8.5-2.1 [49.6 kB] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 sgml-base all 1.29.1 [12.4 kB] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cffi-backend amd64 1.14.0-1build1 [68.7 kB] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-netifaces amd64 0.10.4-1ubuntu4 [16.1 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng16-16 amd64 1.6.37-2 [179 kB] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 xml-core all 0.18+nmu1 [21.6 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 docutils-common all 0.16+dfsg-2 [116 kB] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 icu-devtools amd64 66.1-2ubuntu2 [188 kB] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 ieee-data all 20180805.1 [1589 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype6 amd64 2.10.1-2ubuntu0.1 [341 kB] Reading state information... Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libicu-dev amd64 66.1-2ubuntu2 [9450 kB] 9 packages can be upgraded. Run 'apt list --upgradable' to see them. W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got )  W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Removing intermediate container bedab4ab105c ---> 52d5100bb6ed Step 12/17 : ARG OSMCLIENT_VERSION Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libimagequant0 amd64 2.12.2-1.1 [31.4 kB] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 liblcms2-2 amd64 2.9-4 [140 kB] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper1 amd64 1.1.28 [13.0 kB] Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper-utils amd64 1.1.28 [8400 B] Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.1 [162 kB] Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libwebpdemux2 amd64 0.6.1-2 [9472 B] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libwebpmux3 amd64 0.6.1-2 [19.6 kB] ---> Running in 8d0683cacf01 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml2-dev amd64 2.9.10+dfsg-5 [737 kB] Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1-dev amd64 1.1.34-4 [219 kB] Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-babel-localedata all 2.6.0+dfsg.1-1ubuntu2.1 [4626 kB] Removing intermediate container 4b72a60026b9 ---> d4a315a50edc Step 10/36 : ARG RO_VERSION Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-appdirs all 1.4.3-2.1 [10.8 kB] Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tz all 2019.3-1 [24.4 kB] Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-babel all 2.6.0+dfsg.1-1ubuntu2.1 [83.5 kB] Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bson amd64 3.10.1-0ubuntu2 [34.8 kB] Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bson-ext amd64 3.10.1-0ubuntu2 [22.3 kB] Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9820 B] ---> Running in e7eccdf2e506 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-roman all 2.0.0-3build1 [8728 B] Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-docutils all 0.16+dfsg-2 [368 kB] Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pbr all 5.4.5-0ubuntu1 [64.0 kB] Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-stevedore all 1:1.32.0-0ubuntu2 [18.4 kB] Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cliff all 3.1.0-0ubuntu1 [41.8 kB] Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-crypto amd64 2.6.1-13ubuntu2 [237 kB] Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dateutil all 2.7.3-3ubuntu1 [63.3 kB] Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wrapt amd64 1.11.2-2build1 [30.6 kB] Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debtcollector all 2.0.0-0ubuntu1 [13.6 kB] Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-deprecation all 2.0.7-1 [8512 B] Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dogpile.cache all 0.9.0-0ubuntu1 [35.9 kB] Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-futurist all 2.1.0-0ubuntu1 [24.5 kB] Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-iso8601 all 0.1.12-1 [10.5 kB] Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.3 [1382 kB] Building dependency tree...Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-os-service-types all 1.7.0-0ubuntu1 [13.1 kB] Removing intermediate container 8d0683cacf01 ---> 61a8ae1ed613 Step 13/17 : ARG DEVOPS_VERSION Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-keystoneauth1 all 4.0.0-0ubuntu1 [156 kB] Removing intermediate container 52fae28a4c54 ---> 2050bde07f8f Step 11/23 : ARG POL_VERSION Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-monotonic all 1.5-0ubuntu2 [5660 B] Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jmespath all 0.9.4-2 [21.3 kB] Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-json-pointer all 2.0-0ubuntu1 [8320 B] Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jsonpatch all 1.23-3 [12.0 kB] Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-munch all 2.3.2-2 [7984 B] Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requestsexceptions all 1.4.0-3 [4232 B] Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openstacksdk all 0.46.0-0ubuntu1 [529 kB] Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-os-client-config all 1.31.2-0ubuntu2 [18.9 kB] Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oslo.i18n all 4.0.1-0ubuntu1 [22.4 kB] Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-netaddr all 0.7.19-3 [235 kB] Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oslo.utils all 4.1.1-0ubuntu1 [59.8 kB] Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-osc-lib all 2.0.0-0ubuntu1 [52.2 kB] Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gnocchiclient all 7.0.5-0ubuntu2 [31.7 kB] Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] Get:84 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pymongo amd64 3.10.1-0ubuntu2 [162 kB] ---> Running in e29fb84143a5 Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gridfs all 3.10.1-0ubuntu2 [15.2 kB] Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] Removing intermediate container e606d6989228 ---> 05a8cc995f85 Step 13/29 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y osm-lightui${LWUI_VERSION} && apt-get clean && rm -rf /var/lib/apt/lists/* Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] Get:91 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-msgpack amd64 0.6.2-1 [73.5 kB] Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oslo.context all 1:3.0.2-0ubuntu1 [13.0 kB] ---> Running in 4fb4a8f088ee Removing intermediate container e7eccdf2e506 ---> 07daf87e78f1 Step 11/36 : ARG IM_VERSION Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oslo.serialization all 3.1.1-0ubuntu1 [16.2 kB] Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oslo.log all 4.1.1-0ubuntu1 [42.7 kB] Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-rfc3986 all 1.3.2-0ubuntu2 [21.9 kB] Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oslo.config all 1:8.0.2-0ubuntu1 [84.0 kB] Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-keystoneclient all 1:4.0.0-0ubuntu1 [178 kB] Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-neutronclient all 1:7.1.1-0ubuntu1 [177 kB] Get:101 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-novaclient all 2:17.0.0-0ubuntu1 [176 kB] Get:102 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-olefile all 0.46-2 [33.7 kB] Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-ceilometerclient all 2.9.0-0ubuntu3 [64.2 kB] Get:104 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-prometheus-client all 0.7.1-1.1 [33.3 kB] Reading state information... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) 9 packages can be upgraded. Run 'apt list --upgradable' to see them. ---> Running in 9e537d55efaa ---> Running in 79e25c7db783 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pil amd64 7.0.0-4ubuntu0.3 [363 kB] Removing intermediate container e29fb84143a5 ---> 93b9b2b39ef0 Step 12/23 : ARG COMMON_VERSION Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] Removing intermediate container 4fb4a8f088ee ---> 657c9ecd25f5 Step 14/17 : ARG IM_VERSION ---> Running in 1d415feffb8a Get:107 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pymongo-ext amd64 3.10.1-0ubuntu2 [13.5 kB] Removing intermediate container 9e537d55efaa ---> a97c97e7930e Step 12/36 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3-osm-im${IM_VERSION} python3-osm-ro-plugin${RO_VERSION} python3-osm-ro${RO_VERSION} python3-osm-roclient${RO_VERSION} python3-osm-ng-ro${RO_VERSION} python3-osm-rosdn-arista-cloudvision${RO_VERSION} python3-osm-rosdn-dpb${RO_VERSION} python3-osm-rosdn-dynpac${RO_VERSION} python3-osm-rosdn-floodlightof${RO_VERSION} python3-osm-rosdn-ietfl2vpn${RO_VERSION} python3-osm-rosdn-juniper-contrail${RO_VERSION} python3-osm-rosdn-odlof${RO_VERSION} python3-osm-rosdn-onos-vpls${RO_VERSION} python3-osm-rosdn-onosof${RO_VERSION} python3-osm-rovim-aws${RO_VERSION} python3-osm-rovim-azure${RO_VERSION} python3-osm-rovim-fos${RO_VERSION} python3-osm-rovim-opennebula${RO_VERSION} python3-osm-rovim-openstack${RO_VERSION} python3-osm-rovim-openvim${RO_VERSION} python3-osm-rovim-vmware${RO_VERSION} ---> Running in e44e0d61e80f Removing intermediate container a48c4173b1bb ---> 2948d605a50b Step 10/39 : ARG NBI_VERSION ---> Running in d46d5db5e10c Removing intermediate container e71a1fd79d16 ---> b7bd84c12fc6 Step 10/19 : RUN apt-get install -y osm-ngui${NGUI_VERSION} && rm -rf /var/lib/apt/lists/* ---> Running in 10226a19eda8 Removing intermediate container 1d415feffb8a ---> 7fe0a6a858c6 Step 13/23 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install python3-osm-policy-module${POL_VERSION} ---> Running in 25298418d441 debconf: delaying package configuration, since apt-utils is not installed Removing intermediate container e44e0d61e80f ---> aef955d6d6b2 Step 15/17 : RUN apt-get update && apt-get -y install osm-devops${DEVOPS_VERSION} python3-osm-im${IM_VERSION} python3-osmclient${OSMCLIENT_VERSION} Fetched 25.8 MB in 1s (17.7 MB/s) ---> Running in 6197983af69e Selecting previously unselected package python3-pyparsing. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% ---> Running in 31c31e94bb9d (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21042 files and directories currently installed.) Preparing to unpack .../000-python3-pyparsing_2.4.6-1_all.deb ... Unpacking python3-pyparsing (2.4.6-1) ... Removing intermediate container 10226a19eda8 ---> a3e9c96e9978 Step 11/39 : ARG COMMON_VERSION Selecting previously unselected package python3-pyperclip. Preparing to unpack .../001-python3-pyperclip_1.7.0-1_all.deb ... Unpacking python3-pyperclip (1.7.0-1) ... Reading package lists... ---> Running in dc7b9528cce7 Selecting previously unselected package python3-wcwidth. Preparing to unpack .../002-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... Selecting previously unselected package python3-cmd2. Preparing to unpack .../003-python3-cmd2_0.8.5-2.1_all.deb ... Unpacking python3-cmd2 (0.8.5-2.1) ... Selecting previously unselected package sgml-base. Preparing to unpack .../004-sgml-base_1.29.1_all.deb ... Unpacking sgml-base (1.29.1) ... Removing intermediate container 432dce31a059 ---> 28a352e760a8 Step 16/42 : RUN python3 -m pip install -U "cffi==1.13.2" Removing intermediate container dc7b9528cce7 ---> 68f2d324369d Step 12/39 : ARG IM_VERSION Selecting previously unselected package python3-cffi-backend. Preparing to unpack .../005-python3-cffi-backend_1.14.0-1build1_amd64.deb ... Unpacking python3-cffi-backend (1.14.0-1build1) ... ---> Running in 844d8a8665df ---> Running in f8f4f88af93c Selecting previously unselected package python3-netifaces. Preparing to unpack .../006-python3-netifaces_0.10.4-1ubuntu4_amd64.deb ... Unpacking python3-netifaces (0.10.4-1ubuntu4) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../007-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../008-libpng16-16_1.6.37-2_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.37-2) ... Removing intermediate container f8f4f88af93c ---> 490e9a19f263 Step 13/39 : RUN apt-get update && apt-get -y install python3-osm-nbi${NBI_VERSION} python3-osm-common${COMMON_VERSION} python3-osm-im${IM_VERSION} Selecting previously unselected package xml-core. Preparing to unpack .../009-xml-core_0.18+nmu1_all.deb ... ---> Running in 0dc7d972e05e Unpacking xml-core (0.18+nmu1) ... Reading package lists...Selecting previously unselected package docutils-common. Preparing to unpack .../010-docutils-common_0.16+dfsg-2_all.deb ... Unpacking docutils-common (0.16+dfsg-2) ... Ign:1 http://172.17.0.3//release unstable InRelease Ign:1 http://172.17.0.3//release unstable InRelease Ign:1 http://172.17.0.3//release unstable InRelease Hit:2 http://172.17.0.3//release unstable Release Hit:2 http://172.17.0.3//release unstable Release Hit:2 http://172.17.0.3//release unstable Release Selecting previously unselected package icu-devtools. Preparing to unpack .../011-icu-devtools_66.1-2ubuntu2_amd64.deb ... Unpacking icu-devtools (66.1-2ubuntu2) ... Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Selecting previously unselected package ieee-data. Preparing to unpack .../012-ieee-data_20180805.1_all.deb ... Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease Unpacking ieee-data (20180805.1) ... Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:6 http://security.ubuntu.com/ubuntu focal-security InRelease Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../013-libfreetype6_2.10.1-2ubuntu0.1_amd64.deb ... Unpacking libfreetype6:amd64 (2.10.1-2ubuntu0.1) ... Selecting previously unselected package libicu-dev:amd64. Preparing to unpack .../014-libicu-dev_66.1-2ubuntu2_amd64.deb ... Unpacking libicu-dev:amd64 (66.1-2ubuntu2) ... Building dependency tree...Ign:1 http://172.17.0.3//release unstable InRelease Hit:2 http://172.17.0.3//release unstable Release Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Reading state information... Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease The following NEW packages will be installed: osm-lightui Reading package lists...0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded. Need to get 848 kB of archives. After this operation, 1988 kB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/LW-UI amd64 osm-lightui all 9.1.1-1 [848 kB] Reading package lists...Reading package lists...Building dependency tree... Reading state information... Collecting cffi==1.13.2 The following NEW packages will be installed: osm-ngui 0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded. Need to get 959 kB of archives. After this operation, 2469 kB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/NG-UI amd64 osm-ngui all 9.1.1-1 [959 kB] Reading package lists... Downloading cffi-1.13.2-cp36-cp36m-manylinux1_x86_64.whl (397 kB) Selecting previously unselected package libimagequant0:amd64. Requirement already satisfied: pycparser in /usr/lib/python3/dist-packages (from cffi==1.13.2) (2.18) Preparing to unpack .../015-libimagequant0_2.12.2-1.1_amd64.deb ... Unpacking libimagequant0:amd64 (2.12.2-1.1) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../016-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../017-libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../018-liblcms2-2_2.9-4_amd64.deb ... Unpacking liblcms2-2:amd64 (2.9-4) ... debconf: delaying package configuration, since apt-utils is not installed Installing collected packages: cffi Attempting uninstall: cffi Found existing installation: cffi 1.14.5 Selecting previously unselected package libpaper1:amd64. Preparing to unpack .../019-libpaper1_1.1.28_amd64.deb ... Unpacking libpaper1:amd64 (1.1.28) ... Uninstalling cffi-1.14.5: Fetched 959 kB in 0s (28.4 MB/s) Selecting previously unselected package osm-ngui. (Reading database ... Selecting previously unselected package libpaper-utils. Preparing to unpack .../020-libpaper-utils_1.1.28_amd64.deb ... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Unpacking libpaper-utils (1.1.28) ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 13735 files and directories currently installed.) Preparing to unpack .../osm-ngui_9.1.1-1_all.deb ... Unpacking osm-ngui (9.1.1-1) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../021-libjbig0_2.1-3.1build1_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1build1) ... Reading package lists...Selecting previously unselected package libwebp6:amd64. Preparing to unpack .../022-libwebp6_0.6.1-2_amd64.deb ... Unpacking libwebp6:amd64 (0.6.1-2) ... Successfully uninstalled cffi-1.14.5 Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../023-libtiff5_4.1.0+git191117-2ubuntu0.20.04.1_amd64.deb ... Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.1) ... Selecting previously unselected package libwebpdemux2:amd64. Preparing to unpack .../024-libwebpdemux2_0.6.1-2_amd64.deb ... Unpacking libwebpdemux2:amd64 (0.6.1-2) ... Successfully installed cffi-1.13.2 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv  Selecting previously unselected package libwebpmux3:amd64. Preparing to unpack .../025-libwebpmux3_0.6.1-2_amd64.deb ... Unpacking libwebpmux3:amd64 (0.6.1-2) ... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got )  Selecting previously unselected package libxml2-dev:amd64. Setting up osm-ngui (9.1.1-1) ... Preparing to unpack .../026-libxml2-dev_2.9.10+dfsg-5_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5) ... Reading package lists...W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Reading package lists...Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../027-libxslt1.1_1.1.34-4_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.34-4) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../028-libxslt1-dev_1.1.34-4_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.34-4) ... Selecting previously unselected package python-babel-localedata. Preparing to unpack .../029-python-babel-localedata_2.6.0+dfsg.1-1ubuntu2.1_all.deb ... Unpacking python-babel-localedata (2.6.0+dfsg.1-1ubuntu2.1) ... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Reading package lists...Fetched 848 kB in 0s (14.5 MB/s) Building dependency tree...Selecting previously unselected package osm-lightui. (Reading database ... Removing intermediate container 844d8a8665df ---> 319cb0a10fe1 Step 17/42 : ARG LCM_VERSION (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24180 files and directories currently installed.) Preparing to unpack .../osm-lightui_9.1.1-1_all.deb ... Unpacking osm-lightui (9.1.1-1) ... ---> Running in cbc889d44ef2 Reading state information... Removing intermediate container cbc889d44ef2 ---> 8c67db906dac Step 18/42 : ARG COMMON_VERSION Setting up osm-lightui (9.1.1-1) ... ---> Running in 5d5b2481581b The following additional packages will be installed: javascript-common libjs-jquery libjs-sphinxdoc libjs-underscore libpq5 python-peewee-doc python3-attr python3-bson python3-bson-ext python3-cffi-backend python3-crypto python3-cryptography python3-gridfs python3-importlib-metadata python3-jsonschema python3-more-itertools python3-mysqldb python3-osm-common python3-peewee python3-psycopg2 python3-pymongo python3-pymongo-ext python3-pymysql python3-pyrsistent python3-yaml python3-zipp Suggested packages: apache2 | lighttpd | httpd python-attr-doc python-cryptography-doc python3-cryptography-vectors python-jsonschema-doc default-mysql-server | virtual-mysql-server python3-mysqldb-dbg python-psycopg2-doc python-pymongo-doc python-pymysql-doc The following NEW packages will be installed: javascript-common libjs-jquery libjs-sphinxdoc libjs-underscore libpq5 python-peewee-doc python3-attr python3-bson python3-bson-ext python3-cffi-backend python3-crypto python3-cryptography python3-gridfs python3-importlib-metadata python3-jsonschema python3-more-itertools python3-mysqldb python3-osm-common python3-osm-policy-module python3-peewee python3-psycopg2 python3-pymongo python3-pymongo-ext python3-pymysql python3-pyrsistent python3-yaml python3-zipp Building dependency tree...Removing intermediate container 5d5b2481581b ---> 685f0b5839e3 Step 19/42 : ARG N2VC_VERSION Removing intermediate container 25298418d441 ---> d26e57849569 Step 11/19 : WORKDIR /usr/share/osm-ngui 0 upgraded, 27 newly installed, 0 to remove and 2 not upgraded. Need to get 2616 kB of archives. After this operation, 13.5 MB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/common amd64 python3-osm-common all 9.1.1+g277c931.dirty-1 [31.9 kB] Selecting previously unselected package python3-appdirs. Get:2 http://172.17.0.3//release unstable/POL amd64 python3-osm-policy-module all 9.1.1.post1+gba88f74.dirty-1 [24.5 kB] Preparing to unpack .../030-python3-appdirs_1.4.3-2.1_all.deb ... Unpacking python3-appdirs (1.4.3-2.1) ... ---> Running in 92ab73a945f2 Selecting previously unselected package python3-tz. Preparing to unpack .../031-python3-tz_2019.3-1_all.deb ... Unpacking python3-tz (2019.3-1) ... Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cffi-backend amd64 1.14.0-1build1 [68.7 kB] ---> Running in 0ad2d605c22f Building dependency tree...Selecting previously unselected package python3-babel. Preparing to unpack .../032-python3-babel_2.6.0+dfsg.1-1ubuntu2.1_all.deb ... Unpacking python3-babel (2.6.0+dfsg.1-1ubuntu2.1) ... Reading state information... Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] Selecting previously unselected package python3-blinker. Preparing to unpack .../033-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6066 B] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] Selecting previously unselected package python3-soupsieve. Preparing to unpack .../034-python3-soupsieve_1.9.5+dfsg-1_all.deb ... Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] Unpacking python3-soupsieve (1.9.5+dfsg-1) ... Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.6-0ubuntu0.20.04.1 [115 kB] Removing intermediate container 92ab73a945f2 ---> c4eac81243f3 Step 20/42 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3-osm-lcm${LCM_VERSION} python3-osm-common${COMMON_VERSION} python3-n2vc${N2VC_VERSION} && rm -rf /var/lib/apt/lists/* Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-peewee-doc all 3.7.0+dfsg-2build2 [422 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bson amd64 3.10.1-0ubuntu2 [34.8 kB] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bson-ext amd64 3.10.1-0ubuntu2 [22.3 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-crypto amd64 2.6.1-13ubuntu2 [237 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pymongo amd64 3.10.1-0ubuntu2 [162 kB] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gridfs all 3.10.1-0ubuntu2 [15.2 kB] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-more-itertools all 4.2.0-1build1 [39.4 kB] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-zipp all 1.0.0-1 [5312 B] Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-importlib-metadata all 1.5.0-1 [9992 B] Removing intermediate container 0ad2d605c22f ---> bc376c6c4c80 Step 12/19 : RUN npm install Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyrsistent amd64 0.15.5-1build1 [52.1 kB] Selecting previously unselected package python3-bs4. Reading state information... Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jsonschema all 3.2.0-0ubuntu2 [43.1 kB] Preparing to unpack .../035-python3-bs4_4.8.2-1_all.deb ... Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] Unpacking python3-bs4 (4.8.2-1) ... Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-peewee amd64 3.7.0+dfsg-2build2 [210 kB] Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pymysql all 0.9.3-2ubuntu3 [38.9 kB] ---> Running in f42a043064a3 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psycopg2 amd64 2.8.4-2 [112 kB] Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pymongo-ext amd64 3.10.1-0ubuntu2 [13.5 kB] Selecting previously unselected package python3-bson. The following additional packages will be installed: docutils-common genisoimage ieee-data libaio1 libfreetype6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 libmysqlclient-dev libmysqlclient20 libnuma1 libpaper-utils libpaper1 libpng16-16 libssl-dev libtiff5 libwebp6 libwebpdemux2 libwebpmux3 libxslt1.1 libyaml-0-2 mysql-client mysql-client-5.7 mysql-client-core-5.7 mysql-common osm-imdocs python-babel-localedata python3-alabaster python3-appdirs python3-argcomplete python3-babel python3-blinker python3-boto python3-bottle python3-bs4 python3-bson python3-bson-ext python3-certifi python3-chardet python3-cherrypy3 python3-cinderclient python3-cliff python3-cmd2 python3-debtcollector python3-decorator python3-deprecation python3-docutils python3-dogpile.cache python3-funcsigs python3-glanceclient python3-gridfs python3-html5lib python3-imagesize python3-iso8601 python3-jinja2 python3-jmespath python3-json-pointer python3-jsonpatch python3-jsonschema python3-jwt python3-keystoneauth1 python3-keystoneclient python3-logutils python3-lxml python3-markupsafe python3-monotonic python3-msgpack python3-munch python3-mysqldb python3-netaddr python3-netifaces python3-neutronclient python3-novaclient python3-oauthlib python3-olefile python3-openssl python3-openstackclient python3-openstacksdk python3-os-client-config python3-os-service-types python3-osc-lib python3-oslo.config python3-oslo.i18n python3-oslo.serialization python3-oslo.utils python3-osm-common python3-paramiko python3-pbr python3-pil python3-positional python3-prettytable python3-progressbar python3-pyasn1 python3-pygments python3-pymongo python3-pymongo-ext python3-pyparsing python3-pyperclip python3-pyvmomi python3-repoze.lru python3-requests python3-requestsexceptions python3-rfc3986 python3-roman python3-routes python3-simplejson python3-sphinx python3-stevedore python3-tz python3-urllib3 python3-warlock python3-webencodings python3-webob python3-wrapt python3-yaml sgml-base sphinx-common tzdata xml-core zlib1g-dev Suggested packages: wodim cdrkit-doc liblcms2-utils libssl-doc python-blinker-doc python-cliff-doc python-debtcollector-doc docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french texlive-latex-base texlive-latex-recommended python-funcsigs-doc python-glanceclient-doc python3-genshi python-jinja2-doc python-keystoneauth1-doc python3-requests-kerberos python3-lxml-dbg python-lxml-doc default-mysql-server | virtual-mysql-server python-egenix-mxdatetime python3-mysqldb-dbg ipython3 python-netaddr-docs python-openssl-doc python3-openssl-dbg python-openstacksdk-doc python-os-client-config-doc python-osc-lib-doc python3-gssapi python-pil-doc python3-pil-dbg python-positional-doc ttf-bitstream-vera python-pymongo-doc python-pyparsing-doc python-pyvmomi-doc python3-socks python3-paste python3-sphinx-rtd-theme libjs-mathjax dvipng texlive-latex-extra texlive-fonts-recommended texlive-generic-extra latexmk imagemagick-6.q16 sphinx-doc python-webob-doc sgml-base-doc debhelper ---> Running in 5f24949c767f Preparing to unpack .../036-python3-bson_3.10.1-0ubuntu2_amd64.deb ... Unpacking python3-bson (3.10.1-0ubuntu2) ... Selecting previously unselected package python3-bson-ext. Preparing to unpack .../037-python3-bson-ext_3.10.1-0ubuntu2_amd64.deb ... Unpacking python3-bson-ext (3.10.1-0ubuntu2) ... The following additional packages will be installed: libcurl3-gnutls osm-imdocs python3-click python3-colorama python3-jinja2 python3-magic python3-markupsafe python3-packaging python3-pycurl Suggested packages: python-jinja2-doc libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg Selecting previously unselected package python3-cachetools. Building dependency tree...Preparing to unpack .../038-python3-cachetools_4.0.0-1_all.deb ... Unpacking python3-cachetools (4.0.0-1) ... The following NEW packages will be installed: libcurl3-gnutls osm-devops osm-imdocs python3-click python3-colorama python3-jinja2 python3-magic python3-markupsafe python3-osm-im python3-osmclient python3-packaging python3-pycurl Selecting previously unselected package python3-roman. Preparing to unpack .../039-python3-roman_2.0.0-3build1_all.deb ... Unpacking python3-roman (2.0.0-3build1) ... debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 12 newly installed, 0 to remove and 10 not upgraded. Need to get 1217 kB of archives. After this operation, 19.3 MB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/devops amd64 osm-devops all 9.1.1.post1-1 [331 kB] Get:2 http://172.17.0.3//release unstable/IM amd64 osm-imdocs all 9.1.1-g02900ec [178 kB] Fetched 2616 kB in 1s (4903 kB/s) Get:3 http://172.17.0.3//release unstable/IM amd64 python3-osm-im all 9.1.1+g02900ec.dirty-1 [183 kB] Get:4 http://172.17.0.3//release unstable/osmclient amd64 python3-osmclient all 9.1.1+g1246e50.dirty-1 [56.7 kB] Selecting previously unselected package python3-docutils. Preparing to unpack .../040-python3-docutils_0.16+dfsg-2_all.deb ... Unpacking python3-docutils (0.16+dfsg-2) ... Selecting previously unselected package python3-cffi-backend. (Reading database ... Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] Reading state information... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21138 files and directories currently installed.) Preparing to unpack .../00-python3-cffi-backend_1.14.0-1build1_amd64.deb ... Unpacking python3-cffi-backend (1.14.0-1build1) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../01-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-colorama all 0.3.7-1 [14.9 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-click all 6.7-3 [56.5 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-markupsafe amd64 1.0-1build1 [13.5 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-jinja2 all 2.10-1ubuntu0.18.04.1 [95.4 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-magic all 2:0.4.15-1 [9280 B] Removing intermediate container 79e25c7db783 ---> 6597d5ade2da Step 14/29 : WORKDIR /usr/share/osm-lightui Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-packaging all 17.1-1 [18.2 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pycurl amd64 7.43.0.1-0.2 [42.5 kB] Selecting previously unselected package python3-pbr. Preparing to unpack .../041-python3-pbr_5.4.5-0ubuntu1_all.deb ... Unpacking python3-pbr (5.4.5-0ubuntu1) ... Selecting previously unselected package javascript-common. Preparing to unpack .../02-javascript-common_11_all.deb ... Unpacking javascript-common (11) ... The following additional packages will be installed: osm-imdocs python3-aiohttp python3-async-timeout python3-attr python3-cherrypy3 python3-multidict python3-openssl python3-repoze.lru python3-routes python3-simplejson python3-webob python3-yarl Suggested packages: python-attr-doc python-openssl-doc python3-openssl-dbg python3-paste python-webob-doc ---> Running in 7afb01a9cdbf Selecting previously unselected package python3-prettytable. Preparing to unpack .../042-python3-prettytable_0.7.2-5_all.deb ... Unpacking python3-prettytable (0.7.2-5) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../03-libjs-jquery_3.3.1~dfsg-3_all.deb ... Unpacking libjs-jquery (3.3.1~dfsg-3) ... Selecting previously unselected package python3-stevedore. The following NEW packages will be installed: osm-imdocs python3-aiohttp python3-async-timeout python3-attr python3-cherrypy3 python3-multidict python3-openssl python3-osm-common python3-osm-im python3-osm-nbi python3-repoze.lru python3-routes python3-simplejson python3-webob python3-yarl Preparing to unpack .../043-python3-stevedore_1%3a1.32.0-0ubuntu2_all.deb ... Unpacking python3-stevedore (1:1.32.0-0ubuntu2) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../04-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 0 upgraded, 15 newly installed, 0 to remove and 9 not upgraded. Need to get 1228 kB of archives. After this operation, 17.2 MB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/IM amd64 osm-imdocs all 9.1.1-g02900ec [178 kB] Get:2 http://172.17.0.3//release unstable/common amd64 python3-osm-common all 9.1.1+g277c931.dirty-1 [31.9 kB] Get:3 http://172.17.0.3//release unstable/IM amd64 python3-osm-im all 9.1.1+g02900ec.dirty-1 [183 kB] Ign:1 http://172.17.0.3//release unstable InRelease Get:4 http://172.17.0.3//release unstable/NBI amd64 python3-osm-nbi all 9.1.1.post1+gb1d9ee3.dirty-1 [154 kB] debconf: delaying package configuration, since apt-utils is not installed Hit:2 http://172.17.0.3//release unstable Release Selecting previously unselected package libjs-sphinxdoc. Selecting previously unselected package python3-cliff. Preparing to unpack .../05-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... Preparing to unpack .../044-python3-cliff_3.1.0-0ubuntu1_all.deb ... Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... Unpacking python3-cliff (3.1.0-0ubuntu1) ... Fetched 1217 kB in 0s (3977 kB/s) Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-async-timeout all 2.0.0-1 [4968 B] Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-attr all 17.4.0-2 [23.8 kB] Selecting previously unselected package libcurl3-gnutls:amd64. (Reading database ... Removing intermediate container 7afb01a9cdbf ---> 90d2b2fc3c18 Step 15/29 : RUN npm install -g npm@latest The following NEW packages will be installed: docutils-common genisoimage ieee-data libaio1 libfreetype6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 libmysqlclient-dev libmysqlclient20 libnuma1 libpaper-utils libpaper1 libpng16-16 libssl-dev libtiff5 libwebp6 libwebpdemux2 libwebpmux3 libxslt1.1 libyaml-0-2 mysql-client mysql-client-5.7 mysql-client-core-5.7 mysql-common osm-imdocs python-babel-localedata python3-alabaster python3-appdirs python3-argcomplete python3-babel python3-blinker python3-boto python3-bottle python3-bs4 python3-bson python3-bson-ext python3-certifi python3-chardet python3-cherrypy3 python3-cinderclient python3-cliff python3-cmd2 python3-debtcollector python3-decorator python3-deprecation python3-docutils python3-dogpile.cache python3-funcsigs python3-glanceclient python3-gridfs python3-html5lib python3-imagesize python3-iso8601 python3-jinja2 python3-jmespath python3-json-pointer python3-jsonpatch python3-jsonschema python3-jwt python3-keystoneauth1 python3-keystoneclient python3-logutils python3-lxml python3-markupsafe python3-monotonic python3-msgpack python3-munch python3-mysqldb python3-netaddr python3-netifaces python3-neutronclient python3-novaclient python3-oauthlib python3-olefile python3-openssl python3-openstackclient python3-openstacksdk python3-os-client-config python3-os-service-types python3-osc-lib python3-oslo.config python3-oslo.i18n python3-oslo.serialization python3-oslo.utils python3-osm-common python3-osm-im python3-osm-ng-ro python3-osm-ro python3-osm-ro-plugin python3-osm-roclient python3-osm-rosdn-arista-cloudvision python3-osm-rosdn-dpb python3-osm-rosdn-dynpac python3-osm-rosdn-floodlightof python3-osm-rosdn-ietfl2vpn python3-osm-rosdn-juniper-contrail python3-osm-rosdn-odlof python3-osm-rosdn-onos-vpls python3-osm-rosdn-onosof python3-osm-rovim-aws python3-osm-rovim-azure python3-osm-rovim-fos python3-osm-rovim-opennebula python3-osm-rovim-openstack python3-osm-rovim-openvim python3-osm-rovim-vmware python3-paramiko python3-pbr python3-pil python3-positional python3-prettytable python3-progressbar python3-pyasn1 python3-pygments python3-pymongo python3-pymongo-ext python3-pyparsing python3-pyperclip python3-pyvmomi python3-repoze.lru python3-requests python3-requestsexceptions python3-rfc3986 python3-roman python3-routes python3-simplejson python3-sphinx python3-stevedore python3-tz python3-urllib3 python3-warlock python3-webencodings python3-webob python3-wrapt python3-yaml sgml-base sphinx-common tzdata xml-core zlib1g-dev Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Selecting previously unselected package libpq5:amd64. Preparing to unpack .../06-libpq5_12.6-0ubuntu0.20.04.1_amd64.deb ... Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-multidict amd64 4.1.0-1 [84.1 kB] (Reading database ... 5% Unpacking libpq5:amd64 (12.6-0ubuntu0.20.04.1) ... (Reading database ... 10% Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease (Reading database ... 15% Selecting previously unselected package python3-crypto. (Reading database ... 20% Preparing to unpack .../045-python3-crypto_2.6.1-13ubuntu2_amd64.deb ... Unpacking python3-crypto (2.6.1-13ubuntu2) ... (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23973 files and directories currently installed.) Preparing to unpack .../00-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-yarl amd64 1.1.0-1 [44.4 kB] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-aiohttp amd64 3.0.1-1 [168 kB] Selecting previously unselected package python-peewee-doc. ---> Running in 00681ca7859c Preparing to unpack .../07-python-peewee-doc_3.7.0+dfsg-2build2_all.deb ... Unpacking python-peewee-doc (3.7.0+dfsg-2build2) ... 0 upgraded, 142 newly installed, 0 to remove and 9 not upgraded. Need to get 28.7 MB of archives. After this operation, 189 MB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/IM amd64 osm-imdocs all 9.1.1-g02900ec [178 kB] Get:2 http://172.17.0.3//release unstable/common amd64 python3-osm-common all 9.1.1+g277c931.dirty-1 [31.9 kB] Get:3 http://172.17.0.3//release unstable/IM amd64 python3-osm-im all 9.1.1+g02900ec.dirty-1 [183 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-cherrypy3 all 8.9.1-2 [160 kB] Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease Get:4 http://172.17.0.3//release unstable/RO amd64 python3-osm-ro-plugin all 9.1.1+g4c6d586.dirty-1 [23.5 kB] Get:5 http://172.17.0.3//release unstable/RO amd64 python3-osm-ng-ro all 9.1.1+g4c6d586.dirty-1 [63.7 kB] Get:6 http://172.17.0.3//release unstable/RO amd64 python3-osm-ro all 9.1.1+g4c6d586.dirty-1 [186 kB] Get:7 http://172.17.0.3//release unstable/RO amd64 python3-osm-roclient all 9.1.1+g4c6d586.dirty-1 [20.4 kB] Get:8 http://172.17.0.3//release unstable/RO amd64 python3-osm-rosdn-arista-cloudvision all 9.1.1+g4c6d586.dirty-1 [20.1 kB] Get:9 http://172.17.0.3//release unstable/RO amd64 python3-osm-rosdn-dpb all 9.1.1+g4c6d586.dirty-1 [7454 B] Get:10 http://172.17.0.3//release unstable/RO amd64 python3-osm-rosdn-dynpac all 9.1.1+g4c6d586.dirty-1 [6230 B] Get:11 http://172.17.0.3//release unstable/RO amd64 python3-osm-rosdn-floodlightof all 9.1.1+g4c6d586.dirty-1 [8734 B] Get:12 http://172.17.0.3//release unstable/RO amd64 python3-osm-rosdn-ietfl2vpn all 9.1.1+g4c6d586.dirty-1 [7890 B] Get:13 http://172.17.0.3//release unstable/RO amd64 python3-osm-rosdn-juniper-contrail all 9.1.1+g4c6d586.dirty-1 [15.3 kB] Get:14 http://172.17.0.3//release unstable/RO amd64 python3-osm-rosdn-odlof all 9.1.1+g4c6d586.dirty-1 [9066 B] Get:15 http://172.17.0.3//release unstable/RO amd64 python3-osm-rosdn-onos-vpls all 9.1.1+g4c6d586.dirty-1 [8118 B] Get:16 http://172.17.0.3//release unstable/RO amd64 python3-osm-rosdn-onosof all 9.1.1+g4c6d586.dirty-1 [8694 B] Get:17 http://172.17.0.3//release unstable/RO amd64 python3-osm-rovim-aws all 9.1.1+g4c6d586.dirty-1 [12.8 kB] Get:18 http://172.17.0.3//release unstable/RO amd64 python3-osm-rovim-azure all 9.1.1+g4c6d586.dirty-1 [17.5 kB] Get:19 http://172.17.0.3//release unstable/RO amd64 python3-osm-rovim-fos all 9.1.1+g4c6d586.dirty-1 [13.7 kB] Get:20 http://172.17.0.3//release unstable/RO amd64 python3-osm-rovim-opennebula all 9.1.1+g4c6d586.dirty-1 [12.7 kB] Get:21 http://172.17.0.3//release unstable/RO amd64 python3-osm-rovim-openstack all 9.1.1+g4c6d586.dirty-1 [26.7 kB] Get:22 http://172.17.0.3//release unstable/RO amd64 python3-osm-rovim-openvim all 9.1.1+g4c6d586.dirty-1 [13.5 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-openssl all 17.5.0-1ubuntu1 [41.5 kB] Selecting previously unselected package osm-devops. Preparing to unpack .../01-osm-devops_9.1.1.post1-1_all.deb ... Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-repoze.lru all 0.7-1 [11.7 kB] Get:23 http://172.17.0.3//release unstable/RO amd64 python3-osm-rovim-vmware all 9.1.1+g4c6d586.dirty-1 [51.8 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-routes all 2.4.1-1 [28.4 kB] Unpacking osm-devops (9.1.1.post1-1) ... Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-simplejson amd64 3.13.2-1 [49.6 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-webob all 1:1.7.3-2fakesync1 [64.3 kB] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] Selecting previously unselected package python3-attr. Preparing to unpack .../08-python3-attr_19.3.0-2_all.deb ... Unpacking python3-attr (19.3.0-2) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../046-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... Unpacking python3-cryptography (2.8-3ubuntu0.1) ... Selecting previously unselected package python3-bson. Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyparsing all 2.2.0+dfsg1-2 [52.2 kB] Preparing to unpack .../09-python3-bson_3.10.1-0ubuntu2_amd64.deb ... Unpacking python3-bson (3.10.1-0ubuntu2) ... Hit:7 https://packages.cloud.google.com/apt kubernetes-xenial InRelease Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyperclip all 1.6.0-1 [9376 B] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-cmd2 all 0.7.9-0ubuntu1 [34.2 kB] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB] Selecting previously unselected package python3-bson-ext. Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB] Preparing to unpack .../10-python3-bson-ext_3.10.1-0ubuntu2_amd64.deb ... Unpacking python3-bson-ext (3.10.1-0ubuntu2) ... Selecting previously unselected package python3-dateutil. Preparing to unpack .../047-python3-dateutil_2.7.3-3ubuntu1_all.deb ... Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB] debconf: delaying package configuration, since apt-utils is not installed Unpacking python3-dateutil (2.7.3-3ubuntu1) ... Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyvmomi all 6.5.0.2017.5-0ubuntu1 [169 kB] Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] Get:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB] Selecting previously unselected package python3-crypto. Preparing to unpack .../11-python3-crypto_2.6.1-13ubuntu2_amd64.deb ... Get:35 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-yaml amd64 3.12-1build2 [109 kB] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnuma1 amd64 2.0.11-2.1ubuntu0.1 [22.0 kB] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] Fetched 1228 kB in 0s (3637 kB/s) Unpacking python3-crypto (2.6.1-13ubuntu2) ... Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 ieee-data all 20180204.1 [1539 kB] Selecting previously unselected package osm-imdocs. (Reading database ... Selecting previously unselected package python3-wrapt. Preparing to unpack .../048-python3-wrapt_1.11.2-2build1_amd64.deb ... Unpacking python3-wrapt (1.11.2-2build1) ... Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6476 B] (Reading database ... 5% Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2.1 [335 kB] (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB] (Reading database ... 30% Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7308 B] (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 22681 files and directories currently installed.) Preparing to unpack .../00-osm-imdocs_9.1.1-g02900ec_all.deb ... Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.33-0ubuntu0.18.04.1 [687 kB] Unpacking osm-imdocs (9.1.1-g02900ec) ... Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.9 [1566 kB] Selecting previously unselected package python3-debtcollector. Preparing to unpack .../049-python3-debtcollector_2.0.0-0ubuntu1_all.deb ... Unpacking python3-debtcollector (2.0.0-0ubuntu1) ... Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.33-0ubuntu0.18.04.1 [989 kB] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] Selecting previously unselected package python3-cryptography. Selecting previously unselected package python3-decorator. Preparing to unpack .../12-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... Preparing to unpack .../050-python3-decorator_4.4.2-0ubuntu1_all.deb ... Unpacking python3-cryptography (2.8-3ubuntu0.1) ... Unpacking python3-decorator (4.4.2-0ubuntu1) ... Selecting previously unselected package python3-async-timeout. Preparing to unpack .../01-python3-async-timeout_2.0.0-1_all.deb ... Unpacking python3-async-timeout (2.0.0-1) ... Selecting previously unselected package python3-packaging. Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8170 B] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB] Preparing to unpack .../051-python3-packaging_20.3-1_all.deb ... Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] Unpacking python3-packaging (20.3-1) ... Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebpdemux2 amd64 0.6.1-2 [9472 B] Selecting previously unselected package python3-attr. Preparing to unpack .../02-python3-attr_17.4.0-2_all.deb ... Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebpmux3 amd64 0.6.1-2 [19.6 kB] Unpacking python3-attr (17.4.0-2) ... Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [6664 kB] Selecting previously unselected package python3-deprecation. Preparing to unpack .../052-python3-deprecation_2.0.7-1_all.deb ... Unpacking python3-deprecation (2.0.7-1) ... Selecting previously unselected package python3-pymongo. Preparing to unpack .../13-python3-pymongo_3.10.1-0ubuntu2_amd64.deb ... Selecting previously unselected package python3-multidict. Preparing to unpack .../03-python3-multidict_4.1.0-1_amd64.deb ... Unpacking python3-pymongo (3.10.1-0ubuntu2) ... Unpacking python3-multidict (4.1.0-1) ... Selecting previously unselected package osm-imdocs. Preparing to unpack .../02-osm-imdocs_9.1.1-g02900ec_all.deb ... Unpacking osm-imdocs (9.1.1-g02900ec) ... Selecting previously unselected package python3-markupsafe. Preparing to unpack .../053-python3-markupsafe_1.1.0-1build2_amd64.deb ... Unpacking python3-markupsafe (1.1.0-1build2) ... Selecting previously unselected package python3-yarl. Preparing to unpack .../04-python3-yarl_1.1.0-1_amd64.deb ... Unpacking python3-yarl (1.1.0-1) ... Selecting previously unselected package python3-gridfs. Preparing to unpack .../14-python3-gridfs_3.10.1-0ubuntu2_all.deb ... Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [1945 kB] Unpacking python3-gridfs (3.10.1-0ubuntu2) ... Selecting previously unselected package python3-mako. Preparing to unpack .../054-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... Selecting previously unselected package python3-colorama. Preparing to unpack .../03-python3-colorama_0.3.7-1_all.deb ... Selecting previously unselected package python3-aiohttp. Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client all 5.7.33-0ubuntu0.18.04.1 [9828 B] Preparing to unpack .../05-python3-aiohttp_3.0.1-1_amd64.deb ... Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-babel-localedata all 2.4.0+dfsg.1-2ubuntu1 [3412 kB] Unpacking python3-aiohttp (3.0.1-1) ... Unpacking python3-colorama (0.3.7-1) ... Selecting previously unselected package python3-more-itertools. Preparing to unpack .../15-python3-more-itertools_4.2.0-1build1_all.deb ... Unpacking python3-more-itertools (4.2.0-1build1) ... Get:64 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-appdirs all 1.4.3-1 [10.4 kB] Get:65 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-argcomplete all 1.8.1-1ubuntu1 [26.9 kB] Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-tz all 2018.3-2 [25.1 kB] Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-babel all 2.4.0+dfsg.1-2ubuntu1 [79.9 kB] Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-blinker all 1.4+dfsg1-0.1 [13.1 kB] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-boto all 2.44.0-1ubuntu2.18.04.1 [739 kB] Selecting previously unselected package python3-dogpile.cache. Preparing to unpack .../055-python3-dogpile.cache_0.9.0-0ubuntu1_all.deb ... Get:70 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-bottle all 0.12.13-1 [41.4 kB] Unpacking python3-dogpile.cache (0.9.0-0ubuntu1) ... Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-bs4 all 4.6.0-1 [67.8 kB] Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-bson amd64 3.6.1+dfsg1-1 [31.8 kB] Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-bson-ext amd64 3.6.1+dfsg1-1 [20.5 kB] Selecting previously unselected package python3-click. Get:74 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-cherrypy3 all 8.9.1-2 [160 kB] Preparing to unpack .../04-python3-click_6.7-3_all.deb ... Unpacking python3-click (6.7-3) ... Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-iso8601 all 0.1.11-1 [9876 B] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lxml amd64 4.2.1-1ubuntu0.4 [1097 kB] Selecting previously unselected package python3-cherrypy3. Selecting previously unselected package python3-zipp. Preparing to unpack .../06-python3-cherrypy3_8.9.1-2_all.deb ... Preparing to unpack .../16-python3-zipp_1.0.0-1_all.deb ... Unpacking python3-cherrypy3 (8.9.1-2) ... Unpacking python3-zipp (1.0.0-1) ... Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-jwt all 1.5.3+ds1-1 [15.9 kB] Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-oauthlib all 2.0.6-1 [70.2 kB] Get:79 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pbr all 3.1.1-3ubuntu3 [53.8 kB] Get:80 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-stevedore all 1:1.28.0-0ubuntu1 [18.5 kB] Get:81 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-keystoneauth1 all 3.4.0-0ubuntu1 [142 kB] Get:82 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-oslo.i18n all 3.19.0-0ubuntu1 [21.3 kB] Get:83 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-msgpack amd64 0.5.6-1 [73.5 kB] Selecting previously unselected package python3-futurist. Preparing to unpack .../056-python3-futurist_2.1.0-0ubuntu1_all.deb ... Get:84 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-wrapt amd64 1.9.0-3 [27.4 kB] Get:85 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-debtcollector all 1.13.0-0ubuntu1 [13.5 kB] Get:86 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-funcsigs all 1.0.2-4 [13.5 kB] Get:87 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-monotonic all 1.1-2 [5332 B] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-netaddr all 0.7.19-1 [213 kB] Unpacking python3-futurist (2.1.0-0ubuntu1) ... Selecting previously unselected package python3-markupsafe. Preparing to unpack .../05-python3-markupsafe_1.0-1build1_amd64.deb ... Unpacking python3-markupsafe (1.0-1build1) ... Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-netifaces amd64 0.10.4-0.1build4 [12.8 kB] Get:90 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-oslo.utils all 3.35.0-0ubuntu1 [56.5 kB] Get:91 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-oslo.serialization all 2.24.0-0ubuntu2 [15.1 kB] Selecting previously unselected package python3-importlib-metadata. Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-prettytable all 0.7.2-3 [19.7 kB] Preparing to unpack .../17-python3-importlib-metadata_1.5.0-1_all.deb ... Unpacking python3-importlib-metadata (1.5.0-1) ... Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-simplejson amd64 3.13.2-1 [49.6 kB] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-cinderclient all 1:3.5.0-0ubuntu1 [137 kB] Get:95 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-cliff all 2.11.0-0ubuntu2 [40.1 kB] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-decorator all 4.1.2-1 [9364 B] Get:97 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-deprecation all 1.0.1-0ubuntu1 [7092 B] Selecting previously unselected package python3-openssl. Preparing to unpack .../07-python3-openssl_17.5.0-1ubuntu1_all.deb ... Unpacking python3-openssl (17.5.0-1ubuntu1) ... Selecting previously unselected package python3-iso8601. Preparing to unpack .../057-python3-iso8601_0.1.12-1_all.deb ... Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8624 B] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] Get:100 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-dogpile.cache all 0.6.2-5 [33.4 kB] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-gridfs all 3.6.1+dfsg1-1 [15.0 kB] Unpacking python3-iso8601 (0.1.12-1) ... Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-webencodings all 0.5-2 [10.4 kB] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-html5lib all 0.999999999-1 [81.9 kB] Selecting previously unselected package python3-jinja2. Get:104 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-imagesize all 0.7.1-1 [3926 B] Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-markupsafe amd64 1.0-1build1 [13.5 kB] Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-jinja2 all 2.10-1ubuntu0.18.04.1 [95.4 kB] Preparing to unpack .../06-python3-jinja2_2.10-1ubuntu0.18.04.1_all.deb ... Get:107 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-jmespath all 0.9.3-1ubuntu1 [18.7 kB] Unpacking python3-jinja2 (2.10-1ubuntu0.18.04.1) ... Selecting previously unselected package python3-pyrsistent:amd64. Preparing to unpack .../18-python3-pyrsistent_0.15.5-1build1_amd64.deb ... Get:108 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-json-pointer all 1.10-1 [7478 B] Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-jsonpatch all 1.19+really1.16-1fakesync1 [13.4 kB] Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-jsonschema all 2.6.0-2 [31.2 kB] Unpacking python3-pyrsistent:amd64 (0.15.5-1build1) ... Get:111 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-logutils all 0.3.3-5 [16.7 kB] Get:112 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] Get:113 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-rfc3986 all 0.3.1-2 [14.1 kB] Get:114 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-oslo.config all 1:5.2.0-0ubuntu1 [79.7 kB] Get:115 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-positional all 1.1.1-3 [6188 B] Get:116 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-keystoneclient all 1:3.15.0-0ubuntu1 [169 kB] Selecting previously unselected package python3-osm-common. Preparing to unpack .../08-python3-osm-common_9.1.1+g277c931.dirty-1_all.deb ... Selecting previously unselected package python3-lxml:amd64. Preparing to unpack .../058-python3-lxml_4.5.0-1ubuntu0.3_amd64.deb ... Get:117 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-requestsexceptions all 1.3.0-3 [4116 B] Unpacking python3-osm-common (9.1.1+g277c931.dirty-1) ... Get:118 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-os-client-config all 1.29.0-0ubuntu1 [34.4 kB] Get:119 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-munch all 2.2.0-1ubuntu2 [7404 B] Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.3) ... Get:120 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-os-service-types all 1.1.0-0ubuntu2 [10.8 kB] Get:121 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-openstacksdk all 0.11.3+repack-0ubuntu1 [406 kB] Get:122 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-osc-lib all 1.9.0-0ubuntu1 [48.3 kB] Get:123 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-neutronclient all 1:6.7.0-0ubuntu1 [177 kB] Reading package lists...Selecting previously unselected package python3-jsonschema. Get:124 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-novaclient all 2:9.1.1-0ubuntu1 [165 kB] Preparing to unpack .../19-python3-jsonschema_3.2.0-0ubuntu2_all.deb ... Unpacking python3-jsonschema (3.2.0-0ubuntu2) ... Selecting previously unselected package python3-osm-im. Preparing to unpack .../07-python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb ... Unpacking python3-osm-im (9.1.1+g02900ec.dirty-1) ... Selecting previously unselected package python3-osm-im. Preparing to unpack .../09-python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb ... Unpacking python3-osm-im (9.1.1+g02900ec.dirty-1) ... Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] Selecting previously unselected package python3-mysqldb. Preparing to unpack .../20-python3-mysqldb_1.4.4-2build1_amd64.deb ... Unpacking python3-mysqldb (1.4.4-2build1) ... Get:126 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-openssl all 17.5.0-1ubuntu1 [41.5 kB] Get:127 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-warlock all 1.2.0-2 [5784 B] Get:128 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-glanceclient all 1:2.9.1-0ubuntu1 [102 kB] Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-openstackclient all 3.14.2-0ubuntu1 [325 kB] Selecting previously unselected package python3-osm-common. Preparing to unpack .../21-python3-osm-common_9.1.1+g277c931.dirty-1_all.deb ... Unpacking python3-osm-common (9.1.1+g277c931.dirty-1) ... Get:130 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pymongo amd64 3.6.1+dfsg1-1 [125 kB] Selecting previously unselected package python3-osm-nbi. Preparing to unpack .../10-python3-osm-nbi_9.1.1.post1+gb1d9ee3.dirty-1_all.deb ... Unpacking python3-osm-nbi (9.1.1.post1+gb1d9ee3.dirty-1) ... Selecting previously unselected package python3-magic. Preparing to unpack .../08-python3-magic_2%3a0.4.15-1_all.deb ... Unpacking python3-magic (2:0.4.15-1) ... Get:131 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyasn1 all 0.4.2-3 [46.8 kB] Get:132 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-paramiko all 2.0.0-1ubuntu1.2 [110 kB] Selecting previously unselected package python3-peewee. Preparing to unpack .../22-python3-peewee_3.7.0+dfsg-2build2_amd64.deb ... Get:133 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pygments all 2.2.0+dfsg-1ubuntu0.2 [574 kB] Unpacking python3-peewee (3.7.0+dfsg-2build2) ... Selecting previously unselected package python3-packaging. Selecting previously unselected package python3-jwt. Preparing to unpack .../059-python3-jwt_1.7.1-2ubuntu2_all.deb ... Preparing to unpack .../09-python3-packaging_17.1-1_all.deb ... Unpacking python3-jwt (1.7.1-2ubuntu2) ... Unpacking python3-packaging (17.1-1) ... Get:134 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-alabaster all 0.7.8-1 [18.5 kB] Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 sphinx-common all 1.6.7-1ubuntu1 [420 kB] Get:136 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-sphinx all 1.6.7-1ubuntu1 [459 kB] Get:137 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-progressbar all 2.3-4 [9630 B] Get:138 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.5 [330 kB] Get:139 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pymongo-ext amd64 3.6.1+dfsg1-1 [11.0 kB] Get:140 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-repoze.lru all 0.7-1 [11.7 kB] Get:141 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-routes all 2.4.1-1 [28.4 kB] Get:142 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-webob all 1:1.7.3-2fakesync1 [64.3 kB] Selecting previously unselected package python3-repoze.lru. Preparing to unpack .../11-python3-repoze.lru_0.7-1_all.deb ... Unpacking python3-repoze.lru (0.7-1) ... Selecting previously unselected package python3-oauthlib. Selecting previously unselected package python3-pycurl. Preparing to unpack .../060-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... Selecting previously unselected package python3-pymysql. Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... Preparing to unpack .../23-python3-pymysql_0.9.3-2ubuntu3_all.deb ... Preparing to unpack .../10-python3-pycurl_7.43.0.1-0.2_amd64.deb ... Unpacking python3-pymysql (0.9.3-2ubuntu3) ... Unpacking python3-pycurl (7.43.0.1-0.2) ... Selecting previously unselected package python3-routes. Preparing to unpack .../12-python3-routes_2.4.1-1_all.deb ... Unpacking python3-routes (2.4.1-1) ... Selecting previously unselected package python3-osmclient. Preparing to unpack .../11-python3-osmclient_9.1.1+g1246e50.dirty-1_all.deb ... Unpacking python3-osmclient (9.1.1+g1246e50.dirty-1) ... Selecting previously unselected package python3-osm-policy-module. Preparing to unpack .../24-python3-osm-policy-module_9.1.1.post1+gba88f74.dirty-1_all.deb ... Unpacking python3-osm-policy-module (9.1.1.post1+gba88f74.dirty-1) ... Selecting previously unselected package python3-os-service-types. Preparing to unpack .../061-python3-os-service-types_1.7.0-0ubuntu1_all.deb ... Unpacking python3-os-service-types (1.7.0-0ubuntu1) ... Selecting previously unselected package python3-simplejson. Preparing to unpack .../13-python3-simplejson_3.13.2-1_amd64.deb ... Unpacking python3-simplejson (3.13.2-1) ... debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package python3-keystoneauth1. Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... Preparing to unpack .../062-python3-keystoneauth1_4.0.0-0ubuntu1_all.deb ... Selecting previously unselected package python3-psycopg2. Unpacking python3-keystoneauth1 (4.0.0-0ubuntu1) ... Preparing to unpack .../25-python3-psycopg2_2.8.4-2_amd64.deb ... Unpacking python3-psycopg2 (2.8.4-2) ... Setting up python3-magic (2:0.4.15-1) ... Selecting previously unselected package python3-webob. Preparing to unpack .../14-python3-webob_1%3a1.7.3-2fakesync1_all.deb ... Unpacking python3-webob (1:1.7.3-2fakesync1) ... Fetched 28.7 MB in 2s (12.5 MB/s) Selecting previously unselected package python3-pymongo-ext. Preparing to unpack .../26-python3-pymongo-ext_3.10.1-0ubuntu2_amd64.deb ... Unpacking python3-pymongo-ext (3.10.1-0ubuntu2) ... Selecting previously unselected package libjpeg-turbo8:amd64. (Reading database ... Setting up python3-async-timeout (2.0.0-1) ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 17981 files and directories currently installed.) Preparing to unpack .../000-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... Setting up python3-more-itertools (4.2.0-1build1) ... Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... Selecting previously unselected package python3-monotonic. Preparing to unpack .../063-python3-monotonic_1.5-0ubuntu2_all.deb ... Unpacking python3-monotonic (1.5-0ubuntu2) ... Setting up python3-colorama (0.3.7-1) ... Selecting previously unselected package python3-jmespath. Preparing to unpack .../064-python3-jmespath_0.9.4-2_all.deb ... Unpacking python3-jmespath (0.9.4-2) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../001-python3-pyparsing_2.2.0+dfsg1-2_all.deb ... Unpacking python3-pyparsing (2.2.0+dfsg1-2) ... Selecting previously unselected package python3-json-pointer. Preparing to unpack .../065-python3-json-pointer_2.0-0ubuntu1_all.deb ... Unpacking python3-json-pointer (2.0-0ubuntu1) ... Selecting previously unselected package python3-pyperclip. Preparing to unpack .../002-python3-pyperclip_1.6.0-1_all.deb ... Unpacking python3-pyperclip (1.6.0-1) ... Setting up python3-webob (1:1.7.3-2fakesync1) ... Selecting previously unselected package python3-cmd2. Preparing to unpack .../003-python3-cmd2_0.7.9-0ubuntu1_all.deb ... Unpacking python3-cmd2 (0.7.9-0ubuntu1) ... Selecting previously unselected package python3-jsonpatch. Preparing to unpack .../066-python3-jsonpatch_1.23-3_all.deb ... Unpacking python3-jsonpatch (1.23-3) ... Setting up javascript-common (11) ... Selecting previously unselected package python3-certifi. Preparing to unpack .../004-python3-certifi_2018.1.18-2_all.deb ... Unpacking python3-certifi (2018.1.18-2) ... Selecting previously unselected package python3-munch. Setting up python3-attr (19.3.0-2) ... Preparing to unpack .../067-python3-munch_2.3.2-2_all.deb ... Unpacking python3-munch (2.3.2-2) ... Setting up osm-devops (9.1.1.post1-1) ... Setting up python3-markupsafe (1.0-1build1) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../005-python3-chardet_3.0.4-1_all.deb ... Unpacking python3-chardet (3.0.4-1) ... Selecting previously unselected package python3-requestsexceptions. Preparing to unpack .../068-python3-requestsexceptions_1.4.0-3_all.deb ... Unpacking python3-requestsexceptions (1.4.0-3) ... Selecting previously unselected package python3-openstacksdk. Preparing to unpack .../069-python3-openstacksdk_0.46.0-0ubuntu1_all.deb ... Unpacking python3-openstacksdk (0.46.0-0ubuntu1) ... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Setting up python3-simplejson (3.13.2-1) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../006-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ... Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ... Reading package lists...Setting up python3-peewee (3.7.0+dfsg-2build2) ... Setting up python3-jinja2 (2.10-1ubuntu0.18.04.1) ... Selecting previously unselected package python3-requests. Preparing to unpack .../007-python3-requests_2.18.4-2ubuntu0.1_all.deb ... Unpacking python3-requests (2.18.4-2ubuntu0.1) ... Selecting previously unselected package python3-pyvmomi. Preparing to unpack .../008-python3-pyvmomi_6.5.0.2017.5-0ubuntu1_all.deb ... Unpacking python3-pyvmomi (6.5.0.2017.5-0ubuntu1) ... Setting up python3-cherrypy3 (8.9.1-2) ... Selecting previously unselected package sgml-base. Preparing to unpack .../009-sgml-base_1.29_all.deb ... Unpacking sgml-base (1.29) ... Selecting previously unselected package libyaml-0-2:amd64. npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. Preparing to unpack .../010-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... Setting up python3-packaging (17.1-1) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../011-python3-yaml_3.12-1build2_amd64.deb ... Unpacking python3-yaml (3.12-1build2) ... Setting up libpq5:amd64 (12.6-0ubuntu0.20.04.1) ... Setting up python3-yaml (5.3.1-1ubuntu0.1) ... Selecting previously unselected package tzdata. Preparing to unpack .../012-tzdata_2021a-0ubuntu0.18.04_all.deb ... Unpacking tzdata (2021a-0ubuntu0.18.04) ... Setting up python3-multidict (4.1.0-1) ... Setting up osm-imdocs (9.1.1-g02900ec) ... Setting up python3-pycurl (7.43.0.1-0.2) ... Selecting previously unselected package python3-os-client-config. Preparing to unpack .../070-python3-os-client-config_1.31.2-0ubuntu2_all.deb ... Unpacking python3-os-client-config (1.31.2-0ubuntu2) ... Setting up python3-zipp (1.0.0-1) ... Selecting previously unselected package python3-oslo.i18n. Preparing to unpack .../071-python3-oslo.i18n_4.0.1-0ubuntu1_all.deb ... Unpacking python3-oslo.i18n (4.0.1-0ubuntu1) ... Setting up python3-osm-common (9.1.1+g277c931.dirty-1) ... POST INSTALL OSM-COMMON Installing python dependencies via pip... Setting up python3-click (6.7-3) ... Setting up python3-mysqldb (1.4.4-2build1) ... Selecting previously unselected package python3-netaddr. Preparing to unpack .../072-python3-netaddr_0.7.19-3_all.deb ... Unpacking python3-netaddr (0.7.19-3) ... Selecting previously unselected package python3-oslo.utils. Preparing to unpack .../073-python3-oslo.utils_4.1.1-0ubuntu1_all.deb ... Unpacking python3-oslo.utils (4.1.1-0ubuntu1) ... Building dependency tree...Selecting previously unselected package python3-simplejson. Preparing to unpack .../074-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... Unpacking python3-simplejson (3.16.0-2ubuntu2) ... Setting up python3-osm-im (9.1.1+g02900ec.dirty-1) ... Setting up python3-bson (3.10.1-0ubuntu2) ... Reading state information... Selecting previously unselected package python3-osc-lib. Preparing to unpack .../075-python3-osc-lib_2.0.0-0ubuntu1_all.deb ... Unpacking python3-osc-lib (2.0.0-0ubuntu1) ... Selecting previously unselected package python3-gnocchiclient. Preparing to unpack .../076-python3-gnocchiclient_7.0.5-0ubuntu2_all.deb ... Unpacking python3-gnocchiclient (7.0.5-0ubuntu2) ... The following additional packages will be installed: libyaml-0-2 python3-aiohttp python3-asn1crypto python3-async-timeout python3-attr python3-bson python3-certifi python3-chardet python3-crypto python3-cryptography python3-dateutil python3-fasteners python3-httplib2 python3-idna python3-jinja2 python3-kubernetes python3-markupsafe python3-monotonic python3-multidict python3-oauth2client python3-openssl python3-pyasn1 python3-pyasn1-modules python3-pymongo python3-rsa python3-six python3-sqlalchemy python3-uritemplate python3-urllib3 python3-websocket python3-yaml python3-yarl tzdata Suggested packages: python-attr-doc python-crypto-doc python-cryptography-doc python3-cryptography-vectors python-jinja2-doc python-openssl-doc python3-openssl-dbg python-pymongo-doc python-sqlalchemy-doc python3-psycopg2 python3-pymysql python3-fdb python3-socks Recommended packages: python3-bson-ext python3-gridfs python3-pymongo-ext Selecting previously unselected package libnuma1:amd64. Preparing to unpack .../013-libnuma1_2.0.11-2.1ubuntu0.1_amd64.deb ... Unpacking libnuma1:amd64 (2.0.11-2.1ubuntu0.1) ... Selecting previously unselected package python3-pyasn1. Preparing to unpack .../077-python3-pyasn1_0.4.2-3build1_all.deb ... Unpacking python3-pyasn1 (0.4.2-3build1) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../014-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... Selecting previously unselected package python3-pyasn1-modules. Preparing to unpack .../078-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... Setting up python3-bson-ext (3.10.1-0ubuntu2) ... Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... Setting up python3-psycopg2 (2.8.4-2) ... Selecting previously unselected package xml-core. Preparing to unpack .../015-xml-core_0.18_all.deb ... Unpacking xml-core (0.18) ... Selecting previously unselected package python3-rsa. Preparing to unpack .../079-python3-rsa_4.0-3_all.deb ... Unpacking python3-rsa (4.0-3) ... Selecting previously unselected package docutils-common. Preparing to unpack .../016-docutils-common_0.14+dfsg-3_all.deb ... Unpacking docutils-common (0.14+dfsg-3) ... The following NEW packages will be installed: libyaml-0-2 python3-aiohttp python3-asn1crypto python3-async-timeout Selecting previously unselected package python3-google-auth. python3-attr python3-bson python3-certifi python3-chardet python3-crypto python3-cryptography python3-dateutil python3-fasteners python3-httplib2 python3-idna python3-jinja2 python3-kubernetes python3-markupsafe python3-monotonic python3-multidict python3-n2vc python3-oauth2client python3-openssl python3-osm-common python3-osm-lcm python3-pyasn1 python3-pyasn1-modules python3-pymongo python3-rsa python3-six python3-sqlalchemy python3-uritemplate python3-urllib3 python3-websocket python3-yaml python3-yarl tzdata Preparing to unpack .../080-python3-google-auth_1.5.1-2_all.deb ... Unpacking python3-google-auth (1.5.1-2) ... 0 upgraded, 36 newly installed, 0 to remove and 9 not upgraded. Need to get 3208 kB of archives. After this operation, 24.8 MB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/N2VC amd64 python3-n2vc all 9.1.1+g804cc04.dirty-1 [49.6 kB] Get:2 http://172.17.0.3//release unstable/common amd64 python3-osm-common all 9.1.1+g277c931.dirty-1 [31.9 kB] Get:3 http://172.17.0.3//release unstable/LCM amd64 python3-osm-lcm all 9.1.0.post2+g996e390.dirty-1 [88.8 kB] Selecting previously unselected package python3-pymongo. Requirement already satisfied: dataclasses in /usr/local/lib/python3.6/dist-packages (0.8) Preparing to unpack .../081-python3-pymongo_3.10.1-0ubuntu2_amd64.deb ... Unpacking python3-pymongo (3.10.1-0ubuntu2) ... Get:4 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-uritemplate all 0.6-1ubuntu1 [5126 B] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB] Selecting previously unselected package genisoimage. Preparing to unpack .../017-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu2) ... Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-yaml amd64 3.12-1build2 [109 kB] Setting up python3-pymysql (0.9.3-2ubuntu3) ... Selecting previously unselected package python3-gridfs. Preparing to unpack .../082-python3-gridfs_3.10.1-0ubuntu2_all.deb ... Unpacking python3-gridfs (3.10.1-0ubuntu2) ... Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-async-timeout all 2.0.0-1 [4968 B] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-attr all 17.4.0-2 [23.8 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-multidict amd64 4.1.0-1 [84.1 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-yarl amd64 1.1.0-1 [44.4 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-aiohttp amd64 3.0.1-1 [168 kB] Selecting previously unselected package ieee-data. Preparing to unpack .../018-ieee-data_20180204.1_all.deb ... Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-asn1crypto all 0.24.0-1 [72.8 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-bson amd64 3.6.1+dfsg1-1 [31.8 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] Unpacking ieee-data (20180204.1) ... Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-cryptography amd64 2.1.4-1ubuntu1.4 [220 kB] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] Selecting previously unselected package python3-webencodings. Get:22 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-monotonic all 1.1-2 [5332 B] Get:23 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-fasteners all 0.12.0-3 [13.5 kB] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-httplib2 all 0.9.2+dfsg-1ubuntu0.3 [28.8 kB] Preparing to unpack .../083-python3-webencodings_0.5.1-1ubuntu1_all.deb ... Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-markupsafe amd64 1.0-1build1 [13.5 kB] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-jinja2 all 2.10-1ubuntu0.18.04.1 [95.4 kB] Unpacking python3-webencodings (0.5.1-1ubuntu1) ... Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-openssl all 17.5.0-1ubuntu1 [41.5 kB] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyasn1 all 0.4.2-3 [46.8 kB] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyasn1-modules all 0.2.1-0.2 [32.9 kB] Get:30 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-rsa all 3.4.2-1 [29.0 kB] Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-sqlalchemy all 1.1.11+ds1-1ubuntu1 [680 kB] Get:32 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-oauth2client all 4.1.2-3 [61.5 kB] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB] Get:34 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-websocket all 0.44.0-0ubuntu2 [30.7 kB] Get:35 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-kubernetes all 2.0.0-2ubuntu1 [181 kB] Selecting previously unselected package python3-html5lib. Preparing to unpack .../084-python3-html5lib_1.0.1-2_all.deb ... Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pymongo amd64 3.6.1+dfsg1-1 [125 kB] Unpacking python3-html5lib (1.0.1-2) ... WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Selecting previously unselected package python3-requests-oauthlib. Setting up python3-pyrsistent:amd64 (0.15.5-1build1) ... Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... Selecting previously unselected package python3-websocket. Selecting previously unselected package libaio1:amd64. Preparing to unpack .../019-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... Unpacking python3-websocket (0.53.0-2ubuntu1) ... debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../020-libfreetype6_2.8.1-2ubuntu2.1_amd64.deb ... Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2.1) ... Selecting previously unselected package python3-kubernetes. Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... Fetched 3208 kB in 1s (6407 kB/s) Unpacking python3-kubernetes (7.0.0~a1-2) ... Selecting previously unselected package python3-uritemplate. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% Selecting previously unselected package libjpeg8:amd64. (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 11042 files and directories currently installed.) Preparing to unpack .../00-python3-uritemplate_0.6-1ubuntu1_all.deb ... Preparing to unpack .../021-libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking python3-uritemplate (0.6-1ubuntu1) ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Setting up python3-crypto (2.6.1-13ubuntu2) ... Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../01-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../022-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../02-python3-yaml_3.12-1build2_amd64.deb ... Unpacking python3-yaml (3.12-1build2) ... Selecting previously unselected package mysql-common. Preparing to unpack .../023-mysql-common_5.8+1.0.4_all.deb ... Unpacking mysql-common (5.8+1.0.4) ... Selecting previously unselected package tzdata. Preparing to unpack .../03-tzdata_2021a-0ubuntu0.18.04_all.deb ... Unpacking tzdata (2021a-0ubuntu0.18.04) ... Selecting previously unselected package libmysqlclient20:amd64. Preparing to unpack .../024-libmysqlclient20_5.7.33-0ubuntu0.18.04.1_amd64.deb ... Unpacking libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... Selecting previously unselected package libssl-dev:amd64. Setting up python3-osmclient (9.1.1+g1246e50.dirty-1) ... Preparing to unpack .../025-libssl-dev_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... Selecting previously unselected package python3-msgpack. Setting up libjs-jquery (3.3.1~dfsg-3) ... Preparing to unpack .../088-python3-msgpack_0.6.2-1_amd64.deb ... Unpacking python3-msgpack (0.6.2-1) ... Setting up python3-pymongo (3.10.1-0ubuntu2) ... Selecting previously unselected package python3-n2vc. Preparing to unpack .../089-python3-n2vc_9.1.1+g804cc04.dirty-1_all.deb ... Unpacking python3-n2vc (9.1.1+g804cc04.dirty-1) ... Selecting previously unselected package python3-oslo.context. Preparing to unpack .../090-python3-oslo.context_1%3a3.0.2-0ubuntu1_all.deb ... Unpacking python3-oslo.context (1:3.0.2-0ubuntu1) ... Requirement already satisfied: aiokafka in /usr/local/lib/python3.6/dist-packages (0.7.0) Selecting previously unselected package python3-oslo.serialization. Preparing to unpack .../091-python3-oslo.serialization_3.1.1-0ubuntu1_all.deb ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking python3-oslo.serialization (3.1.1-0ubuntu1) ... Preparing to unpack .../026-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... Processing triggers for libc-bin (2.27-3ubuntu1.4) ... Selecting previously unselected package libmysqlclient-dev. Selecting previously unselected package python3-pyinotify. Preparing to unpack .../027-libmysqlclient-dev_5.7.33-0ubuntu0.18.04.1_amd64.deb ... Preparing to unpack .../092-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... Unpacking libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... Requirement already satisfied: kafka-python>=2.0.0 in /usr/local/lib/python3.6/dist-packages (from aiokafka) (2.0.2) Setting up python3-pymongo-ext (3.10.1-0ubuntu2) ... Setting up python3-cffi-backend (1.14.0-1build1) ... Selecting previously unselected package python3-oslo.log. Preparing to unpack .../093-python3-oslo.log_4.1.1-0ubuntu1_all.deb ... Unpacking python3-oslo.log (4.1.1-0ubuntu1) ... Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... Setting up python3-importlib-metadata (1.5.0-1) ... Selecting previously unselected package python3-rfc3986. Preparing to unpack .../094-python3-rfc3986_1.3.2-0ubuntu2_all.deb ... Unpacking python3-rfc3986 (1.3.2-0ubuntu2) ... npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. Selecting previously unselected package python3-oslo.config. Preparing to unpack .../095-python3-oslo.config_1%3a8.0.2-0ubuntu1_all.deb ... Unpacking python3-oslo.config (1:8.0.2-0ubuntu1) ... WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Selecting previously unselected package libpaper1:amd64. Preparing to unpack .../028-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... Selecting previously unselected package python3-keystoneclient. Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... Preparing to unpack .../096-python3-keystoneclient_1%3a4.0.0-0ubuntu1_all.deb ... Unpacking python3-keystoneclient (1:4.0.0-0ubuntu1) ... Setting up python3-osm-common (9.1.1+g277c931.dirty-1) ... POST INSTALL OSM-COMMON Installing python dependencies via pip... Selecting previously unselected package libpaper-utils. Preparing to unpack .../029-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../030-libjbig0_2.1-3.1build1_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1build1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../031-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ... Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ... Selecting previously unselected package python3-neutronclient. Preparing to unpack .../097-python3-neutronclient_1%3a7.1.1-0ubuntu1_all.deb ... Selecting previously unselected package python3-async-timeout. Selecting previously unselected package libwebp6:amd64. Preparing to unpack .../04-python3-async-timeout_2.0.0-1_all.deb ... Preparing to unpack .../032-libwebp6_0.6.1-2_amd64.deb ...Unpacking python3-neutronclient (1:7.1.1-0ubuntu1) ... Unpacking python3-async-timeout (2.0.0-1) ... Unpacking libwebp6:amd64 (0.6.1-2) ... Selecting previously unselected package python3-attr. Preparing to unpack .../05-python3-attr_17.4.0-2_all.deb ... Unpacking python3-attr (17.4.0-2) ... Selecting previously unselected package libwebpdemux2:amd64. Preparing to unpack .../033-libwebpdemux2_0.6.1-2_amd64.deb ... Unpacking libwebpdemux2:amd64 (0.6.1-2) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../06-python3-chardet_3.0.4-1_all.deb ... Unpacking python3-chardet (3.0.4-1) ... Selecting previously unselected package libwebpmux3:amd64. Preparing to unpack .../034-libwebpmux3_0.6.1-2_amd64.deb ... Unpacking libwebpmux3:amd64 (0.6.1-2) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../035-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... Selecting previously unselected package python3-multidict. Requirement already satisfied: pymongo in /usr/lib/python3/dist-packages (3.6.1) Preparing to unpack .../07-python3-multidict_4.1.0-1_amd64.deb ... Unpacking python3-multidict (4.1.0-1) ... Selecting previously unselected package python3-novaclient. Preparing to unpack .../098-python3-novaclient_2%3a17.0.0-0ubuntu1_all.deb ... Unpacking python3-novaclient (2:17.0.0-0ubuntu1) ... Selecting previously unselected package mysql-client-core-5.7. Preparing to unpack .../036-mysql-client-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... Unpacking mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... Selecting previously unselected package python3-idna. Preparing to unpack .../08-python3-idna_2.6-1_all.deb ... Unpacking python3-idna (2.6-1) ... Selecting previously unselected package python3-yarl. Preparing to unpack .../09-python3-yarl_1.1.0-1_amd64.deb ... Unpacking python3-yarl (1.1.0-1) ... Selecting previously unselected package python3-olefile. Preparing to unpack .../099-python3-olefile_0.46-2_all.deb ... Unpacking python3-olefile (0.46-2) ... Selecting previously unselected package python3-aiohttp. Preparing to unpack .../10-python3-aiohttp_3.0.1-1_amd64.deb ... Unpacking python3-aiohttp (3.0.1-1) ... Removing intermediate container 31c31e94bb9d ---> f7d96d8164df Step 16/17 : ENV OSM_SOL005=True Selecting previously unselected package python3-osm-common. Preparing to unpack .../100-python3-osm-common_9.1.1+g277c931.dirty-1_all.deb ... Unpacking python3-osm-common (9.1.1+g277c931.dirty-1) ... ---> Running in 0c6b7512fdca Selecting previously unselected package python3-ceilometerclient. Preparing to unpack .../101-python3-ceilometerclient_2.9.0-0ubuntu3_all.deb ... Selecting previously unselected package python3-asn1crypto. Unpacking python3-ceilometerclient (2.9.0-0ubuntu3) ... Preparing to unpack .../11-python3-asn1crypto_0.24.0-1_all.deb ... Unpacking python3-asn1crypto (0.24.0-1) ... Collecting dataclasses Selecting previously unselected package python3-bson. Preparing to unpack .../12-python3-bson_3.6.1+dfsg1-1_amd64.deb ... Unpacking python3-bson (3.6.1+dfsg1-1) ... Selecting previously unselected package python3-prometheus-client. Preparing to unpack .../102-python3-prometheus-client_0.7.1-1.1_all.deb ... Unpacking python3-prometheus-client (0.7.1-1.1) ... Downloading dataclasses-0.6-py3-none-any.whl (14 kB) Selecting previously unselected package python3-certifi. Preparing to unpack .../13-python3-certifi_2018.1.18-2_all.deb ... Selecting previously unselected package python3-osm-mon. Preparing to unpack .../103-python3-osm-mon_9.1.1.post2+g250a640.dirty-1_all.deb ... Unpacking python3-certifi (2018.1.18-2) ... Unpacking python3-osm-mon (9.1.1.post2+g250a640.dirty-1) ... ERROR: osm-common 9.1.1+g277c931.dirty requires aiokafka, which is not installed. Installing collected packages: dataclasses Removing intermediate container 0c6b7512fdca ---> f0c7d7798794 Step 17/17 : ENV OSM_HOSTNAME=nbi:9999 Successfully installed dataclasses-0.6 Selecting previously unselected package python3-crypto. Preparing to unpack .../14-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... Unpacking python3-crypto (2.6.1-8ubuntu2) ... ---> Running in 0976336d9e38 Selecting previously unselected package python3-pil:amd64. Preparing to unpack .../104-python3-pil_7.0.0-4ubuntu0.3_amd64.deb ... Unpacking python3-pil:amd64 (7.0.0-4ubuntu0.3) ... Collecting pymongo Selecting previously unselected package python3-six. Preparing to unpack .../15-python3-six_1.11.0-2_all.deb ... Unpacking python3-six (1.11.0-2) ... Selecting previously unselected package python3-pygments. Preparing to unpack .../105-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... Removing intermediate container 0976336d9e38 ---> f7527eb18ed1 [Warning] One or more build-args [RO_VERSION TESTS_VERSION COMMON_VERSION LCM_VERSION LWUI_VERSION MON_VERSION POL_VERSION CACHE_DATE N2VC_VERSION NBI_VERSION NGUI_VERSION PLA_VERSION] were not consumed Successfully built f7527eb18ed1 Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... Successfully tagged opensourcemano/osmclient:osm-bug1511-merge-2 Selecting previously unselected package mysql-client-5.7. Preparing to unpack .../037-mysql-client-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... Downloading pymongo-3.11.4-cp36-cp36m-manylinux2014_x86_64.whl (509 kB) [?25lUnpacking mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ...  | | 10 kB 3.2 MB/s eta 0:00:01  |# | 20 kB 4.8 MB/s eta 0:00:01Selecting previously unselected package python3-cryptography.  |# | 30 kB 1.7 MB/s eta 0:00:01  |## | 40 kB 2.2 MB/s eta 0:00:01Preparing to unpack .../16-python3-cryptography_2.1.4-1ubuntu1.4_amd64.deb ...  |### | 51 kB 2.2 MB/s eta 0:00:01  |### | 61 kB 1.7 MB/s eta 0:00:01  |#### | 71 kB 1.9 MB/s eta 0:00:01  |##### | 81 kB 2.2 MB/s eta 0:00:01  |##### | 92 kB 2.4 MB/s eta 0:00:01Unpacking python3-cryptography (2.1.4-1ubuntu1.4) ...  |###### | 102 kB 2.3 MB/s eta 0:00:01  |####### | 112 kB 2.3 MB/s eta 0:00:01  |####### | 122 kB 2.3 MB/s eta 0:00:01  |######## | 133 kB 2.3 MB/s eta 0:00:01  |######### | 143 kB 2.3 MB/s eta 0:00:01  |######### | 153 kB 2.3 MB/s eta 0:00:01  |########## | 163 kB 2.3 MB/s eta 0:00:01  |########## | 174 kB 2.3 MB/s eta 0:00:01  |########### | 184 kB 2.3 MB/s eta 0:00:01  |############ | 194 kB 2.3 MB/s eta 0:00:01  |############ | 204 kB 2.3 MB/s eta 0:00:01  |############# | 215 kB 2.3 MB/s eta 0:00:01  |############## | 225 kB 2.3 MB/s eta 0:00:01  |############## | 235 kB 2.3 MB/s eta 0:00:01  |############### | 245 kB 2.3 MB/s eta 0:00:01  |################ | 256 kB 2.3 MB/s eta 0:00:01  |################ | 266 kB 2.3 MB/s eta 0:00:01  |################# | 276 kB 2.3 MB/s eta 0:00:01  |################## | 286 kB 2.3 MB/s eta 0:00:01  |################## | 296 kB 2.3 MB/s eta 0:00:01docker build -t opensourcemano/pla:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ .  |################### | 307 kB 2.3 MB/s eta 0:00:01  |################### | 317 kB 2.3 MB/s eta 0:00:01  |#################### | 327 kB 2.3 MB/s eta 0:00:01  |##################### | 337 kB 2.3 MB/s eta 0:00:01  |##################### | 348 kB 2.3 MB/s eta 0:00:01  |###################### | 358 kB 2.3 MB/s eta 0:00:01  |####################### | 368 kB 2.3 MB/s eta 0:00:01  |####################### | 378 kB 2.3 MB/s eta 0:00:01  |######################## | 389 kB 2.3 MB/s eta 0:00:01  |######################### | 399 kB 2.3 MB/s eta 0:00:01  |######################### | 409 kB 2.3 MB/s eta 0:00:01  |########################## | 419 kB 2.3 MB/s eta 0:00:01  |########################### | 430 kB 2.3 MB/s eta 0:00:01  |########################### | 440 kB 2.3 MB/s eta 0:00:01  |############################ | 450 kB 2.3 MB/s eta 0:00:01  |############################ | 460 kB 2.3 MB/s eta 0:00:01  |############################# | 471 kB 2.3 MB/s eta 0:00:01  |############################## | 481 kB 2.3 MB/s eta 0:00:01  |############################## | 491 kB 2.3 MB/s eta 0:00:01  |############################### | 501 kB 2.3 MB/s eta 0:00:01  |################################| 509 kB 2.3 MB/s Sending build context to Docker daemon 9.216kB Selecting previously unselected package python3-pymongo-ext. Preparing to unpack .../106-python3-pymongo-ext_3.10.1-0ubuntu2_amd64.deb ... Selecting previously unselected package python3-dateutil. Unpacking python3-pymongo-ext (3.10.1-0ubuntu2) ... Preparing to unpack .../17-python3-dateutil_2.6.1-1_all.deb ... Unpacking python3-dateutil (2.6.1-1) ... Step 1/28 : FROM ubuntu:18.04 ---> 329ed837d508 Step 2/28 : LABEL authors="Lars-Göran Magnusson" ---> Using cache ---> d924a1974dd1 Step 3/28 : RUN apt-get --yes update && apt-get --yes install git python python-pip python3 python3-pip libmysqlclient-dev libssl-dev libffi-dev && apt-get --yes install mysql-client curl software-properties-common libgl1-mesa-glx && python3 -m pip install -U pip && python3 -m pip install pymzn==0.18.3 ---> Using cache ---> bb372d14b89e Step 4/28 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ---> Using cache ---> 273a624b5a32 Step 5/28 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> 76d28d8d3f59 Step 6/28 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> 4c3bd00bd479 Step 7/28 : ARG REPOSITORY=testing ---> Using cache ---> 9d39aa1af0c4 Step 8/28 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - Setting up liblcms2-2:amd64 (2.9-4) ... Selecting previously unselected package python3-monotonic. Preparing to unpack .../18-python3-monotonic_1.1-2_all.deb ... Unpacking python3-monotonic (1.1-2) ... Setting up libpaper1:amd64 (1.1.28) ... ---> Running in e80d44b4d1fc Selecting previously unselected package python3-fasteners. Preparing to unpack .../19-python3-fasteners_0.12.0-3_all.deb ... Unpacking python3-fasteners (0.12.0-3) ... [?25hInstalling collected packages: pymongo Attempting uninstall: pymongo Found existing installation: pymongo 3.6.1 Uninstalling pymongo-3.6.1: Selecting previously unselected package python3-httplib2. Preparing to unpack .../20-python3-httplib2_0.9.2+dfsg-1ubuntu0.3_all.deb ... Unpacking python3-httplib2 (0.9.2+dfsg-1ubuntu0.3) ... Selecting previously unselected package python3-markupsafe. Preparing to unpack .../21-python3-markupsafe_1.0-1build1_amd64.deb ... Unpacking python3-markupsafe (1.0-1build1) ... Creating config file /etc/papersize with new version Selecting previously unselected package mysql-client. Preparing to unpack .../038-mysql-client_5.7.33-0ubuntu0.18.04.1_all.deb ... Unpacking mysql-client (5.7.33-0ubuntu0.18.04.1) ... Selecting previously unselected package python3-jinja2. Preparing to unpack .../22-python3-jinja2_2.10-1ubuntu0.18.04.1_all.deb ... Unpacking python3-jinja2 (2.10-1ubuntu0.18.04.1) ... Successfully uninstalled pymongo-3.6.1 Selecting previously unselected package osm-imdocs. Preparing to unpack .../039-osm-imdocs_9.1.1-g02900ec_all.deb ... Setting up python3-jwt (1.7.1-2ubuntu2) ... Unpacking osm-imdocs (9.1.1-g02900ec) ... Selecting previously unselected package python3-openssl. Preparing to unpack .../23-python3-openssl_17.5.0-1ubuntu1_all.deb ... Unpacking python3-openssl (17.5.0-1ubuntu1) ... Selecting previously unselected package python3-pyasn1. Preparing to unpack .../24-python3-pyasn1_0.4.2-3_all.deb ... Unpacking python3-pyasn1 (0.4.2-3) ... Selecting previously unselected package python-babel-localedata. Preparing to unpack .../040-python-babel-localedata_2.4.0+dfsg.1-2ubuntu1_all.deb ... Unpacking python-babel-localedata (2.4.0+dfsg.1-2ubuntu1) ... Selecting previously unselected package python3-pyasn1-modules. Preparing to unpack .../25-python3-pyasn1-modules_0.2.1-0.2_all.deb ... Unpacking python3-pyasn1-modules (0.2.1-0.2) ... Successfully installed pymongo-3.11.4 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-cachetools (4.0.0-1) ... Selecting previously unselected package python3-rsa. Preparing to unpack .../26-python3-rsa_3.4.2-1_all.deb ... Unpacking python3-rsa (3.4.2-1) ...   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                  Dload  Upload   Total   Spent    Left  Speed    0     0    0     0    0     0      0 0 --:--:-- --:--:-- --:--:-- 0 100 3104 100 3104 0 0 38800 0 --:--:-- --:--:-- --:--:-- 47753 Warning: apt-key output should not be parsed (stdout is not a terminal) Selecting previously unselected package python3-sqlalchemy. Preparing to unpack .../27-python3-sqlalchemy_1.1.11+ds1-1ubuntu1_all.deb ... Unpacking python3-sqlalchemy (1.1.11+ds1-1ubuntu1) ... Collecting aiokafka Downloading aiokafka-0.7.0-cp38-cp38-manylinux2010_x86_64.whl (1.2 MB) [?25l  |▎ | 10 kB 10.4 MB/s eta 0:00:01  |▋ | 20 kB 12.4 MB/s eta 0:00:01  |▉ | 30 kB 1.8 MB/s eta 0:00:01Setting up python3-pbr (5.4.5-0ubuntu1) ...  |█▏ | 40 kB 1.9 MB/s eta 0:00:01  |█▍ | 51 kB 2.2 MB/s eta 0:00:01  |█▊ | 61 kB 2.4 MB/s eta 0:00:01  |██ | 71 kB 2.8 MB/s eta 0:00:01  |██▎ | 81 kB 2.8 MB/s eta 0:00:01update-alternatives: using /usr/bin/python3-pbr to provide /usr/bin/pbr (pbr) in auto mode  |██▌ | 92 kB 2.5 MB/s eta 0:00:01  |██▉ | 102 kB 2.6 MB/s eta 0:00:01  |███ | 112 kB 2.6 MB/s eta 0:00:01  |███▍ | 122 kB 2.6 MB/s eta 0:00:01  |███▋ | 133 kB 2.6 MB/s eta 0:00:01  |████ | 143 kB 2.6 MB/s eta 0:00:01  |████▎ | 153 kB 2.6 MB/s eta 0:00:01  |████▌ | 163 kB 2.6 MB/s eta 0:00:01  |████▉ | 174 kB 2.6 MB/s eta 0:00:01  |█████ | 184 kB 2.6 MB/s eta 0:00:01  |█████▍ | 194 kB 2.6 MB/s eta 0:00:01  |█████▋ | 204 kB 2.6 MB/s eta 0:00:01  |██████ | 215 kB 2.6 MB/s eta 0:00:01  |██████▏ | 225 kB 2.6 MB/s eta 0:00:01  |██████▌ | 235 kB 2.6 MB/s eta 0:00:01  |██████▊ | 245 kB 2.6 MB/s eta 0:00:01  |███████ | 256 kB 2.6 MB/s eta 0:00:01  |███████▎ | 266 kB 2.6 MB/s eta 0:00:01  |███████▋ | 276 kB 2.6 MB/s eta 0:00:01  |███████▉ | 286 kB 2.6 MB/s eta 0:00:01  |████████▏ | 296 kB 2.6 MB/s eta 0:00:01  |████████▌ | 307 kB 2.6 MB/s eta 0:00:01  |████████▊ | 317 kB 2.6 MB/s eta 0:00:01  |█████████ | 327 kB 2.6 MB/s eta 0:00:01  |█████████▎ | 337 kB 2.6 MB/s eta 0:00:01  |█████████▋ | 348 kB 2.6 MB/s eta 0:00:01  |█████████▉ | 358 kB 2.6 MB/s eta 0:00:01  |██████████▏ | 368 kB 2.6 MB/s eta 0:00:01  |██████████▍ | 378 kB 2.6 MB/s eta 0:00:01  |██████████▊ | 389 kB 2.6 MB/s eta 0:00:01  |███████████ | 399 kB 2.6 MB/s eta 0:00:01  |███████████▎ | 409 kB 2.6 MB/s eta 0:00:01  |███████████▌ | 419 kB 2.6 MB/s eta 0:00:01  |███████████▉ | 430 kB 2.6 MB/s eta 0:00:01  |████████████▏ | 440 kB 2.6 MB/s eta 0:00:01  |████████████▍ | 450 kB 2.6 MB/s eta 0:00:01  |████████████▊ | 460 kB 2.6 MB/s eta 0:00:01  |█████████████ | 471 kB 2.6 MB/s eta 0:00:01  |█████████████▎ | 481 kB 2.6 MB/s eta 0:00:01  |█████████████▌ | 491 kB 2.6 MB/s eta 0:00:01  |█████████████▉ | 501 kB 2.6 MB/s eta 0:00:01  |██████████████ | 512 kB 2.6 MB/s eta 0:00:01  |██████████████▍ | 522 kB 2.6 MB/s eta 0:00:01  |██████████████▋ | 532 kB 2.6 MB/s eta 0:00:01  |███████████████ | 542 kB 2.6 MB/s eta 0:00:01  |███████████████▏ | 552 kB 2.6 MB/s eta 0:00:01  |███████████████▌ | 563 kB 2.6 MB/s eta 0:00:01  |███████████████▊ | 573 kB 2.6 MB/s eta 0:00:01  |████████████████ | 583 kB 2.6 MB/s eta 0:00:01  |████████████████▍ | 593 kB 2.6 MB/s eta 0:00:01  |████████████████▋ | 604 kB 2.6 MB/s eta 0:00:01  |█████████████████ | 614 kB 2.6 MB/s eta 0:00:01  |█████████████████▏ | 624 kB 2.6 MB/s eta 0:00:01  |█████████████████▌ | 634 kB 2.6 MB/s eta 0:00:01  |█████████████████▊ | 645 kB 2.6 MB/s eta 0:00:01  |██████████████████ | 655 kB 2.6 MB/s eta 0:00:01  |██████████████████▎ | 665 kB 2.6 MB/s eta 0:00:01  |██████████████████▋ | 675 kB 2.6 MB/s eta 0:00:01  |██████████████████▉ | 686 kB 2.6 MB/s eta 0:00:01  |███████████████████▏ | 696 kB 2.6 MB/s eta 0:00:01  |███████████████████▍ | 706 kB 2.6 MB/s eta 0:00:01  |███████████████████▊ | 716 kB 2.6 MB/s eta 0:00:01  |████████████████████ | 727 kB 2.6 MB/s eta 0:00:01  |████████████████████▎ | 737 kB 2.6 MB/s eta 0:00:01  |████████████████████▋ | 747 kB 2.6 MB/s eta 0:00:01  |████████████████████▉ | 757 kB 2.6 MB/s eta 0:00:01  |█████████████████████▏ | 768 kB 2.6 MB/s eta 0:00:01  |█████████████████████▍ | 778 kB 2.6 MB/s eta 0:00:01  |█████████████████████▊ | 788 kB 2.6 MB/s eta 0:00:01  |██████████████████████ | 798 kB 2.6 MB/s eta 0:00:01  |██████████████████████▎ | 808 kB 2.6 MB/s eta 0:00:01  |██████████████████████▌ | 819 kB 2.6 MB/s eta 0:00:01  |██████████████████████▉ | 829 kB 2.6 MB/s eta 0:00:01  |███████████████████████ | 839 kB 2.6 MB/s eta 0:00:01  |███████████████████████▍ | 849 kB 2.6 MB/s eta 0:00:01  |███████████████████████▋ | 860 kB 2.6 MB/s eta 0:00:01  |████████████████████████ | 870 kB 2.6 MB/s eta 0:00:01  |████████████████████████▎ | 880 kB 2.6 MB/s eta 0:00:01  |████████████████████████▌ | 890 kB 2.6 MB/s eta 0:00:01  |████████████████████████▉ | 901 kB 2.6 MB/s eta 0:00:01  |█████████████████████████ | 911 kB 2.6 MB/s eta 0:00:01  |█████████████████████████▍ | 921 kB 2.6 MB/s eta 0:00:01  |█████████████████████████▋ | 931 kB 2.6 MB/s eta 0:00:01  |██████████████████████████ | 942 kB 2.6 MB/s eta 0:00:01  |██████████████████████████▏ | 952 kB 2.6 MB/s eta 0:00:01  |██████████████████████████▌ | 962 kB 2.6 MB/s eta 0:00:01  |██████████████████████████▊ | 972 kB 2.6 MB/s eta 0:00:01  |███████████████████████████ | 983 kB 2.6 MB/s eta 0:00:01  |███████████████████████████▎ | 993 kB 2.6 MB/s eta 0:00:01  |███████████████████████████▋ | 1.0 MB 2.6 MB/s eta 0:00:01  |███████████████████████████▉ | 1.0 MB 2.6 MB/s eta 0:00:01  |████████████████████████████▏ | 1.0 MB 2.6 MB/s eta 0:00:01  |████████████████████████████▌ | 1.0 MB 2.6 MB/s eta 0:00:01  |████████████████████████████▊ | 1.0 MB 2.6 MB/s eta 0:00:01  |█████████████████████████████ | 1.1 MB 2.6 MB/s eta 0:00:01  |█████████████████████████████▎ | 1.1 MB 2.6 MB/s eta 0:00:01  |█████████████████████████████▋ | 1.1 MB 2.6 MB/s eta 0:00:01  |█████████████████████████████▉ | 1.1 MB 2.6 MB/s eta 0:00:01  |██████████████████████████████▏ | 1.1 MB 2.6 MB/s eta 0:00:01  |██████████████████████████████▍ | 1.1 MB 2.6 MB/s eta 0:00:01  |██████████████████████████████▊ | 1.1 MB 2.6 MB/s eta 0:00:01  |███████████████████████████████ | 1.1 MB 2.6 MB/s eta 0:00:01  |███████████████████████████████▎| 1.1 MB 2.6 MB/s eta 0:00:01  |███████████████████████████████▌| 1.1 MB 2.6 MB/s eta 0:00:01  |███████████████████████████████▉| 1.2 MB 2.6 MB/s eta 0:00:01  |████████████████████████████████| 1.2 MB 2.6 MB/s Selecting previously unselected package python3-oauth2client. Preparing to unpack .../28-python3-oauth2client_4.1.2-3_all.deb ... Unpacking python3-oauth2client (4.1.2-3) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../29-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ... Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ... OK [?25hCollecting kafka-python>=2.0.0 Downloading kafka_python-2.0.2-py2.py3-none-any.whl (246 kB) [?25l  |█▎ | 10 kB 8.9 MB/s eta 0:00:01  |██▋ | 20 kB 12.4 MB/s eta 0:00:01  |████ | 30 kB 15.6 MB/s eta 0:00:01  |█████▎ | 40 kB 17.5 MB/s eta 0:00:01  |██████▋ | 51 kB 18.7 MB/s eta 0:00:01  |████████ | 61 kB 15.2 MB/s eta 0:00:01  |█████████▎ | 71 kB 16.1 MB/s eta 0:00:01  |██████████▋ | 81 kB 17.6 MB/s eta 0:00:01  |████████████ | 92 kB 18.6 MB/s eta 0:00:01  |█████████████▎ | 102 kB 19.5 MB/s eta 0:00:01  |██████████████▋ | 112 kB 19.5 MB/s eta 0:00:01  |████████████████ | 122 kB 19.5 MB/s eta 0:00:01  |█████████████████▎ | 133 kB 19.5 MB/s eta 0:00:01  |██████████████████▋ | 143 kB 19.5 MB/s eta 0:00:01  |████████████████████ | 153 kB 19.5 MB/s eta 0:00:01  |█████████████████████▎ | 163 kB 19.5 MB/s eta 0:00:01  |██████████████████████▋ | 174 kB 19.5 MB/s eta 0:00:01  |████████████████████████ | 184 kB 19.5 MB/s eta 0:00:01  |█████████████████████████▎ | 194 kB 19.5 MB/s eta 0:00:01  |██████████████████████████▋ | 204 kB 19.5 MB/s eta 0:00:01  |████████████████████████████ | 215 kB 19.5 MB/s eta 0:00:01  |█████████████████████████████▎ | 225 kB 19.5 MB/s eta 0:00:01  |██████████████████████████████▋ | 235 kB 19.5 MB/s eta 0:00:01  |████████████████████████████████| 245 kB 19.5 MB/s eta 0:00:01  |████████████████████████████████| 246 kB 19.5 MB/s Selecting previously unselected package python3-websocket. Preparing to unpack .../30-python3-websocket_0.44.0-0ubuntu2_all.deb ... Unpacking python3-websocket (0.44.0-0ubuntu2) ... Setting up python3-olefile (0.46-2) ... npm WARN deprecated debug@4.2.0: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) Selecting previously unselected package python3-kubernetes. Preparing to unpack .../31-python3-kubernetes_2.0.0-2ubuntu1_all.deb ... Unpacking python3-kubernetes (2.0.0-2ubuntu1) ... ERROR: osm-policy-module 9.1.1.post1+gba88f74.dirty requires peewee-migrate==1.1.*, which is not installed. ERROR: osm-policy-module 9.1.1.post1+gba88f74.dirty has requirement aiokafka==0.6.0, but you'll have aiokafka 0.7.0 which is incompatible. [?25hInstalling collected packages: kafka-python, aiokafka Selecting previously unselected package python3-appdirs. Preparing to unpack .../041-python3-appdirs_1.4.3-1_all.deb ... Unpacking python3-appdirs (1.4.3-1) ... Selecting previously unselected package python3-argcomplete. Preparing to unpack .../042-python3-argcomplete_1.8.1-1ubuntu1_all.deb ... Unpacking python3-argcomplete (1.8.1-1ubuntu1) ... Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... Selecting previously unselected package python3-tz. Preparing to unpack .../043-python3-tz_2018.3-2_all.deb ... Unpacking python3-tz (2018.3-2) ... Selecting previously unselected package python3-babel. Preparing to unpack .../044-python3-babel_2.4.0+dfsg.1-2ubuntu1_all.deb ... Unpacking python3-babel (2.4.0+dfsg.1-2ubuntu1) ... Selecting previously unselected package python3-n2vc. Preparing to unpack .../32-python3-n2vc_9.1.1+g804cc04.dirty-1_all.deb ... Unpacking python3-n2vc (9.1.1+g804cc04.dirty-1) ... Selecting previously unselected package python3-blinker. Preparing to unpack .../045-python3-blinker_1.4+dfsg1-0.1_all.deb ... Unpacking python3-blinker (1.4+dfsg1-0.1) ... Setting up python3-requestsexceptions (1.4.0-3) ... Selecting previously unselected package python3-pymongo. Preparing to unpack .../33-python3-pymongo_3.6.1+dfsg1-1_amd64.deb ... Selecting previously unselected package python3-boto. Preparing to unpack .../046-python3-boto_2.44.0-1ubuntu2.18.04.1_all.deb ... Unpacking python3-pymongo (3.6.1+dfsg1-1) ... Unpacking python3-boto (2.44.0-1ubuntu2.18.04.1) ... Removing intermediate container e80d44b4d1fc ---> d8d10b3d1c25 Step 9/28 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} PLA common" && apt update Selecting previously unselected package python3-osm-common. Preparing to unpack .../34-python3-osm-common_9.1.1+g277c931.dirty-1_all.deb ... Unpacking python3-osm-common (9.1.1+g277c931.dirty-1) ... ---> Running in 43591839e27b Selecting previously unselected package python3-osm-lcm. Setting up python3-yaml (5.3.1-1ubuntu0.1) ... Preparing to unpack .../35-python3-osm-lcm_9.1.0.post2+g996e390.dirty-1_all.deb ... Unpacking python3-osm-lcm (9.1.0.post2+g996e390.dirty-1) ... Collecting pyyaml==5.* Setting up python3-sqlalchemy (1.1.11+ds1-1ubuntu1) ... Successfully installed aiokafka-0.7.0 kafka-python-2.0.2 Downloading PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640 kB) [?25l  | | 10 kB 8.2 MB/s eta 0:00:01  |# | 20 kB 3.2 MB/s eta 0:00:01  |# | 30 kB 1.4 MB/s eta 0:00:01  |## | 40 kB 1.9 MB/s eta 0:00:01  |## | 51 kB 2.0 MB/s eta 0:00:01  |### | 61 kB 2.4 MB/s eta 0:00:01  |### | 71 kB 2.4 MB/s eta 0:00:01  |#### | 81 kB 2.2 MB/s eta 0:00:01  |#### | 92 kB 2.2 MB/s eta 0:00:01  |##### | 102 kB 2.3 MB/s eta 0:00:01  |##### | 112 kB 2.3 MB/s eta 0:00:01  |###### | 122 kB 2.3 MB/s eta 0:00:01  |###### | 133 kB 2.3 MB/s eta 0:00:01  |####### | 143 kB 2.3 MB/s eta 0:00:01  |####### | 153 kB 2.3 MB/s eta 0:00:01  |######## | 163 kB 2.3 MB/s eta 0:00:01  |######## | 174 kB 2.3 MB/s eta 0:00:01  |######### | 184 kB 2.3 MB/s eta 0:00:01  |######### | 194 kB 2.3 MB/s eta 0:00:01  |########## | 204 kB 2.3 MB/s eta 0:00:01  |########## | 215 kB 2.3 MB/s eta 0:00:01  |########### | 225 kB 2.3 MB/s eta 0:00:01  |########### | 235 kB 2.3 MB/s eta 0:00:01  |############ | 245 kB 2.3 MB/s eta 0:00:01  |############ | 256 kB 2.3 MB/s eta 0:00:01  |############# | 266 kB 2.3 MB/s eta 0:00:01  |############# | 276 kB 2.3 MB/s eta 0:00:01  |############## | 286 kB 2.3 MB/s eta 0:00:01  |############## | 296 kB 2.3 MB/s eta 0:00:01  |############### | 307 kB 2.3 MB/s eta 0:00:01  |############### | 317 kB 2.3 MB/s eta 0:00:01  |################ | 327 kB 2.3 MB/s eta 0:00:01  |################ | 337 kB 2.3 MB/s eta 0:00:01  |################# | 348 kB 2.3 MB/s eta 0:00:01  |################# | 358 kB 2.3 MB/s eta 0:00:01  |################## | 368 kB 2.3 MB/s eta 0:00:01  |################## | 378 kB 2.3 MB/s eta 0:00:01  |################### | 389 kB 2.3 MB/s eta 0:00:01  |################### | 399 kB 2.3 MB/s eta 0:00:01  |#################### | 409 kB 2.3 MB/s eta 0:00:01  |#################### | 419 kB 2.3 MB/s eta 0:00:01  |##################### | 430 kB 2.3 MB/s eta 0:00:01  |##################### | 440 kB 2.3 MB/s eta 0:00:01  |###################### | 450 kB 2.3 MB/s eta 0:00:01  |####################### | 460 kB 2.3 MB/s eta 0:00:01  |####################### | 471 kB 2.3 MB/s eta 0:00:01  |######################## | 481 kB 2.3 MB/s eta 0:00:01  |######################## | 491 kB 2.3 MB/s eta 0:00:01  |######################### | 501 kB 2.3 MB/s eta 0:00:01  |######################### | 512 kB 2.3 MB/s eta 0:00:01  |########################## | 522 kB 2.3 MB/s eta 0:00:01  |########################## | 532 kB 2.3 MB/s eta 0:00:01  |########################### | 542 kB 2.3 MB/s eta 0:00:01  |########################### | 552 kB 2.3 MB/s eta 0:00:01  |############################ | 563 kB 2.3 MB/s eta 0:00:01  |############################ | 573 kB 2.3 MB/s eta 0:00:01  |############################# | 583 kB 2.3 MB/s eta 0:00:01  |############################# | 593 kB 2.3 MB/s eta 0:00:01  |############################## | 604 kB 2.3 MB/s eta 0:00:01  |############################## | 614 kB 2.3 MB/s eta 0:00:01  |############################### | 624 kB 2.3 MB/s eta 0:00:01  |############################### | 634 kB 2.3 MB/s eta 0:00:01  |################################| 640 kB 2.3 MB/s Selecting previously unselected package python3-bottle. Preparing to unpack .../047-python3-bottle_0.12.13-1_all.deb ... Unpacking python3-bottle (0.12.13-1) ... Setting up python3-futurist (2.1.0-0ubuntu1) ... Selecting previously unselected package python3-bs4. Preparing to unpack .../048-python3-bs4_4.6.0-1_all.deb ... Unpacking python3-bs4 (4.6.0-1) ... Selecting previously unselected package python3-bson. Preparing to unpack .../049-python3-bson_3.6.1+dfsg1-1_amd64.deb ... Unpacking python3-bson (3.6.1+dfsg1-1) ... [?25hInstalling collected packages: pyyaml Attempting uninstall: pyyaml Found existing installation: PyYAML 3.12 ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. Setting up python3-pyperclip (1.7.0-1) ... Selecting previously unselected package python3-bson-ext. Preparing to unpack .../050-python3-bson-ext_3.6.1+dfsg1-1_amd64.deb ... Unpacking python3-bson-ext (3.6.1+dfsg1-1) ... Selecting previously unselected package python3-cherrypy3. Preparing to unpack .../051-python3-cherrypy3_8.9.1-2_all.deb ... Unpacking python3-cherrypy3 (8.9.1-2) ... npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 Selecting previously unselected package python3-iso8601. Preparing to unpack .../052-python3-iso8601_0.1.11-1_all.deb ... Unpacking python3-iso8601 (0.1.11-1) ... Setting up libpaper-utils (1.1.28) ... Setting up python3-markupsafe (1.1.0-1build2) ... Selecting previously unselected package python3-lxml:amd64. Preparing to unpack .../053-python3-lxml_4.2.1-1ubuntu0.4_amd64.deb ... Unpacking python3-lxml:amd64 (4.2.1-1ubuntu0.4) ... Setting up python3-async-timeout (2.0.0-1) ... Selecting previously unselected package python3-jwt. Preparing to unpack .../054-python3-jwt_1.5.3+ds1-1_all.deb ... Unpacking python3-jwt (1.5.3+ds1-1) ... Setting up libjbig0:amd64 (2.1-3.1build1) ... Setting up python3-webencodings (0.5.1-1ubuntu1) ... Selecting previously unselected package python3-oauthlib. Preparing to unpack .../055-python3-oauthlib_2.0.6-1_all.deb ... Unpacking python3-oauthlib (2.0.6-1) ... Setting up python3-crypto (2.6.1-8ubuntu2) ... Selecting previously unselected package python3-pbr. Preparing to unpack .../056-python3-pbr_3.1.1-3ubuntu3_all.deb ... Unpacking python3-pbr (3.1.1-3ubuntu3) ... Selecting previously unselected package python3-stevedore. Preparing to unpack .../057-python3-stevedore_1%3a1.28.0-0ubuntu1_all.deb ... Unpacking python3-stevedore (1:1.28.0-0ubuntu1) ... Setting up python3-munch (2.3.2-2) ... Selecting previously unselected package python3-keystoneauth1. Preparing to unpack .../058-python3-keystoneauth1_3.4.0-0ubuntu1_all.deb ... Unpacking python3-keystoneauth1 (3.4.0-0ubuntu1) ... Ign:1 http://172.17.0.3//release unstable InRelease Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages (2.6.1) Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Setting up python3-tz (2019.3-1) ... Selecting previously unselected package python3-oslo.i18n. Preparing to unpack .../059-python3-oslo.i18n_3.19.0-0ubuntu1_all.deb ... Unpacking python3-oslo.i18n (3.19.0-0ubuntu1) ... Get:8 http://172.17.0.3//release unstable/PLA amd64 Packages [1023 B] Get:9 http://172.17.0.3//release unstable/common amd64 Packages [1030 B] Setting up tzdata (2021a-0ubuntu0.18.04) ... Selecting previously unselected package python3-msgpack. Preparing to unpack .../060-python3-msgpack_0.5.6-1_amd64.deb ... Unpacking python3-msgpack (0.5.6-1) ... Selecting previously unselected package python3-wrapt. Preparing to unpack .../061-python3-wrapt_1.9.0-3_amd64.deb ... Unpacking python3-wrapt (1.9.0-3) ... Current default time zone: 'Etc/UTC' Local time is now: Tue May 11 16:27:45 UTC 2021. Universal Time is now: Tue May 11 16:27:45 UTC 2021. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up python-babel-localedata (2.6.0+dfsg.1-1ubuntu2.1) ... Setting up python3-idna (2.6-1) ... Setting up python3-monotonic (1.5-0ubuntu2) ... Selecting previously unselected package python3-debtcollector. Preparing to unpack .../062-python3-debtcollector_1.13.0-0ubuntu1_all.deb ... Unpacking python3-debtcollector (1.13.0-0ubuntu1) ... WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Selecting previously unselected package python3-funcsigs. Preparing to unpack .../063-python3-funcsigs_1.0.2-4_all.deb ... Unpacking python3-funcsigs (1.0.2-4) ... Selecting previously unselected package python3-monotonic. Preparing to unpack .../064-python3-monotonic_1.1-2_all.deb ... Unpacking python3-monotonic (1.1-2) ... Setting up python3-repoze.lru (0.7-1) ... Selecting previously unselected package python3-netaddr. Preparing to unpack .../065-python3-netaddr_0.7.19-1_all.deb ... Unpacking python3-netaddr (0.7.19-1) ... Setting up python3-bson (3.10.1-0ubuntu2) ... Selecting previously unselected package python3-netifaces. Preparing to unpack .../066-python3-netifaces_0.10.4-0.1build4_amd64.deb ... Unpacking python3-netifaces (0.10.4-0.1build4) ... Setting up python3-six (1.11.0-2) ... Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [452 kB] Selecting previously unselected package python3-oslo.utils. Preparing to unpack .../067-python3-oslo.utils_3.35.0-0ubuntu1_all.deb ... Unpacking python3-oslo.utils (3.35.0-0ubuntu1) ... Setting up python3-attr (17.4.0-2) ... Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2183 kB] Selecting previously unselected package python3-oslo.serialization. Preparing to unpack .../068-python3-oslo.serialization_2.24.0-0ubuntu2_all.deb ... Unpacking python3-oslo.serialization (2.24.0-0ubuntu2) ... Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2581 kB] Setting up python3-simplejson (3.16.0-2ubuntu2) ... Selecting previously unselected package python3-prettytable. Preparing to unpack .../069-python3-prettytable_0.7.2-3_all.deb ... Unpacking python3-prettytable (0.7.2-3) ... Setting up python3-certifi (2018.1.18-2) ... Selecting previously unselected package python3-simplejson. Preparing to unpack .../070-python3-simplejson_3.13.2-1_amd64.deb ... Unpacking python3-simplejson (3.13.2-1) ... Selecting previously unselected package python3-cinderclient. Setting up python3-openssl (17.5.0-1ubuntu1) ... Preparing to unpack .../071-python3-cinderclient_1%3a3.5.0-0ubuntu1_all.deb ... Unpacking python3-cinderclient (1:3.5.0-0ubuntu1) ... Setting up python3-multidict (4.1.0-1) ... Setting up python3-roman (2.0.0-3build1) ... Selecting previously unselected package python3-cliff. Collecting pymongo Preparing to unpack .../072-python3-cliff_2.11.0-0ubuntu2_all.deb ... Unpacking python3-cliff (2.11.0-0ubuntu2) ... Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2148 kB] Setting up osm-imdocs (9.1.1-g02900ec) ... Downloading pymongo-3.11.4-cp38-cp38-manylinux2014_x86_64.whl (531 kB) [?25l  |▋ | 10 kB 15.4 MB/s eta 0:00:01Selecting previously unselected package python3-decorator.  |█▎ | 20 kB 3.1 MB/s eta 0:00:01Preparing to unpack .../073-python3-decorator_4.1.2-1_all.deb ... Unpacking python3-decorator (4.1.2-1) ... Setting up python3-routes (2.4.1-1) ...  |█▉ | 30 kB 1.7 MB/s eta 0:00:01  |██▌ | 40 kB 2.0 MB/s eta 0:00:01  |███ | 51 kB 2.2 MB/s eta 0:00:01  |███▊ | 61 kB 2.1 MB/s eta 0:00:01  |████▎ | 71 kB 2.4 MB/s eta 0:00:01  |█████ | 81 kB 2.6 MB/s eta 0:00:01  |█████▌ | 92 kB 2.3 MB/s eta 0:00:01  |██████▏ | 102 kB 2.5 MB/s eta 0:00:01  |██████▉ | 112 kB 2.5 MB/s eta 0:00:01  |███████▍ | 122 kB 2.5 MB/s eta 0:00:01  |████████ | 133 kB 2.5 MB/s eta 0:00:01  |████████▋ | 143 kB 2.5 MB/s eta 0:00:01  |█████████▎ | 153 kB 2.5 MB/s eta 0:00:01  |█████████▉ | 163 kB 2.5 MB/s eta 0:00:01  |██████████▌ | 174 kB 2.5 MB/s eta 0:00:01  |███████████ | 184 kB 2.5 MB/s eta 0:00:01  |███████████▊ | 194 kB 2.5 MB/s eta 0:00:01  |████████████▎ | 204 kB 2.5 MB/s eta 0:00:01  |█████████████ | 215 kB 2.5 MB/s eta 0:00:01  |█████████████▋ | 225 kB 2.5 MB/s eta 0:00:01  |██████████████▏ | 235 kB 2.5 MB/s eta 0:00:01  |██████████████▉ | 245 kB 2.5 MB/s eta 0:00:01  |███████████████▍ | 256 kB 2.5 MB/s eta 0:00:01  |████████████████ | 266 kB 2.5 MB/s eta 0:00:01  |████████████████▋ | 276 kB 2.5 MB/s eta 0:00:01  |█████████████████▎ | 286 kB 2.5 MB/s eta 0:00:01  |█████████████████▉ | 296 kB 2.5 MB/s eta 0:00:01  |██████████████████▌ | 307 kB 2.5 MB/s eta 0:00:01  |███████████████████ | 317 kB 2.5 MB/s eta 0:00:01  |███████████████████▊ | 327 kB 2.5 MB/s eta 0:00:01  |████████████████████▍ | 337 kB 2.5 MB/s eta 0:00:01  |█████████████████████ | 348 kB 2.5 MB/s eta 0:00:01  |█████████████████████▋ | 358 kB 2.5 MB/s eta 0:00:01  |██████████████████████▏ | 368 kB 2.5 MB/s eta 0:00:01  |██████████████████████▉ | 378 kB 2.5 MB/s eta 0:00:01Selecting previously unselected package python3-deprecation.  |███████████████████████▍ | 389 kB 2.5 MB/s eta 0:00:01  |████████████████████████ | 399 kB 2.5 MB/s eta 0:00:01  |████████████████████████▋ | 409 kB 2.5 MB/s eta 0:00:01Preparing to unpack .../074-python3-deprecation_1.0.1-0ubuntu1_all.deb ...  |█████████████████████████▎ | 419 kB 2.5 MB/s eta 0:00:01  |█████████████████████████▉ | 430 kB 2.5 MB/s eta 0:00:01  |██████████████████████████▌ | 440 kB 2.5 MB/s eta 0:00:01  |███████████████████████████▏ | 450 kB 2.5 MB/s eta 0:00:01  |███████████████████████████▊ | 460 kB 2.5 MB/s eta 0:00:01  |████████████████████████████▍ | 471 kB 2.5 MB/s eta 0:00:01  |█████████████████████████████ | 481 kB 2.5 MB/s eta 0:00:01  |█████████████████████████████▋ | 491 kB 2.5 MB/s eta 0:00:01  |██████████████████████████████▏ | 501 kB 2.5 MB/s eta 0:00:01Unpacking python3-deprecation (1.0.1-0ubuntu1) ...  |██████████████████████████████▉ | 512 kB 2.5 MB/s eta 0:00:01  |███████████████████████████████▍| 522 kB 2.5 MB/s eta 0:00:01  |████████████████████████████████| 531 kB 2.5 MB/s Setting up python3-markupsafe (1.0-1build1) ... Setting up python3-decorator (4.4.2-0ubuntu1) ... Selecting previously unselected package python3-roman. Preparing to unpack .../075-python3-roman_2.0.0-3_all.deb ... Unpacking python3-roman (2.0.0-3) ... Selecting previously unselected package python3-docutils. Preparing to unpack .../076-python3-docutils_0.14+dfsg-3_all.deb ... Unpacking python3-docutils (0.14+dfsg-3) ... Setting up python3-yarl (1.1.0-1) ... [?25hInstalling collected packages: pymongo Attempting uninstall: pymongo Found existing installation: pymongo 3.10.1 Not uninstalling pymongo at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'pymongo'. No files were found to uninstall. Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... Selecting previously unselected package python3-dogpile.cache. Preparing to unpack .../077-python3-dogpile.cache_0.6.2-5_all.deb ... Unpacking python3-dogpile.cache (0.6.2-5) ... Setting up python3-asn1crypto (0.24.0-1) ... Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1411 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [422 kB] Selecting previously unselected package python3-gridfs. Preparing to unpack .../078-python3-gridfs_3.6.1+dfsg1-1_all.deb ... Unpacking python3-gridfs (3.6.1+dfsg1-1) ... Setting up python3-osm-im (9.1.1+g02900ec.dirty-1) ... Selecting previously unselected package python3-webencodings. Preparing to unpack .../079-python3-webencodings_0.5-2_all.deb ... Unpacking python3-webencodings (0.5-2) ... Selecting previously unselected package python3-html5lib. Preparing to unpack .../080-python3-html5lib_0.999999999-1_all.deb ... Unpacking python3-html5lib (0.999999999-1) ... Successfully installed pymongo-3.11.4 Selecting previously unselected package python3-imagesize. Preparing to unpack .../081-python3-imagesize_0.7.1-1_all.deb ... Unpacking python3-imagesize (0.7.1-1) ... Fetched 9465 kB in 3s (3089 kB/s) Reading package lists...Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... Setting up python3-pyasn1 (0.4.2-3) ... Selecting previously unselected package python3-markupsafe. Preparing to unpack .../082-python3-markupsafe_1.0-1build1_amd64.deb ... Unpacking python3-markupsafe (1.0-1build1) ... Selecting previously unselected package python3-jinja2. Preparing to unpack .../083-python3-jinja2_2.10-1ubuntu0.18.04.1_all.deb ... Unpacking python3-jinja2 (2.10-1ubuntu0.18.04.1) ... Selecting previously unselected package python3-jmespath. Preparing to unpack .../084-python3-jmespath_0.9.3-1ubuntu1_all.deb ... Unpacking python3-jmespath (0.9.3-1ubuntu1) ... Selecting previously unselected package python3-json-pointer. Preparing to unpack .../085-python3-json-pointer_1.10-1_all.deb ... Unpacking python3-json-pointer (1.10-1) ... Selecting previously unselected package python3-jsonpatch. Preparing to unpack .../086-python3-jsonpatch_1.19+really1.16-1fakesync1_all.deb ... Unpacking python3-jsonpatch (1.19+really1.16-1fakesync1) ... Setting up python3-iso8601 (0.1.12-1) ... Setting up python3-monotonic (1.1-2) ... Selecting previously unselected package python3-jsonschema. Preparing to unpack .../087-python3-jsonschema_2.6.0-2_all.deb ... Unpacking python3-jsonschema (2.6.0-2) ... Selecting previously unselected package python3-logutils. Preparing to unpack .../088-python3-logutils_0.3.3-5_all.deb ... Unpacking python3-logutils (0.3.3-5) ... Selecting previously unselected package python3-mysqldb. Preparing to unpack .../089-python3-mysqldb_1.3.10-1build1_amd64.deb ... Unpacking python3-mysqldb (1.3.10-1build1) ... Selecting previously unselected package python3-rfc3986. Preparing to unpack .../090-python3-rfc3986_0.3.1-2_all.deb ... Unpacking python3-rfc3986 (0.3.1-2) ... Setting up python3-chardet (3.0.4-1) ... Setting up python3-wcwidth (0.1.8+dfsg1-3) ... Selecting previously unselected package python3-oslo.config. Preparing to unpack .../091-python3-oslo.config_1%3a5.2.0-0ubuntu1_all.deb ... Unpacking python3-oslo.config (1:5.2.0-0ubuntu1) ... Selecting previously unselected package python3-positional. Preparing to unpack .../092-python3-positional_1.1.1-3_all.deb ... Unpacking python3-positional (1.1.1-3) ... Selecting previously unselected package python3-keystoneclient. Preparing to unpack .../093-python3-keystoneclient_1%3a3.15.0-0ubuntu1_all.deb ... Unpacking python3-keystoneclient (1:3.15.0-0ubuntu1) ... Setting up python3-rfc3986 (1.3.2-0ubuntu2) ... Selecting previously unselected package python3-requestsexceptions. Preparing to unpack .../094-python3-requestsexceptions_1.3.0-3_all.deb ... Unpacking python3-requestsexceptions (1.3.0-3) ... Setting up python3-jinja2 (2.10-1ubuntu0.18.04.1) ... Selecting previously unselected package python3-os-client-config. Preparing to unpack .../095-python3-os-client-config_1.29.0-0ubuntu1_all.deb ... Unpacking python3-os-client-config (1.29.0-0ubuntu1) ... Selecting previously unselected package python3-munch. Preparing to unpack .../096-python3-munch_2.2.0-1ubuntu2_all.deb ... Unpacking python3-munch (2.2.0-1ubuntu2) ... Setting up python3-pyparsing (2.4.6-1) ... Selecting previously unselected package python3-os-service-types. Preparing to unpack .../097-python3-os-service-types_1.1.0-0ubuntu2_all.deb ... Unpacking python3-os-service-types (1.1.0-0ubuntu2) ... Selecting previously unselected package python3-openstacksdk. Preparing to unpack .../098-python3-openstacksdk_0.11.3+repack-0ubuntu1_all.deb ... Unpacking python3-openstacksdk (0.11.3+repack-0ubuntu1) ... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got )  WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Ign:1 http://172.17.0.3//release unstable InRelease Setting up python3-cmd2 (0.8.5-2.1) ... Hit:2 http://172.17.0.3//release unstable Release Setting up python3-aiohttp (3.0.1-1) ... Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Collecting pyyaml==5.* Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) [?25l  |▌ | 10 kB 10.9 MB/s eta 0:00:01  |█ | 20 kB 4.8 MB/s eta 0:00:01  |█▌ | 30 kB 1.8 MB/s eta 0:00:01  |██ | 40 kB 2.2 MB/s eta 0:00:01  |██▌ | 51 kB 2.5 MB/s eta 0:00:01  |███ | 61 kB 2.5 MB/s eta 0:00:01  |███▌ | 71 kB 2.5 MB/s eta 0:00:01  |████ | 81 kB 2.5 MB/s eta 0:00:01  |████▌ | 92 kB 2.4 MB/s eta 0:00:01  |█████ | 102 kB 2.0 MB/s eta 0:00:01  |█████▍ | 112 kB 2.0 MB/s eta 0:00:01  |██████ | 122 kB 2.0 MB/s eta 0:00:01  |██████▍ | 133 kB 2.0 MB/s eta 0:00:01  |███████ | 143 kB 2.0 MB/s eta 0:00:01  |███████▍ | 153 kB 2.0 MB/s eta 0:00:01  |████████ | 163 kB 2.0 MB/s eta 0:00:01  |████████▍ | 174 kB 2.0 MB/s eta 0:00:01  |█████████ | 184 kB 2.0 MB/s eta 0:00:01  |█████████▍ | 194 kB 2.0 MB/s eta 0:00:01  |██████████ | 204 kB 2.0 MB/s eta 0:00:01  |██████████▍ | 215 kB 2.0 MB/s eta 0:00:01  |██████████▉ | 225 kB 2.0 MB/s eta 0:00:01  |███████████▍ | 235 kB 2.0 MB/s eta 0:00:01  |███████████▉ | 245 kB 2.0 MB/s eta 0:00:01  |████████████▍ | 256 kB 2.0 MB/s eta 0:00:01  |████████████▉ | 266 kB 2.0 MB/s eta 0:00:01  |█████████████▍ | 276 kB 2.0 MB/s eta 0:00:01  |█████████████▉ | 286 kB 2.0 MB/s eta 0:00:01  |██████████████▍ | 296 kB 2.0 MB/s eta 0:00:01  |██████████████▉ | 307 kB 2.0 MB/s eta 0:00:01  |███████████████▍ | 317 kB 2.0 MB/s eta 0:00:01  |███████████████▉ | 327 kB 2.0 MB/s eta 0:00:01  |████████████████▎ | 337 kB 2.0 MB/s eta 0:00:01  |████████████████▉ | 348 kB 2.0 MB/s eta 0:00:01  |█████████████████▎ | 358 kB 2.0 MB/s eta 0:00:01  |█████████████████▉ | 368 kB 2.0 MB/s eta 0:00:01  |██████████████████▎ | 378 kB 2.0 MB/s eta 0:00:01  |██████████████████▉ | 389 kB 2.0 MB/s eta 0:00:01  |███████████████████▎ | 399 kB 2.0 MB/s eta 0:00:01  |███████████████████▉ | 409 kB 2.0 MB/s eta 0:00:01  |████████████████████▎ | 419 kB 2.0 MB/s eta 0:00:01  |████████████████████▊ | 430 kB 2.0 MB/s eta 0:00:01  |█████████████████████▎ | 440 kB 2.0 MB/s eta 0:00:01  |█████████████████████▊ | 450 kB 2.0 MB/s eta 0:00:01  |██████████████████████▎ | 460 kB 2.0 MB/s eta 0:00:01  |██████████████████████▊ | 471 kB 2.0 MB/s eta 0:00:01  |███████████████████████▎ | 481 kB 2.0 MB/s eta 0:00:01  |███████████████████████▊ | 491 kB 2.0 MB/s eta 0:00:01  |████████████████████████▎ | 501 kB 2.0 MB/s eta 0:00:01  |████████████████████████▊ | 512 kB 2.0 MB/s eta 0:00:01  |█████████████████████████▎ | 522 kB 2.0 MB/s eta 0:00:01  |█████████████████████████▊ | 532 kB 2.0 MB/s eta 0:00:01  |██████████████████████████▏ | 542 kB 2.0 MB/s eta 0:00:01  |██████████████████████████▊ | 552 kB 2.0 MB/s eta 0:00:01  |███████████████████████████▏ | 563 kB 2.0 MB/s eta 0:00:01  |███████████████████████████▊ | 573 kB 2.0 MB/s eta 0:00:01  |████████████████████████████▏ | 583 kB 2.0 MB/s eta 0:00:01Selecting previously unselected package python3-osc-lib.  |████████████████████████████▊ | 593 kB 2.0 MB/s eta 0:00:01  |█████████████████████████████▏ | 604 kB 2.0 MB/s eta 0:00:01  |█████████████████████████████▊ | 614 kB 2.0 MB/s eta 0:00:01  |██████████████████████████████▏ | 624 kB 2.0 MB/s eta 0:00:01  |██████████████████████████████▊ | 634 kB 2.0 MB/s eta 0:00:01  |███████████████████████████████▏| 645 kB 2.0 MB/s eta 0:00:01  |███████████████████████████████▋| 655 kB 2.0 MB/s eta 0:00:01Preparing to unpack .../099-python3-osc-lib_1.9.0-0ubuntu1_all.deb ... Unpacking python3-osc-lib (1.9.0-0ubuntu1) ... Setting up python3-jmespath (0.9.4-2) ...  |████████████████████████████████| 662 kB 2.0 MB/s Selecting previously unselected package python3-neutronclient. Preparing to unpack .../100-python3-neutronclient_1%3a6.7.0-0ubuntu1_all.deb ... Unpacking python3-neutronclient (1:6.7.0-0ubuntu1) ... Setting up python3-osm-nbi (9.1.1.post1+gb1d9ee3.dirty-1) ... POST INSTALL OSM-NBI Installing python dependencies via pip... [?25hInstalling collected packages: pyyaml Attempting uninstall: pyyaml Found existing installation: PyYAML 5.3.1 Not uninstalling pyyaml at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'PyYAML'. No files were found to uninstall. /usr/lib/python3/dist-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="? if x is 0 or x is 1: /usr/lib/python3/dist-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="? if x is 0 or x is 1: /usr/lib/python3/dist-packages/jmespath/visitor.py:34: SyntaxWarning: "is" with a literal. Did you mean "=="? elif y is 0 or y is 1: /usr/lib/python3/dist-packages/jmespath/visitor.py:34: SyntaxWarning: "is" with a literal. Did you mean "=="? elif y is 0 or y is 1: /usr/lib/python3/dist-packages/jmespath/visitor.py:260: SyntaxWarning: "is" with a literal. Did you mean "=="? if original_result is 0: Successfully installed pyyaml-5.4.1 Setting up libimagequant0:amd64 (2.12.2-1.1) ... Selecting previously unselected package python3-novaclient. Setting up libpng16-16:amd64 (1.6.37-2) ... Preparing to unpack .../101-python3-novaclient_2%3a9.1.1-0ubuntu1_all.deb ... Unpacking python3-novaclient (2:9.1.1-0ubuntu1) ... Setting up python3-bson-ext (3.10.1-0ubuntu2) ... Setting up python3-wrapt (1.11.2-2build1) ... Setting up python3-httplib2 (0.9.2+dfsg-1ubuntu0.3) ... Selecting previously unselected package python3-olefile. Preparing to unpack .../102-python3-olefile_0.45.1-1_all.deb ... Unpacking python3-olefile (0.45.1-1) ... Selecting previously unselected package python3-openssl. Preparing to unpack .../103-python3-openssl_17.5.0-1ubuntu1_all.deb ... Unpacking python3-openssl (17.5.0-1ubuntu1) ... Setting up libwebp6:amd64 (0.6.1-2) ... Setting up icu-devtools (66.1-2ubuntu2) ... Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... Setting up python3-html5lib (1.0.1-2) ... Setting up python3-pyasn1-modules (0.2.1-0.2) ... Selecting previously unselected package python3-warlock. Preparing to unpack .../104-python3-warlock_1.2.0-2_all.deb ... Unpacking python3-warlock (1.2.0-2) ... Selecting previously unselected package python3-glanceclient. Preparing to unpack .../105-python3-glanceclient_1%3a2.9.1-0ubuntu1_all.deb ... Unpacking python3-glanceclient (1:2.9.1-0ubuntu1) ... Reading package lists...Selecting previously unselected package python3-openstackclient. Preparing to unpack .../106-python3-openstackclient_3.14.2-0ubuntu1_all.deb ... Unpacking python3-openstackclient (3.14.2-0ubuntu1) ... Setting up python3-attr (17.4.0-2) ... Setting up python3-netifaces (0.10.4-1ubuntu4) ... Setting up ieee-data (20180805.1) ... Setting up python3-json-pointer (2.0-0ubuntu1) ... Requirement already satisfied: pip in /usr/local/lib/python3.6/dist-packages (21.1.1) Selecting previously unselected package python3-pymongo. Preparing to unpack .../107-python3-pymongo_3.6.1+dfsg1-1_amd64.deb ... Unpacking python3-pymongo (3.6.1+dfsg1-1) ... /usr/bin/npm -> /usr/lib/node_modules/npm/bin/npm-cli.js /usr/bin/npx -> /usr/lib/node_modules/npm/bin/npx-cli.js Setting up python3-websocket (0.44.0-0ubuntu2) ... Setting up libxslt1.1:amd64 (1.1.34-4) ... update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode Setting up python3-pyasn1 (0.4.2-3build1) ... Selecting previously unselected package python3-osm-common. Preparing to unpack .../108-python3-osm-common_9.1.1+g277c931.dirty-1_all.deb ... Unpacking python3-osm-common (9.1.1+g277c931.dirty-1) ... + npm@7.12.1 added 60 packages from 23 contributors, removed 241 packages and updated 194 packages in 23.536s Selecting previously unselected package python3-osm-im. Preparing to unpack .../109-python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb ... Unpacking python3-osm-im (9.1.1+g02900ec.dirty-1) ... Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages (2.6.1) Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ... Setting up python3-os-service-types (1.7.0-0ubuntu1) ... Selecting previously unselected package python3-pyasn1. Preparing to unpack .../110-python3-pyasn1_0.4.2-3_all.deb ... Unpacking python3-pyasn1 (0.4.2-3) ... Setting up python3-gridfs (3.10.1-0ubuntu2) ... Selecting previously unselected package python3-paramiko. Preparing to unpack .../111-python3-paramiko_2.0.0-1ubuntu1.2_all.deb ... Unpacking python3-paramiko (2.0.0-1ubuntu1.2) ... WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Selecting previously unselected package python3-osm-ro-plugin. Preparing to unpack .../112-python3-osm-ro-plugin_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-ro-plugin (9.1.1+g4c6d586.dirty-1) ... Selecting previously unselected package python3-osm-ng-ro. Preparing to unpack .../113-python3-osm-ng-ro_9.1.1+g4c6d586.dirty-1_all.deb ... Setting up python3-stevedore (1:1.32.0-0ubuntu2) ... Unpacking python3-osm-ng-ro (9.1.1+g4c6d586.dirty-1) ... Building dependency tree...Setting up python3-uritemplate (0.6-1ubuntu1) ... Setting up python3-jsonschema (3.2.0-0ubuntu2) ... Selecting previously unselected package python3-osm-ro. Preparing to unpack .../114-python3-osm-ro_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-ro (9.1.1+g4c6d586.dirty-1) ... Reading state information... 10 packages can be upgraded. Run 'apt list --upgradable' to see them. W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Selecting previously unselected package python3-osm-roclient. Preparing to unpack .../115-python3-osm-roclient_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-roclient (9.1.1+g4c6d586.dirty-1) ... Selecting previously unselected package python3-osm-rosdn-arista-cloudvision. Preparing to unpack .../116-python3-osm-rosdn-arista-cloudvision_9.1.1+g4c6d586.dirty-1_all.deb ... Setting up python3-bson (3.6.1+dfsg1-1) ... Unpacking python3-osm-rosdn-arista-cloudvision (9.1.1+g4c6d586.dirty-1) ... Setting up python3-crypto (2.6.1-13ubuntu2) ... Setting up python3-cryptography (2.8-3ubuntu0.1) ... Selecting previously unselected package python3-osm-rosdn-dpb. Preparing to unpack .../117-python3-osm-rosdn-dpb_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rosdn-dpb (9.1.1+g4c6d586.dirty-1) ... Selecting previously unselected package python3-osm-rosdn-dynpac. Preparing to unpack .../118-python3-osm-rosdn-dynpac_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rosdn-dynpac (9.1.1+g4c6d586.dirty-1) ... Selecting previously unselected package python3-osm-rosdn-floodlightof. Preparing to unpack .../119-python3-osm-rosdn-floodlightof_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rosdn-floodlightof (9.1.1+g4c6d586.dirty-1) ... Selecting previously unselected package python3-osm-rosdn-ietfl2vpn. Preparing to unpack .../120-python3-osm-rosdn-ietfl2vpn_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rosdn-ietfl2vpn (9.1.1+g4c6d586.dirty-1) ... Setting up python3-dateutil (2.6.1-1) ... Selecting previously unselected package python3-osm-rosdn-juniper-contrail. Preparing to unpack .../121-python3-osm-rosdn-juniper-contrail_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rosdn-juniper-contrail (9.1.1+g4c6d586.dirty-1) ... Selecting previously unselected package python3-osm-rosdn-odlof. Preparing to unpack .../122-python3-osm-rosdn-odlof_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rosdn-odlof (9.1.1+g4c6d586.dirty-1) ... Setting up python3-dateutil (2.7.3-3ubuntu1) ... Selecting previously unselected package python3-osm-rosdn-onos-vpls. Preparing to unpack .../123-python3-osm-rosdn-onos-vpls_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rosdn-onos-vpls (9.1.1+g4c6d586.dirty-1) ... Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... Setting up python3-osm-policy-module (9.1.1.post1+gba88f74.dirty-1) ... Installing python dependencies via pip... Selecting previously unselected package python3-osm-rosdn-onosof. Preparing to unpack .../124-python3-osm-rosdn-onosof_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rosdn-onosof (9.1.1+g4c6d586.dirty-1) ... Removing intermediate container 43591839e27b ---> 5bbb15dd124f Step 10/28 : ARG PLA_VERSION Requirement already satisfied: cherrypy==18.1.2 in /usr/local/lib/python3.6/dist-packages (18.1.2) Setting up python3-cryptography (2.1.4-1ubuntu1.4) ... Requirement already satisfied: more-itertools in /usr/local/lib/python3.6/dist-packages (from cherrypy==18.1.2) (8.7.0) Requirement already satisfied: portend>=2.1.1 in /usr/local/lib/python3.6/dist-packages (from cherrypy==18.1.2) (2.7.1) Requirement already satisfied: cheroot>=6.2.4 in /usr/local/lib/python3.6/dist-packages (from cherrypy==18.1.2) (8.5.2) Requirement already satisfied: zc.lockfile in /usr/local/lib/python3.6/dist-packages (from cherrypy==18.1.2) (2.0) Selecting previously unselected package python3-osm-rovim-aws. Preparing to unpack .../125-python3-osm-rovim-aws_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rovim-aws (9.1.1+g4c6d586.dirty-1) ... ---> Running in 78a63df6b1e4 Requirement already satisfied: six>=1.11.0 in /usr/lib/python3/dist-packages (from cheroot>=6.2.4->cherrypy==18.1.2) (1.11.0) Requirement already satisfied: jaraco.functools in /usr/local/lib/python3.6/dist-packages (from cheroot>=6.2.4->cherrypy==18.1.2) (3.3.0) Requirement already satisfied: tempora>=1.8 in /usr/local/lib/python3.6/dist-packages (from portend>=2.1.1->cherrypy==18.1.2) (4.0.2) Selecting previously unselected package python3-osm-rovim-azure. Preparing to unpack .../126-python3-osm-rovim-azure_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rovim-azure (9.1.1+g4c6d586.dirty-1) ... Requirement already satisfied: pytz in /usr/lib/python3/dist-packages (from tempora>=1.8->portend>=2.1.1->cherrypy==18.1.2) (2018.3) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from zc.lockfile->cherrypy==18.1.2) (39.0.1) Selecting previously unselected package python3-pygments.Setting up sgml-base (1.29.1) ... Preparing to unpack .../127-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... Setting up python3-msgpack (0.6.2-1) ... Removing intermediate container 78a63df6b1e4 ---> 44d65650d0d3 Step 11/28 : ARG COMMON_VERSION WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv ---> Running in e79df737afae Selecting previously unselected package python3-alabaster. Removing intermediate container 00681ca7859c ---> 1d06f700d67b Step 16/29 : RUN npm install Preparing to unpack .../128-python3-alabaster_0.7.8-1_all.deb ... Unpacking python3-alabaster (0.7.8-1) ... Setting up python3-pymongo (3.10.1-0ubuntu2) ... Setting up python3-fasteners (0.12.0-3) ... ---> Running in c85b019003c9 Selecting previously unselected package sphinx-common. Preparing to unpack .../129-sphinx-common_1.6.7-1ubuntu1_all.deb ... Unpacking sphinx-common (1.6.7-1ubuntu1) ... Removing intermediate container e79df737afae ---> 007a57595c0c Step 12/28 : RUN apt-get --yes update && apt-get -y install python3-osm-common${COMMON_VERSION} python3-osm-pla${PLA_VERSION} ---> Running in 96ff3c363156 Setting up python3-yaml (3.12-1build2) ... Setting up python3-prettytable (0.7.2-5) ... Selecting previously unselected package python3-sphinx. Preparing to unpack .../130-python3-sphinx_1.6.7-1ubuntu1_all.deb ... Unpacking python3-sphinx (1.6.7-1ubuntu1) ... Setting up python3-yarl (1.1.0-1) ... Selecting previously unselected package python3-osm-rovim-fos. Preparing to unpack .../131-python3-osm-rovim-fos_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rovim-fos (9.1.1+g4c6d586.dirty-1) ... Setting up libwebpmux3:amd64 (0.6.1-2) ... Setting up python3-appdirs (1.4.3-2.1) ... Selecting previously unselected package python3-osm-rovim-opennebula. Preparing to unpack .../132-python3-osm-rovim-opennebula_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rovim-opennebula (9.1.1+g4c6d586.dirty-1) ... Selecting previously unselected package python3-osm-rovim-openstack. Collecting aiokafka==0.6.0 Preparing to unpack .../133-python3-osm-rovim-openstack_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rovim-openstack (9.1.1+g4c6d586.dirty-1) ... Selecting previously unselected package python3-osm-rovim-openvim. Preparing to unpack .../134-python3-osm-rovim-openvim_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rovim-openvim (9.1.1+g4c6d586.dirty-1) ... Requirement already satisfied: keystoneauth1 in /usr/lib/python3/dist-packages (3.4.0) Setting up python3-rsa (3.4.2-1) ... Selecting previously unselected package python3-progressbar. Downloading aiokafka-0.6.0.tar.gz (359 kB) [?25l  |█ | 10 kB 13.0 MB/s eta 0:00:01Preparing to unpack .../135-python3-progressbar_2.3-4_all.deb ...  |█▉ | 20 kB 2.4 MB/s eta 0:00:01Unpacking python3-progressbar (2.3-4) ...  |██▊ | 30 kB 1.5 MB/s eta 0:00:01  |███▋ | 40 kB 1.8 MB/s eta 0:00:01Setting up python3-pymongo-ext (3.10.1-0ubuntu2) ...  |████▋ | 51 kB 2.1 MB/s eta 0:00:01Ign:1 http://172.17.0.3//release unstable InRelease  |█████▌ | 61 kB 2.1 MB/s eta 0:00:01  |██████▍ | 71 kB 2.2 MB/s eta 0:00:01  |███████▎ | 81 kB 2.4 MB/s eta 0:00:01Setting up libicu-dev:amd64 (66.1-2ubuntu2) ...  |████████▏ | 92 kB 2.3 MB/s eta 0:00:01  |█████████▏ | 102 kB 2.5 MB/s eta 0:00:01  |██████████ | 112 kB 2.5 MB/s eta 0:00:01Hit:2 http://172.17.0.3//release unstable Release  |███████████ | 122 kB 2.5 MB/s eta 0:00:01  |███████████▉ | 133 kB 2.5 MB/s eta 0:00:01  |████████████▊ | 143 kB 2.5 MB/s eta 0:00:01  |█████████████▊ | 153 kB 2.5 MB/s eta 0:00:01  |██████████████▋ | 163 kB 2.5 MB/s eta 0:00:01  |███████████████▌ | 174 kB 2.5 MB/s eta 0:00:01  |████████████████▍ | 184 kB 2.5 MB/s eta 0:00:01  |█████████████████▎ | 194 kB 2.5 MB/s eta 0:00:01Setting up python3-soupsieve (1.9.5+dfsg-1) ...  |██████████████████▎ | 204 kB 2.5 MB/s eta 0:00:01  |███████████████████▏ | 215 kB 2.5 MB/s eta 0:00:01  |████████████████████ | 225 kB 2.5 MB/s eta 0:00:01  |█████████████████████ | 235 kB 2.5 MB/s eta 0:00:01  |█████████████████████▉ | 245 kB 2.5 MB/s eta 0:00:01  |██████████████████████▉ | 256 kB 2.5 MB/s eta 0:00:01  |███████████████████████▊ | 266 kB 2.5 MB/s eta 0:00:01  |████████████████████████▋ | 276 kB 2.5 MB/s eta 0:00:01  |█████████████████████████▌ | 286 kB 2.5 MB/s eta 0:00:01  |██████████████████████████▍ | 296 kB 2.5 MB/s eta 0:00:01  |███████████████████████████▍ | 307 kB 2.5 MB/s eta 0:00:01  |████████████████████████████▎ | 317 kB 2.5 MB/s eta 0:00:01  |█████████████████████████████▏ | 327 kB 2.5 MB/s eta 0:00:01  |██████████████████████████████ | 337 kB 2.5 MB/s eta 0:00:01  |███████████████████████████████ | 348 kB 2.5 MB/s eta 0:00:01  |████████████████████████████████| 358 kB 2.5 MB/s eta 0:00:01  |████████████████████████████████| 359 kB 2.5 MB/s Selecting previously unselected package python3-osm-rovim-vmware. Preparing to unpack .../136-python3-osm-rovim-vmware_9.1.1+g4c6d586.dirty-1_all.deb ... Unpacking python3-osm-rovim-vmware (9.1.1+g4c6d586.dirty-1) ... Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Selecting previously unselected package python3-pil:amd64. Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Preparing to unpack .../137-python3-pil_5.1.0-1ubuntu0.5_amd64.deb ... Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.5) ... Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease Selecting previously unselected package python3-pymongo-ext. Preparing to unpack .../138-python3-pymongo-ext_3.6.1+dfsg1-1_amd64.deb ... Unpacking python3-pymongo-ext (3.6.1+dfsg1-1) ... Setting up python3-aiohttp (3.0.1-1) ... WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Selecting previously unselected package python3-repoze.lru. Preparing to unpack .../139-python3-repoze.lru_0.7-1_all.deb ... Unpacking python3-repoze.lru (0.7-1) ... Setting up python3-websocket (0.53.0-2ubuntu1) ... update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode Selecting previously unselected package python3-routes. Preparing to unpack .../140-python3-routes_2.4.1-1_all.deb ... Unpacking python3-routes (2.4.1-1) ... [?25hRequirement already satisfied: kafka-python>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from aiokafka==0.6.0) (2.0.2) Building wheels for collected packages: aiokafka Selecting previously unselected package python3-webob. Preparing to unpack .../141-python3-webob_1%3a1.7.3-2fakesync1_all.deb ... Unpacking python3-webob (1:1.7.3-2fakesync1) ... Setting up python3-cffi-backend (1.14.0-1build1) ... Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... Setting up python3-pymongo (3.6.1+dfsg1-1) ... npm WARN deprecated fsevents@2.1.3: "Please update to latest v2.3 or v2.2" Setting up python3-logutils (0.3.3-5) ... Building wheel for aiokafka (setup.py) ... [?25l-npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.  \Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... Reading package lists...Setting up python3-openssl (17.5.0-1ubuntu1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up python3-babel (2.6.0+dfsg.1-1ubuntu2.1) ... update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode Creating config file /etc/papersize with new version Setting up python3-pbr (3.1.1-3ubuntu3) ... update-alternatives: using /usr/bin/python3-pbr to provide /usr/bin/pbr (pbr) in auto mode Setting up python3-oauth2client (4.1.2-3) ... Setting up libwebpdemux2:amd64 (0.6.1-2) ... Setting up python3-jsonpatch (1.23-3) ... update-alternatives: using /usr/bin/jsonpatch-jsondiff to provide /usr/bin/jsondiff (jsondiff) in auto mode Collecting jsonschema==3.2.0 Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... Setting up python3-roman (2.0.0-3) ... Setting up python3-osm-common (9.1.1+g277c931.dirty-1) ... POST INSTALL OSM-COMMON Installing python dependencies via pip... Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) [?25l  |##### | 10 kB 8.7 MB/s eta 0:00:01  |########### | 20 kB 3.4 MB/s eta 0:00:01  |################# | 30 kB 1.4 MB/s eta 0:00:01  |####################### | 40 kB 1.8 MB/s eta 0:00:01  |############################# | 51 kB 2.2 MB/s eta 0:00:01  |################################| 56 kB 1.2 MB/s Setting up python3-osm-common (9.1.1+g277c931.dirty-1) ... POST INSTALL OSM-COMMON Installing python dependencies via pip... [?25hRequirement already satisfied: six>=1.11.0 in /usr/lib/python3/dist-packages (from jsonschema==3.2.0) (1.11.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from jsonschema==3.2.0) (39.0.1) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.17.3.tar.gz (106 kB) [?25l  |### | 10 kB 10.3 MB/s eta 0:00:01  |###### | 20 kB 5.4 MB/s eta 0:00:01  |######### | 30 kB 6.8 MB/s eta 0:00:01  |############ | 40 kB 7.8 MB/s eta 0:00:01  |############### | 51 kB 6.9 MB/s eta 0:00:01  |################## | 61 kB 7.6 MB/s eta 0:00:01  |##################### | 71 kB 6.7 MB/s eta 0:00:01  |######################## | 81 kB 7.2 MB/s eta 0:00:01  |########################### | 92 kB 4.7 MB/s eta 0:00:01  |############################## | 102 kB 4.2 MB/s eta 0:00:01  |################################| 106 kB 4.2 MB/s Setting up python3-webencodings (0.5-2) ... Setting up python3-progressbar (2.3-4) ... W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Reading package lists...Setting up python3-imagesize (0.7.1-1) ... [?25hCollecting importlib-metadata npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)  Downloading importlib_metadata-4.0.1-py3-none-any.whl (16 kB) Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.6/dist-packages (from jsonschema==3.2.0) (21.2.0) Collecting dataclasses Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata->jsonschema==3.2.0) (3.10.0.0) Downloading dataclasses-0.8-py3-none-any.whl (19 kB) Collecting zipp>=0.5 Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB) Setting up ieee-data (20180204.1) ... Building wheels for collected packages: pyrsistent Setting up python3-olefile (0.45.1-1) ... Installing collected packages: dataclasses ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. osm-common 9.1.1+g277c931.dirty requires aiokafka, which is not installed. Successfully installed dataclasses-0.8 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... Building wheel for pyrsistent (setup.py) ... [?25l-Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ... Setting up libjbig0:amd64 (2.1-3.1build1) ... Setting up libnuma1:amd64 (2.0.11-2.1ubuntu0.1) ... Setting up tzdata (2021a-0ubuntu0.18.04) ... Current default time zone: 'Etc/UTC' Local time is now: Tue May 11 16:28:01 UTC 2021. Universal Time is now: Tue May 11 16:28:01 UTC 2021. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up python3-webob (1:1.7.3-2fakesync1) ... npm WARN deprecated har-validator@5.1.5: this library is no longer supported Collecting dataclasses Downloading dataclasses-0.6-py3-none-any.whl (14 kB) Building dependency tree...Setting up python3-funcsigs (1.0.2-4) ...  \ | Reading state information...  done [?25h Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=105664 sha256=638c5a8572f1373f0589f1b601cce281eebf9aace02836245601bb82564822bd Stored in directory: /root/.cache/pip/wheels/34/13/19/294da8e11bce7e563afee51251b9fa878185e14f4b5caf00cb Successfully built pyrsistent Installing collected packages: dataclasses Collecting aiokafka Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... Setting up python3-alabaster (0.7.8-1) ... Successfully installed dataclasses-0.6 Downloading aiokafka-0.7.0-cp36-cp36m-manylinux2010_x86_64.whl (1.1 MB) [?25l  | | 10 kB 12.9 MB/s eta 0:00:01  | | 20 kB 4.3 MB/s eta 0:00:01  | | 30 kB 1.4 MB/s eta 0:00:01  |# | 40 kB 1.8 MB/s eta 0:00:01  |# | 51 kB 2.0 MB/s eta 0:00:01  |# | 61 kB 2.1 MB/s eta 0:00:01  |## | 71 kB 2.1 MB/s eta 0:00:01  |## | 81 kB 2.4 MB/s eta 0:00:01  |## | 92 kB 2.2 MB/s eta 0:00:01  |### | 102 kB 2.3 MB/s eta 0:00:01  |### | 112 kB 2.3 MB/s eta 0:00:01  |### | 122 kB 2.3 MB/s eta 0:00:01  |### | 133 kB 2.3 MB/s eta 0:00:01  |#### | 143 kB 2.3 MB/s eta 0:00:01  |#### | 153 kB 2.3 MB/s eta 0:00:01  |#### | 163 kB 2.3 MB/s eta 0:00:01  |##### | 174 kB 2.3 MB/s eta 0:00:01  |##### | 184 kB 2.3 MB/s eta 0:00:01  |##### | 194 kB 2.3 MB/s eta 0:00:01  |###### | 204 kB 2.3 MB/s eta 0:00:01  |###### | 215 kB 2.3 MB/s eta 0:00:01  |###### | 225 kB 2.3 MB/s eta 0:00:01  |###### | 235 kB 2.3 MB/s eta 0:00:01  |####### | 245 kB 2.3 MB/s eta 0:00:01  |####### | 256 kB 2.3 MB/s eta 0:00:01  |####### | 266 kB 2.3 MB/s eta 0:00:01  |######## | 276 kB 2.3 MB/s eta 0:00:01  |######## | 286 kB 2.3 MB/s eta 0:00:01  |######## | 296 kB 2.3 MB/s eta 0:00:01  |######### | 307 kB 2.3 MB/s eta 0:00:01  |######### | 317 kB 2.3 MB/s eta 0:00:01  |######### | 327 kB 2.3 MB/s eta 0:00:01  |########## | 337 kB 2.3 MB/s eta 0:00:01  |########## | 348 kB 2.3 MB/s eta 0:00:01  |########## | 358 kB 2.3 MB/s eta 0:00:01  |########## | 368 kB 2.3 MB/s eta 0:00:01  |########### | 378 kB 2.3 MB/s eta 0:00:01The following additional packages will be installed: libyaml-0-2 python3-bson python3-bson-ext python3-gridfs python3-jinja2 python3-markupsafe python3-pymongo python3-pymongo-ext python3-yaml  |########### | 389 kB 2.3 MB/s eta 0:00:01  |########### | 399 kB 2.3 MB/s eta 0:00:01Suggested packages: python-jinja2-doc python-pymongo-doc  |############ | 409 kB 2.3 MB/s eta 0:00:01  |############ | 419 kB 2.3 MB/s eta 0:00:01  |############ | 430 kB 2.3 MB/s eta 0:00:01  |############# | 440 kB 2.3 MB/s eta 0:00:01  |############# | 450 kB 2.3 MB/s eta 0:00:01  |############# | 460 kB 2.3 MB/s eta 0:00:01  |############# | 471 kB 2.3 MB/s eta 0:00:01  |############## | 481 kB 2.3 MB/s eta 0:00:01  |############## | 491 kB 2.3 MB/s eta 0:00:01  |############## | 501 kB 2.3 MB/s eta 0:00:01  |############### | 512 kB 2.3 MB/s eta 0:00:01  |############### | 522 kB 2.3 MB/s eta 0:00:01  |############### | 532 kB 2.3 MB/s eta 0:00:01  |################ | 542 kB 2.3 MB/s eta 0:00:01  |################ | 552 kB 2.3 MB/s eta 0:00:01  |################ | 563 kB 2.3 MB/s eta 0:00:01  |################ | 573 kB 2.3 MB/s eta 0:00:01  |################# | 583 kB 2.3 MB/s eta 0:00:01  |################# | 593 kB 2.3 MB/s eta 0:00:01  |################# | 604 kB 2.3 MB/s eta 0:00:01  |################## | 614 kB 2.3 MB/s eta 0:00:01  |################## | 624 kB 2.3 MB/s eta 0:00:01  |################## | 634 kB 2.3 MB/s eta 0:00:01  |################### | 645 kB 2.3 MB/s eta 0:00:01  |################### | 655 kB 2.3 MB/s eta 0:00:01  |################### | 665 kB 2.3 MB/s eta 0:00:01  |#################### | 675 kB 2.3 MB/s eta 0:00:01  |#################### | 686 kB 2.3 MB/s eta 0:00:01  |#################### | 696 kB 2.3 MB/s eta 0:00:01  |#################### | 706 kB 2.3 MB/s eta 0:00:01  |##################### | 716 kB 2.3 MB/s eta 0:00:01  |##################### | 727 kB 2.3 MB/s eta 0:00:01  |##################### | 737 kB 2.3 MB/s eta 0:00:01  |###################### | 747 kB 2.3 MB/s eta 0:00:01  |###################### | 757 kB 2.3 MB/s eta 0:00:01  |###################### | 768 kB 2.3 MB/s eta 0:00:01  |####################### | 778 kB 2.3 MB/s eta 0:00:01  |####################### | 788 kB 2.3 MB/s eta 0:00:01  |####################### | 798 kB 2.3 MB/s eta 0:00:01  |####################### | 808 kB 2.3 MB/s eta 0:00:01  |######################## | 819 kB 2.3 MB/s eta 0:00:01  |######################## | 829 kB 2.3 MB/s eta 0:00:01  |######################## | 839 kB 2.3 MB/s eta 0:00:01  |######################### | 849 kB 2.3 MB/s eta 0:00:01  |######################### | 860 kB 2.3 MB/s eta 0:00:01  |######################### | 870 kB 2.3 MB/s eta 0:00:01  |########################## | 880 kB 2.3 MB/s eta 0:00:01  |########################## | 890 kB 2.3 MB/s eta 0:00:01  |########################## | 901 kB 2.3 MB/s eta 0:00:01  |########################### | 911 kB 2.3 MB/s eta 0:00:01  |########################### | 921 kB 2.3 MB/s eta 0:00:01  |########################### | 931 kB 2.3 MB/s eta 0:00:01  |########################### | 942 kB 2.3 MB/s eta 0:00:01  |############################ | 952 kB 2.3 MB/s eta 0:00:01  |############################ | 962 kB 2.3 MB/s eta 0:00:01  |############################ | 972 kB 2.3 MB/s eta 0:00:01  |############################# | 983 kB 2.3 MB/s eta 0:00:01  |############################# | 993 kB 2.3 MB/s eta 0:00:01  |############################# | 1.0 MB 2.3 MB/s eta 0:00:01  |############################## | 1.0 MB 2.3 MB/s eta 0:00:01  |############################## | 1.0 MB 2.3 MB/s eta 0:00:01  |############################## | 1.0 MB 2.3 MB/s eta 0:00:01  |############################## | 1.0 MB 2.3 MB/s eta 0:00:01  |############################### | 1.1 MB 2.3 MB/s eta 0:00:01  |############################### | 1.1 MB 2.3 MB/s eta 0:00:01  |############################### | 1.1 MB 2.3 MB/s eta 0:00:01  |################################| 1.1 MB 2.3 MB/s The following NEW packages will be installed: libyaml-0-2 python3-bson python3-bson-ext python3-gridfs python3-jinja2 python3-markupsafe python3-osm-common python3-osm-pla python3-pymongo python3-pymongo-ext python3-yaml Installing collected packages: zipp, pyrsistent, importlib-metadata, jsonschema 0 upgraded, 11 newly installed, 0 to remove and 10 not upgraded. Need to get 530 kB of archives. After this operation, 3032 kB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/common amd64 python3-osm-common all 9.1.1+g277c931.dirty-1 [31.9 kB] Get:2 http://172.17.0.3//release unstable/PLA amd64 python3-osm-pla all 9.1.1.post1+g751f7e1.dirty-1 [29.3 kB] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB] Setting up python3-iso8601 (0.1.11-1) ... Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-yaml amd64 3.12-1build2 [109 kB] [?25hCollecting kafka-python>=2.0.0 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-bson amd64 3.6.1+dfsg1-1 [31.8 kB] Downloading kafka_python-2.0.2-py2.py3-none-any.whl (246 kB) [?25l  |# | 10 kB 11.5 MB/s eta 0:00:01  |## | 20 kB 14.6 MB/s eta 0:00:01  |### | 30 kB 17.7 MB/s eta 0:00:01  |##### | 40 kB 18.6 MB/s eta 0:00:01  |###### | 51 kB 19.1 MB/s eta 0:00:01  |####### | 61 kB 21.1 MB/s eta 0:00:01Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-bson-ext amd64 3.6.1+dfsg1-1 [20.5 kB]  |######### | 71 kB 14.6 MB/s eta 0:00:01  |########## | 81 kB 15.8 MB/s eta 0:00:01  |########### | 92 kB 16.8 MB/s eta 0:00:01  |############# | 102 kB 17.6 MB/s eta 0:00:01  |############## | 112 kB 17.6 MB/s eta 0:00:01  |############### | 122 kB 17.6 MB/s eta 0:00:01  |################# | 133 kB 17.6 MB/s eta 0:00:01  |################## | 143 kB 17.6 MB/s eta 0:00:01  |################### | 153 kB 17.6 MB/s eta 0:00:01  |##################### | 163 kB 17.6 MB/s eta 0:00:01  |###################### | 174 kB 17.6 MB/s eta 0:00:01  |####################### | 184 kB 17.6 MB/s eta 0:00:01  |######################### | 194 kB 17.6 MB/s eta 0:00:01  |########################## | 204 kB 17.6 MB/s eta 0:00:01  |########################### | 215 kB 17.6 MB/s eta 0:00:01  |############################# | 225 kB 17.6 MB/s eta 0:00:01  |############################## | 235 kB 17.6 MB/s eta 0:00:01  |############################### | 245 kB 17.6 MB/s eta 0:00:01Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-gridfs all 3.6.1+dfsg1-1 [15.0 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-markupsafe amd64 1.0-1build1 [13.5 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-jinja2 all 2.10-1ubuntu0.18.04.1 [95.4 kB]  |################################| 246 kB 17.6 MB/s Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pymongo amd64 3.6.1+dfsg1-1 [125 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pymongo-ext amd64 3.6.1+dfsg1-1 [11.0 kB] Attempting uninstall: jsonschema Found existing installation: jsonschema 2.6.0 Uninstalling jsonschema-2.6.0: Setting up mysql-common (5.8+1.0.4) ... debconf: delaying package configuration, since apt-utils is not installed [?25hInstalling collected packages: kafka-python, aiokafka Successfully uninstalled jsonschema-2.6.0 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode Setting up python3-simplejson (3.13.2-1) ... Fetched 530 kB in 0s (1488 kB/s)  |Selecting previously unselected package libyaml-0-2:amd64. (Reading database ... Successfully installed importlib-metadata-4.0.1 jsonschema-3.2.0 pyrsistent-0.17.3 zipp-3.4.1 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20035 files and directories currently installed.) Preparing to unpack .../00-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../01-python3-yaml_3.12-1build2_amd64.deb ... Unpacking python3-yaml (3.12-1build2) ... Selecting previously unselected package python3-bson. Preparing to unpack .../02-python3-bson_3.6.1+dfsg1-1_amd64.deb ...  /Unpacking python3-bson (3.6.1+dfsg1-1) ... Setting up python3-msgpack (0.5.6-1) ... Selecting previously unselected package python3-bson-ext. Preparing to unpack .../03-python3-bson-ext_3.6.1+dfsg1-1_amd64.deb ... Unpacking python3-bson-ext (3.6.1+dfsg1-1) ... Selecting previously unselected package python3-gridfs. Preparing to unpack .../04-python3-gridfs_3.6.1+dfsg1-1_all.deb ... Unpacking python3-gridfs (3.6.1+dfsg1-1) ... Successfully installed aiokafka-0.7.0 kafka-python-2.0.2 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Selecting previously unselected package python3-markupsafe. Preparing to unpack .../05-python3-markupsafe_1.0-1build1_amd64.deb ... Unpacking python3-markupsafe (1.0-1build1) ... Setting up python3-json-pointer (1.10-1) ... Selecting previously unselected package python3-jinja2. Preparing to unpack .../06-python3-jinja2_2.10-1ubuntu0.18.04.1_all.deb ... Unpacking python3-jinja2 (2.10-1ubuntu0.18.04.1) ... update-alternatives: using /usr/bin/python3-jsonpointer to provide /usr/bin/jsonpointer (jsonpointer) in auto mode Selecting previously unselected package python3-pymongo. Preparing to unpack .../07-python3-pymongo_3.6.1+dfsg1-1_amd64.deb ... Unpacking python3-pymongo (3.6.1+dfsg1-1) ... Selecting previously unselected package python3-osm-common. Preparing to unpack .../08-python3-osm-common_9.1.1+g277c931.dirty-1_all.deb ... Unpacking python3-osm-common (9.1.1+g277c931.dirty-1) ... Selecting previously unselected package python3-osm-pla. Preparing to unpack .../09-python3-osm-pla_9.1.1.post1+g751f7e1.dirty-1_all.deb ... Unpacking python3-osm-pla (9.1.1.post1+g751f7e1.dirty-1) ... Setting up genisoimage (9:1.1.11-3ubuntu2) ... Setting up python3-pyparsing (2.2.0+dfsg1-2) ... Selecting previously unselected package python3-pymongo-ext. Preparing to unpack .../10-python3-pymongo-ext_3.6.1+dfsg1-1_amd64.deb ... Unpacking python3-pymongo-ext (3.6.1+dfsg1-1) ... Setting up python3-gridfs (3.6.1+dfsg1-1) ... Requirement already up-to-date: aiokafka in /usr/local/lib/python3.8/dist-packages (0.7.0) Requirement already satisfied, skipping upgrade: kafka-python>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from aiokafka) (2.0.2) Setting up python3-bottle (0.12.13-1) ... Setting up python3-markupsafe (1.0-1build1) ... npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. Requirement already satisfied: pymongo in /usr/lib/python3/dist-packages (3.6.1) Collecting tacacs_plus Setting up python3-cherrypy3 (8.9.1-2) ... Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... Setting up python3-jinja2 (2.10-1ubuntu0.18.04.1) ... Downloading tacacs_plus-2.6-py2.py3-none-any.whl (17 kB) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from tacacs_plus) (1.11.0) Setting up python3-bson (3.6.1+dfsg1-1) ... Setting up python3-certifi (2018.1.18-2) ... Installing collected packages: tacacs-plus Successfully installed tacacs-plus-2.6 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... Setting up python3-yaml (3.12-1build2) ... Setting up python3-gridfs (3.6.1+dfsg1-1) ... Collecting pymongo Setting up python3-appdirs (1.4.3-1) ... Downloading pymongo-3.11.4-cp36-cp36m-manylinux2014_x86_64.whl (509 kB) [?25l  | | 10 kB 10.3 MB/s eta 0:00:01  |# | 20 kB 3.7 MB/s eta 0:00:01  |# | 30 kB 1.4 MB/s eta 0:00:01  |## | 40 kB 1.8 MB/s eta 0:00:01  |### | 51 kB 2.1 MB/s eta 0:00:01  |### | 61 kB 2.3 MB/s eta 0:00:01  |#### | 71 kB 2.2 MB/s eta 0:00:01  |##### | 81 kB 2.4 MB/s eta 0:00:01Setting up python3-bson-ext (3.6.1+dfsg1-1) ...  |##### | 92 kB 2.3 MB/s eta 0:00:01Setting up python3-pymongo (3.6.1+dfsg1-1) ...  |###### | 102 kB 1.8 MB/s eta 0:00:01  |####### | 112 kB 1.8 MB/s eta 0:00:01  |####### | 122 kB 1.8 MB/s eta 0:00:01  |######## | 133 kB 1.8 MB/s eta 0:00:01  |######### | 143 kB 1.8 MB/s eta 0:00:01  |######### | 153 kB 1.8 MB/s eta 0:00:01  |########## | 163 kB 1.8 MB/s eta 0:00:01  |########## | 174 kB 1.8 MB/s eta 0:00:01  |########### | 184 kB 1.8 MB/s eta 0:00:01  |############ | 194 kB 1.8 MB/s eta 0:00:01  |############ | 204 kB 1.8 MB/s eta 0:00:01  |############# | 215 kB 1.8 MB/s eta 0:00:01  |############## | 225 kB 1.8 MB/s eta 0:00:01  |############## | 235 kB 1.8 MB/s eta 0:00:01  |############### | 245 kB 1.8 MB/s eta 0:00:01  |################ | 256 kB 1.8 MB/s eta 0:00:01  |################ | 266 kB 1.8 MB/s eta 0:00:01  |################# | 276 kB 1.8 MB/s eta 0:00:01  |################## | 286 kB 1.8 MB/s eta 0:00:01  |################## | 296 kB 1.8 MB/s eta 0:00:01  |################### | 307 kB 1.8 MB/s eta 0:00:01  |################### | 317 kB 1.8 MB/s eta 0:00:01  |#################### | 327 kB 1.8 MB/s eta 0:00:01  |##################### | 337 kB 1.8 MB/s eta 0:00:01  |##################### | 348 kB 1.8 MB/s eta 0:00:01  |###################### | 358 kB 1.8 MB/s eta 0:00:01  |####################### | 368 kB 1.8 MB/s eta 0:00:01  |####################### | 378 kB 1.8 MB/s eta 0:00:01  |######################## | 389 kB 1.8 MB/s eta 0:00:01  |######################### | 399 kB 1.8 MB/s eta 0:00:01  |######################### | 409 kB 1.8 MB/s eta 0:00:01  |########################## | 419 kB 1.8 MB/s eta 0:00:01  |########################### | 430 kB 1.8 MB/s eta 0:00:01  |########################### | 440 kB 1.8 MB/s eta 0:00:01  |############################ | 450 kB 1.8 MB/s eta 0:00:01  |############################ | 460 kB 1.8 MB/s eta 0:00:01  |############################# | 471 kB 1.8 MB/s eta 0:00:01  |############################## | 481 kB 1.8 MB/s eta 0:00:01  |############################## | 491 kB 1.8 MB/s eta 0:00:01  |############################### | 501 kB 1.8 MB/s eta 0:00:01  |################################| 509 kB 1.8 MB/s Setting up sgml-base (1.29) ... Setting up python3-bs4 (4.6.0-1) ... [?25hInstalling collected packages: pymongo Attempting uninstall: pymongo Found existing installation: pymongo 3.6.1 Uninstalling pymongo-3.6.1: Setting up python3-pymongo-ext (3.6.1+dfsg1-1) ... Setting up python3-osm-common (9.1.1+g277c931.dirty-1) ... POST INSTALL OSM-COMMON Installing python dependencies via pip... Successfully uninstalled pymongo-3.6.1 Setting up python3-netifaces (0.10.4-0.1build4) ... Successfully installed pymongo-3.11.4 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-markupsafe (1.0-1build1) ... Setting up libfreetype6:amd64 (2.8.1-2ubuntu2.1) ... Setting up python3-os-service-types (1.1.0-0ubuntu2) ... Collecting dataclasses Requirement already satisfied: pyyaml==5.* in /usr/local/lib/python3.6/dist-packages (5.4.1) Downloading dataclasses-0.8-py3-none-any.whl (19 kB) Installing collected packages: dataclasses ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. osm-common 9.1.1+g277c931.dirty requires aiokafka, which is not installed. Successfully installed dataclasses-0.8 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-jsonschema (2.6.0-2) ... Removing intermediate container 0dc7d972e05e ---> 7f47c59cb00a Step 14/39 : WORKDIR /app/osm_nbi update-alternatives: using /usr/bin/python3-jsonschema to provide /usr/bin/jsonschema (jsonschema) in auto mode ---> Running in 2c0e15d082e3 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Removing intermediate container 2c0e15d082e3 ---> 5a4bbb605013 Step 15/39 : EXPOSE 9999 Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... ---> Running in 4ddd90d5ee76 Setting up python3-blinker (1.4+dfsg1-0.1) ... Collecting pymongo Downloading pymongo-3.11.4-cp38-cp38-manylinux2014_x86_64.whl (531 kB) [?25l  |▋ | 10 kB 11.7 MB/s eta 0:00:01  |█▎ | 20 kB 7.6 MB/s eta 0:00:01  |█▉ | 30 kB 1.2 MB/s eta 0:00:01  |██▌ | 40 kB 1.5 MB/s eta 0:00:01Removing intermediate container 4ddd90d5ee76 ---> 4345adab6ac6 Step 16/39 : RUN cp -R /usr/lib/python3/dist-packages/osm_nbi/html_public /app/osm_nbi/html_public  |███ | 51 kB 1.7 MB/s eta 0:00:01  |███▊ | 61 kB 2.0 MB/s eta 0:00:01  |████▎ | 71 kB 2.2 MB/s eta 0:00:01  |█████ | 81 kB 2.5 MB/s eta 0:00:01  |█████▌ | 92 kB 2.2 MB/s eta 0:00:01  |██████▏ | 102 kB 2.2 MB/s eta 0:00:01  |██████▉ | 112 kB 2.2 MB/s eta 0:00:01  |███████▍ | 122 kB 2.2 MB/s eta 0:00:01  |████████ | 133 kB 2.2 MB/s eta 0:00:01  |████████▋ | 143 kB 2.2 MB/s eta 0:00:01  |█████████▎ | 153 kB 2.2 MB/s eta 0:00:01  |█████████▉ | 163 kB 2.2 MB/s eta 0:00:01  |██████████▌ | 174 kB 2.2 MB/s eta 0:00:01  |███████████ | 184 kB 2.2 MB/s eta 0:00:01  |███████████▊ | 194 kB 2.2 MB/s eta 0:00:01  |████████████▎ | 204 kB 2.2 MB/s eta 0:00:01  |█████████████ | 215 kB 2.2 MB/s eta 0:00:01  |█████████████▋ | 225 kB 2.2 MB/s eta 0:00:01  |██████████████▏ | 235 kB 2.2 MB/s eta 0:00:01  |██████████████▉ | 245 kB 2.2 MB/s eta 0:00:01  |███████████████▍ | 256 kB 2.2 MB/s eta 0:00:01  |████████████████ | 266 kB 2.2 MB/s eta 0:00:01  |████████████████▋ | 276 kB 2.2 MB/s eta 0:00:01  |█████████████████▎ | 286 kB 2.2 MB/s eta 0:00:01  |█████████████████▉ | 296 kB 2.2 MB/s eta 0:00:01  |██████████████████▌ | 307 kB 2.2 MB/s eta 0:00:01  |███████████████████ | 317 kB 2.2 MB/s eta 0:00:01  |███████████████████▊ | 327 kB 2.2 MB/s eta 0:00:01  |████████████████████▍ | 337 kB 2.2 MB/s eta 0:00:01  |█████████████████████ | 348 kB 2.2 MB/s eta 0:00:01  |█████████████████████▋ | 358 kB 2.2 MB/s eta 0:00:01  |██████████████████████▏ | 368 kB 2.2 MB/s eta 0:00:01  |██████████████████████▉ | 378 kB 2.2 MB/s eta 0:00:01  |███████████████████████▍ | 389 kB 2.2 MB/s eta 0:00:01npm WARN EBADENGINE Unsupported engine { package: 'morris.js@0.5.0', npm WARN EBADENGINE required: { node: '>=0.8 <0.11' }, npm WARN EBADENGINE current: { node: 'v10.24.1', npm: '7.12.1' } }   |████████████████████████ | 399 kB 2.2 MB/s eta 0:00:01  |████████████████████████▋ | 409 kB 2.2 MB/s eta 0:00:01  |█████████████████████████▎ | 419 kB 2.2 MB/s eta 0:00:01  |█████████████████████████▉ | 430 kB 2.2 MB/s eta 0:00:01  |██████████████████████████▌ | 440 kB 2.2 MB/s eta 0:00:01  |███████████████████████████▏ | 450 kB 2.2 MB/s eta 0:00:01  |███████████████████████████▊ | 460 kB 2.2 MB/s eta 0:00:01  |████████████████████████████▍ | 471 kB 2.2 MB/s eta 0:00:01  |██████���██████████████████████ | 481 kB 2.2 MB/s eta 0:00:01  |█████████████████████████████▋ | 491 kB 2.2 MB/s eta 0:00:01  |██████████████████████████████▏ | 501 kB 2.2 MB/s eta 0:00:01  |██████████████████████████████▉ | 512 kB 2.2 MB/s eta 0:00:01  |███████████████████████████████▍| 522 kB 2.2 MB/s eta 0:00:01 -  |████████████████████████████████| 531 kB 2.2 MB/s ---> Running in bd85fe961f37 Setting up python3-prettytable (0.7.2-3) ... Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... Setting up python3-pyasn1 (0.4.2-3) ... [?25hInstalling collected packages: pymongo Attempting uninstall: pymongo Found existing installation: pymongo 3.10.1 Not uninstalling pymongo at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'pymongo'. No files were found to uninstall. Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages (2.6.1) Collecting aiokafka WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Successfully installed pymongo-3.11.4 Downloading aiokafka-0.7.0-cp36-cp36m-manylinux2010_x86_64.whl (1.1 MB) [?25l  | | 10 kB 14.5 MB/s eta 0:00:01  | | 20 kB 3.2 MB/s eta 0:00:01  | | 30 kB 1.6 MB/s eta 0:00:01  |# | 40 kB 2.1 MB/s eta 0:00:01  |# | 51 kB 2.4 MB/s eta 0:00:01  |# | 61 kB 2.4 MB/s eta 0:00:01  |## | 71 kB 2.4 MB/s eta 0:00:01  |## | 81 kB 2.7 MB/s eta 0:00:01  |## | 92 kB 1.8 MB/s eta 0:00:01  |### | 102 kB 1.9 MB/s eta 0:00:01  |### | 112 kB 1.9 MB/s eta 0:00:01  |### | 122 kB 1.9 MB/s eta 0:00:01Setting up python3-kubernetes (2.0.0-2ubuntu1) ...  |### | 133 kB 1.9 MB/s eta 0:00:01  |#### | 143 kB 1.9 MB/s eta 0:00:01  |#### | 153 kB 1.9 MB/s eta 0:00:01  |#### | 163 kB 1.9 MB/s eta 0:00:01  |##### | 174 kB 1.9 MB/s eta 0:00:01  |##### | 184 kB 1.9 MB/s eta 0:00:01  |##### | 194 kB 1.9 MB/s eta 0:00:01  |###### | 204 kB 1.9 MB/s eta 0:00:01  |###### | 215 kB 1.9 MB/s eta 0:00:01  |###### | 225 kB 1.9 MB/s eta 0:00:01  |###### | 235 kB 1.9 MB/s eta 0:00:01  |####### | 245 kB 1.9 MB/s eta 0:00:01Setting up python3-wrapt (1.9.0-3) ...  |####### | 256 kB 1.9 MB/s eta 0:00:01  |####### | 266 kB 1.9 MB/s eta 0:00:01  |######## | 276 kB 1.9 MB/s eta 0:00:01  |######## | 286 kB 1.9 MB/s eta 0:00:01  |######## | 296 kB 1.9 MB/s eta 0:00:01  |######### | 307 kB 1.9 MB/s eta 0:00:01  |######### | 317 kB 1.9 MB/s eta 0:00:01  |######### | 327 kB 1.9 MB/s eta 0:00:01  |########## | 337 kB 1.9 MB/s eta 0:00:01  |########## | 348 kB 1.9 MB/s eta 0:00:01  |########## | 358 kB 1.9 MB/s eta 0:00:01  |########## | 368 kB 1.9 MB/s eta 0:00:01  |########### | 378 kB 1.9 MB/s eta 0:00:01  |########### | 389 kB 1.9 MB/s eta 0:00:01  |########### | 399 kB 1.9 MB/s eta 0:00:01  |############ | 409 kB 1.9 MB/s eta 0:00:01  |############ | 419 kB 1.9 MB/s eta 0:00:01  |############ | 430 kB 1.9 MB/s eta 0:00:01  |############# | 440 kB 1.9 MB/s eta 0:00:01  |############# | 450 kB 1.9 MB/s eta 0:00:01  |############# | 460 kB 1.9 MB/s eta 0:00:01  |############# | 471 kB 1.9 MB/s eta 0:00:01  |############## | 481 kB 1.9 MB/s eta 0:00:01  |############## | 491 kB 1.9 MB/s eta 0:00:01  |############## | 501 kB 1.9 MB/s eta 0:00:01  |############### | 512 kB 1.9 MB/s eta 0:00:01  |############### | 522 kB 1.9 MB/s eta 0:00:01  |############### | 532 kB 1.9 MB/s eta 0:00:01  |################ | 542 kB 1.9 MB/s eta 0:00:01  |################ | 552 kB 1.9 MB/s eta 0:00:01  |################ | 563 kB 1.9 MB/s eta 0:00:01  |################ | 573 kB 1.9 MB/s eta 0:00:01  |################# | 583 kB 1.9 MB/s eta 0:00:01  |################# | 593 kB 1.9 MB/s eta 0:00:01  |################# | 604 kB 1.9 MB/s eta 0:00:01  |################## | 614 kB 1.9 MB/s eta 0:00:01  |################## | 624 kB 1.9 MB/s eta 0:00:01  |################## | 634 kB 1.9 MB/s eta 0:00:01  |################### | 645 kB 1.9 MB/s eta 0:00:01  |################### | 655 kB 1.9 MB/s eta 0:00:01  |################### | 665 kB 1.9 MB/s eta 0:00:01  |#################### | 675 kB 1.9 MB/s eta 0:00:01  |#################### | 686 kB 1.9 MB/s eta 0:00:01  |#################### | 696 kB 1.9 MB/s eta 0:00:01  |#################### | 706 kB 1.9 MB/s eta 0:00:01  |##################### | 716 kB 1.9 MB/s eta 0:00:01  |##################### | 727 kB 1.9 MB/s eta 0:00:01  |##################### | 737 kB 1.9 MB/s eta 0:00:01  |###################### | 747 kB 1.9 MB/s eta 0:00:01  |###################### | 757 kB 1.9 MB/s eta 0:00:01  |###################### | 768 kB 1.9 MB/s eta 0:00:01  |####################### | 778 kB 1.9 MB/s eta 0:00:01  |####################### | 788 kB 1.9 MB/s eta 0:00:01  |####################### | 798 kB 1.9 MB/s eta 0:00:01  |####################### | 808 kB 1.9 MB/s eta 0:00:01  |######################## | 819 kB 1.9 MB/s eta 0:00:01  |######################## | 829 kB 1.9 MB/s eta 0:00:01  |######################## | 839 kB 1.9 MB/s eta 0:00:01  |######################### | 849 kB 1.9 MB/s eta 0:00:01  |######################### | 860 kB 1.9 MB/s eta 0:00:01  |######################### | 870 kB 1.9 MB/s eta 0:00:01  |########################## | 880 kB 1.9 MB/s eta 0:00:01  |########################## | 890 kB 1.9 MB/s eta 0:00:01  |########################## | 901 kB 1.9 MB/s eta 0:00:01  |########################### | 911 kB 1.9 MB/s eta 0:00:01  |########################### | 921 kB 1.9 MB/s eta 0:00:01  |########################### | 931 kB 1.9 MB/s eta 0:00:01  |########################### | 942 kB 1.9 MB/s eta 0:00:01  |############################ | 952 kB 1.9 MB/s eta 0:00:01  |############################ | 962 kB 1.9 MB/s eta 0:00:01  |############################ | 972 kB 1.9 MB/s eta 0:00:01  |############################# | 983 kB 1.9 MB/s eta 0:00:01  |############################# | 993 kB 1.9 MB/s eta 0:00:01  |############################# | 1.0 MB 1.9 MB/s eta 0:00:01  |############################## | 1.0 MB 1.9 MB/s eta 0:00:01  |############################## | 1.0 MB 1.9 MB/s eta 0:00:01  |############################## | 1.0 MB 1.9 MB/s eta 0:00:01  |############################## | 1.0 MB 1.9 MB/s eta 0:00:01  |############################### | 1.1 MB 1.9 MB/s eta 0:00:01  |############################### | 1.1 MB 1.9 MB/s eta 0:00:01  |############################### | 1.1 MB 1.9 MB/s eta 0:00:01  |################################| 1.1 MB 1.9 MB/s [?25hCollecting kafka-python>=2.0.0 Downloading kafka_python-2.0.2-py2.py3-none-any.whl (246 kB) [?25l  |# | 10 kB 10.6 MB/s eta 0:00:01Removing intermediate container bd85fe961f37 ---> bff9c3b34316 Step 17/39 : RUN cp /usr/lib/python3/dist-packages/osm_nbi/nbi.cfg /app/osm_nbi/  |## | 20 kB 12.0 MB/s eta 0:00:01  |### | 30 kB 13.6 MB/s eta 0:00:01  |##### | 40 kB 13.0 MB/s eta 0:00:01  |###### | 51 kB 13.0 MB/s eta 0:00:01  |####### | 61 kB 13.8 MB/s eta 0:00:01  |######### | 71 kB 14.1 MB/s eta 0:00:01  |########## | 81 kB 14.8 MB/s eta 0:00:01  |########### | 92 kB 14.6 MB/s eta 0:00:01  |############# | 102 kB 9.5 MB/s eta 0:00:01  |############## | 112 kB 9.5 MB/s eta 0:00:01  |############### | 122 kB 9.5 MB/s eta 0:00:01  |################# | 133 kB 9.5 MB/s eta 0:00:01  |################## | 143 kB 9.5 MB/s eta 0:00:01  |################### | 153 kB 9.5 MB/s eta 0:00:01  |##################### | 163 kB 9.5 MB/s eta 0:00:01  |###################### | 174 kB 9.5 MB/s eta 0:00:01  |####################### | 184 kB 9.5 MB/s eta 0:00:01  |######################### | 194 kB 9.5 MB/s eta 0:00:01  |########################## | 204 kB 9.5 MB/s eta 0:00:01  |########################### | 215 kB 9.5 MB/s eta 0:00:01  |############################# | 225 kB 9.5 MB/s eta 0:00:01  |############################## | 235 kB 9.5 MB/s eta 0:00:01  |############################### | 245 kB 9.5 MB/s eta 0:00:01  |################################| 246 kB 9.5 MB/s [?25hInstalling collected packages: kafka-python, aiokafka ---> Running in 6cd1baba40f2 Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... Setting up python3-monotonic (1.1-2) ...  \npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated Setting up python3-argcomplete (1.8.1-1ubuntu1) ...  |Successfully installed aiokafka-0.7.0 kafka-python-2.0.2 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-chardet (3.0.4-1) ... Setting up python3-n2vc (9.1.1+g804cc04.dirty-1) ... Setting up python3-jinja2 (2.10-1ubuntu0.18.04.1) ... Removing intermediate container 6cd1baba40f2 ---> aabdae3709ba Step 18/39 : RUN cp -R /usr/lib/python3/dist-packages/osm_nbi/http /app/osm_nbi/ ---> Running in 82f537bcf6a2 Requirement already satisfied: pymongo in /usr/lib/python3/dist-packages (3.6.1) Requirement already up-to-date: pyyaml==5.* in /usr/local/lib/python3.8/dist-packages (5.4.1) Setting up python3-osm-lcm (9.1.0.post2+g996e390.dirty-1) ... Setting up python3-html5lib (0.999999999-1) ... POST INSTALL OSM-LCM Installing python dependencies grpcio-tools grpclib via pip... Setting up python-babel-localedata (2.4.0+dfsg.1-2ubuntu1) ...  /Setting up python3-jsonpatch (1.19+really1.16-1fakesync1) ... update-alternatives: using /usr/bin/python3-jsondiff to provide /usr/bin/jsondiff (jsondiff) in auto mode update-alternatives: using /usr/bin/python3-jsonpatch to provide /usr/bin/jsonpatch (jsonpatch) in auto mode  - \ |Setting up python3-repoze.lru (0.7-1) ... Requirement already satisfied: pip in /usr/local/lib/python3.6/dist-packages (21.1.1) Collecting pymongo  / done [?25h Created wheel for aiokafka: filename=aiokafka-0.6.0-cp38-cp38-linux_x86_64.whl size=1194594 sha256=73355620d8dd7abebc9d180df5a40de978a0280a582cb5a8fa78322e9a8db123 Stored in directory: /root/.cache/pip/wheels/ac/4f/cd/a9de05685c2582368469dfe3bb31e1c2414e82da4efecb37f4 Successfully built aiokafka Downloading pymongo-3.11.4-cp36-cp36m-manylinux2014_x86_64.whl (509 kB) [?25l  | | 10 kB 1.1 MB/s eta 0:00:01  |# | 20 kB 2.1 MB/s eta 0:00:01  |# | 30 kB 1.9 MB/s eta 0:00:01  |## | 40 kB 2.0 MB/s eta 0:00:01  |### | 51 kB 2.1 MB/s eta 0:00:01  |### | 61 kB 2.2 MB/s eta 0:00:01  |#### | 71 kB 2.5 MB/s eta 0:00:01  |##### | 81 kB 2.5 MB/s eta 0:00:01  |##### | 92 kB 2.1 MB/s eta 0:00:01  |###### | 102 kB 2.3 MB/s eta 0:00:01  |####### | 112 kB 2.3 MB/s eta 0:00:01  |####### | 122 kB 2.3 MB/s eta 0:00:01  |######## | 133 kB 2.3 MB/s eta 0:00:01  |######### | 143 kB 2.3 MB/s eta 0:00:01  |######### | 153 kB 2.3 MB/s eta 0:00:01  |########## | 163 kB 2.3 MB/s eta 0:00:01  |########## | 174 kB 2.3 MB/s eta 0:00:01  |########### | 184 kB 2.3 MB/s eta 0:00:01  |############ | 194 kB 2.3 MB/s eta 0:00:01  |############ | 204 kB 2.3 MB/s eta 0:00:01  |############# | 215 kB 2.3 MB/s eta 0:00:01  |############## | 225 kB 2.3 MB/s eta 0:00:01  |############## | 235 kB 2.3 MB/s eta 0:00:01  |############### | 245 kB 2.3 MB/s eta 0:00:01  |################ | 256 kB 2.3 MB/s eta 0:00:01  |################ | 266 kB 2.3 MB/s eta 0:00:01  |################# | 276 kB 2.3 MB/s eta 0:00:01  |################## | 286 kB 2.3 MB/s eta 0:00:01  |################## | 296 kB 2.3 MB/s eta 0:00:01  |################### | 307 kB 2.3 MB/s eta 0:00:01  |################### | 317 kB 2.3 MB/s eta 0:00:01  |#################### | 327 kB 2.3 MB/s eta 0:00:01  |##################### | 337 kB 2.3 MB/s eta 0:00:01  |##################### | 348 kB 2.3 MB/s eta 0:00:01  |###################### | 358 kB 2.3 MB/s eta 0:00:01  |####################### | 368 kB 2.3 MB/s eta 0:00:01  |####################### | 378 kB 2.3 MB/s eta 0:00:01  |######################## | 389 kB 2.3 MB/s eta 0:00:01  |######################### | 399 kB 2.3 MB/s eta 0:00:01  |######################### | 409 kB 2.3 MB/s eta 0:00:01  |########################## | 419 kB 2.3 MB/s eta 0:00:01  |########################### | 430 kB 2.3 MB/s eta 0:00:01  |########################### | 440 kB 2.3 MB/s eta 0:00:01  |############################ | 450 kB 2.3 MB/s eta 0:00:01  |############################ | 460 kB 2.3 MB/s eta 0:00:01  |############################# | 471 kB 2.3 MB/s eta 0:00:01  |############################## | 481 kB 2.3 MB/s eta 0:00:01  |############################## | 491 kB 2.3 MB/s eta 0:00:01  |############################### | 501 kB 2.3 MB/s eta 0:00:01ERROR: osm-policy-module 9.1.1.post1+gba88f74.dirty requires peewee-migrate==1.1.*, which is not installed.  |################################| 509 kB 2.3 MB/s Installing collected packages: aiokafka Attempting uninstall: aiokafka Found existing installation: aiokafka 0.7.0 [?25hInstalling collected packages: pymongo Attempting uninstall: pymongo Found existing installation: pymongo 3.6.1 Uninstalling pymongo-3.6.1: Removing intermediate container 82f537bcf6a2 ---> db1cf0f08271 Step 19/39 : LABEL Maintainer="alfonso.tiernosepulveda@telefonica.com" Description="This implements a north bound interface for OSM" Version="1.0" Author="Alfonso Tierno" Successfully uninstalled pymongo-3.6.1 Setting up sphinx-common (1.6.7-1ubuntu1) ... Setting up python3-munch (2.2.0-1ubuntu2) ... Uninstalling aiokafka-0.7.0: ---> Running in 7321cae04280 Successfully uninstalled aiokafka-0.7.0 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Removing intermediate container 7321cae04280 ---> d78ffbea8055 Step 20/39 : VOLUME /app/storage Successfully installed pymongo-3.11.4 Setting up python3-openssl (17.5.0-1ubuntu1) ... WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv ---> Running in b8b2bb6f5867 Successfully installed aiokafka-0.6.0 Removing intermediate container b8b2bb6f5867 ---> c5386c961ff2 Step 21/39 : VOLUME /app/log Setting up python3-dogpile.cache (0.6.2-5) ... ---> Running in 7cb7accacac3 Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages (2.6.1) Removing intermediate container 7cb7accacac3 ---> aa6e071a3207 Step 22/39 : ENV OSMNBI_SOCKET_HOST 0.0.0.0 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ... npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated  ---> Running in 67650ce75e01 Removing intermediate container 67650ce75e01 ---> f19b7cc9a51e Step 23/39 : ENV OSMNBI_SOCKET_PORT 9999 Setting up python3-debtcollector (2.0.0-0ubuntu1) ... ---> Running in bbc46dd252bf Setting up python3-jmespath (0.9.3-1ubuntu1) ... Removing intermediate container bbc46dd252bf ---> 77a4f8927813 Step 24/39 : ENV OSMNBI_SERVER_SSL_CERTIFICATE /app/osm_nbi/http/cert.pem Setting up python3-bs4 (4.8.2-1) ... ---> Running in 98121e09ffd0 Setting up libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... Setting up python3-deprecation (1.0.1-0ubuntu1) ... Collecting pyyaml==5.* Downloading PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640 kB) [?25l  | | 10 kB 15.4 MB/s eta 0:00:01Removing intermediate container 98121e09ffd0 ---> 809538e78af0 Step 25/39 : ENV OSMNBI_SERVER_SSL_PRIVATE_KEY /app/osm_nbi/http/privkey.pem  |# | 20 kB 3.1 MB/s eta 0:00:01  |# | 30 kB 1.7 MB/s eta 0:00:01  |## | 40 kB 2.2 MB/s eta 0:00:01  |## | 51 kB 2.3 MB/s eta 0:00:01  |### | 61 kB 2.3 MB/s eta 0:00:01  |### | 71 kB 2.4 MB/s eta 0:00:01  |#### | 81 kB 2.6 MB/s eta 0:00:01  |#### | 92 kB 2.0 MB/s eta 0:00:01  |##### | 102 kB 2.2 MB/s eta 0:00:01  |##### | 112 kB 2.2 MB/s eta 0:00:01  |###### | 122 kB 2.2 MB/s eta 0:00:01  |###### | 133 kB 2.2 MB/s eta 0:00:01  |####### | 143 kB 2.2 MB/s eta 0:00:01  |####### | 153 kB 2.2 MB/s eta 0:00:01  |######## | 163 kB 2.2 MB/s eta 0:00:01  |######## | 174 kB 2.2 MB/s eta 0:00:01  |######### | 184 kB 2.2 MB/s eta 0:00:01  |######### | 194 kB 2.2 MB/s eta 0:00:01  |########## | 204 kB 2.2 MB/s eta 0:00:01  |########## | 215 kB 2.2 MB/s eta 0:00:01  |########### | 225 kB 2.2 MB/s eta 0:00:01  |########### | 235 kB 2.2 MB/s eta 0:00:01  |############ | 245 kB 2.2 MB/s eta 0:00:01  |############ | 256 kB 2.2 MB/s eta 0:00:01  |############# | 266 kB 2.2 MB/s eta 0:00:01  |############# | 276 kB 2.2 MB/s eta 0:00:01  |############## | 286 kB 2.2 MB/s eta 0:00:01  |############## | 296 kB 2.2 MB/s eta 0:00:01  |############### | 307 kB 2.2 MB/s eta 0:00:01  |############### | 317 kB 2.2 MB/s eta 0:00:01  |################ | 327 kB 2.2 MB/s eta 0:00:01  |################ | 337 kB 2.2 MB/s eta 0:00:01  |################# | 348 kB 2.2 MB/s eta 0:00:01  |################# | 358 kB 2.2 MB/s eta 0:00:01  |################## | 368 kB 2.2 MB/s eta 0:00:01  |################## | 378 kB 2.2 MB/s eta 0:00:01  |################### | 389 kB 2.2 MB/s eta 0:00:01  |################### | 399 kB 2.2 MB/s eta 0:00:01  |#################### | 409 kB 2.2 MB/s eta 0:00:01  |#################### | 419 kB 2.2 MB/s eta 0:00:01  |##################### | 430 kB 2.2 MB/s eta 0:00:01  |##################### | 440 kB 2.2 MB/s eta 0:00:01  |###################### | 450 kB 2.2 MB/s eta 0:00:01  |####################### | 460 kB 2.2 MB/s eta 0:00:01  |####################### | 471 kB 2.2 MB/s eta 0:00:01  |######################## | 481 kB 2.2 MB/s eta 0:00:01  |######################## | 491 kB 2.2 MB/s eta 0:00:01 ---> Running in 250e8ff78150  |######################### | 501 kB 2.2 MB/s eta 0:00:01  |######################### | 512 kB 2.2 MB/s eta 0:00:01  |########################## | 522 kB 2.2 MB/s eta 0:00:01  |########################## | 532 kB 2.2 MB/s eta 0:00:01  |########################### | 542 kB 2.2 MB/s eta 0:00:01  |########################### | 552 kB 2.2 MB/s eta 0:00:01  |############################ | 563 kB 2.2 MB/s eta 0:00:01  |############################ | 573 kB 2.2 MB/s eta 0:00:01  |############################# | 583 kB 2.2 MB/s eta 0:00:01  |############################# | 593 kB 2.2 MB/s eta 0:00:01  |############################## | 604 kB 2.2 MB/s eta 0:00:01  |############################## | 614 kB 2.2 MB/s eta 0:00:01  |############################### | 624 kB 2.2 MB/s eta 0:00:01  |############################### | 634 kB 2.2 MB/s eta 0:00:01  |################################| 640 kB 2.2 MB/s Setting up python3-dogpile.cache (0.9.0-0ubuntu1) ... Setting up xml-core (0.18) ... [?25hInstalling collected packages: pyyaml Attempting uninstall: pyyaml Found existing installation: PyYAML 3.12 ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. Collecting peewee==3.8.* Removing intermediate container 250e8ff78150 ---> 3a7b475dbbdd Step 26/39 : ENV OSMNBI_STORAGE_PATH /app/storage Downloading peewee-3.8.2.tar.gz (816 kB) [?25l  |▍ | 10 kB 11.3 MB/s eta 0:00:01  |▉ | 20 kB 3.4 MB/s eta 0:00:01 ---> Running in fc5b1b497962  |█▏ | 30 kB 1.0 MB/s eta 0:00:01  |█▋ | 40 kB 1.3 MB/s eta 0:00:01  |██ | 51 kB 1.6 MB/s eta 0:00:01  |██▍ | 61 kB 1.9 MB/s eta 0:00:01  |██▉ | 71 kB 2.0 MB/s eta 0:00:01  |███▏ | 81 kB 2.1 MB/s eta 0:00:01  |███▋ | 92 kB 1.8 MB/s eta 0:00:01  |████ | 102 kB 2.0 MB/s eta 0:00:01  |████▍ | 112 kB 2.0 MB/s eta 0:00:01  |████▉ | 122 kB 2.0 MB/s eta 0:00:01  |█████▏ | 133 kB 2.0 MB/s eta 0:00:01  |█████▋ | 143 kB 2.0 MB/s eta 0:00:01  |██████ | 153 kB 2.0 MB/s eta 0:00:01  |██████▍ | 163 kB 2.0 MB/s eta 0:00:01  |██████▉ | 174 kB 2.0 MB/s eta 0:00:01  |███████▎ | 184 kB 2.0 MB/s eta 0:00:01  |███████▋ | 194 kB 2.0 MB/s eta 0:00:01  |████████ | 204 kB 2.0 MB/s eta 0:00:01  |████████▍ | 215 kB 2.0 MB/s eta 0:00:01  |████████▉ | 225 kB 2.0 MB/s eta 0:00:01  |█████████▎ | 235 kB 2.0 MB/s eta 0:00:01  |█████████▋ | 245 kB 2.0 MB/s eta 0:00:01  |██████████ | 256 kB 2.0 MB/s eta 0:00:01  |██████████▍ | 266 kB 2.0 MB/s eta 0:00:01  |██████████▉ | 276 kB 2.0 MB/s eta 0:00:01  |███████████▎ | 286 kB 2.0 MB/s eta 0:00:01  |███████████▋ | 296 kB 2.0 MB/s eta 0:00:01  |████████████ | 307 kB 2.0 MB/s eta 0:00:01  |████████████▍ | 317 kB 2.0 MB/s eta 0:00:01  |████████████▉ | 327 kB 2.0 MB/s eta 0:00:01  |█████████████▎ | 337 kB 2.0 MB/s eta 0:00:01  |█████████████▋ | 348 kB 2.0 MB/s eta 0:00:01  |██████████████ | 358 kB 2.0 MB/s eta 0:00:01  |██████████████▌ | 368 kB 2.0 MB/s eta 0:00:01  |██████████████▉ | 378 kB 2.0 MB/s eta 0:00:01  |███████████████▎ | 389 kB 2.0 MB/s eta 0:00:01  |███████████████▋ | 399 kB 2.0 MB/s eta 0:00:01  |████████████████ | 409 kB 2.0 MB/s eta 0:00:01Setting up python3-gridfs (3.10.1-0ubuntu2) ...  |████████████████▌ | 419 kB 2.0 MB/s eta 0:00:01  |████████████████▉ | 430 kB 2.0 MB/s eta 0:00:01  |█████████████████▎ | 440 kB 2.0 MB/s eta 0:00:01  |█████████████████▋ | 450 kB 2.0 MB/s eta 0:00:01  |██████████████████ | 460 kB 2.0 MB/s eta 0:00:01  |██████████████████▌ | 471 kB 2.0 MB/s eta 0:00:01  |██████████████████▉ | 481 kB 2.0 MB/s eta 0:00:01  |███████████████████▎ | 491 kB 2.0 MB/s eta 0:00:01  |███████████████████▋ | 501 kB 2.0 MB/s eta 0:00:01  |████████████████████ | 512 kB 2.0 MB/s eta 0:00:01  |████████████████████▌ | 522 kB 2.0 MB/s eta 0:00:01  |████████████████████▉ | 532 kB 2.0 MB/s eta 0:00:01  |█████████████████████▎ | 542 kB 2.0 MB/s eta 0:00:01  |█████████████████████▊ | 552 kB 2.0 MB/s eta 0:00:01  |██████████████████████ | 563 kB 2.0 MB/s eta 0:00:01  |██████████████████████▌ | 573 kB 2.0 MB/s eta 0:00:01  |██████████████████████▉ | 583 kB 2.0 MB/s eta 0:00:01  |███████████████████████▎ | 593 kB 2.0 MB/s eta 0:00:01  |███████████████████████▊ | 604 kB 2.0 MB/s eta 0:00:01  |████████████████████████ | 614 kB 2.0 MB/s eta 0:00:01  |████████████████████████▌ | 624 kB 2.0 MB/s eta 0:00:01  |████████████████████████▉ | 634 kB 2.0 MB/s eta 0:00:01  |█████████████████████████▎ | 645 kB 2.0 MB/s eta 0:00:01  |█████████████████████████▊ | 655 kB 2.0 MB/s eta 0:00:01  |██████████████████████████ | 665 kB 2.0 MB/s eta 0:00:01  |██████████████████████████▌ | 675 kB 2.0 MB/s eta 0:00:01  |██████████████████████████▉ | 686 kB 2.0 MB/s eta 0:00:01  |███████████████████████████▎ | 696 kB 2.0 MB/s eta 0:00:01  |███████████████████████████▊ | 706 kB 2.0 MB/s eta 0:00:01  |████████████████████████████ | 716 kB 2.0 MB/s eta 0:00:01  |████████████████████████████▌ | 727 kB 2.0 MB/s eta 0:00:01  |█████████████████████████████ | 737 kB 2.0 MB/s eta 0:00:01  |█████████████████████████████▎ | 747 kB 2.0 MB/s eta 0:00:01  |█████████████████████████████▊ | 757 kB 2.0 MB/s eta 0:00:01  |██████████████████████████████ | 768 kB 2.0 MB/s eta 0:00:01  |██████████████████████████████▌ | 778 kB 2.0 MB/s eta 0:00:01  |███████████████████████████████ | 788 kB 2.0 MB/s eta 0:00:01  |███████████████████████████████▎| 798 kB 2.0 MB/s eta 0:00:01  |███████████████████████████████▊| 808 kB 2.0 MB/s eta 0:00:01  |████████████████████████████████| 816 kB 2.0 MB/s Setting up python3-rfc3986 (0.3.1-2) ... Removing intermediate container fc5b1b497962 ---> 3627833e9efa Step 27/39 : ENV OSMNBI_DATABASE_DRIVER mongo ---> Running in 3f48507ed636 Setting up python3-prometheus-client (0.7.1-1.1) ... Collecting grpcio-tools Downloading grpcio_tools-1.37.1-cp36-cp36m-manylinux2014_x86_64.whl (2.5 MB) [?25l  | | 10 kB 281 kB/s eta 0:00:09  | | 20 kB 553 kB/s eta 0:00:05  | | 30 kB 819 kB/s eta 0:00:04  | | 40 kB 1.1 MB/s eta 0:00:03  | | 51 kB 1.3 MB/s eta 0:00:02  | | 61 kB 1.5 MB/s eta 0:00:02  | | 71 kB 1.8 MB/s eta 0:00:02  |# | 81 kB 2.0 MB/s eta 0:00:02  |# | 92 kB 2.2 MB/s eta 0:00:02  |# | 102 kB 2.4 MB/s eta 0:00:02  |# | 112 kB 2.4 MB/s eta 0:00:02  |# | 122 kB 2.4 MB/s eta 0:00:02  |# | 133 kB 2.4 MB/s eta 0:00:02  |# | 143 kB 2.4 MB/s eta 0:00:01  |# | 153 kB 2.4 MB/s eta 0:00:01  |## | 163 kB 2.4 MB/s eta 0:00:01  |## | 174 kB 2.4 MB/s eta 0:00:01  |## | 184 kB 2.4 MB/s eta 0:00:01  |## | 194 kB 2.4 MB/s eta 0:00:01  |## | 204 kB 2.4 MB/s eta 0:00:01  |## | 215 kB 2.4 MB/s eta 0:00:01  |## | 225 kB 2.4 MB/s eta 0:00:01  |## | 235 kB 2.4 MB/s eta 0:00:01  |### | 245 kB 2.4 MB/s eta 0:00:01  |### | 256 kB 2.4 MB/s eta 0:00:01  |### | 266 kB 2.4 MB/s eta 0:00:01  |### | 276 kB 2.4 MB/s eta 0:00:01  |### | 286 kB 2.4 MB/s eta 0:00:01  |### | 296 kB 2.4 MB/s eta 0:00:01  |### | 307 kB 2.4 MB/s eta 0:00:01  |#### | 317 kB 2.4 MB/s eta 0:00:01  |#### | 327 kB 2.4 MB/s eta 0:00:01  |#### | 337 kB 2.4 MB/s eta 0:00:01  |#### | 348 kB 2.4 MB/s eta 0:00:01  |#### | 358 kB 2.4 MB/s eta 0:00:01  |#### | 368 kB 2.4 MB/s eta 0:00:01  |#### | 378 kB 2.4 MB/s eta 0:00:01  |#### | 389 kB 2.4 MB/s eta 0:00:01  |##### | 399 kB 2.4 MB/s eta 0:00:01  |##### | 409 kB 2.4 MB/s eta 0:00:01  |##### | 419 kB 2.4 MB/s eta 0:00:01  |##### | 430 kB 2.4 MB/s eta 0:00:01  |##### | 440 kB 2.4 MB/s eta 0:00:01  |##### | 450 kB 2.4 MB/s eta 0:00:01  |##### | 460 kB 2.4 MB/s eta 0:00:01  |##### | 471 kB 2.4 MB/s eta 0:00:01  |###### | 481 kB 2.4 MB/s eta 0:00:01  |###### | 491 kB 2.4 MB/s eta 0:00:01  |###### | 501 kB 2.4 MB/s eta 0:00:01  |###### | 512 kB 2.4 MB/s eta 0:00:01  |###### | 522 kB 2.4 MB/s eta 0:00:01  |###### | 532 kB 2.4 MB/s eta 0:00:01  |###### | 542 kB 2.4 MB/s eta 0:00:01  |###### | 552 kB 2.4 MB/s eta 0:00:01  |####### | 563 kB 2.4 MB/s eta 0:00:01  |####### | 573 kB 2.4 MB/s eta 0:00:01  |####### | 583 kB 2.4 MB/s eta 0:00:01  |####### | 593 kB 2.4 MB/s eta 0:00:01  |####### | 604 kB 2.4 MB/s eta 0:00:01  |####### | 614 kB 2.4 MB/s eta 0:00:01  |####### | 624 kB 2.4 MB/s eta 0:00:01  |######## | 634 kB 2.4 MB/s eta 0:00:01  |######## | 645 kB 2.4 MB/s eta 0:00:01  |######## | 655 kB 2.4 MB/s eta 0:00:01  |######## | 665 kB 2.4 MB/s eta 0:00:01  |######## | 675 kB 2.4 MB/s eta 0:00:01  |######## | 686 kB 2.4 MB/s eta 0:00:01  |######## | 696 kB 2.4 MB/s eta 0:00:01  |######## | 706 kB 2.4 MB/s eta 0:00:01  |######### | 716 kB 2.4 MB/s eta 0:00:01  |######### | 727 kB 2.4 MB/s eta 0:00:01  |######### | 737 kB 2.4 MB/s eta 0:00:01  |######### | 747 kB 2.4 MB/s eta 0:00:01  |######### | 757 kB 2.4 MB/s eta 0:00:01  |######### | 768 kB 2.4 MB/s eta 0:00:01  |######### | 778 kB 2.4 MB/s eta 0:00:01  |######### | 788 kB 2.4 MB/s eta 0:00:01  |########## | 798 kB 2.4 MB/s eta 0:00:01  |########## | 808 kB 2.4 MB/s eta 0:00:01  |########## | 819 kB 2.4 MB/s eta 0:00:01  |########## | 829 kB 2.4 MB/s eta 0:00:01  |########## | 839 kB 2.4 MB/s eta 0:00:01  |########## | 849 kB 2.4 MB/s eta 0:00:01  |########## | 860 kB 2.4 MB/s eta 0:00:01  |########## | 870 kB 2.4 MB/s eta 0:00:01  |########### | 880 kB 2.4 MB/s eta 0:00:01  |########### | 890 kB 2.4 MB/s eta 0:00:01  |########### | 901 kB 2.4 MB/s eta 0:00:01  |########### | 911 kB 2.4 MB/s eta 0:00:01  |########### | 921 kB 2.4 MB/s eta 0:00:01  |########### | 931 kB 2.4 MB/s eta 0:00:01  |########### | 942 kB 2.4 MB/s eta 0:00:01  |############ | 952 kB 2.4 MB/s eta 0:00:01  |############ | 962 kB 2.4 MB/s eta 0:00:01  |############ | 972 kB 2.4 MB/s eta 0:00:01  |############ | 983 kB 2.4 MB/s eta 0:00:01  |############ | 993 kB 2.4 MB/s eta 0:00:01  |############ | 1.0 MB 2.4 MB/s eta 0:00:01  |############ | 1.0 MB 2.4 MB/s eta 0:00:01  |############ | 1.0 MB 2.4 MB/s eta 0:00:01  |############# | 1.0 MB 2.4 MB/s eta 0:00:01  |############# | 1.0 MB 2.4 MB/s eta 0:00:01  |############# | 1.1 MB 2.4 MB/s eta 0:00:01  |############# | 1.1 MB 2.4 MB/s eta 0:00:01  |############# | 1.1 MB 2.4 MB/s eta 0:00:01  |############# | 1.1 MB 2.4 MB/s eta 0:00:01  |############# | 1.1 MB 2.4 MB/s eta 0:00:01  |############# | 1.1 MB 2.4 MB/s eta 0:00:01  |############## | 1.1 MB 2.4 MB/s eta 0:00:01  |############## | 1.1 MB 2.4 MB/s eta 0:00:01  |############## | 1.1 MB 2.4 MB/s eta 0:00:01  |############## | 1.1 MB 2.4 MB/s eta 0:00:01  |############## | 1.2 MB 2.4 MB/s eta 0:00:01  |############## | 1.2 MB 2.4 MB/s eta 0:00:01  |############## | 1.2 MB 2.4 MB/s eta 0:00:01  |############## | 1.2 MB 2.4 MB/s eta 0:00:01  |############### | 1.2 MB 2.4 MB/s eta 0:00:01  |############### | 1.2 MB 2.4 MB/s eta 0:00:01  |############### | 1.2 MB 2.4 MB/s eta 0:00:01  |############### | 1.2 MB 2.4 MB/s eta 0:00:01  |############### | 1.2 MB 2.4 MB/s eta 0:00:01  |############### | 1.2 MB 2.4 MB/s eta 0:00:01  |############### | 1.3 MB 2.4 MB/s eta 0:00:01  |################ | 1.3 MB 2.4 MB/s eta 0:00:01  |################ | 1.3 MB 2.4 MB/s eta 0:00:01  |################ | 1.3 MB 2.4 MB/s eta 0:00:01  |################ | 1.3 MB 2.4 MB/s eta 0:00:01  |################ | 1.3 MB 2.4 MB/s eta 0:00:01  |################ | 1.3 MB 2.4 MB/s eta 0:00:01  |################ | 1.3 MB 2.4 MB/s eta 0:00:01  |################ | 1.3 MB 2.4 MB/s eta 0:00:01  |################# | 1.4 MB 2.4 MB/s eta 0:00:01  |################# | 1.4 MB 2.4 MB/s eta 0:00:01  |################# | 1.4 MB 2.4 MB/s eta 0:00:01  |################# | 1.4 MB 2.4 MB/s eta 0:00:01  |################# | 1.4 MB 2.4 MB/s eta 0:00:01  |################# | 1.4 MB 2.4 MB/s eta 0:00:01  |################# | 1.4 MB 2.4 MB/s eta 0:00:01  |################# | 1.4 MB 2.4 MB/s eta 0:00:01  |################## | 1.4 MB 2.4 MB/s eta 0:00:01  |################## | 1.4 MB 2.4 MB/s eta 0:00:01  |################## | 1.5 MB 2.4 MB/s eta 0:00:01  |################## | 1.5 MB 2.4 MB/s eta 0:00:01  |################## | 1.5 MB 2.4 MB/s eta 0:00:01  |################## | 1.5 MB 2.4 MB/s eta 0:00:01  |################## | 1.5 MB 2.4 MB/s eta 0:00:01  |################## | 1.5 MB 2.4 MB/s eta 0:00:01  |################### | 1.5 MB 2.4 MB/s eta 0:00:01  |################### | 1.5 MB 2.4 MB/s eta 0:00:01  |################### | 1.5 MB 2.4 MB/s eta 0:00:01  |################### | 1.5 MB 2.4 MB/s eta 0:00:01  |################### | 1.6 MB 2.4 MB/s eta 0:00:01  |################### | 1.6 MB 2.4 MB/s eta 0:00:01  |################### | 1.6 MB 2.4 MB/s eta 0:00:01  |#################### | 1.6 MB 2.4 MB/s eta 0:00:01  |#################### | 1.6 MB 2.4 MB/s eta 0:00:01  |#################### | 1.6 MB 2.4 MB/s eta 0:00:01  |#################### | 1.6 MB 2.4 MB/s eta 0:00:01  |#################### | 1.6 MB 2.4 MB/s eta 0:00:01  |#################### | 1.6 MB 2.4 MB/s eta 0:00:01  |#################### | 1.6 MB 2.4 MB/s eta 0:00:01  |#################### | 1.7 MB 2.4 MB/s eta 0:00:01  |##################### | 1.7 MB 2.4 MB/s eta 0:00:01  |##################### | 1.7 MB 2.4 MB/s eta 0:00:01  |##################### | 1.7 MB 2.4 MB/s eta 0:00:01  |##################### | 1.7 MB 2.4 MB/s eta 0:00:01  |##################### | 1.7 MB 2.4 MB/s eta 0:00:01  |##################### | 1.7 MB 2.4 MB/s eta 0:00:01  |##################### | 1.7 MB 2.4 MB/s eta 0:00:01  |##################### | 1.7 MB 2.4 MB/s eta 0:00:01  |###################### | 1.8 MB 2.4 MB/s eta 0:00:01  |###################### | 1.8 MB 2.4 MB/s eta 0:00:01  |###################### | 1.8 MB 2.4 MB/s eta 0:00:01  |###################### | 1.8 MB 2.4 MB/s eta 0:00:01  |###################### | 1.8 MB 2.4 MB/s eta 0:00:01  |###################### | 1.8 MB 2.4 MB/s eta 0:00:01  |###################### | 1.8 MB 2.4 MB/s eta 0:00:01  |###################### | 1.8 MB 2.4 MB/s eta 0:00:01  |####################### | 1.8 MB 2.4 MB/s eta 0:00:01  |####################### | 1.8 MB 2.4 MB/s eta 0:00:01  |####################### | 1.9 MB 2.4 MB/s eta 0:00:01  |####################### | 1.9 MB 2.4 MB/s eta 0:00:01  |####################### | 1.9 MB 2.4 MB/s eta 0:00:01  |####################### | 1.9 MB 2.4 MB/s eta 0:00:01  |####################### | 1.9 MB 2.4 MB/s eta 0:00:01  |######################## | 1.9 MB 2.4 MB/s eta 0:00:01  |######################## | 1.9 MB 2.4 MB/s eta 0:00:01  |######################## | 1.9 MB 2.4 MB/s eta 0:00:01  |######################## | 1.9 MB 2.4 MB/s eta 0:00:01  |######################## | 1.9 MB 2.4 MB/s eta 0:00:01  |######################## | 2.0 MB 2.4 MB/s eta 0:00:01  |######################## | 2.0 MB 2.4 MB/s eta 0:00:01  |######################## | 2.0 MB 2.4 MB/s eta 0:00:01  |######################### | 2.0 MB 2.4 MB/s eta 0:00:01  |######################### | 2.0 MB 2.4 MB/s eta 0:00:01  |######################### | 2.0 MB 2.4 MB/s eta 0:00:01  |######################### | 2.0 MB 2.4 MB/s eta 0:00:01  |######################### | 2.0 MB 2.4 MB/s eta 0:00:01  |######################### | 2.0 MB 2.4 MB/s eta 0:00:01  |######################### | 2.0 MB 2.4 MB/s eta 0:00:01  |######################### | 2.1 MB 2.4 MB/s eta 0:00:01  |########################## | 2.1 MB 2.4 MB/s eta 0:00:01  |########################## | 2.1 MB 2.4 MB/s eta 0:00:01  |########################## | 2.1 MB 2.4 MB/s eta 0:00:01  |########################## | 2.1 MB 2.4 MB/s eta 0:00:01  |########################## | 2.1 MB 2.4 MB/s eta 0:00:01  |########################## | 2.1 MB 2.4 MB/s eta 0:00:01  |########################## | 2.1 MB 2.4 MB/s eta 0:00:01  |########################## | 2.1 MB 2.4 MB/s eta 0:00:01  |########################### | 2.2 MB 2.4 MB/s eta 0:00:01  |########################### | 2.2 MB 2.4 MB/s eta 0:00:01  |########################### | 2.2 MB 2.4 MB/s eta 0:00:01  |########################### | 2.2 MB 2.4 MB/s eta 0:00:01  |########################### | 2.2 MB 2.4 MB/s eta 0:00:01  |########################### | 2.2 MB 2.4 MB/s eta 0:00:01  |########################### | 2.2 MB 2.4 MB/s eta 0:00:01  |############################ | 2.2 MB 2.4 MB/s eta 0:00:01  |############################ | 2.2 MB 2.4 MB/s eta 0:00:01  |############################ | 2.2 MB 2.4 MB/s eta 0:00:01  |############################ | 2.3 MB 2.4 MB/s eta 0:00:01  |############################ | 2.3 MB 2.4 MB/s eta 0:00:01  |############################ | 2.3 MB 2.4 MB/s eta 0:00:01  |############################ | 2.3 MB 2.4 MB/s eta 0:00:01  |############################ | 2.3 MB 2.4 MB/s eta 0:00:01  |############################# | 2.3 MB 2.4 MB/s eta 0:00:01  |############################# | 2.3 MB 2.4 MB/s eta 0:00:01  |############################# | 2.3 MB 2.4 MB/s eta 0:00:01  |############################# | 2.3 MB 2.4 MB/s eta 0:00:01  |############################# | 2.3 MB 2.4 MB/s eta 0:00:01  |############################# | 2.4 MB 2.4 MB/s eta 0:00:01  |############################# | 2.4 MB 2.4 MB/s eta 0:00:01  |############################# | 2.4 MB 2.4 MB/s eta 0:00:01  |############################## | 2.4 MB 2.4 MB/s eta 0:00:01  |############################## | 2.4 MB 2.4 MB/s eta 0:00:01  |############################## | 2.4 MB 2.4 MB/s eta 0:00:01  |############################## | 2.4 MB 2.4 MB/s eta 0:00:01  |############################## | 2.4 MB 2.4 MB/s eta 0:00:01  |############################## | 2.4 MB 2.4 MB/s eta 0:00:01  |############################## | 2.4 MB 2.4 MB/s eta 0:00:01  |############################### | 2.5 MB 2.4 MB/s eta 0:00:01  |############################### | 2.5 MB 2.4 MB/s eta 0:00:01  |############################### | 2.5 MB 2.4 MB/s eta 0:00:01  |############################### | 2.5 MB 2.4 MB/s eta 0:00:01  |############################### | 2.5 MB 2.4 MB/s eta 0:00:01Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages (2.6.1)  |############################### | 2.5 MB 2.4 MB/s eta 0:00:01  |############################### | 2.5 MB 2.4 MB/s eta 0:00:01  |############################### | 2.5 MB 2.4 MB/s eta 0:00:01WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ...  |################################| 2.5 MB 2.4 MB/s Setting up libxml2-dev:amd64 (2.9.10+dfsg-5) ... Removing intermediate container 3f48507ed636 ---> 1084cfb9756f Step 28/39 : ENV OSMNBI_DATABASE_URI mongodb://mongo:27017 Setting up python3-packaging (20.3-1) ... Setting up python3-netaddr (0.7.19-1) ... Setting up python3-osm-pla (9.1.1.post1+g751f7e1.dirty-1) ... [?25hBuilding wheels for collected packages: peewee [?25hCollecting grpclib ---> Running in 8d1b68829cfb POST INSTALL OSM-PLA Downloading grpclib-0.4.1.tar.gz (57 kB) [?25l  |##### | 10 kB 9.5 MB/s eta 0:00:01  |########### | 20 kB 11.6 MB/s eta 0:00:01  |################# | 30 kB 12.2 MB/s eta 0:00:01Processing triggers for libc-bin (2.27-3ubuntu1.4) ...  |###################### | 40 kB 7.9 MB/s eta 0:00:01  |############################ | 51 kB 7.4 MB/s eta 0:00:01  |################################| 57 kB 3.4 MB/s Removing intermediate container 8d1b68829cfb ---> a2876349b1ec Step 29/39 : ENV OSMNBI_STATIC_DIR /app/osm_nbi/html_public Setting up libfreetype6:amd64 (2.10.1-2ubuntu0.1) ... Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... Building wheel for peewee (setup.py) ... [?25l- ---> Running in 0ff93dce12b6 Setting up python3-decorator (4.1.2-1) ...  \Removing intermediate container 0ff93dce12b6 ---> dff14bcc2e00 Step 30/39 : ENV OSMNBI_MESSAGE_DRIVER kafka ---> Running in a2a37f60f89c Setting up osm-imdocs (9.1.1-g02900ec) ... Setting up python3-cryptography (2.8-3ubuntu0.1) ... Setting up python3-tz (2018.3-2) ... Removing intermediate container a2a37f60f89c ---> 8eb8d79f2b28 Step 31/39 : ENV OSMNBI_MESSAGE_HOST kafka ---> Running in 15d3ab71936c Setting up python3-jwt (1.5.3+ds1-1) ...  |Removing intermediate container 15d3ab71936c ---> f08b7310db9d Step 32/39 : ENV OSMNBI_MESSAGE_PORT 9092 Setting up python3-deprecation (2.0.7-1) ...  / ---> Running in 1ae0b465aacc Setting up python3-routes (2.4.1-1) ...  - done [?25h Created wheel for peewee: filename=peewee-3.8.2-cp38-cp38-linux_x86_64.whl size=156129 sha256=910b8ab30cf5678401e1783482d486d98399778a98db3751c88a6bd8208234c8 Stored in directory: /root/.cache/pip/wheels/f0/11/74/d5c4df68a1514aeeae7914a7c2aecba0d3fe36df8c1d272bc5 Successfully built peewee Removing intermediate container 1ae0b465aacc ---> a8eb84ead63d Step 33/39 : ENV OSMNBI_LOG_FILE /app/log/nbi.log [?25h Installing build dependencies ... [?25l-Setting up python3-oslo.context (1:3.0.2-0ubuntu1) ... ---> Running in b89f2d09ee01 Installing collected packages: peewee Attempting uninstall: peewee Found existing installation: peewee 3.7.0 Not uninstalling peewee at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'peewee'. No files were found to uninstall. Removing intermediate container 96ff3c363156 ---> 84e025e4b8f5 Step 13/28 : COPY scripts/ scripts/  \Setting up python3-bson (3.6.1+dfsg1-1) ... Removing intermediate container b89f2d09ee01 ---> 792bf3fae567 Step 34/39 : ENV OSMNBI_LOG_LEVEL DEBUG Successfully installed peewee-3.8.2  | ---> Running in fdaf62f929c7 Setting up python3-netaddr (0.7.19-3) ... ---> a09b3c181954 Step 14/28 : ADD https://github.com/MiniZinc/MiniZincIDE/releases/download/2.4.2/MiniZincIDE-2.4.2-bundle-linux-x86_64.tgz /minizinc.tgz Setting up python3-stevedore (1:1.28.0-0ubuntu1) ... Removing intermediate container fdaf62f929c7 ---> 90fe24483999 Step 35/39 : ENV OSMNBI_AUTHENTICATION_BACKEND internal ---> Running in 334c67aa72cd /usr/lib/python3/dist-packages/netaddr/strategy/__init__.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="? if word_sep is not '': Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.3) ...  /Removing intermediate container 334c67aa72cd ---> 1ac034c764b2 Step 36/39 : ENV OSMNBI_PROMETHEUS_HOST prometheus Setting up python3-pyperclip (1.6.0-1) ... ---> Running in a66e73f06bbc Setting up xml-core (0.18+nmu1) ... Removing intermediate container a66e73f06bbc ---> af219907b935 Step 37/39 : ENV OSMNBI_PROMETHEUS_PORT 9090 ---> Running in 3577fc11d786 Setting up libwebp6:amd64 (0.6.1-2) ... Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... Removing intermediate container 3577fc11d786 ---> cfb5f2d19222 Step 38/39 : HEALTHCHECK --start-period=120s --interval=10s --timeout=5s --retries=5 CMD curl -k https://localhost:9999/osm/ | grep Welcome || exit 1 ---> Running in a97df9af7d5b Setting up python3-rsa (4.0-3) ...  - done Removing intermediate container a97df9af7d5b ---> cb777b8e2b58 Step 39/39 : CMD python3 -m osm_nbi.nbi ---> Running in 4f2419f24a61 Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.1) ... Setting up python3-oslo.i18n (4.0.1-0ubuntu1) ... Removing intermediate container 4f2419f24a61 ---> 1a45b160917f [Warning] One or more build-args [PLA_VERSION TESTS_VERSION LCM_VERSION MON_VERSION N2VC_VERSION NGUI_VERSION OSMCLIENT_VERSION RO_VERSION CACHE_DATE DEVOPS_VERSION LWUI_VERSION POL_VERSION] were not consumed Successfully built 1a45b160917f Successfully tagged opensourcemano/nbi:osm-bug1511-merge-2 [?25h Getting requirements to build wheel ... [?25l-docker build -t opensourcemano/tests:osm-bug1511-merge-2 \ --build-arg RELEASE=release \ --build-arg REPOSITORY=unstable \ --build-arg REPOSITORY_KEY=pubkey.asc \ --build-arg REPOSITORY_BASE=http://172.17.0.3/ \ --build-arg MON_VERSION==9.1.1.post2+g250a640.dirty-1 \ --build-arg IM_VERSION==9.1.1+g02900ec.dirty-1 \ --build-arg RO_VERSION==9.1.1+g4c6d586.dirty-1 \ --build-arg LCM_VERSION==9.1.0.post2+g996e390.dirty-1 \ --build-arg COMMON_VERSION==9.1.1+g277c931.dirty-1 \ --build-arg OSMCLIENT_VERSION==9.1.1+g1246e50.dirty-1 \ --build-arg NBI_VERSION==9.1.1.post1+gb1d9ee3.dirty-1 \ --build-arg POL_VERSION==9.1.1.post1+gba88f74.dirty-1 \ --build-arg PLA_VERSION==9.1.1.post1+g751f7e1.dirty-1 \ --build-arg DEVOPS_VERSION==9.1.1.post1-1 \ --build-arg N2VC_VERSION==9.1.1+g804cc04.dirty-1 \ --build-arg LWUI_VERSION==9.1.1-1 \ --build-arg NGUI_VERSION==9.1.1-1 \ --build-arg TESTS_VERSION==9.0.0rc1.post8+g7758a54-1 \ --build-arg CACHE_DATE==2021-05-11 \ . Collecting jsonschema==2.6.*  done Sending build context to Docker daemon 6.144kB Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) Setting up libxslt1-dev:amd64 (1.1.34-4) ... Setting up python3-yaml (3.12-1build2) ... Step 1/34 : FROM ubuntu:18.04 ---> 329ed837d508 Step 2/34 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git software-properties-common curl xz-utils gnupg2 apt-transport-https make python3 debhelper python3-setuptools python3-pip apt-utils ssh iputils-ping libcurl4-openssl-dev libssl-dev python3-yaml build-essential libssl-dev libffi-dev python3-dev ---> Using cache ---> 1c9b2a963f16 Step 3/34 : RUN add-apt-repository -y ppa:rmescandon/yq && apt update && apt install yq -y ---> Using cache ---> 151d991b8705 Step 4/34 : RUN python3 -m pip install --upgrade pip ---> Using cache ---> 1fb3205e7ec5 Step 5/34 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cargo rustc ---> Using cache ---> 46f4bc9e1960 Step 6/34 : RUN python3 --version && python3 -m pip --version ---> Using cache ---> e0c120c5620c Step 7/34 : RUN rustc --version && cargo --version ---> Using cache ---> 90b29be9c2fc Step 8/34 : RUN python3 -m pip install --upgrade setuptools setuptools-rust ---> Using cache ---> 9a04e16516fc Step 9/34 : RUN python3 -m pip install --ignore-installed pyyaml ---> Using cache ---> 6a7e1ff95f65 Step 10/34 : RUN python3 -m pip install --upgrade haikunator requests robotframework robotframework-seleniumlibrary robotframework-requests robotframework-jsonlibrary robotframework-sshlibrary charm-tools verboselogs pyangbind python-openstackclient ---> Using cache ---> 58be1bdec79d Step 11/34 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ---> Using cache ---> 44eab8b6f36d Step 12/34 : ARG RELEASE=ReleaseNINE-daily ---> Using cache ---> d3e471db6779 Step 13/34 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ---> Using cache ---> 9deefe94f70c Step 14/34 : ARG REPOSITORY=testing ---> Using cache ---> 6ead9361f5a6 Step 15/34 : ARG TESTS_VERSION ---> Using cache ---> 3a9ec66a0291 Step 16/34 : ARG IM_VERSION ---> Using cache ---> d6e240b5108d Step 17/34 : ARG OSMCLIENT_VERSION ---> Using cache ---> bf421e90fdc3 Step 18/34 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - Setting up python3-oslo.utils (4.1.1-0ubuntu1) ... ---> Running in 897f09c87829 Installing collected packages: jsonschema Attempting uninstall: jsonschema Found existing installation: jsonschema 3.2.0 Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'jsonschema'. No files were found to uninstall. [?25h Preparing wheel metadata ... [?25l- WARNING: The script jsonschema is installed in '/usr/local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed jsonschema-2.6.0  \ done [?25hRequirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from grpcio-tools) (56.2.0) Requirement already satisfied: protobuf<4.0dev,>=3.5.0.post1 in /usr/local/lib/python3.6/dist-packages (from grpcio-tools) (3.16.0) Setting up python3-paramiko (2.0.0-1ubuntu1.2) ... Setting up python3-pil:amd64 (7.0.0-4ubuntu0.3) ...  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  3104 100 3104 0 0 1515k 0 --:--:-- --:--:-- --:--:-- 3031k Warning: apt-key output should not be parsed (stdout is not a terminal) Setting up libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... Setting up python3-lxml:amd64 (4.2.1-1ubuntu0.4) ... Setting up python3-oauthlib (3.1.0-1ubuntu2) ... OK Setting up python3-google-auth (1.5.1-2) ... Setting up python3-warlock (1.2.0-2) ... Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... Setting up python3-bson-ext (3.6.1+dfsg1-1) ... Setting up python3-cmd2 (0.7.9-0ubuntu1) ... Removing intermediate container 897f09c87829 ---> faf43802fbfc Step 19/34 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} tests osmclient IM" && apt-get update Collecting pyyaml==3.* ---> Running in 1e047e6bbb71 Collecting grpcio>=1.37.1 Downloading grpcio-1.37.1-cp36-cp36m-manylinux2014_x86_64.whl (4.2 MB) [?25l  | | 10 kB 17.6 MB/s eta 0:00:01  | | 20 kB 20.4 MB/s eta 0:00:01  | | 30 kB 25.4 MB/s eta 0:00:01  | | 40 kB 26.7 MB/s eta 0:00:01  | | 51 kB 26.6 MB/s eta 0:00:01  | | 61 kB 28.8 MB/s eta 0:00:01  | | 71 kB 28.8 MB/s eta 0:00:01  | | 81 kB 30.5 MB/s eta 0:00:01  | | 92 kB 30.8 MB/s eta 0:00:01  | | 102 kB 31.0 MB/s eta 0:00:01  | | 112 kB 31.0 MB/s eta 0:00:01  | | 122 kB 31.0 MB/s eta 0:00:01  |# | 133 kB 31.0 MB/s eta 0:00:01  |# | 143 kB 31.0 MB/s eta 0:00:01  |# | 153 kB 31.0 MB/s eta 0:00:01  |# | 163 kB 31.0 MB/s eta 0:00:01  |# | 174 kB 31.0 MB/s eta 0:00:01  |# | 184 kB 31.0 MB/s eta 0:00:01  |# | 194 kB 31.0 MB/s eta 0:00:01  |# | 204 kB 31.0 MB/s eta 0:00:01  |# | 215 kB 31.0 MB/s eta 0:00:01  |# | 225 kB 31.0 MB/s eta 0:00:01  |# | 235 kB 31.0 MB/s eta 0:00:01  |# | 245 kB 31.0 MB/s eta 0:00:01  |# | 256 kB 31.0 MB/s eta 0:00:01  |## | 266 kB 31.0 MB/s eta 0:00:01  |## | 276 kB 31.0 MB/s eta 0:00:01  |## | 286 kB 31.0 MB/s eta 0:00:01  |## | 296 kB 31.0 MB/s eta 0:00:01  |## | 307 kB 31.0 MB/s eta 0:00:01  |## | 317 kB 31.0 MB/s eta 0:00:01  |## | 327 kB 31.0 MB/s eta 0:00:01  |## | 337 kB 31.0 MB/s eta 0:00:01  |## | 348 kB 31.0 MB/s eta 0:00:01  |## | 358 kB 31.0 MB/s eta 0:00:01  |## | 368 kB 31.0 MB/s eta 0:00:01  |## | 378 kB 31.0 MB/s eta 0:00:01  |## | 389 kB 31.0 MB/s eta 0:00:01  |### | 399 kB 31.0 MB/s eta 0:00:01  |### | 409 kB 31.0 MB/s eta 0:00:01  |### | 419 kB 31.0 MB/s eta 0:00:01  |### | 430 kB 31.0 MB/s eta 0:00:01  |### | 440 kB 31.0 MB/s eta 0:00:01  |### | 450 kB 31.0 MB/s eta 0:00:01  |### | 460 kB 31.0 MB/s eta 0:00:01  |### | 471 kB 31.0 MB/s eta 0:00:01  |### | 481 kB 31.0 MB/s eta 0:00:01  |### | 491 kB 31.0 MB/s eta 0:00:01  |### | 501 kB 31.0 MB/s eta 0:00:01  |### | 512 kB 31.0 MB/s eta 0:00:01  |### | 522 kB 31.0 MB/s eta 0:00:01  |#### | 532 kB 31.0 MB/s eta 0:00:01  |#### | 542 kB 31.0 MB/s eta 0:00:01  |#### | 552 kB 31.0 MB/s eta 0:00:01  |#### | 563 kB 31.0 MB/s eta 0:00:01  |#### | 573 kB 31.0 MB/s eta 0:00:01  |#### | 583 kB 31.0 MB/s eta 0:00:01  |#### | 593 kB 31.0 MB/s eta 0:00:01  |#### | 604 kB 31.0 MB/s eta 0:00:01  |#### | 614 kB 31.0 MB/s eta 0:00:01  |#### | 624 kB 31.0 MB/s eta 0:00:01  |#### | 634 kB 31.0 MB/s eta 0:00:01  |#### | 645 kB 31.0 MB/s eta 0:00:01  |#### | 655 kB 31.0 MB/s eta 0:00:01  |##### | 665 kB 31.0 MB/s eta 0:00:01  |##### | 675 kB 31.0 MB/s eta 0:00:01  |##### | 686 kB 31.0 MB/s eta 0:00:01  |##### | 696 kB 31.0 MB/s eta 0:00:01  |##### | 706 kB 31.0 MB/s eta 0:00:01  |##### | 716 kB 31.0 MB/s eta 0:00:01  |##### | 727 kB 31.0 MB/s eta 0:00:01  |##### | 737 kB 31.0 MB/s eta 0:00:01  |##### | 747 kB 31.0 MB/s eta 0:00:01  |##### | 757 kB 31.0 MB/s eta 0:00:01  |##### | 768 kB 31.0 MB/s eta 0:00:01  |##### | 778 kB 31.0 MB/s eta 0:00:01  |###### | 788 kB 31.0 MB/s eta 0:00:01  |###### | 798 kB 31.0 MB/s eta 0:00:01  |###### | 808 kB 31.0 MB/s eta 0:00:01  |###### | 819 kB 31.0 MB/s eta 0:00:01  |###### | 829 kB 31.0 MB/s eta 0:00:01  |###### | 839 kB 31.0 MB/s eta 0:00:01 Downloading PyYAML-3.13.tar.gz (270 kB) [?25l  |###### | 849 kB 31.0 MB/s eta 0:00:01  |###### | 860 kB 31.0 MB/s eta 0:00:01  |###### | 870 kB 31.0 MB/s eta 0:00:01  |###### | 880 kB 31.0 MB/s eta 0:00:01  |###### | 890 kB 31.0 MB/s eta 0:00:01  |###### | 901 kB 31.0 MB/s eta 0:00:01  |###### | 911 kB 31.0 MB/s eta 0:00:01  |####### | 921 kB 31.0 MB/s eta 0:00:01  |####### | 931 kB 31.0 MB/s eta 0:00:01  |####### | 942 kB 31.0 MB/s eta 0:00:01  |####### | 952 kB 31.0 MB/s eta 0:00:01  |█▏ | 10 kB 9.6 MB/s eta 0:00:01  |####### | 962 kB 31.0 MB/s eta 0:00:01  |####### | 972 kB 31.0 MB/s eta 0:00:01  |####### | 983 kB 31.0 MB/s eta 0:00:01  |####### | 993 kB 31.0 MB/s eta 0:00:01  |██▍ | 20 kB 3.6 MB/s eta 0:00:01  |####### | 1.0 MB 31.0 MB/s eta 0:00:01  |####### | 1.0 MB 31.0 MB/s eta 0:00:01  |####### | 1.0 MB 31.0 MB/s eta 0:00:01  |####### | 1.0 MB 31.0 MB/s eta 0:00:01  |####### | 1.0 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.1 MB 31.0 MB/s eta 0:00:01  |######## | 1.2 MB 31.0 MB/s eta 0:00:01  |######## | 1.2 MB 31.0 MB/s eta 0:00:01  |######## | 1.2 MB 31.0 MB/s eta 0:00:01  |######### | 1.2 MB 31.0 MB/s eta 0:00:01  |######### | 1.2 MB 31.0 MB/s eta 0:00:01  |######### | 1.2 MB 31.0 MB/s eta 0:00:01  |######### | 1.2 MB 31.0 MB/s eta 0:00:01  |######### | 1.2 MB 31.0 MB/s eta 0:00:01  |######### | 1.2 MB 31.0 MB/s eta 0:00:01  |######### | 1.2 MB 31.0 MB/s eta 0:00:01  |######### | 1.3 MB 31.0 MB/s eta 0:00:01  |######### | 1.3 MB 31.0 MB/s eta 0:00:01  |######### | 1.3 MB 31.0 MB/s eta 0:00:01  |######### | 1.3 MB 31.0 MB/s eta 0:00:01  |######### | 1.3 MB 31.0 MB/s eta 0:00:01  |######### | 1.3 MB 31.0 MB/s eta 0:00:01  |########## | 1.3 MB 31.0 MB/s eta 0:00:01  |########## | 1.3 MB 31.0 MB/s eta 0:00:01  |########## | 1.3 MB 31.0 MB/s eta 0:00:01  |########## | 1.4 MB 31.0 MB/s eta 0:00:01  |########## | 1.4 MB 31.0 MB/s eta 0:00:01  |########## | 1.4 MB 31.0 MB/s eta 0:00:01  |########## | 1.4 MB 31.0 MB/s eta 0:00:01  |########## | 1.4 MB 31.0 MB/s eta 0:00:01  |########## | 1.4 MB 31.0 MB/s eta 0:00:01  |########## | 1.4 MB 31.0 MB/s eta 0:00:01  |########## | 1.4 MB 31.0 MB/s eta 0:00:01  |########## | 1.4 MB 31.0 MB/s eta 0:00:01  |███▋ | 30 kB 1.4 MB/s eta 0:00:01  |########### | 1.4 MB 31.0 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |████▉ | 40 kB 1.6 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |########### | 1.5 MB 31.0 MB/s eta 0:00:01  |########### | 1.6 MB 31.0 MB/s eta 0:00:01  |########### | 1.6 MB 31.0 MB/s eta 0:00:01  |############ | 1.6 MB 31.0 MB/s eta 0:00:01  |############ | 1.6 MB 31.0 MB/s eta 0:00:01  |############ | 1.6 MB 31.0 MB/s eta 0:00:01  |############ | 1.6 MB 31.0 MB/s eta 0:00:01  |############ | 1.6 MB 31.0 MB/s eta 0:00:01  |############ | 1.6 MB 31.0 MB/s eta 0:00:01  |############ | 1.6 MB 31.0 MB/s eta 0:00:01  |############ | 1.6 MB 31.0 MB/s eta 0:00:01  |############ | 1.7 MB 31.0 MB/s eta 0:00:01  |############ | 1.7 MB 31.0 MB/s eta 0:00:01  |############ | 1.7 MB 31.0 MB/s eta 0:00:01  |############ | 1.7 MB 31.0 MB/s eta 0:00:01  |############ | 1.7 MB 31.0 MB/s eta 0:00:01  |############# | 1.7 MB 31.0 MB/s eta 0:00:01  |############# | 1.7 MB 31.0 MB/s eta 0:00:01  |############# | 1.7 MB 31.0 MB/s eta 0:00:01  |############# | 1.7 MB 31.0 MB/s eta 0:00:01  |############# | 1.8 MB 31.0 MB/s eta 0:00:01  |############# | 1.8 MB 31.0 MB/s eta 0:00:01  |############# | 1.8 MB 31.0 MB/s eta 0:00:01  |############# | 1.8 MB 31.0 MB/s eta 0:00:01  |############# | 1.8 MB 31.0 MB/s eta 0:00:01  |############# | 1.8 MB 31.0 MB/s eta 0:00:01  |############# | 1.8 MB 31.0 MB/s eta 0:00:01  |############# | 1.8 MB 31.0 MB/s eta 0:00:01  |############# | 1.8 MB 31.0 MB/s eta 0:00:01  |############## | 1.8 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 1.9 MB 31.0 MB/s eta 0:00:01  |############## | 2.0 MB 31.0 MB/s eta 0:00:01  |############## | 2.0 MB 31.0 MB/s eta 0:00:01  |############### | 2.0 MB 31.0 MB/s eta 0:00:01  |############### | 2.0 MB 31.0 MB/s eta 0:00:01  |############### | 2.0 MB 31.0 MB/s eta 0:00:01  |############### | 2.0 MB 31.0 MB/s eta 0:00:01  |############### | 2.0 MB 31.0 MB/s eta 0:00:01  |############### | 2.0 MB 31.0 MB/s eta 0:00:01  |############### | 2.0 MB 31.0 MB/s eta 0:00:01  |############### | 2.0 MB 31.0 MB/s eta 0:00:01  |############### | 2.1 MB 31.0 MB/s eta 0:00:01  |############### | 2.1 MB 31.0 MB/s eta 0:00:01  |############### | 2.1 MB 31.0 MB/s eta 0:00:01  |############### | 2.1 MB 31.0 MB/s eta 0:00:01  |################ | 2.1 MB 31.0 MB/s eta 0:00:01  |################ | 2.1 MB 31.0 MB/s eta 0:00:01  |################ | 2.1 MB 31.0 MB/s eta 0:00:01  |################ | 2.1 MB 31.0 MB/s eta 0:00:01  |################ | 2.1 MB 31.0 MB/s eta 0:00:01  |################ | 2.2 MB 31.0 MB/s eta 0:00:01  |################ | 2.2 MB 31.0 MB/s eta 0:00:01  |################ | 2.2 MB 31.0 MB/s eta 0:00:01  |██████ | 51 kB 994 kB/s eta 0:00:01  |███████▎ | 61 kB 1.2 MB/s eta 0:00:01  |████████▌ | 71 kB 1.4 MB/s eta 0:00:01  |█████████▊ | 81 kB 1.5 MB/s eta 0:00:01  |################ | 2.2 MB 31.0 MB/s eta 0:00:01  |################ | 2.2 MB 31.0 MB/s eta 0:00:01  |################ | 2.2 MB 31.0 MB/s eta 0:00:01  |################ | 2.2 MB 31.0 MB/s eta 0:00:01  |################ | 2.2 MB 31.0 MB/s eta 0:00:01  |################# | 2.2 MB 31.0 MB/s eta 0:00:01  |################# | 2.2 MB 31.0 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01   |███████████ | 92 kB 1.5 MB/s eta 0:00:01  |████████████ | 102 kB 1.6 MB/s eta 0:00:01  |█████████████▎ | 112 kB 1.6 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01 |██████████████▌ | 122 kB 1.6 MB/s eta 0:00:01  |███████████████▊ | 133 kB 1.6 MB/s eta 0:00:01  |################# | 2.3 MB 31.0 MB/s eta 0:00:01  |################# | 2.4 MB 31.0 MB/s eta 0:00:01  |█████████████████ | 143 kB 1.6 MB/s eta 0:00:01  |################## | 2.4 MB 31.0 MB/s eta 0:00:01  |################## | 2.4 MB 31.0 MB/s eta 0:00:01  |################## | 2.4 MB 31.0 MB/s eta 0:00:01  |################## | 2.4 MB 31.0 MB/s eta 0:00:01  |################## | 2.4 MB 31.0 MB/s eta 0:00:01  |################## | 2.4 MB 31.0 MB/s eta 0:00:01  |██████████████████▏ | 153 kB 1.6 MB/s eta 0:00:01  |███████████████████▍ | 163 kB 1.6 MB/s eta 0:00:01  |################## | 2.4 MB 31.0 MB/s eta 0:00:01  |################## | 2.4 MB 31.0 MB/s eta 0:00:01  |████████████████████▋ | 174 kB 1.6 MB/s eta 0:00:01  |################## | 2.4 MB 31.0 MB/s eta 0:00:01  |################## | 2.5 MB 31.0 MB/s eta 0:00:01  |################## | 2.5 MB 31.0 MB/s eta 0:00:01  |█████████████████████▉ | 184 kB 1.6 MB/s eta 0:00:01  |################## | 2.5 MB 31.0 MB/s eta 0:00:01  |################## | 2.5 MB 31.0 MB/s eta 0:00:01  |███████████████████████ | 194 kB 1.6 MB/s eta 0:00:01  |████████████████████████▏ | 204 kB 1.6 MB/s eta 0:00:01  |█████████████████████████▍ | 215 kB 1.6 MB/s eta 0:00:01  |################### | 2.5 MB 31.0 MB/s eta 0:00:01  |################### | 2.5 MB 31.0 MB/s eta 0:00:01  |################### | 2.5 MB 31.0 MB/s eta 0:00:01  |################### | 2.5 MB 31.0 MB/s eta 0:00:01  |################### | 2.5 MB 31.0 MB/s eta 0:00:01  |██████████████████████████▋ | 225 kB 1.6 MB/s eta 0:00:01  |███████████████████████████▉ | 235 kB 1.6 MB/s eta 0:00:01  |################### | 2.5 MB 31.0 MB/s eta 0:00:01  |█████████████████████████████ | 245 kB 1.6 MB/s eta 0:00:01  |██████████████████████████████▎ | 256 kB 1.6 MB/s eta 0:00:01  |███████████████████████████████▌| 266 kB 1.6 MB/s eta 0:00:01  |################### | 2.6 MB 31.0 MB/s eta 0:00:01  |################### | 2.6 MB 31.0 MB/s eta 0:00:01  |################### | 2.6 MB 31.0 MB/s eta 0:00:01  |################### | 2.6 MB 31.0 MB/s eta 0:00:01  |################### | 2.6 MB 31.0 MB/s eta 0:00:01  |################### | 2.6 MB 31.0 MB/s eta 0:00:01  |################### | 2.6 MB 31.0 MB/s eta 0:00:01  |#################### | 2.6 MB 31.0 MB/s eta 0:00:01  |#################### | 2.6 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |#################### | 2.7 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01  |##################### | 2.8 MB 31.0 MB/s eta 0:00:01Setting up python3-keystoneauth1 (4.0.0-0ubuntu1) ...  |##################### | 2.9 MB 31.0 MB/s eta 0:00:01  |##################### | 2.9 MB 31.0 MB/s eta 0:00:01  |##################### | 2.9 MB 31.0 MB/s eta 0:00:01  |###################### | 2.9 MB 31.0 MB/s eta 0:00:01  |###################### | 2.9 MB 31.0 MB/s eta 0:00:01  |###################### | 2.9 MB 31.0 MB/s eta 0:00:01  |###################### | 2.9 MB 31.0 MB/s eta 0:00:01  |###################### | 2.9 MB 31.0 MB/s eta 0:00:01  |###################### | 2.9 MB 31.0 MB/s eta 0:00:01  |###################### | 2.9 MB 31.0 MB/s eta 0:00:01  |###################### | 3.0 MB 31.0 MB/s eta 0:00:01  |###################### | 3.0 MB 31.0 MB/s eta 0:00:01  |###################### | 3.0 MB 31.0 MB/s eta 0:00:01  |###################### | 3.0 MB 31.0 MB/s eta 0:00:01  |###################### | 3.0 MB 31.0 MB/s eta 0:00:01  |###################### | 3.0 MB 31.0 MB/s eta 0:00:01  |####################### | 3.0 MB 31.0 MB/s eta 0:00:01  |####################### | 3.0 MB 31.0 MB/s eta 0:00:01  |####################### | 3.0 MB 31.0 MB/s eta 0:00:01  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |████████████████████████████████| 270 kB 1.6 MB/s  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |####################### | 3.1 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.2 MB 31.0 MB/s eta 0:00:01  |######################## | 3.3 MB 31.0 MB/s eta 0:00:01  |######################## | 3.3 MB 31.0 MB/s eta 0:00:01  |######################## | 3.3 MB 31.0 MB/s eta 0:00:01  |######################### | 3.3 MB 31.0 MB/s eta 0:00:01  |######################### | 3.3 MB 31.0 MB/s eta 0:00:01  |######################### | 3.3 MB 31.0 MB/s eta 0:00:01  |######################### | 3.3 MB 31.0 MB/s eta 0:00:01  |######################### | 3.3 MB 31.0 MB/s eta 0:00:01  |######################### | 3.3 MB 31.0 MB/s eta 0:00:01  |######################### | 3.3 MB 31.0 MB/s eta 0:00:01  |######################### | 3.4 MB 31.0 MB/s eta 0:00:01  |######################### | 3.4 MB 31.0 MB/s eta 0:00:01  |######################### | 3.4 MB 31.0 MB/s eta 0:00:01  |######################### | 3.4 MB 31.0 MB/s eta 0:00:01  |######################### | 3.4 MB 31.0 MB/s eta 0:00:01  |########################## | 3.4 MB 31.0 MB/s eta 0:00:01  |########################## | 3.4 MB 31.0 MB/s eta 0:00:01  |########################## | 3.4 MB 31.0 MB/s eta 0:00:01  |########################## | 3.4 MB 31.0 MB/s eta 0:00:01  |########################## | 3.5 MB 31.0 MB/s eta 0:00:01  |########################## | 3.5 MB 31.0 MB/s eta 0:00:01  |########################## | 3.5 MB 31.0 MB/s eta 0:00:01  |########################## | 3.5 MB 31.0 MB/s eta 0:00:01  |########################## | 3.5 MB 31.0 MB/s eta 0:00:01  |########################## | 3.5 MB 31.0 MB/s eta 0:00:01  |########################## | 3.5 MB 31.0 MB/s eta 0:00:01  |########################## | 3.5 MB 31.0 MB/s eta 0:00:01  |########################## | 3.5 MB 31.0 MB/s eta 0:00:01  |########################### | 3.5 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.6 MB 31.0 MB/s eta 0:00:01  |########################### | 3.7 MB 31.0 MB/s eta 0:00:01  |########################### | 3.7 MB 31.0 MB/s eta 0:00:01  |############################ | 3.7 MB 31.0 MB/s eta 0:00:01  |############################ | 3.7 MB 31.0 MB/s eta 0:00:01  |############################ | 3.7 MB 31.0 MB/s eta 0:00:01  |############################ | 3.7 MB 31.0 MB/s eta 0:00:01  |############################ | 3.7 MB 31.0 MB/s eta 0:00:01  |############################ | 3.7 MB 31.0 MB/s eta 0:00:01  |############################ | 3.7 MB 31.0 MB/s eta 0:00:01  |############################ | 3.7 MB 31.0 MB/s eta 0:00:01  |############################ | 3.8 MB 31.0 MB/s eta 0:00:01  |############################ | 3.8 MB 31.0 MB/s eta 0:00:01  |############################ | 3.8 MB 31.0 MB/s eta 0:00:01  |############################ | 3.8 MB 31.0 MB/s eta 0:00:01  |############################ | 3.8 MB 31.0 MB/s eta 0:00:01  |############################# | 3.8 MB 31.0 MB/s eta 0:00:01  |############################# | 3.8 MB 31.0 MB/s eta 0:00:01  |############################# | 3.8 MB 31.0 MB/s eta 0:00:01  |############################# | 3.8 MB 31.0 MB/s eta 0:00:01  |############################# | 3.9 MB 31.0 MB/s eta 0:00:01  |############################# | 3.9 MB 31.0 MB/s eta 0:00:01  |############################# | 3.9 MB 31.0 MB/s eta 0:00:01  |############################# | 3.9 MB 31.0 MB/s eta 0:00:01  |############################# | 3.9 MB 31.0 MB/s eta 0:00:01  |############################# | 3.9 MB 31.0 MB/s eta 0:00:01  |############################# | 3.9 MB 31.0 MB/s eta 0:00:01  |############################# | 3.9 MB 31.0 MB/s eta 0:00:01  |############################# | 3.9 MB 31.0 MB/s eta 0:00:01  |############################## | 3.9 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.0 MB 31.0 MB/s eta 0:00:01  |############################## | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.1 MB 31.0 MB/s eta 0:00:01  |############################### | 4.2 MB 31.0 MB/s eta 0:00:01  |############################### | 4.2 MB 31.0 MB/s eta 0:00:01  |############################### | 4.2 MB 31.0 MB/s eta 0:00:01  |############################### | 4.2 MB 31.0 MB/s eta 0:00:01Setting up python3-debtcollector (1.13.0-0ubuntu1) ...  |################################| 4.2 MB 31.0 MB/s [?25hRequirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.6/dist-packages (from grpcio>=1.37.1->grpcio-tools) (1.16.0) Requirement already satisfied: dataclasses in /usr/local/lib/python3.6/dist-packages (from grpclib) (0.8) Requirement already satisfied: multidict in /usr/lib/python3/dist-packages (from grpclib) (4.1.0) Collecting h2<5,>=3.1.0 Downloading h2-4.0.0-py3-none-any.whl (57 kB) [?25l  |##### | 10 kB 16.1 MB/s eta 0:00:01  |########### | 20 kB 16.0 MB/s eta 0:00:01  |################# | 30 kB 19.2 MB/s eta 0:00:01  |###################### | 40 kB 13.4 MB/s eta 0:00:01  |############################ | 51 kB 14.8 MB/s eta 0:00:01  |################################| 57 kB 1.4 MB/s [?25hCollecting hyperframe<7,>=6.0 Downloading hyperframe-6.0.1-py3-none-any.whl (12 kB) Collecting hpack<5,>=4.0 Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ... Setting up python3-mysqldb (1.3.10-1build1) ... Downloading hpack-4.0.0-py3-none-any.whl (32 kB) [?25hBuilding wheels for collected packages: pyyaml Building wheels for collected packages: grpclib Setting up python3-kubernetes (7.0.0~a1-2) ... Building wheel for pyyaml (setup.py) ... [?25l-Setting up python3-requestsexceptions (1.3.0-3) ...  \ Building wheel for grpclib (PEP 517) ... [?25l- \ done [?25h Created wheel for pyyaml: filename=PyYAML-3.13-cp38-cp38-linux_x86_64.whl size=43084 sha256=d26f4f33966d7f1c095e6d42408629c4499ff41521be11dfea914ada8284d34d Stored in directory: /root/.cache/pip/wheels/db/f2/07/5e58b12bc11255c3fc0a0aca89849050a8ec203d8b4a3c52c0 Successfully built pyyaml Setting up python3-babel (2.4.0+dfsg.1-2ubuntu1) ...  |Installing collected packages: pyyaml Attempting uninstall: pyyaml Found existing installation: PyYAML 5.4.1 update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode  done [?25h Created wheel for grpclib: filename=grpclib-0.4.1-py3-none-any.whl size=69843 sha256=438c1cab1aec986ed09961d8b8e1dfe3fcd7e6a4b51246f2b1a6f863e2a32b70 Stored in directory: /root/.cache/pip/wheels/de/d0/b6/7a7f0a22f984a29ce428877692b5adf2ae1ef092d569fdd806 Successfully built grpclib Uninstalling PyYAML-5.4.1: Ign:1 http://172.17.0.3//release unstable InRelease Successfully uninstalled PyYAML-5.4.1 Get:2 http://172.17.0.3//release unstable Release [13.2 kB] Get:3 http://172.17.0.3//release unstable Release.gpg [819 B] Hit:4 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease Successfully installed pyyaml-3.13 Get:5 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Installing collected packages: hyperframe, hpack, h2, grpcio, grpclib, grpcio-tools Get:8 http://172.17.0.3//release unstable/IM amd64 Packages [926 B] Get:9 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:10 http://172.17.0.3//release unstable/tests amd64 Packages [503 B] Get:11 http://172.17.0.3//release unstable/osmclient amd64 Packages [538 B] Setting up python3-positional (1.1.1-3) ... Setting up python3-osm-im (9.1.1+g02900ec.dirty-1) ... Successfully installed grpcio-1.37.1 grpcio-tools-1.37.1 grpclib-0.4.1 h2-4.0.0 hpack-4.0.0 hyperframe-6.0.1 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [422 kB] Setting up python3-oslo.serialization (3.1.1-0ubuntu1) ... Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2148 kB] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... Requirement already satisfied: pymysql in /usr/lib/python3/dist-packages (0.9.3) Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [452 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1411 kB] ---> 83f68e1a48c3 Step 15/28 : RUN tar -zxf /minizinc.tgz && mv /MiniZincIDE-2.4.2-bundle-linux /minizinc Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2183 kB] Setting up python3-novaclient (2:17.0.0-0ubuntu1) ... ---> Running in 4cf8a47c6db2 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2581 kB] Fetched 9465 kB in 3s (3004 kB/s) Reading package lists...Setting up python3-n2vc (9.1.1+g804cc04.dirty-1) ... Setting up python3-oauthlib (2.0.6-1) ... Setting up python3-openstacksdk (0.46.0-0ubuntu1) ... Setting up python3-pymongo (3.6.1+dfsg1-1) ... Collecting peewee-migrate==1.1.* Setting up libwebpmux3:amd64 (0.6.1-2) ... Setting up python3-pymongo-ext (3.6.1+dfsg1-1) ... Setting up python3-requests (2.18.4-2ubuntu0.1) ... Downloading peewee_migrate-1.1.6-py2.py3-none-any.whl (16 kB) Collecting click>=6.7 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) [?25l  |████ | 10 kB 4.7 MB/s eta 0:00:01  |████████ | 20 kB 3.2 MB/s eta 0:00:01  |███████████▉ | 30 kB 2.5 MB/s eta 0:00:01  |███████████████▉ | 40 kB 2.9 MB/s eta 0:00:01  |███████████████████▉ | 51 kB 2.7 MB/s eta 0:00:01  |███████████████████████▊ | 61 kB 2.7 MB/s eta 0:00:01  |███████████████████████████▊ | 71 kB 2.7 MB/s eta 0:00:01  |███████████████████████████████▊| 81 kB 3.0 MB/s eta 0:00:01  |████████████████████████████████| 82 kB 167 kB/s Setting up libwebpdemux2:amd64 (0.6.1-2) ... Setting up mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ... [?25hCollecting mock>=2.0.0 W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Setting up python3-oslo.i18n (3.19.0-0ubuntu1) ... Downloading mock-4.0.3-py3-none-any.whl (28 kB) Collecting cached-property>=1.4.2 Ign:1 http://172.17.0.3//release unstable InRelease Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) Hit:2 http://172.17.0.3//release unstable Release Hit:3 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease Requirement already satisfied: peewee>=3.3.3 in /usr/local/lib/python3.8/dist-packages (from peewee-migrate==1.1.*) (3.8.2) Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Installing collected packages: click, mock, cached-property, peewee-migrate Hit:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Setting up python3-boto (2.44.0-1ubuntu2.18.04.1) ...  WARNING: The script pw_migrate is installed in '/usr/local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed cached-property-1.5.2 click-7.1.2 mock-4.0.3 peewee-migrate-1.1.6 Setting up python3-ceilometerclient (2.9.0-0ubuntu3) ... npm WARN deprecated jvectormap@1.2.2: jvectormap is not maintened since Aug 2015. You can use jvectormap-next or jqvmap instead. Setting up python3-os-client-config (1.31.2-0ubuntu2) ... Removing intermediate container f42a043064a3 ---> 2b2adde5acaa Step 21/42 : LABEL Maintainer="alfonso.tiernosepulveda@telefonica.com" Description="This implements life cycle management engine for OSM" Version="1.0" Author="Alfonso Tierno" ---> Running in c6d214d95c2c Setting up python3-pil:amd64 (5.1.0-1ubuntu0.5) ... Processing triggers for shared-mime-info (1.15-1) ... Requirement already satisfied: requests==2.* in /usr/lib/python3/dist-packages (2.22.0) Reading package lists...Removing intermediate container c6d214d95c2c ---> f0820ac2ce86 Step 22/42 : VOLUME /app/storage ---> Running in 936ddf380396 Installation of python dependencies finished Setting up python-peewee-doc (3.7.0+dfsg-2build2) ... Processing triggers for libc-bin (2.31-0ubuntu9.2) ... Removing intermediate container 936ddf380396 ---> 2d291b979606 Step 23/42 : VOLUME /app/log ---> Running in 3c2caf0ac9a9 Setting up python3-cliff (2.11.0-0ubuntu2) ... Removing intermediate container 3c2caf0ac9a9 ---> ff8aca2eb749 Step 24/42 : ENV OSMLCM_RO_HOST ro ---> Running in 078b25ccf8dc Setting up python3-osm-roclient (9.1.1+g4c6d586.dirty-1) ... Removing intermediate container 078b25ccf8dc ---> 0039cc53f9aa Step 25/42 : ENV OSMLCM_RO_PORT 9090 npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1  ---> Running in 2d9a49584e8a Installing bash completion script /root/.bash_completion.d/python-argcomplete.sh inserting .bash_completion.d/python-argcomplete.sh execution at .bashrc W: Conflicting distribution: http://172.17.0.3//release unstable Release (expected unstable but got ) Setting up python3-pyvmomi (6.5.0.2017.5-0ubuntu1) ... Removing intermediate container 2d9a49584e8a ---> 12ecf86214d6 Step 26/42 : ENV OSMLCM_RO_TENANT osm ---> Running in 16dd43240ce2 Removing intermediate container 16dd43240ce2 ---> f8352e236399 Step 27/42 : ENV OSMLCM_VCA_HOST vca Setting up mysql-client (5.7.33-0ubuntu0.18.04.1) ... Setting up python3-osm-common (9.1.1+g277c931.dirty-1) ... ---> Running in 87d2d5688720 POST INSTALL OSM-COMMON Installing python dependencies via pip... Removing intermediate container 1e047e6bbb71 ---> c0dbcc81945c Step 20/34 : RUN apt-get install -y python3-osm-im${IM_VERSION} python3-osmclient${OSMCLIENT_VERSION} ---> Running in 0aa5fc4384b2 Removing intermediate container 87d2d5688720 ---> 176927bbc36b Step 28/42 : ENV OSMLCM_VCA_PORT 17070 ---> Running in be10f3c8632e Removing intermediate container be10f3c8632e ---> 4fdca2b0dd84 Step 29/42 : ENV OSMLCM_VCA_USER admin ---> Running in 3338bf9f41ee Reading package lists.../usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Removing intermediate container 3338bf9f41ee ---> bca106b12370 Step 30/42 : ENV OSMLCM_VCA_SECRET secret ---> Running in 333858f3c304 Removing intermediate container 6197983af69e ---> 08f8c52d7edf Step 14/23 : COPY scripts/ scripts/ Removing intermediate container 333858f3c304 ---> bcfd9d422492 Step 31/42 : ENV OSMLCM_DATABASE_DRIVER mongo Collecting dataclasses ---> Running in 33d6db4743c9 Downloading dataclasses-0.8-py3-none-any.whl (19 kB) ---> 08e7a7e65619 Step 15/23 : ENV OSMPOL_MESSAGE_DRIVER kafka Removing intermediate container 33d6db4743c9 ---> 485e105d52cf Step 32/42 : ENV OSMLCM_DATABASE_URI mongodb://mongo:27017 ---> Running in 484d65d60bee ---> Running in c01c422db633 Building dependency tree...Removing intermediate container 484d65d60bee ---> a5c66850f7f9 Step 16/23 : ENV OSMPOL_MESSAGE_HOST kafka Reading state information... Removing intermediate container c01c422db633 ---> 85b1d34e868b Step 33/42 : ENV OSMLCM_STORAGE_DRIVER local ---> Running in 25a82dd86b72 ---> Running in 42217272c0ff The following additional packages will be installed: osm-imdocs python3-click python3-colorama python3-jinja2 python3-magic python3-markupsafe python3-packaging python3-prettytable python3-pycurl python3-pyparsing Suggested packages: python-jinja2-doc libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python-pyparsing-doc Installing collected packages: dataclasses ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. osm-common 9.1.1+g277c931.dirty requires aiokafka, which is not installed. Successfully installed dataclasses-0.8 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Removing intermediate container 25a82dd86b72 ---> 73d7d18e2b75 Step 17/23 : ENV OSMPOL_MESSAGE_PORT 9092 The following NEW packages will be installed: osm-imdocs python3-click python3-colorama python3-jinja2 python3-magic python3-markupsafe python3-osm-im python3-osmclient python3-packaging python3-prettytable python3-pycurl python3-pyparsing 0 upgraded, 12 newly installed, 0 to remove and 6 not upgraded. Need to get 740 kB of archives. After this operation, 14.8 MB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/IM amd64 osm-imdocs all 9.1.1-g02900ec [178 kB] Get:2 http://172.17.0.3//release unstable/IM amd64 python3-osm-im all 9.1.1+g02900ec.dirty-1 [183 kB] Get:3 http://172.17.0.3//release unstable/osmclient amd64 python3-osmclient all 9.1.1+g1246e50.dirty-1 [56.7 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-colorama all 0.3.7-1 [14.9 kB] ---> Running in cce275ebe559 Removing intermediate container 42217272c0ff ---> 0b83aca5b304 Step 34/42 : ENV OSMLCM_STORAGE_PATH /app/storage Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-click all 6.7-3 [56.5 kB] Processing triggers for libc-bin (2.31-0ubuntu9.2) ... Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-markupsafe amd64 1.0-1build1 [13.5 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-jinja2 all 2.10-1ubuntu0.18.04.1 [95.4 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-magic all 2:0.4.15-1 [9280 B] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyparsing all 2.2.0+dfsg1-2 [52.2 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-packaging all 17.1-1 [18.2 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-prettytable all 0.7.2-3 [19.7 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pycurl amd64 7.43.0.1-0.2 [42.5 kB] ---> Running in 224876361a89 Processing triggers for sgml-base (1.29.1) ... Setting up docutils-common (0.16+dfsg-2) ... Removing intermediate container cce275ebe559 ---> 4e9535d41479 Step 18/23 : ENV OSMPOL_DATABASE_DRIVER mongo ---> Running in d9d53be32294 Removing intermediate container 224876361a89 ---> 721ccaaa737d Step 35/42 : ENV OSMLCM_MESSAGE_DRIVER kafka debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype Processing triggers for sgml-base (1.29.1) ... dpkg-preconfigure: unable to re-open stdin:  ---> Running in 0dc0c72292c6 Setting up python3-docutils (0.16+dfsg-2) ... update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode Fetched 740 kB in 0s (2366 kB/s) update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode Removing intermediate container d9d53be32294 ---> 58f33e42dcff Step 19/23 : ENV OSMPOL_DATABASE_URI mongodb://mongo:27017 update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode Selecting previously unselected package osm-imdocs. (Reading database ... update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24318 files and directories currently installed.) Preparing to unpack .../00-osm-imdocs_9.1.1-g02900ec_all.deb ... update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode Unpacking osm-imdocs (9.1.1-g02900ec) ... update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode Removing intermediate container 0dc0c72292c6 ---> e47c52efe77b Step 36/42 : ENV OSMLCM_MESSAGE_HOST kafka update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode ---> Running in 41db16d85ec9 /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes ---> Running in 639b4d21ac68 Selecting previously unselected package python3-colorama. Preparing to unpack .../01-python3-colorama_0.3.7-1_all.deb ... Unpacking python3-colorama (0.3.7-1) ... Selecting previously unselected package python3-click. Preparing to unpack .../02-python3-click_6.7-3_all.deb ... Unpacking python3-click (6.7-3) ... Removing intermediate container 41db16d85ec9 ---> 16cf76e30b43 Step 20/23 : ENV OSMPOL_SQL_DATABASE_URI sqlite:///mon_sqlite.db Removing intermediate container 639b4d21ac68 ---> 121a178c5adb Step 37/42 : ENV OSMLCM_MESSAGE_PORT 9092 ---> Running in add1f5a764c1 Selecting previously unselected package python3-markupsafe. Preparing to unpack .../03-python3-markupsafe_1.0-1build1_amd64.deb ... Unpacking python3-markupsafe (1.0-1build1) ... ---> Running in 7f2edb1ff643 Selecting previously unselected package python3-jinja2. Preparing to unpack .../04-python3-jinja2_2.10-1ubuntu0.18.04.1_all.deb ... Collecting aiokafka Unpacking python3-jinja2 (2.10-1ubuntu0.18.04.1) ... Downloading aiokafka-0.7.0-cp36-cp36m-manylinux2010_x86_64.whl (1.1 MB) [?25l  | | 10 kB 12.7 MB/s eta 0:00:01  | | 20 kB 6.9 MB/s eta 0:00:01  | | 30 kB 912 kB/s eta 0:00:02  |# | 40 kB 1.0 MB/s eta 0:00:02  |# | 51 kB 1.2 MB/s eta 0:00:01  |# | 61 kB 1.5 MB/s eta 0:00:01  |## | 71 kB 1.7 MB/s eta 0:00:01  |## | 81 kB 1.9 MB/s eta 0:00:01  |## | 92 kB 2.1 MB/s eta 0:00:01  |### | 102 kB 2.4 MB/s eta 0:00:01  |### | 112 kB 2.4 MB/s eta 0:00:01  |### | 122 kB 2.4 MB/s eta 0:00:01  |### | 133 kB 2.4 MB/s eta 0:00:01  |#### | 143 kB 2.4 MB/s eta 0:00:01  |#### | 153 kB 2.4 MB/s eta 0:00:01  |#### | 163 kB 2.4 MB/s eta 0:00:01  |##### | 174 kB 2.4 MB/s eta 0:00:01Selecting previously unselected package python3-osm-im.Setting up python3-cliff (3.1.0-0ubuntu1) ...  |##### | 184 kB 2.4 MB/s eta 0:00:01Preparing to unpack .../05-python3-osm-im_9.1.1+g02900ec.dirty-1_all.deb ...  |##### | 194 kB 2.4 MB/s eta 0:00:01  |###### | 204 kB 2.4 MB/s eta 0:00:01  |###### | 215 kB 2.4 MB/s eta 0:00:01  |###### | 225 kB 2.4 MB/s eta 0:00:01  |###### | 235 kB 2.4 MB/s eta 0:00:01  |####### | 245 kB 2.4 MB/s eta 0:00:01  |####### | 256 kB 2.4 MB/s eta 0:00:01  |####### | 266 kB 2.4 MB/s eta 0:00:01  |######## | 276 kB 2.4 MB/s eta 0:00:01  |######## | 286 kB 2.4 MB/s eta 0:00:01  |######## | 296 kB 2.4 MB/s eta 0:00:01  |######### | 307 kB 2.4 MB/s eta 0:00:01  |######### | 317 kB 2.4 MB/s eta 0:00:01  |######### | 327 kB 2.4 MB/s eta 0:00:01  |########## | 337 kB 2.4 MB/s eta 0:00:01  |########## | 348 kB 2.4 MB/s eta 0:00:01Unpacking python3-osm-im (9.1.1+g02900ec.dirty-1) ...  |########## | 358 kB 2.4 MB/s eta 0:00:01  |########## | 368 kB 2.4 MB/s eta 0:00:01  |########### | 378 kB 2.4 MB/s eta 0:00:01  |########### | 389 kB 2.4 MB/s eta 0:00:01  |########### | 399 kB 2.4 MB/s eta 0:00:01  |############ | 409 kB 2.4 MB/s eta 0:00:01  |############ | 419 kB 2.4 MB/s eta 0:00:01  |############ | 430 kB 2.4 MB/s eta 0:00:01  |############# | 440 kB 2.4 MB/s eta 0:00:01  |############# | 450 kB 2.4 MB/s eta 0:00:01  |############# | 460 kB 2.4 MB/s eta 0:00:01  |############# | 471 kB 2.4 MB/s eta 0:00:01  |############## | 481 kB 2.4 MB/s eta 0:00:01  |############## | 491 kB 2.4 MB/s eta 0:00:01  |############## | 501 kB 2.4 MB/s eta 0:00:01  |############### | 512 kB 2.4 MB/s eta 0:00:01  |############### | 522 kB 2.4 MB/s eta 0:00:01  |############### | 532 kB 2.4 MB/s eta 0:00:01  |################ | 542 kB 2.4 MB/s eta 0:00:01  |################ | 552 kB 2.4 MB/s eta 0:00:01  |################ | 563 kB 2.4 MB/s eta 0:00:01  |################ | 573 kB 2.4 MB/s eta 0:00:01  |################# | 583 kB 2.4 MB/s eta 0:00:01  |################# | 593 kB 2.4 MB/s eta 0:00:01  |################# | 604 kB 2.4 MB/s eta 0:00:01  |################## | 614 kB 2.4 MB/s eta 0:00:01  |################## | 624 kB 2.4 MB/s eta 0:00:01  |################## | 634 kB 2.4 MB/s eta 0:00:01  |################### | 645 kB 2.4 MB/s eta 0:00:01  |################### | 655 kB 2.4 MB/s eta 0:00:01  |################### | 665 kB 2.4 MB/s eta 0:00:01  |#################### | 675 kB 2.4 MB/s eta 0:00:01  |#################### | 686 kB 2.4 MB/s eta 0:00:01  |#################### | 696 kB 2.4 MB/s eta 0:00:01  |#################### | 706 kB 2.4 MB/s eta 0:00:01  |##################### | 716 kB 2.4 MB/s eta 0:00:01  |##################### | 727 kB 2.4 MB/s eta 0:00:01  |##################### | 737 kB 2.4 MB/s eta 0:00:01  |###################### | 747 kB 2.4 MB/s eta 0:00:01  |###################### | 757 kB 2.4 MB/s eta 0:00:01  |###################### | 768 kB 2.4 MB/s eta 0:00:01  |####################### | 778 kB 2.4 MB/s eta 0:00:01  |####################### | 788 kB 2.4 MB/s eta 0:00:01  |####################### | 798 kB 2.4 MB/s eta 0:00:01  |####################### | 808 kB 2.4 MB/s eta 0:00:01  |######################## | 819 kB 2.4 MB/s eta 0:00:01  |######################## | 829 kB 2.4 MB/s eta 0:00:01  |######################## | 839 kB 2.4 MB/s eta 0:00:01  |######################### | 849 kB 2.4 MB/s eta 0:00:01  |######################### | 860 kB 2.4 MB/s eta 0:00:01  |######################### | 870 kB 2.4 MB/s eta 0:00:01  |########################## | 880 kB 2.4 MB/s eta 0:00:01  |########################## | 890 kB 2.4 MB/s eta 0:00:01  |########################## | 901 kB 2.4 MB/s eta 0:00:01  |########################### | 911 kB 2.4 MB/s eta 0:00:01  |########################### | 921 kB 2.4 MB/s eta 0:00:01  |########################### | 931 kB 2.4 MB/s eta 0:00:01  |########################### | 942 kB 2.4 MB/s eta 0:00:01  |############################ | 952 kB 2.4 MB/s eta 0:00:01  |############################ | 962 kB 2.4 MB/s eta 0:00:01  |############################ | 972 kB 2.4 MB/s eta 0:00:01  |############################# | 983 kB 2.4 MB/s eta 0:00:01  |############################# | 993 kB 2.4 MB/s eta 0:00:01  |############################# | 1.0 MB 2.4 MB/s eta 0:00:01  |############################## | 1.0 MB 2.4 MB/s eta 0:00:01  |############################## | 1.0 MB 2.4 MB/s eta 0:00:01  |############################## | 1.0 MB 2.4 MB/s eta 0:00:01  |############################## | 1.0 MB 2.4 MB/s eta 0:00:01  |############################### | 1.1 MB 2.4 MB/s eta 0:00:01  |############################### | 1.1 MB 2.4 MB/s eta 0:00:01  |############################### | 1.1 MB 2.4 MB/s eta 0:00:01Removing intermediate container add1f5a764c1 ---> abd9c9dd7fdd Step 21/23 : ENV OSMPOL_GLOBAL_LOG_LEVEL INFO  |################################| 1.1 MB 2.4 MB/s Removing intermediate container 7f2edb1ff643 ---> b6285d2d4509 Step 38/42 : ENV OSMLCM_VCA_HELMPATH /usr/local/bin/helm [?25hCollecting kafka-python>=2.0.0 Downloading kafka_python-2.0.2-py2.py3-none-any.whl (246 kB) [?25l  |# | 10 kB 2.0 MB/s eta 0:00:01  |## | 20 kB 3.6 MB/s eta 0:00:01  |### | 30 kB 5.2 MB/s eta 0:00:01 ---> Running in a56d75f625b4  |##### | 40 kB 5.4 MB/s eta 0:00:01  |###### | 51 kB 6.4 MB/s eta 0:00:01  |####### | 61 kB 7.5 MB/s eta 0:00:01  |######### | 71 kB 8.2 MB/s eta 0:00:01  |########## | 81 kB 9.1 MB/s eta 0:00:01  |########### | 92 kB 9.7 MB/s eta 0:00:01  |############# | 102 kB 10.2 MB/s eta 0:00:01  |############## | 112 kB 10.2 MB/s eta 0:00:01  |############### | 122 kB 10.2 MB/s eta 0:00:01  |################# | 133 kB 10.2 MB/s eta 0:00:01  |################## | 143 kB 10.2 MB/s eta 0:00:01  |################### | 153 kB 10.2 MB/s eta 0:00:01  |##################### | 163 kB 10.2 MB/s eta 0:00:01  |###################### | 174 kB 10.2 MB/s eta 0:00:01  |####################### | 184 kB 10.2 MB/s eta 0:00:01  |######################### | 194 kB 10.2 MB/s eta 0:00:01  |########################## | 204 kB 10.2 MB/s eta 0:00:01  |########################### | 215 kB 10.2 MB/s eta 0:00:01  |############################# | 225 kB 10.2 MB/s eta 0:00:01 ---> Running in d20e8bd317ab  |############################## | 235 kB 10.2 MB/s eta 0:00:01  |############################### | 245 kB 10.2 MB/s eta 0:00:01  |################################| 246 kB 10.2 MB/s Selecting previously unselected package python3-magic. Preparing to unpack .../06-python3-magic_2%3a0.4.15-1_all.deb ... Unpacking python3-magic (2:0.4.15-1) ... Setting up python3-oslo.config (1:8.0.2-0ubuntu1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../07-python3-pyparsing_2.2.0+dfsg1-2_all.deb ... Unpacking python3-pyparsing (2.2.0+dfsg1-2) ... Removing intermediate container a56d75f625b4 ---> 2f3b1554b353 Step 39/42 : ENV OSMLCM_VCA_KUBECTLPATH /usr/bin/kubectl Removing intermediate container d20e8bd317ab ---> c08ac608b859 Step 22/23 : HEALTHCHECK --start-period=120s --interval=10s --timeout=5s --retries=5 CMD osm-pol-healthcheck || exit 1 Selecting previously unselected package python3-packaging. Preparing to unpack .../08-python3-packaging_17.1-1_all.deb ... Unpacking python3-packaging (17.1-1) ... ---> Running in 3ce3a950ff94 ---> Running in 0c0f8e15d637 Selecting previously unselected package python3-prettytable. Preparing to unpack .../09-python3-prettytable_0.7.2-3_all.deb ... Unpacking python3-prettytable (0.7.2-3) ... Setting up python3-keystoneclient (1:4.0.0-0ubuntu1) ... Selecting previously unselected package python3-pycurl. Preparing to unpack .../10-python3-pycurl_7.43.0.1-0.2_amd64.deb ... Unpacking python3-pycurl (7.43.0.1-0.2) ... Selecting previously unselected package python3-osmclient. Preparing to unpack .../11-python3-osmclient_9.1.1+g1246e50.dirty-1_all.deb ... Removing intermediate container 3ce3a950ff94 ---> a5a57da9c63e Step 40/42 : ENV OSMLCM_VCA_JUJUPATH /usr/local/bin/juju Unpacking python3-osmclient (9.1.1+g1246e50.dirty-1) ... Removing intermediate container 0c0f8e15d637 ---> 175cb73c8316 Step 23/23 : CMD /bin/bash scripts/start.sh Setting up python3-pycurl (7.43.0.1-0.2) ... ---> Running in c89a0832790d ---> Running in 27005e1ba198 [?25hInstalling collected packages: kafka-python, aiokafka Removing intermediate container c89a0832790d ---> 834ed9417b17 Step 41/42 : HEALTHCHECK --start-period=120s --interval=30s --timeout=30s --retries=1 CMD python3 -m osm_lcm.lcm_hc || exit 1 Setting up python3-magic (2:0.4.15-1) ... Removing intermediate container 27005e1ba198 ---> 8fd611d40417 [Warning] One or more build-args [IM_VERSION OSMCLIENT_VERSION LWUI_VERSION NGUI_VERSION RO_VERSION TESTS_VERSION CACHE_DATE DEVOPS_VERSION LCM_VERSION MON_VERSION PLA_VERSION N2VC_VERSION NBI_VERSION] were not consumed Successfully built 8fd611d40417 Successfully tagged opensourcemano/pol:osm-bug1511-merge-2 Setting up python3-osc-lib (2.0.0-0ubuntu1) ... ---> Running in f0d5ffafa6d8 Setting up python3-colorama (0.3.7-1) ... Removing intermediate container 4cf8a47c6db2 ---> f0fdfe3d0d6a Step 16/28 : RUN mkdir /entry_data && mkdir /entry_data/mzn-lib && ln -s /entry_data/mzn-lib /minizinc/share/minizinc/exec Removing intermediate container f0d5ffafa6d8 ---> cd8bb0691079 Step 42/42 : CMD python3 -m osm_lcm.lcm ---> Running in eecac158c067 Successfully installed aiokafka-0.7.0 kafka-python-2.0.2 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-oslo.log (4.1.1-0ubuntu1) ... ---> Running in d061193a9c63 Setting up python3-pyparsing (2.2.0+dfsg1-2) ... Removing intermediate container d061193a9c63 ---> cf3562273fa1 [Warning] One or more build-args [IM_VERSION MON_VERSION TESTS_VERSION NBI_VERSION NGUI_VERSION POL_VERSION CACHE_DATE OSMCLIENT_VERSION PLA_VERSION LWUI_VERSION RO_VERSION DEVOPS_VERSION] were not consumed Successfully built cf3562273fa1 Successfully tagged opensourcemano/lcm:osm-bug1511-merge-2 Setting up python3-gnocchiclient (7.0.5-0ubuntu2) ... Setting up python3-markupsafe (1.0-1build1) ... /usr/lib/python3/dist-packages/gnocchiclient/v1/resource_cli.py:201: SyntaxWarning: "is" with a literal. Did you mean "=="? if value is "": Setting up python3-neutronclient (1:7.1.1-0ubuntu1) ... Setting up python3-prettytable (0.7.2-3) ... Setting up python3-jinja2 (2.10-1ubuntu0.18.04.1) ... /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Removing intermediate container eecac158c067 ---> d66a1c513ffe Step 17/28 : RUN mkdir /placement ---> Running in f81b2d237f01 Setting up python3-osm-mon (9.1.1.post2+g250a640.dirty-1) ... Installing python dependencies via pip... Requirement already satisfied: pymongo in /usr/lib/python3/dist-packages (3.6.1) Setting up python3-packaging (17.1-1) ... Setting up osm-imdocs (9.1.1-g02900ec) ... Setting up python3-click (6.7-3) ... Setting up python3-osm-im (9.1.1+g02900ec.dirty-1) ... Collecting pymongo Removing intermediate container f81b2d237f01 ---> b1b760e314f5 Step 18/28 : ENV OSMPLA_MESSAGE_DRIVER kafka Downloading pymongo-3.11.4-cp36-cp36m-manylinux2014_x86_64.whl (509 kB) [?25l  | | 10 kB 13.0 MB/s eta 0:00:01  |# | 20 kB 3.3 MB/s eta 0:00:01  |# | 30 kB 1.6 MB/s eta 0:00:01  |## | 40 kB 2.1 MB/s eta 0:00:01  |### | 51 kB 2.3 MB/s eta 0:00:01  |### | 61 kB 2.6 MB/s eta 0:00:01  |#### | 71 kB 2.3 MB/s eta 0:00:01  |##### | 81 kB 2.4 MB/s eta 0:00:01  |##### | 92 kB 2.1 MB/s eta 0:00:01  |###### | 102 kB 2.3 MB/s eta 0:00:01  |####### | 112 kB 2.3 MB/s eta 0:00:01  |####### | 122 kB 2.3 MB/s eta 0:00:01  |######## | 133 kB 2.3 MB/s eta 0:00:01  |######### | 143 kB 2.3 MB/s eta 0:00:01  |######### | 153 kB 2.3 MB/s eta 0:00:01  |########## | 163 kB 2.3 MB/s eta 0:00:01  |########## | 174 kB 2.3 MB/s eta 0:00:01  |########### | 184 kB 2.3 MB/s eta 0:00:01  |############ | 194 kB 2.3 MB/s eta 0:00:01  |############ | 204 kB 2.3 MB/s eta 0:00:01  |############# | 215 kB 2.3 MB/s eta 0:00:01  |############## | 225 kB 2.3 MB/s eta 0:00:01  |############## | 235 kB 2.3 MB/s eta 0:00:01  |############### | 245 kB 2.3 MB/s eta 0:00:01  |################ | 256 kB 2.3 MB/s eta 0:00:01  |################ | 266 kB 2.3 MB/s eta 0:00:01  |################# | 276 kB 2.3 MB/s eta 0:00:01  |################## | 286 kB 2.3 MB/s eta 0:00:01  |################## | 296 kB 2.3 MB/s eta 0:00:01  |################### | 307 kB 2.3 MB/s eta 0:00:01  |################### | 317 kB 2.3 MB/s eta 0:00:01  |#################### | 327 kB 2.3 MB/s eta 0:00:01  |##################### | 337 kB 2.3 MB/s eta 0:00:01  |##################### | 348 kB 2.3 MB/s eta 0:00:01  |###################### | 358 kB 2.3 MB/s eta 0:00:01  |####################### | 368 kB 2.3 MB/s eta 0:00:01  |####################### | 378 kB 2.3 MB/s eta 0:00:01  |######################## | 389 kB 2.3 MB/s eta 0:00:01  |######################### | 399 kB 2.3 MB/s eta 0:00:01  |######################### | 409 kB 2.3 MB/s eta 0:00:01  |########################## | 419 kB 2.3 MB/s eta 0:00:01  |########################### | 430 kB 2.3 MB/s eta 0:00:01  |########################### | 440 kB 2.3 MB/s eta 0:00:01  |############################ | 450 kB 2.3 MB/s eta 0:00:01  |############################ | 460 kB 2.3 MB/s eta 0:00:01  |############################# | 471 kB 2.3 MB/s eta 0:00:01  |############################## | 481 kB 2.3 MB/s eta 0:00:01  |############################## | 491 kB 2.3 MB/s eta 0:00:01  |############################### | 501 kB 2.3 MB/s eta 0:00:01 ---> Running in b808805015c2  |################################| 509 kB 2.3 MB/s Removing intermediate container b808805015c2 ---> 8eba077bc969 Step 19/28 : ENV OSMPLA_MESSAGE_HOST kafka ---> Running in 0b2d31e52a86 Collecting aiokafka==0.6.0 Downloading aiokafka-0.6.0.tar.gz (359 kB) [?25l  |█ | 10 kB 2.7 MB/s eta 0:00:01  |█▉ | 20 kB 2.9 MB/s eta 0:00:01  |██▊ | 30 kB 1.6 MB/s eta 0:00:01  |███▋ | 40 kB 2.0 MB/s eta 0:00:01  |████▋ | 51 kB 2.3 MB/s eta 0:00:01  |█████▌ | 61 kB 2.4 MB/s eta 0:00:01  |██████▍ | 71 kB 2.5 MB/s eta 0:00:01  |███████▎ | 81 kB 2.3 MB/s eta 0:00:01  |████████▏ | 92 kB 2.4 MB/s eta 0:00:01  |█████████▏ | 102 kB 2.5 MB/s eta 0:00:01  |██████████ | 112 kB 2.5 MB/s eta 0:00:01  |███████████ | 122 kB 2.5 MB/s eta 0:00:01  |███████████▉ | 133 kB 2.5 MB/s eta 0:00:01  |████████████▊ | 143 kB 2.5 MB/s eta 0:00:01  |█████████████▊ | 153 kB 2.5 MB/s eta 0:00:01  |██████████████▋ | 163 kB 2.5 MB/s eta 0:00:01  |███████████████▌ | 174 kB 2.5 MB/s eta 0:00:01  |████████████████▍ | 184 kB 2.5 MB/s eta 0:00:01  |█████████████████▎ | 194 kB 2.5 MB/s eta 0:00:01  |██████████████████▎ | 204 kB 2.5 MB/s eta 0:00:01  |███████████████████▏ | 215 kB 2.5 MB/s eta 0:00:01  |████████████████████ | 225 kB 2.5 MB/s eta 0:00:01  |█████████████████████ | 235 kB 2.5 MB/s eta 0:00:01  |█████████████████████▉ | 245 kB 2.5 MB/s eta 0:00:01  |██████████████████████▉ | 256 kB 2.5 MB/s eta 0:00:01  |███████████████████████▊ | 266 kB 2.5 MB/s eta 0:00:01  |████████████████████████▋ | 276 kB 2.5 MB/s eta 0:00:01  |█████████████████████████▌ | 286 kB 2.5 MB/s eta 0:00:01  |██████████████████████████▍ | 296 kB 2.5 MB/s eta 0:00:01  |███████████████████████████▍ | 307 kB 2.5 MB/s eta 0:00:01  |████████████████████████████▎ | 317 kB 2.5 MB/s eta 0:00:01  |█████████████████████████████▏ | 327 kB 2.5 MB/s eta 0:00:01  |██████████████████████████████ | 337 kB 2.5 MB/s eta 0:00:01  |███████████████████████████████ | 348 kB 2.5 MB/s eta 0:00:01  |████████████████████████████████| 358 kB 2.5 MB/s eta 0:00:01  |████████████████████████████████| 359 kB 2.5 MB/s Removing intermediate container 0b2d31e52a86 ---> 53bf17096434 Step 20/28 : ENV OSMPLA_MESSAGE_PORT 9092 ---> Running in 5914cd90126a Setting up python3-osmclient (9.1.1+g1246e50.dirty-1) ... [?25hInstalling collected packages: pymongo Attempting uninstall: pymongo Found existing installation: pymongo 3.6.1 Uninstalling pymongo-3.6.1: Removing intermediate container 5914cd90126a ---> 07fbd34ab2df Step 21/28 : ENV OSMPLA_DATABASE_DRIVER mongo ---> Running in 45217584b8d8 [?25hRequirement already satisfied: kafka-python>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from aiokafka==0.6.0) (2.0.2) Building wheels for collected packages: aiokafka Successfully uninstalled pymongo-3.6.1 Removing intermediate container 45217584b8d8 ---> 82ab9333600a Step 22/28 : ENV OSMPLA_DATABASE_URI mongodb://mongo:27017 ---> Running in 9ec5649700a2 Building wheel for aiokafka (setup.py) ... [?25l- \Removing intermediate container 9ec5649700a2 ---> 4cd4926a882e Step 23/28 : ENV OSMPLA_SQL_DATABASE_URI sqlite:///pla_sqlite.db Successfully installed pymongo-3.11.4 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv ---> Running in 27fad97e30aa Removing intermediate container 27fad97e30aa ---> 4e5e8f60177f Step 24/28 : ENV OSMPLA_GLOBAL_LOG_LEVEL INFO ---> Running in d4aa80600949 Removing intermediate container d4aa80600949 ---> 24d731470379 Step 25/28 : ENV FZNEXEC "/entry_data/fzn-exec" /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes ---> Running in 8527bb7cb12d Removing intermediate container 0aa5fc4384b2 ---> 0c561ef628a2 Step 21/34 : RUN apt-get install -y osm-tests${TESTS_VERSION} && rm -rf /var/lib/apt/lists/* ---> Running in 3d2ba76136fa Requirement already satisfied: pyyaml==5.* in /usr/local/lib/python3.6/dist-packages (5.4.1) Removing intermediate container 8527bb7cb12d ---> 8d43204e8858 Step 26/28 : ENV PATH "/minizinc/bin:${PATH}" ---> Running in a5d6fed908bf Removing intermediate container a5d6fed908bf ---> 0a017bbc0978 Step 27/28 : ENV LD_LIBRARY_PATH "/minizinc/lib:${LD_LIBRARY_PATH}" Reading package lists... ---> Running in 95d5285bcb2d npm WARN deprecated ckeditor@4.12.1: We have renamed the @ckeditor package. New versions are available under the @ckeditor4 name. Removing intermediate container 95d5285bcb2d ---> ead599434355 Step 28/28 : CMD /bin/bash scripts/start.sh ---> Running in 468e79297bd4 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Removing intermediate container 468e79297bd4 ---> 92a5efe174e5 [Warning] One or more build-args [LWUI_VERSION CACHE_DATE LCM_VERSION POL_VERSION RO_VERSION TESTS_VERSION DEVOPS_VERSION IM_VERSION MON_VERSION NGUI_VERSION N2VC_VERSION NBI_VERSION OSMCLIENT_VERSION] were not consumed Successfully built 92a5efe174e5 Successfully tagged opensourcemano/pla:osm-bug1511-merge-2 Building dependency tree... Reading state information... The following NEW packages will be installed: osm-tests 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded. Need to get 50.9 kB of archives. After this operation, 489 kB of additional disk space will be used. Get:1 http://172.17.0.3//release unstable/tests amd64 osm-tests all 9.0.0rc1.post8+g7758a54-1 [50.9 kB] /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin:  |Fetched 50.9 kB in 0s (1360 kB/s) Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages (2.6.1) Selecting previously unselected package osm-tests. (Reading database ...  /(Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24607 files and directories currently installed.) Preparing to unpack .../osm-tests_9.0.0rc1.post8+g7758a54-1_all.deb ... Unpacking osm-tests (9.0.0rc1.post8+g7758a54-1) ...  -Setting up osm-tests (9.0.0rc1.post8+g7758a54-1) ... WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-osm-ro-plugin (9.1.1+g4c6d586.dirty-1) ... Setting up python3-osm-rovim-aws (9.1.1+g4c6d586.dirty-1) ... Setting up python3-keystoneauth1 (3.4.0-0ubuntu1) ... Removing intermediate container 3d2ba76136fa ---> 81f7ebc42ae8 Step 22/34 : RUN mv /usr/share/osm-tests/robot-systest /robot-systest ---> Running in 165abfe6b466 Setting up python3-osm-rosdn-ietfl2vpn (9.1.1+g4c6d586.dirty-1) ... Setting up python3-osm-rovim-opennebula (9.1.1+g4c6d586.dirty-1) ... POST INSTALL OSM-ROVIM-OPENNEBULA /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Removing intermediate container 165abfe6b466 ---> ef6dc06858ce Step 23/34 : RUN mv /usr/share/osm-tests/charm.sh /usr/sbin/charm ---> Running in 3cbde6f4f4a9 Obtaining oca from git+https://github.com/python-oca/python-oca#egg=oca Cloning https://github.com/python-oca/python-oca to /src/oca Running command git clone -q https://github.com/python-oca/python-oca /src/oca  \Removing intermediate container 3cbde6f4f4a9 ---> 440a7657b960 Step 24/34 : WORKDIR /robot-systest ---> Running in 02307784ad54 Removing intermediate container 02307784ad54 ---> 03e15eae15c6 Step 25/34 : ARG CACHE_DATE=2021-03-01 ---> Running in 22f8dde1f2bc  | /Removing intermediate container 22f8dde1f2bc ---> 0df16557293a Step 26/34 : RUN git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git --recurse-submodules /robot-systest/osm-packages Installing collected packages: oca Running setup.py develop for oca ---> Running in 17198942c6a4 Cloning into '/robot-systest/osm-packages'...  - \Successfully installed oca-4.15.2 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv  | / done [?25h Created wheel for aiokafka: filename=aiokafka-0.6.0-cp38-cp38-linux_x86_64.whl size=1194603 sha256=37c6176c4cf41ec1d2d88fbfb7a446fb732c0bee48d8ca4ed001170dbfe4734c Stored in directory: /root/.cache/pip/wheels/ac/4f/cd/a9de05685c2582368469dfe3bb31e1c2414e82da4efecb37f4 Successfully built aiokafka Installing collected packages: aiokafka Attempting uninstall: aiokafka Found existing installation: aiokafka 0.7.0 Uninstalling aiokafka-0.7.0: Successfully uninstalled aiokafka-0.7.0 /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Successfully installed aiokafka-0.6.0 Collecting pyone Downloading pyone-6.0.1.tar.gz (174 kB) [?25l  |# | 10 kB 11.7 MB/s eta 0:00:01  |### | 20 kB 4.8 MB/s eta 0:00:01  |##### | 30 kB 1.6 MB/s eta 0:00:01  |####### | 40 kB 2.1 MB/s eta 0:00:01  |######### | 51 kB 2.4 MB/s eta 0:00:01  |########### | 61 kB 2.6 MB/s eta 0:00:01  |############# | 71 kB 2.7 MB/s eta 0:00:01  |############### | 81 kB 2.8 MB/s eta 0:00:01  |################ | 92 kB 2.2 MB/s eta 0:00:01  |################## | 102 kB 2.4 MB/s eta 0:00:01  |#################### | 112 kB 2.4 MB/s eta 0:00:01  |###################### | 122 kB 2.4 MB/s eta 0:00:01  |######################## | 133 kB 2.4 MB/s eta 0:00:01  |########################## | 143 kB 2.4 MB/s eta 0:00:01  |############################ | 153 kB 2.4 MB/s eta 0:00:01  |############################## | 163 kB 2.4 MB/s eta 0:00:01  |############################### | 174 kB 2.4 MB/s eta 0:00:01Requirement already satisfied: requests==2.25.* in /usr/local/lib/python3.8/dist-packages (2.25.1) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests==2.25.*) (2019.11.28) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests==2.25.*) (2.8) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests==2.25.*) (3.0.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests==2.25.*) (1.25.8)  |################################| 174 kB 2.4 MB/s Checking out files: 80% (3118/3853) Checking out files: 81% (3121/3853) Checking out files: 82% (3160/3853) Checking out files: 83% (3198/3853) Checking out files: 84% (3237/3853) Checking out files: 85% (3276/3853) Checking out files: 86% (3314/3853) Checking out files: 87% (3353/3853) Checking out files: 88% (3391/3853) Checking out files: 89% (3430/3853) Checking out files: 90% (3468/3853) Checking out files: 91% (3507/3853) Checking out files: 92% (3545/3853) Checking out files: 93% (3584/3853) Checking out files: 94% (3622/3853) Checking out files: 95% (3661/3853) Checking out files: 96% (3699/3853) Checking out files: 97% (3738/3853) Checking out files: 98% (3776/3853) Checking out files: 99% (3815/3853) Checking out files: 100% (3853/3853) Checking out files: 100% (3853/3853), done. Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm' Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator' Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator' Submodule 'charm-packages/native_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_charm_vnf/charms/simple/mod/operator' Submodule 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator' Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator' Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm' Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator' Submodule 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator' Submodule 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator' Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm' (https://github.com/charmed-osm/charms.osm.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm' Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator' Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator' Submodule 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator' Submodule 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator' Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers' (https://github.com/juju/charm-helpers.git) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers' Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm' Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator' Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm' Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator' Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm'... [?25hCollecting aenum Downloading aenum-3.0.0-py3-none-any.whl (47 kB) [?25l  |###### | 10 kB 12.3 MB/s eta 0:00:01  |############# | 20 kB 15.0 MB/s eta 0:00:01  |#################### | 30 kB 16.5 MB/s eta 0:00:01  |########################### | 40 kB 17.9 MB/s eta 0:00:01  |################################| 47 kB 2.9 MB/s [?25hCollecting dicttoxml Downloading dicttoxml-1.7.4.tar.gz (18 kB) Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator'... Requirement already satisfied: lxml in /usr/local/lib/python3.6/dist-packages (from pyone) (4.6.3) Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (from pyone) (2.25.1) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from pyone) (1.11.0) Collecting tblib Downloading tblib-1.7.0-py2.py3-none-any.whl (12 kB) Collecting python-keystoneclient==4.2.0 Collecting xmltodict Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests->pyone) (1.26.4) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests->pyone) (2020.12.5) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests->pyone) (4.0.0) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests->pyone) (2.6) Building wheels for collected packages: pyone, dicttoxml Downloading python_keystoneclient-4.2.0-py3-none-any.whl (397 kB) [?25l  |▉ | 10 kB 14.1 MB/s eta 0:00:01  |█▋ | 20 kB 8.9 MB/s eta 0:00:01  |██▌ | 30 kB 1.6 MB/s eta 0:00:01  |███▎ | 40 kB 2.1 MB/s eta 0:00:01  |████▏ | 51 kB 2.3 MB/s eta 0:00:01  |█████ | 61 kB 2.7 MB/s eta 0:00:01  |█████▊ | 71 kB 2.7 MB/s eta 0:00:01  |██████▋ | 81 kB 2.9 MB/s eta 0:00:01  |███████▍ | 92 kB 2.4 MB/s eta 0:00:01  |████████▎ | 102 kB 2.6 MB/s eta 0:00:01  |█████████ | 112 kB 2.6 MB/s eta 0:00:01  |█████████▉ | 122 kB 2.6 MB/s eta 0:00:01  |██████████▊ | 133 kB 2.6 MB/s eta 0:00:01  |███████████▌ | 143 kB 2.6 MB/s eta 0:00:01  |████████████▍ | 153 kB 2.6 MB/s eta 0:00:01  |█████████████▏ | 163 kB 2.6 MB/s eta 0:00:01  |██████████████ | 174 kB 2.6 MB/s eta 0:00:01  |██████████████▉ | 184 kB 2.6 MB/s eta 0:00:01  |███████████████▋ | 194 kB 2.6 MB/s eta 0:00:01  |████████████████▌ | 204 kB 2.6 MB/s eta 0:00:01  |█████████████████▎ | 215 kB 2.6 MB/s eta 0:00:01  |██████████████████▏ | 225 kB 2.6 MB/s eta 0:00:01  |███████████████████ | 235 kB 2.6 MB/s eta 0:00:01  |███████████████████▊ | 245 kB 2.6 MB/s eta 0:00:01  |████████████████████▋ | 256 kB 2.6 MB/s eta 0:00:01  |█████████████████████▍ | 266 kB 2.6 MB/s eta 0:00:01  |██████████████████████▎ | 276 kB 2.6 MB/s eta 0:00:01  |███████████████████████ | 286 kB 2.6 MB/s eta 0:00:01  |████████████████████████ | 296 kB 2.6 MB/s eta 0:00:01  |████████████████████████▊ | 307 kB 2.6 MB/s eta 0:00:01  |█████████████████████████▌ | 317 kB 2.6 MB/s eta 0:00:01  |██████████████████████████▍ | 327 kB 2.6 MB/s eta 0:00:01  |███████████████████████████▏ | 337 kB 2.6 MB/s eta 0:00:01  |████████████████████████████ | 348 kB 2.6 MB/s eta 0:00:01  |████████████████████████████▉ | 358 kB 2.6 MB/s eta 0:00:01  |█████████████████████████████▋ | 368 kB 2.6 MB/s eta 0:00:01  |██████████████████████████████▌ | 378 kB 2.6 MB/s eta 0:00:01  |███████████████████████████████▎| 389 kB 2.6 MB/s eta 0:00:01  |████████████████████████████████| 397 kB 2.6 MB/s Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'... [?25hRequirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (2.25.1) Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (4.1.0) Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (4.8.0) Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (2.2.0) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (5.6.0) Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (3.3.0) Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (4.3.1) Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (8.6.0) Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (1.15.0) Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient==4.2.0) (5.0.1) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->python-keystoneclient==4.2.0) (2019.11.28) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.14.2->python-keystoneclient==4.2.0) (2.8) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests>=2.14.2->python-keystoneclient==4.2.0) (1.25.8) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests>=2.14.2->python-keystoneclient==4.2.0) (3.0.4) Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient==4.2.0) (1.0.2) Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient==4.2.0) (2021.1) Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-keystoneclient==4.2.0) (2.4.7) Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-keystoneclient==4.2.0) (20.9) Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-keystoneclient==4.2.0) (0.10.9) Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-keystoneclient==4.2.0) (0.8.0) Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-keystoneclient==4.2.0) (0.1.14) Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->python-keystoneclient==4.2.0) (1.12.1) Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->python-keystoneclient==4.2.0) (1.7.0) Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient==4.2.0) (1.5.0) Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient==4.2.0) (5.4.1) Building wheel for pyone (setup.py) ... [?25l- \Installing collected packages: python-keystoneclient Attempting uninstall: python-keystoneclient Found existing installation: python-keystoneclient 3.15.1  |Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'...  done [?25h Created wheel for pyone: filename=pyone-6.0.1-py3-none-any.whl size=181464 sha256=fa7530e84142f746d599253a4ad8cb6f6faa395dabf2d7ccc43e863dfa12ef47 Stored in directory: /root/.cache/pip/wheels/a2/0f/15/8ef9bdbb536cf0d02b2b72c3d590ffeac1b364974ba9ffc26a Building wheel for dicttoxml (setup.py) ... [?25l- \ Uninstalling python-keystoneclient-3.15.1:  done [?25h Created wheel for dicttoxml: filename=dicttoxml-1.7.4-py3-none-any.whl size=19956 sha256=ebdbfb992c49f9946aeafe7f0cdf4dc548f636e71da2f6059614bc0c791fc8f0 Stored in directory: /root/.cache/pip/wheels/bf/0d/49/4705555a301b49014622455b2eb65dd2a1d3835153e4d78eb8 Successfully built pyone dicttoxml Cloning into '/robot-systest/osm-packages/charm-packages/native_charm_vnf/charms/simple/mod/operator'...  Successfully uninstalled python-keystoneclient-3.15.1 Cloning into '/robot-systest/osm-packages/charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'... Installing collected packages: xmltodict, tblib, dicttoxml, aenum, pyone Successfully installed python-keystoneclient-4.2.0 Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'... Successfully installed aenum-3.0.0 dicttoxml-1.7.4 pyone-6.0.1 tblib-1.7.0 xmltodict-0.12.0 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-oslo.utils (3.35.0-0ubuntu1) ... Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator'... Setting up python3-osm-ro (9.1.1+g4c6d586.dirty-1) ... POST INSTALL OSM-RO Requirement already satisfied: six==1.15.0 in /usr/local/lib/python3.8/dist-packages (1.15.0) /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm'... Requirement already satisfied: cryptography>=2.5 in /usr/local/lib/python3.6/dist-packages (3.4.7) Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator'... Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.6/dist-packages (from cryptography>=2.5) (1.14.5) Requirement already satisfied: pycparser in /usr/local/lib/python3.6/dist-packages (from cffi>=1.12->cryptography>=2.5) (2.20) > node-sass@4.14.1 install /usr/share/osm-ngui/node_modules/node-sass > node scripts/install.js Cloning into '/robot-systest/osm-packages/charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator'... Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/linux-x64-64_binding.node Cloning into '/robot-systest/osm-packages/charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator'... WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-osm-rosdn-dpb (9.1.1+g4c6d586.dirty-1) ... Setting up python3-osm-rosdn-arista-cloudvision (9.1.1+g4c6d586.dirty-1) ... POST INSTALL OSM-ROSDN-ARISTA Download complete Binary saved to /usr/share/osm-ngui/node_modules/node-sass/vendor/linux-x64-64/binding.node Caching binary to /root/.npm/node-sass/4.14.1/linux-x64-64_binding.node > core-js@3.6.5 postinstall /usr/share/osm-ngui/node_modules/@angular-devkit/build-angular/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:  > https://opencollective.com/core-js  > https://www.patreon.com/zloirock  Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) Requirement already satisfied: prometheus_client==0.4.* in /usr/local/lib/python3.8/dist-packages (0.4.2) > @angular/cli@11.0.7 postinstall /usr/share/osm-ngui/node_modules/@angular/cli > node ./bin/postinstall/script.js Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm'... /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator'... Collecting cvprac > @fortawesome/fontawesome-free@5.15.3 postinstall /usr/share/osm-ngui/node_modules/@fortawesome/fontawesome-free > node attribution.js Downloading cvprac-1.0.5.tar.gz (3.9 MB) [?25l  | | 10 kB 10.5 MB/s eta 0:00:01  | | 20 kB 11.4 MB/s eta 0:00:01  | | 30 kB 1.7 MB/s eta 0:00:03  | | 40 kB 2.2 MB/s eta 0:00:02  | | 51 kB 2.3 MB/s eta 0:00:02  | | 61 kB 2.5 MB/s eta 0:00:02  | | 71 kB 2.5 MB/s eta 0:00:02  | | 81 kB 2.8 MB/s eta 0:00:02  | | 92 kB 2.3 MB/s eta 0:00:02  | | 102 kB 2.6 MB/s eta 0:00:02  | | 112 kB 2.6 MB/s eta 0:00:02  |# | 122 kB 2.6 MB/s eta 0:00:02  |# | 133 kB 2.6 MB/s eta 0:00:02  |# | 143 kB 2.6 MB/s eta 0:00:02  |# | 153 kB 2.6 MB/s eta 0:00:02  |# | 163 kB 2.6 MB/s eta 0:00:02  |# | 174 kB 2.6 MB/s eta 0:00:02  |# | 184 kB 2.6 MB/s eta 0:00:02  |# | 194 kB 2.6 MB/s eta 0:00:02  |# | 204 kB 2.6 MB/s eta 0:00:02Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)  |# | 215 kB 2.6 MB/s eta 0:00:02  |# | 225 kB 2.6 MB/s eta 0:00:02  |# | 235 kB 2.6 MB/s eta 0:00:02  |## | 245 kB 2.6 MB/s eta 0:00:02  |## | 256 kB 2.6 MB/s eta 0:00:02  |## | 266 kB 2.6 MB/s eta 0:00:02  |## | 276 kB 2.6 MB/s eta 0:00:02  |## | 286 kB 2.6 MB/s eta 0:00:02  |## | 296 kB 2.6 MB/s eta 0:00:02  |## | 307 kB 2.6 MB/s eta 0:00:02  |## | 317 kB 2.6 MB/s eta 0:00:02  |## | 327 kB 2.6 MB/s eta 0:00:02  |## | 337 kB 2.6 MB/s eta 0:00:02  |## | 348 kB 2.6 MB/s eta 0:00:02  |## | 358 kB 2.6 MB/s eta 0:00:02  |### | 368 kB 2.6 MB/s eta 0:00:02  |### | 378 kB 2.6 MB/s eta 0:00:02  |### | 389 kB 2.6 MB/s eta 0:00:02  |### | 399 kB 2.6 MB/s eta 0:00:02  |### | 409 kB 2.6 MB/s eta 0:00:02  |### | 419 kB 2.6 MB/s eta 0:00:02  |### | 430 kB 2.6 MB/s eta 0:00:02  |### | 440 kB 2.6 MB/s eta 0:00:02  |### | 450 kB 2.6 MB/s eta 0:00:02  |### | 460 kB 2.6 MB/s eta 0:00:02  |### | 471 kB 2.6 MB/s eta 0:00:02  |### | 481 kB 2.6 MB/s eta 0:00:02  |#### | 491 kB 2.6 MB/s eta 0:00:02  |#### | 501 kB 2.6 MB/s eta 0:00:02  |#### | 512 kB 2.6 MB/s eta 0:00:02  |#### | 522 kB 2.6 MB/s eta 0:00:02  |#### | 532 kB 2.6 MB/s eta 0:00:02  |#### | 542 kB 2.6 MB/s eta 0:00:02  |#### | 552 kB 2.6 MB/s eta 0:00:02  |#### | 563 kB 2.6 MB/s eta 0:00:02  |#### | 573 kB 2.6 MB/s eta 0:00:02  |#### | 583 kB 2.6 MB/s eta 0:00:02  |#### | 593 kB 2.6 MB/s eta 0:00:02  |#### | 604 kB 2.6 MB/s eta 0:00:02  |##### | 614 kB 2.6 MB/s eta 0:00:02  |##### | 624 kB 2.6 MB/s eta 0:00:02  |##### | 634 kB 2.6 MB/s eta 0:00:02  |##### | 645 kB 2.6 MB/s eta 0:00:02  |##### | 655 kB 2.6 MB/s eta 0:00:02  |##### | 665 kB 2.6 MB/s eta 0:00:02  |##### | 675 kB 2.6 MB/s eta 0:00:02  |##### | 686 kB 2.6 MB/s eta 0:00:02  |##### | 696 kB 2.6 MB/s eta 0:00:02  |##### | 706 kB 2.6 MB/s eta 0:00:02  |##### | 716 kB 2.6 MB/s eta 0:00:02  |##### | 727 kB 2.6 MB/s eta 0:00:02  |###### | 737 kB 2.6 MB/s eta 0:00:02  |###### | 747 kB 2.6 MB/s eta 0:00:02  |###### | 757 kB 2.6 MB/s eta 0:00:02  |###### | 768 kB 2.6 MB/s eta 0:00:02  |###### | 778 kB 2.6 MB/s eta 0:00:02  |###### | 788 kB 2.6 MB/s eta 0:00:02  |###### | 798 kB 2.6 MB/s eta 0:00:02  |###### | 808 kB 2.6 MB/s eta 0:00:02  |###### | 819 kB 2.6 MB/s eta 0:00:02 > core-js@2.6.12 postinstall /usr/share/osm-ngui/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}"  |###### | 829 kB 2.6 MB/s eta 0:00:02  |###### | 839 kB 2.6 MB/s eta 0:00:02  |###### | 849 kB 2.6 MB/s eta 0:00:02  |####### | 860 kB 2.6 MB/s eta 0:00:02  |####### | 870 kB 2.6 MB/s eta 0:00:02  |####### | 880 kB 2.6 MB/s eta 0:00:02  |####### | 890 kB 2.6 MB/s eta 0:00:02  |####### | 901 kB 2.6 MB/s eta 0:00:02  |####### | 911 kB 2.6 MB/s eta 0:00:02  |####### | 921 kB 2.6 MB/s eta 0:00:02  |####### | 931 kB 2.6 MB/s eta 0:00:02  |####### | 942 kB 2.6 MB/s eta 0:00:02  |####### | 952 kB 2.6 MB/s eta 0:00:02  |####### | 962 kB 2.6 MB/s eta 0:00:02  |####### | 972 kB 2.6 MB/s eta 0:00:02  |######## | 983 kB 2.6 MB/s eta 0:00:02  |######## | 993 kB 2.6 MB/s eta 0:00:02  |######## | 1.0 MB 2.6 MB/s eta 0:00:02  |######## | 1.0 MB 2.6 MB/s eta 0:00:02  |######## | 1.0 MB 2.6 MB/s eta 0:00:02  |######## | 1.0 MB 2.6 MB/s eta 0:00:02  |######## | 1.0 MB 2.6 MB/s eta 0:00:02  |######## | 1.1 MB 2.6 MB/s eta 0:00:02  |######## | 1.1 MB 2.6 MB/s eta 0:00:02  |######## | 1.1 MB 2.6 MB/s eta 0:00:02  |######## | 1.1 MB 2.6 MB/s eta 0:00:02  |######## | 1.1 MB 2.6 MB/s eta 0:00:02  |######### | 1.1 MB 2.6 MB/s eta 0:00:02  |######### | 1.1 MB 2.6 MB/s eta 0:00:02  |######### | 1.1 MB 2.6 MB/s eta 0:00:02  |######### | 1.1 MB 2.6 MB/s eta 0:00:02  |######### | 1.1 MB 2.6 MB/s eta 0:00:02  |######### | 1.2 MB 2.6 MB/s eta 0:00:02  |######### | 1.2 MB 2.6 MB/s eta 0:00:02  |######### | 1.2 MB 2.6 MB/s eta 0:00:02  |######### | 1.2 MB 2.6 MB/s eta 0:00:02  |######### | 1.2 MB 2.6 MB/s eta 0:00:02  |######### | 1.2 MB 2.6 MB/s eta 0:00:02  |######### | 1.2 MB 2.6 MB/s eta 0:00:02  |########## | 1.2 MB 2.6 MB/s eta 0:00:02  |########## | 1.2 MB 2.6 MB/s eta 0:00:02  |########## | 1.2 MB 2.6 MB/s eta 0:00:02  |########## | 1.3 MB 2.6 MB/s eta 0:00:02  |########## | 1.3 MB 2.6 MB/s eta 0:00:02  |########## | 1.3 MB 2.6 MB/s eta 0:00:02  |########## | 1.3 MB 2.6 MB/s eta 0:00:02  |########## | 1.3 MB 2.6 MB/s eta 0:00:02  |########## | 1.3 MB 2.6 MB/s eta 0:00:02  |########## | 1.3 MB 2.6 MB/s eta 0:00:02  |########## | 1.3 MB 2.6 MB/s eta 0:00:02  |########## | 1.3 MB 2.6 MB/s eta 0:00:02  |########### | 1.4 MB 2.6 MB/s eta 0:00:02  |########### | 1.4 MB 2.6 MB/s eta 0:00:01  |########### | 1.4 MB 2.6 MB/s eta 0:00:01  |########### | 1.4 MB 2.6 MB/s eta 0:00:01  |########### | 1.4 MB 2.6 MB/s eta 0:00:01  |########### | 1.4 MB 2.6 MB/s eta 0:00:01  |########### | 1.4 MB 2.6 MB/s eta 0:00:01  |########### | 1.4 MB 2.6 MB/s eta 0:00:01  |########### | 1.4 MB 2.6 MB/s eta 0:00:01  |########### | 1.4 MB 2.6 MB/s eta 0:00:01  |########### | 1.5 MB 2.6 MB/s eta 0:00:01  |########### | 1.5 MB 2.6 MB/s eta 0:00:01  |############ | 1.5 MB 2.6 MB/s eta 0:00:01  |############ | 1.5 MB 2.6 MB/s eta 0:00:01  |############ | 1.5 MB 2.6 MB/s eta 0:00:01  |############ | 1.5 MB 2.6 MB/s eta 0:00:01  |############ | 1.5 MB 2.6 MB/s eta 0:00:01  |############ | 1.5 MB 2.6 MB/s eta 0:00:01  |############ | 1.5 MB 2.6 MB/s eta 0:00:01  |############ | 1.5 MB 2.6 MB/s eta 0:00:01  |############ | 1.6 MB 2.6 MB/s eta 0:00:01  |############ | 1.6 MB 2.6 MB/s eta 0:00:01  |############ | 1.6 MB 2.6 MB/s eta 0:00:01  |############ | 1.6 MB 2.6 MB/s eta 0:00:01  |############# | 1.6 MB 2.6 MB/s eta 0:00:01  |############# | 1.6 MB 2.6 MB/s eta 0:00:01  |############# | 1.6 MB 2.6 MB/s eta 0:00:01  |############# | 1.6 MB 2.6 MB/s eta 0:00:01  |############# | 1.6 MB 2.6 MB/s eta 0:00:01  |############# | 1.6 MB 2.6 MB/s eta 0:00:01  |############# | 1.7 MB 2.6 MB/s eta 0:00:01  |############# | 1.7 MB 2.6 MB/s eta 0:00:01  |############# | 1.7 MB 2.6 MB/s eta 0:00:01  |############# | 1.7 MB 2.6 MB/s eta 0:00:01  |############# | 1.7 MB 2.6 MB/s eta 0:00:01  |############# | 1.7 MB 2.6 MB/s eta 0:00:01  |############## | 1.7 MB 2.6 MB/s eta 0:00:01  |############## | 1.7 MB 2.6 MB/s eta 0:00:01  |############## | 1.7 MB 2.6 MB/s eta 0:00:01  |############## | 1.8 MB 2.6 MB/s eta 0:00:01  |############## | 1.8 MB 2.6 MB/s eta 0:00:01  |############## | 1.8 MB 2.6 MB/s eta 0:00:01  |############## | 1.8 MB 2.6 MB/s eta 0:00:01  |############## | 1.8 MB 2.6 MB/s eta 0:00:01  |############## | 1.8 MB 2.6 MB/s eta 0:00:01  |############## | 1.8 MB 2.6 MB/s eta 0:00:01  |############## | 1.8 MB 2.6 MB/s eta 0:00:01  |############## | 1.8 MB 2.6 MB/s eta 0:00:01  |############### | 1.8 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 1.9 MB 2.6 MB/s eta 0:00:01  |############### | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.0 MB 2.6 MB/s eta 0:00:01  |################ | 2.1 MB 2.6 MB/s eta 0:00:01  |################ | 2.1 MB 2.6 MB/s eta 0:00:01  |################ | 2.1 MB 2.6 MB/s eta 0:00:01  |################# | 2.1 MB 2.6 MB/s eta 0:00:01  |################# | 2.1 MB 2.6 MB/s eta 0:00:01  |################# | 2.1 MB 2.6 MB/s eta 0:00:01  |################# | 2.1 MB 2.6 MB/s eta 0:00:01  |################# | 2.1 MB 2.6 MB/s eta 0:00:01  |################# | 2.1 MB 2.6 MB/s eta 0:00:01  |################# | 2.2 MB 2.6 MB/s eta 0:00:01  |################# | 2.2 MB 2.6 MB/s eta 0:00:01  |################# | 2.2 MB 2.6 MB/s eta 0:00:01  |################# | 2.2 MB 2.6 MB/s eta 0:00:01  |################# | 2.2 MB 2.6 MB/s eta 0:00:01  |################# | 2.2 MB 2.6 MB/s eta 0:00:01  |################## | 2.2 MB 2.6 MB/s eta 0:00:01  |################## | 2.2 MB 2.6 MB/s eta 0:00:01  |################## | 2.2 MB 2.6 MB/s eta 0:00:01  |################## | 2.2 MB 2.6 MB/s eta 0:00:01  |################## | 2.3 MB 2.6 MB/s eta 0:00:01  |################## | 2.3 MB 2.6 MB/s eta 0:00:01  |################## | 2.3 MB 2.6 MB/s eta 0:00:01  |################## | 2.3 MB 2.6 MB/s eta 0:00:01  |################## | 2.3 MB 2.6 MB/s eta 0:00:01  |################## | 2.3 MB 2.6 MB/s eta 0:00:01  |################## | 2.3 MB 2.6 MB/s eta 0:00:01  |################### | 2.3 MB 2.6 MB/s eta 0:00:01  |################### | 2.3 MB 2.6 MB/s eta 0:00:01  |################### | 2.3 MB 2.6 MB/s eta 0:00:01  |################### | 2.4 MB 2.6 MB/s eta 0:00:01  |################### | 2.4 MB 2.6 MB/s eta 0:00:01  |################### | 2.4 MB 2.6 MB/s eta 0:00:01  |################### | 2.4 MB 2.6 MB/s eta 0:00:01  |################### | 2.4 MB 2.6 MB/s eta 0:00:01  |################### | 2.4 MB 2.6 MB/s eta 0:00:01  |################### | 2.4 MB 2.6 MB/s eta 0:00:01  |################### | 2.4 MB 2.6 MB/s eta 0:00:01  |################### | 2.4 MB 2.6 MB/s eta 0:00:01  |#################### | 2.4 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.5 MB 2.6 MB/s eta 0:00:01  |#################### | 2.6 MB 2.6 MB/s eta 0:00:01  |##################### | 2.6 MB 2.6 MB/s eta 0:00:01  |##################### | 2.6 MB 2.6 MB/s eta 0:00:01  |##################### | 2.6 MB 2.6 MB/s eta 0:00:01  |##################### | 2.6 MB 2.6 MB/s eta 0:00:01  |##################### | 2.6 MB 2.6 MB/s eta 0:00:01  |##################### | 2.6 MB 2.6 MB/s eta 0:00:01  |##################### | 2.6 MB 2.6 MB/s eta 0:00:01  |##################### | 2.6 MB 2.6 MB/s eta 0:00:01  |##################### | 2.7 MB 2.6 MB/s eta 0:00:01  |##################### | 2.7 MB 2.6 MB/s eta 0:00:01  |##################### | 2.7 MB 2.6 MB/s eta 0:00:01  |##################### | 2.7 MB 2.6 MB/s eta 0:00:01  |###################### | 2.7 MB 2.6 MB/s eta 0:00:01  |###################### | 2.7 MB 2.6 MB/s eta 0:00:01  |###################### | 2.7 MB 2.6 MB/s eta 0:00:01  |###################### | 2.7 MB 2.6 MB/s eta 0:00:01  |###################### | 2.7 MB 2.6 MB/s eta 0:00:01  |###################### | 2.7 MB 2.6 MB/s eta 0:00:01  |###################### | 2.8 MB 2.6 MB/s eta 0:00:01  |###################### | 2.8 MB 2.6 MB/s eta 0:00:01  |###################### | 2.8 MB 2.6 MB/s eta 0:00:01  |###################### | 2.8 MB 2.6 MB/s eta 0:00:01  |###################### | 2.8 MB 2.6 MB/s eta 0:00:01  |###################### | 2.8 MB 2.6 MB/s eta 0:00:01  |####################### | 2.8 MB 2.6 MB/s eta 0:00:01  |####################### | 2.8 MB 2.6 MB/s eta 0:00:01  |####################### | 2.8 MB 2.6 MB/s eta 0:00:01  |####################### | 2.8 MB 2.6 MB/s eta 0:00:01  |####################### | 2.9 MB 2.6 MB/s eta 0:00:01  |####################### | 2.9 MB 2.6 MB/s eta 0:00:01  |####################### | 2.9 MB 2.6 MB/s eta 0:00:01  |####################### | 2.9 MB 2.6 MB/s eta 0:00:01  |####################### | 2.9 MB 2.6 MB/s eta 0:00:01  |####################### | 2.9 MB 2.6 MB/s eta 0:00:01  |####################### | 2.9 MB 2.6 MB/s eta 0:00:01  |####################### | 2.9 MB 2.6 MB/s eta 0:00:01  |######################## | 2.9 MB 2.6 MB/s eta 0:00:01  |######################## | 2.9 MB 2.6 MB/s eta 0:00:01  |######################## | 3.0 MB 2.6 MB/s eta 0:00:01  |######################## | 3.0 MB 2.6 MB/s eta 0:00:01  |######################## | 3.0 MB 2.6 MB/s eta 0:00:01  |######################## | 3.0 MB 2.6 MB/s eta 0:00:01  |######################## | 3.0 MB 2.6 MB/s eta 0:00:01  |######################## | 3.0 MB 2.6 MB/s eta 0:00:01  |######################## | 3.0 MB 2.6 MB/s eta 0:00:01  |######################## | 3.0 MB 2.6 MB/s eta 0:00:01  |######################## | 3.0 MB 2.6 MB/s eta 0:00:01  |######################## | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.1 MB 2.6 MB/s eta 0:00:01  |######################### | 3.2 MB 2.6 MB/s eta 0:00:01  |######################### | 3.2 MB 2.6 MB/s eta 0:00:01  |######################### | 3.2 MB 2.6 MB/s eta 0:00:01  |########################## | 3.2 MB 2.6 MB/s eta 0:00:01  |########################## | 3.2 MB 2.6 MB/s eta 0:00:01  |########################## | 3.2 MB 2.6 MB/s eta 0:00:01  |########################## | 3.2 MB 2.6 MB/s eta 0:00:01  |########################## | 3.2 MB 2.6 MB/s eta 0:00:01  |########################## | 3.2 MB 2.6 MB/s eta 0:00:01  |########################## | 3.2 MB 2.6 MB/s eta 0:00:01  |########################## | 3.3 MB 2.6 MB/s eta 0:00:01  |########################## | 3.3 MB 2.6 MB/s eta 0:00:01  |########################## | 3.3 MB 2.6 MB/s eta 0:00:01  |########################## | 3.3 MB 2.6 MB/s eta 0:00:01  |########################## | 3.3 MB 2.6 MB/s eta 0:00:01  |########################### | 3.3 MB 2.6 MB/s eta 0:00:01  |########################### | 3.3 MB 2.6 MB/s eta 0:00:01  |########################### | 3.3 MB 2.6 MB/s eta 0:00:01  |########################### | 3.3 MB 2.6 MB/s eta 0:00:01  |########################### | 3.3 MB 2.6 MB/s eta 0:00:01  |########################### | 3.4 MB 2.6 MB/s eta 0:00:01  |########################### | 3.4 MB 2.6 MB/s eta 0:00:01  |########################### | 3.4 MB 2.6 MB/s eta 0:00:01  |########################### | 3.4 MB 2.6 MB/s eta 0:00:01  |########################### | 3.4 MB 2.6 MB/s eta 0:00:01  |########################### | 3.4 MB 2.6 MB/s eta 0:00:01  |########################### | 3.4 MB 2.6 MB/s eta 0:00:01  |############################ | 3.4 MB 2.6 MB/s eta 0:00:01  |############################ | 3.4 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################ | 3.5 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.6 MB 2.6 MB/s eta 0:00:01  |############################# | 3.7 MB 2.6 MB/s eta 0:00:01  |############################# | 3.7 MB 2.6 MB/s eta 0:00:01  |############################## | 3.7 MB 2.6 MB/s eta 0:00:01  |############################## | 3.7 MB 2.6 MB/s eta 0:00:01  |############################## | 3.7 MB 2.6 MB/s eta 0:00:01  |############################## | 3.7 MB 2.6 MB/s eta 0:00:01  |############################## | 3.7 MB 2.6 MB/s eta 0:00:01  |############################## | 3.7 MB 2.6 MB/s eta 0:00:01  |############################## | 3.7 MB 2.6 MB/s eta 0:00:01  |############################## | 3.7 MB 2.6 MB/s eta 0:00:01  |############################## | 3.8 MB 2.6 MB/s eta 0:00:01  |############################## | 3.8 MB 2.6 MB/s eta 0:00:01  |############################## | 3.8 MB 2.6 MB/s eta 0:00:01  |############################## | 3.8 MB 2.6 MB/s eta 0:00:01  |############################### | 3.8 MB 2.6 MB/s eta 0:00:01  |############################### | 3.8 MB 2.6 MB/s eta 0:00:01  |############################### | 3.8 MB 2.6 MB/s eta 0:00:01  |############################### | 3.8 MB 2.6 MB/s eta 0:00:01  |############################### | 3.8 MB 2.6 MB/s eta 0:00:01  |############################### | 3.9 MB 2.6 MB/s eta 0:00:01  |############################### | 3.9 MB 2.6 MB/s eta 0:00:01  |############################### | 3.9 MB 2.6 MB/s eta 0:00:01  |############################### | 3.9 MB 2.6 MB/s eta 0:00:01  |############################### | 3.9 MB 2.6 MB/s eta 0:00:01  |############################### | 3.9 MB 2.6 MB/s eta 0:00:01  |############################### | 3.9 MB 2.6 MB/s eta 0:00:01  |################################| 3.9 MB 2.6 MB/s Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:  > https://opencollective.com/core-js  > https://www.patreon.com/zloirock  Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > node-sass@4.14.1 postinstall /usr/share/osm-ngui/node_modules/node-sass > node scripts/build.js Binary found at /usr/share/osm-ngui/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine Requirement already satisfied: gnocchiclient==7.0.* in /usr/local/lib/python3.8/dist-packages (7.0.7) Requirement already satisfied: python-dateutil in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (2.8.1) Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (1.15.0) Requirement already satisfied: pbr>=1.4 in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (5.6.0) Requirement already satisfied: futurist in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (2.3.0) Requirement already satisfied: cliff>=2.10 in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (3.7.0) Requirement already satisfied: debtcollector in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (2.2.0) Requirement already satisfied: ujson in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (4.0.2) Requirement already satisfied: keystoneauth1>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (4.3.1) Requirement already satisfied: iso8601 in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (0.1.14) Requirement already satisfied: monotonic in /usr/local/lib/python3.8/dist-packages (from gnocchiclient==7.0.*) (1.6) Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.10->gnocchiclient==7.0.*) (1.5.0) Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.10->gnocchiclient==7.0.*) (2.4.7) Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.10->gnocchiclient==7.0.*) (0.7.2) Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.10->gnocchiclient==7.0.*) (5.4.1) Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.10->gnocchiclient==7.0.*) (3.3.0) Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector->gnocchiclient==7.0.*) (1.12.1) Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=2.0.0->gnocchiclient==7.0.*) (2.25.1) Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=2.0.0->gnocchiclient==7.0.*) (1.7.0) Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.10->gnocchiclient==7.0.*) (0.2.5) Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.10->gnocchiclient==7.0.*) (0.4.4) Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.10->gnocchiclient==7.0.*) (1.8.2) Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.10->gnocchiclient==7.0.*) (21.2.0) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=2.0.0->gnocchiclient==7.0.*) (2019.11.28) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=2.0.0->gnocchiclient==7.0.*) (2.8) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=2.0.0->gnocchiclient==7.0.*) (3.0.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=2.0.0->gnocchiclient==7.0.*) (1.25.8) [?25hRequirement already satisfied: requests>=1.0.0 in /usr/local/lib/python3.6/dist-packages (from cvprac) (2.25.1) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests>=1.0.0->cvprac) (2020.12.5) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests>=1.0.0->cvprac) (4.0.0) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=1.0.0->cvprac) (2.6) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests>=1.0.0->cvprac) (1.26.4) Building wheels for collected packages: cvprac Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator'...  Building wheel for cvprac (setup.py) ... [?25l- \ done [?25h Created wheel for cvprac: filename=cvprac-1.0.5-py3-none-any.whl size=42428 sha256=17aacbbd7166b2990b8b901c2b1d392bfbd5140b1e4cf7a43b97eb61edafed67 Stored in directory: /root/.cache/pip/wheels/8b/80/40/8a148f3c16167342efbabe69800df0d7988a84c37428ce7efc Successfully built cvprac Cloning into '/robot-systest/osm-packages/charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator'... npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/rollup/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) Requirement already satisfied: pyvcloud==23.0.* in /usr/local/lib/python3.8/dist-packages (23.0.1) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/watchpack-chokidar2/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/webpack-dev-server/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN @angular/flex-layout@9.0.0-beta.31 requires a peer of @angular/cdk@^9.0.0-rc.8 but none is installed. You must install peer dependencies yourself. npm WARN @angular/flex-layout@9.0.0-beta.31 requires a peer of tslib@^1.9.0 but none is installed. You must install peer dependencies yourself. Requirement already satisfied: unittest-xml-reporting>=2.2.1 in /usr/local/lib/python3.8/dist-packages (from pyvcloud==23.0.*) (3.0.4) npm WARN @angular/localize@11.2.13 requires a peer of @angular/compiler@11.2.13 but none is installed. You must install peer dependencies yourself. Requirement already satisfied: python-dateutil>=2.8.1 in /usr/local/lib/python3.8/dist-packages (from pyvcloud==23.0.*) (2.8.1) npm WARN @angular/localize@11.2.13 requires a peer of @angular/compiler-cli@11.2.13 but none is installed. You must install peer dependencies yourself. Requirement already satisfied: lxml>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from pyvcloud==23.0.*) (4.6.2) npm WARN @ng-bootstrap/ng-bootstrap@5.3.1 requires a peer of @angular/common@^8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @ng-bootstrap/ng-bootstrap@5.3.1 requires a peer of @angular/core@^8.0.0 but none is installed. You must install peer dependencies yourself. Requirement already satisfied: pygments>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from pyvcloud==23.0.*) (2.9.0) Requirement already satisfied: PyYAML>=4.2b1 in /usr/local/lib/python3.8/dist-packages (from pyvcloud==23.0.*) (5.4.1) npm WARN @ng-bootstrap/ng-bootstrap@5.3.1 requires a peer of @angular/forms@^8.0.0 but none is installed. You must install peer dependencies yourself. Requirement already satisfied: humanfriendly>=4.8 in /usr/local/lib/python3.8/dist-packages (from pyvcloud==23.0.*) (9.0) Requirement already satisfied: requests>=2.18.4 in /usr/local/lib/python3.8/dist-packages (from pyvcloud==23.0.*) (2.25.1) npm WARN @ng-idle/core@8.0.0-beta.4 requires a peer of @angular/common@^8.0.0 but none is installed. You must install peer dependencies yourself. Requirement already satisfied: vcd-api-schemas-type>=9.1.2.dev10 in /usr/local/lib/python3.8/dist-packages (from pyvcloud==23.0.*) (9.1.2.dev10) npm WARN @ng-idle/core@8.0.0-beta.4 requires a peer of @angular/core@^8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @ng-idle/keepalive@8.0.0-beta.4 requires a peer of @angular/common@^8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @ng-idle/keepalive@8.0.0-beta.4 requires a peer of @angular/core@^8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @ng-select/ng-select@3.7.3 requires a peer of @angular/common@>=8.0.0 <9.0.0 but none is installed. You must install peer dependencies yourself. Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.8/dist-packages (from python-dateutil>=2.8.1->pyvcloud==23.0.*) (1.15.0) npm WARN @ng-select/ng-select@3.7.3 requires a peer of @angular/core@>=8.0.0 <9.0.0 but none is installed. You must install peer dependencies yourself. Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.4->pyvcloud==23.0.*) (2019.11.28) Cloning into '/robot-systest/osm-packages/charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator'... Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests>=2.18.4->pyvcloud==23.0.*) (3.0.4) npm WARN @ng-select/ng-select@3.7.3 requires a peer of @angular/forms@>=8.0.0 <9.0.0 but none is installed. You must install peer dependencies yourself. Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.18.4->pyvcloud==23.0.*) (2.8) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests>=2.18.4->pyvcloud==23.0.*) (1.25.8) npm WARN @ngx-translate/core@12.1.2 requires a peer of tslib@^1.10.0 but none is installed. You must install peer dependencies yourself. npm WARN angular-notifier@6.0.2 requires a peer of @angular/common@>= 8.0.0 < 9.0.0 but none is installed. You must install peer dependencies yourself. npm WARN angular-notifier@6.0.2 requires a peer of @angular/core@>= 8.0.0 < 9.0.0 but none is installed. You must install peer dependencies yourself. npm WARN bootstrap@4.6.0 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself. npm WARN bootstrap@4.6.0 requires a peer of popper.js@^1.16.1 but none is installed. You must install peer dependencies yourself. npm WARN ng2-charts@3.0.0-beta.9 requires a peer of chart.js@^3.2.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/common@^9.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/core@^9.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/forms@^9.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-smart-table@1.6.0 requires a peer of tslib@^1.9.0 but none is installed. You must install peer dependencies yourself. npm WARN karma-jasmine-html-reporter@1.6.0 requires a peer of jasmine-core@>=3.7.1 but none is installed. You must install peer dependencies yourself. npm WARN tslint-microsoft-contrib@6.2.0 requires a peer of tslint@^5.1.0 but none is installed. You must install peer dependencies yourself. npm WARN tslint-microsoft-contrib@6.2.0 requires a peer of typescript@^2.1.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.  added 1731 packages from 2225 contributors and audited 1737 packages in 124.647s Installing collected packages: cvprac ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. osm-rosdn-arista-cloudvision 9.1.1+g4c6d586.dirty requires uuid, which is not installed. Successfully installed cvprac-1.0.5 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-osm-rosdn-juniper-contrail (9.1.1+g4c6d586.dirty-1) ... Setting up python3-osm-ng-ro (9.1.1+g4c6d586.dirty-1) ... POST INSTALL OSM-RO-NG Installing python dependencies via pip... Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers'...  98 packages are looking for funding run `npm fund` for details found 45 vulnerabilities (44 moderate, 1 high) run `npm audit fix` to fix them, or `npm audit` for details /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Requirement already satisfied: python-ceilometerclient==2.9.* in /usr/local/lib/python3.8/dist-packages (2.9.0) Requirement already satisfied: keystoneauth1>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (4.3.1) Requirement already satisfied: stevedore>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (3.3.0) Requirement already satisfied: PrettyTable<0.8,>=0.7 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (0.7.2) Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (1.15.0) Requirement already satisfied: oslo.i18n>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (5.0.1) Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (4.1.0) Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (0.1.14) Requirement already satisfied: requests!=2.9.0,>=2.8.1 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (2.25.1) Requirement already satisfied: oslo.utils>=3.17.0 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (4.8.0) Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.8/dist-packages (from python-ceilometerclient==2.9.*) (5.6.0) Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=2.1.0->python-ceilometerclient==2.9.*) (1.7.0) Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->python-ceilometerclient==2.9.*) (2021.1) Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->python-ceilometerclient==2.9.*) (1.0.2) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.9.0,>=2.8.1->python-ceilometerclient==2.9.*) (2019.11.28) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests!=2.9.0,>=2.8.1->python-ceilometerclient==2.9.*) (1.25.8) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests!=2.9.0,>=2.8.1->python-ceilometerclient==2.9.*) (2.8) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests!=2.9.0,>=2.8.1->python-ceilometerclient==2.9.*) (3.0.4) Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.17.0->python-ceilometerclient==2.9.*) (2.2.0) Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.17.0->python-ceilometerclient==2.9.*) (0.8.0) Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.17.0->python-ceilometerclient==2.9.*) (20.9) Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.17.0->python-ceilometerclient==2.9.*) (0.10.9) Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.17.0->python-ceilometerclient==2.9.*) (2.4.7) Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.17.0->python-ceilometerclient==2.9.*) (1.12.1) Collecting cherrypy==18.1.2 Downloading CherryPy-18.1.2-py2.py3-none-any.whl (418 kB) [?25l  | | 10 kB 10.6 MB/s eta 0:00:01  |# | 20 kB 5.2 MB/s eta 0:00:01  |## | 30 kB 1.4 MB/s eta 0:00:01  |### | 40 kB 1.8 MB/s eta 0:00:01  |### | 51 kB 2.2 MB/s eta 0:00:01  |#### | 61 kB 2.5 MB/s eta 0:00:01  |##### | 71 kB 2.8 MB/s eta 0:00:01  |###### | 81 kB 2.7 MB/s eta 0:00:01  |####### | 92 kB 2.1 MB/s eta 0:00:01  |####### | 102 kB 2.2 MB/s eta 0:00:01  |######## | 112 kB 2.2 MB/s eta 0:00:01  |######### | 122 kB 2.2 MB/s eta 0:00:01  |########## | 133 kB 2.2 MB/s eta 0:00:01  |########## | 143 kB 2.2 MB/s eta 0:00:01  |########### | 153 kB 2.2 MB/s eta 0:00:01  |############ | 163 kB 2.2 MB/s eta 0:00:01  |############# | 174 kB 2.2 MB/s eta 0:00:01  |############## | 184 kB 2.2 MB/s eta 0:00:01  |############## | 194 kB 2.2 MB/s eta 0:00:01  |############### | 204 kB 2.2 MB/s eta 0:00:01  |################ | 215 kB 2.2 MB/s eta 0:00:01  |################# | 225 kB 2.2 MB/s eta 0:00:01  |################## | 235 kB 2.2 MB/s eta 0:00:01  |################## | 245 kB 2.2 MB/s eta 0:00:01  |################### | 256 kB 2.2 MB/s eta 0:00:01  |#################### | 266 kB 2.2 MB/s eta 0:00:01  |##################### | 276 kB 2.2 MB/s eta 0:00:01  |##################### | 286 kB 2.2 MB/s eta 0:00:01  |###################### | 296 kB 2.2 MB/s eta 0:00:01  |####################### | 307 kB 2.2 MB/s eta 0:00:01  |######################## | 317 kB 2.2 MB/s eta 0:00:01  |######################### | 327 kB 2.2 MB/s eta 0:00:01  |######################### | 337 kB 2.2 MB/s eta 0:00:01  |########################## | 348 kB 2.2 MB/s eta 0:00:01  |########################### | 358 kB 2.2 MB/s eta 0:00:01  |############################ | 368 kB 2.2 MB/s eta 0:00:01  |############################# | 378 kB 2.2 MB/s eta 0:00:01  |############################# | 389 kB 2.2 MB/s eta 0:00:01  |############################## | 399 kB 2.2 MB/s eta 0:00:01  |############################### | 409 kB 2.2 MB/s eta 0:00:01  |################################| 418 kB 2.2 MB/s [?25hRequirement already satisfied: cryptography>=2.5 in /usr/local/lib/python3.6/dist-packages (3.4.7) Collecting cheroot>=6.2.4 Downloading cheroot-8.5.2-py2.py3-none-any.whl (97 kB) [?25l  |### | 10 kB 16.8 MB/s eta 0:00:01  |###### | 20 kB 19.9 MB/s eta 0:00:01  |########## | 30 kB 24.2 MB/s eta 0:00:01  |############# | 40 kB 24.9 MB/s eta 0:00:01  |################ | 51 kB 25.3 MB/s eta 0:00:01  |#################### | 61 kB 26.8 MB/s eta 0:00:01  |####################### | 71 kB 25.9 MB/s eta 0:00:01  |########################## | 81 kB 27.1 MB/s eta 0:00:01  |############################## | 92 kB 27.1 MB/s eta 0:00:01  |################################| 97 kB 7.7 MB/s Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm'... [?25hCollecting more-itertools Downloading more_itertools-8.7.0-py3-none-any.whl (48 kB) [?25l  |###### | 10 kB 20.9 MB/s eta 0:00:01  |############# | 20 kB 24.5 MB/s eta 0:00:01  |#################### | 30 kB 29.5 MB/s eta 0:00:01  |########################### | 40 kB 30.4 MB/s eta 0:00:01  |################################| 48 kB 4.6 MB/s [?25hCollecting portend>=2.1.1 Downloading portend-2.7.1-py3-none-any.whl (5.3 kB) Collecting zc.lockfile Downloading zc.lockfile-2.0-py2.py3-none-any.whl (9.7 kB) Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.6/dist-packages (from cryptography>=2.5) (1.14.5) Requirement already satisfied: pycparser in /usr/local/lib/python3.6/dist-packages (from cffi>=1.12->cryptography>=2.5) (2.20) Collecting jaraco.functools Downloading jaraco.functools-3.3.0-py3-none-any.whl (6.8 kB) Requirement already satisfied: six>=1.11.0 in /usr/lib/python3/dist-packages (from cheroot>=6.2.4->cherrypy==18.1.2) (1.11.0) Requirement already satisfied: python-novaclient==12.0.* in /usr/local/lib/python3.8/dist-packages (12.0.0) Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (4.8.0) Collecting tempora>=1.8 Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (0.1.14) Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (1.15.0) Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (5.0.1) Downloading tempora-4.0.2-py3-none-any.whl (14 kB) Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (5.6.0) Requirement already satisfied: keystoneauth1>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (4.3.1) Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (3.17.2) Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (4.1.0) Requirement already satisfied: PrettyTable<0.8,>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (0.7.2) Requirement already satisfied: Babel!=2.4.0,>=2.3.4 in /usr/local/lib/python3.8/dist-packages (from python-novaclient==12.0.*) (2.9.1) Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-novaclient==12.0.*) (2021.1) Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-novaclient==12.0.*) (0.10.9) Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-novaclient==12.0.*) (20.9) Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-novaclient==12.0.*) (2.4.7) Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-novaclient==12.0.*) (0.8.0) Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-novaclient==12.0.*) (2.2.0) Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.5.0->python-novaclient==12.0.*) (1.7.0) Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.5.0->python-novaclient==12.0.*) (3.3.0) Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.5.0->python-novaclient==12.0.*) (2.25.1) Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-novaclient==12.0.*) (1.0.2) Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-novaclient==12.0.*) (1.12.1) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.5.0->python-novaclient==12.0.*) (3.0.4) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.5.0->python-novaclient==12.0.*) (2019.11.28) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.5.0->python-novaclient==12.0.*) (1.25.8) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.5.0->python-novaclient==12.0.*) (2.8) Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator'... Requirement already satisfied: pytz in /usr/local/lib/python3.6/dist-packages (from tempora>=1.8->portend>=2.1.1->cherrypy==18.1.2) (2021.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from zc.lockfile->cherrypy==18.1.2) (39.0.1) Cloning into '/robot-systest/osm-packages/magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm'... Installing collected packages: more-itertools, jaraco.functools, tempora, zc.lockfile, portend, cheroot, cherrypy Attempting uninstall: cherrypy Found existing installation: CherryPy 8.9.1 Uninstalling CherryPy-8.9.1: Cloning into '/robot-systest/osm-packages/magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator'...  Successfully uninstalled CherryPy-8.9.1 Requirement already satisfied: python-neutronclient==5.1.* in /usr/local/lib/python3.8/dist-packages (5.1.0) Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (2.2.0) Requirement already satisfied: oslo.utils>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (4.8.0) Requirement already satisfied: netaddr!=0.7.16,>=0.7.12 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (0.8.0) Requirement already satisfied: cliff!=1.16.0,!=1.17.0,>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (3.7.0) Requirement already satisfied: keystoneauth1>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (4.3.1) Requirement already satisfied: os-client-config>=1.13.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (2.1.0) Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (5.6.0) Requirement already satisfied: oslo.i18n>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (5.0.1) Requirement already satisfied: Babel>=2.3.4 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (2.9.1) Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (0.1.14) Requirement already satisfied: simplejson>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (3.17.2) Requirement already satisfied: osc-lib>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (2.3.1) Requirement already satisfied: requests>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (2.25.1) Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (4.1.0) Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient==5.1.*) (1.15.0) Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->python-neutronclient==5.1.*) (1.12.1) Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.16.0->python-neutronclient==5.1.*) (2021.1) Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.16.0->python-neutronclient==5.1.*) (20.9) Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.16.0->python-neutronclient==5.1.*) (2.4.7) Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.16.0->python-neutronclient==5.1.*) (0.10.9) Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient==5.1.*) (3.3.0) Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient==5.1.*) (5.4.1) Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient==5.1.*) (1.5.0) Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient==5.1.*) (0.7.2) Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=2.10.0->python-neutronclient==5.1.*) (1.7.0) Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from os-client-config>=1.13.1->python-neutronclient==5.1.*) (0.56.0) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests>=2.10.0->python-neutronclient==5.1.*) (1.25.8) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.10.0->python-neutronclient==5.1.*) (2019.11.28) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests>=2.10.0->python-neutronclient==5.1.*) (3.0.4) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.10.0->python-neutronclient==5.1.*) (2.8) Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->python-neutronclient==5.1.*) (1.0.2) Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient==5.1.*) (21.2.0) Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient==5.1.*) (1.8.2) Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient==5.1.*) (0.2.5) Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=1.16.0,!=1.17.0,>=1.15.0->python-neutronclient==5.1.*) (0.4.4) Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (5.0.7) Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (1.1.2) Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (1.4.4) Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (3.4.7) Successfully installed cheroot-8.5.2 cherrypy-18.1.2 jaraco.functools-3.3.0 more-itertools-8.7.0 portend-2.7.1 tempora-4.0.2 zc.lockfile-2.0 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (0.10.0) Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (1.4.0) Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (1.32) Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (2.5.0) Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (1.14.5) Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (2.1) Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.13.1->python-neutronclient==5.1.*) (2.20) Setting up python3-osm-rosdn-dynpac (9.1.1+g4c6d586.dirty-1) ... Installation of python dependencies finished Setting up python3-osm-rosdn-odlof (9.1.1+g4c6d586.dirty-1) ... Submodule path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5' Setting up python3-osm-rovim-vmware (9.1.1+g4c6d586.dirty-1) ... POST INSTALL OSM-ROVIM-VMWARE Submodule path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' Submodule path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5' Submodule path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' Submodule path 'charm-packages/native_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' Submodule path 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator': checked out '169794cdda03d31268f0383220f965daa05c534b' Submodule path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5' Submodule path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator': checked out '89b51be8588a19fcc9c93410707aeb5856dd8d8f' Submodule path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5' Submodule path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator': checked out '89b51be8588a19fcc9c93410707aeb5856dd8d8f' Submodule path 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' Submodule path 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' Submodule path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5' Submodule path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator': checked out '89b51be8588a19fcc9c93410707aeb5856dd8d8f' Submodule path 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' Submodule path 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Submodule path 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' Submodule path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers': checked out '1989f1f255baefb34cba7863606915dcd4ef1e38' Submodule path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5' Requirement already satisfied: pip in /usr/local/lib/python3.6/dist-packages (21.1.1) Submodule path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' Submodule path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5' Submodule path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36' WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Collecting pyvcloud==19.1.1 Downloading pyvcloud-19.1.1-py3-none-any.whl (60 kB) [?25l  |##### | 10 kB 9.5 MB/s eta 0:00:01  |########## | 20 kB 3.8 MB/s eta 0:00:01  |################ | 30 kB 1.7 MB/s eta 0:00:01  |##################### | 40 kB 2.2 MB/s eta 0:00:01  |########################### | 51 kB 2.2 MB/s eta 0:00:01  |################################| 60 kB 844 kB/s [?25hCollecting humanfriendly>=4.8 Downloading humanfriendly-9.1-py2.py3-none-any.whl (86 kB) [?25l  |### | 10 kB 13.5 MB/s eta 0:00:01  |####### | 20 kB 14.9 MB/s eta 0:00:01  |########### | 30 kB 9.0 MB/s eta 0:00:01  |############### | 40 kB 6.7 MB/s eta 0:00:01  |################## | 51 kB 6.9 MB/s eta 0:00:01  |###################### | 61 kB 6.0 MB/s eta 0:00:01  |########################## | 71 kB 6.2 MB/s eta 0:00:01  |############################## | 81 kB 6.4 MB/s eta 0:00:01  |################################| 86 kB 1.8 MB/s [?25hRequirement already satisfied: requests>=2.18.4 in /usr/local/lib/python3.6/dist-packages (from pyvcloud==19.1.1) (2.25.1) Requirement already satisfied: PyYAML>=3.10 in /usr/local/lib/python3.6/dist-packages (from pyvcloud==19.1.1) (5.4.1) Collecting flufl.enum>=4.1.1 Downloading flufl.enum-4.1.1.tar.gz (23 kB) Removing intermediate container 17198942c6a4 ---> 7c2123e1d63b Step 27/34 : ENV ROBOT_DEVOPS_FOLDER=/robot-systest Requirement already satisfied: pygments>=2.2.0 in /usr/lib/python3/dist-packages (from pyvcloud==19.1.1) (2.2.0) Requirement already satisfied: lxml>=3.4.1 in /usr/local/lib/python3.6/dist-packages (from pyvcloud==19.1.1) (4.6.3) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests>=2.18.4->pyvcloud==19.1.1) (2020.12.5) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.18.4->pyvcloud==19.1.1) (2.6) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests>=2.18.4->pyvcloud==19.1.1) (1.26.4) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests>=2.18.4->pyvcloud==19.1.1) (4.0.0) Building wheels for collected packages: flufl.enum ---> Running in 5964def89a82 Removing intermediate container 5964def89a82 ---> def64faa74b0 Step 28/34 : ENV ENVIRONMENTS_FOLDER=environments ---> Running in 216ab935bc0e Building wheel for flufl.enum (setup.py) ... [?25l- \Removing intermediate container 216ab935bc0e ---> d7d2bb163775 Step 29/34 : ENV PACKAGES_FOLDER=/robot-systest/osm-packages  | done [?25h Created wheel for flufl.enum: filename=flufl.enum-4.1.1-py3-none-any.whl size=31225 sha256=35bacb866477a0de423e355f3979f82ede3bf3529a3233a0292ae5d46440468f Stored in directory: /root/.cache/pip/wheels/f9/e1/44/cac40837b2026e00252417a1248a1eb2a92f8a827bfa574b4a Successfully built flufl.enum ---> Running in 2f17ae693cdb Removing intermediate container 2f17ae693cdb ---> 8222d880b190 Step 30/34 : ENV ROBOT_REPORT_FOLDER=/robot-systest/results ---> Running in ed286a81e2e3 Removing intermediate container cdadebc859f1 ---> b9e239ec5914 Step 13/37 : RUN python3 -m pip install -U "juju==2.8.4" ---> Running in 30f4a1c68fa8 Removing intermediate container ed286a81e2e3 ---> 91135f65dc6d Step 31/34 : ENV K8S_CREDENTIALS=/root/.kube/config ---> Running in e748aac0be00 Removing intermediate container e748aac0be00 ---> e079a0e366a8 Step 32/34 : ENV LC_ALL=C.UTF-8 ---> Running in 7235576069ea Removing intermediate container 7235576069ea ---> 1961bcb310c9 Step 33/34 : ENV LANG=C.UTF-8 ---> Running in 094e3aa91469 Installing collected packages: humanfriendly, flufl.enum, pyvcloud Removing intermediate container 094e3aa91469 ---> 399a2757b265 Step 34/34 : ENTRYPOINT [ "/robot-systest/run_test.sh"] ---> Running in 297272558e35 Successfully installed flufl.enum-4.1.1 humanfriendly-9.1 pyvcloud-19.1.1 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Removing intermediate container 297272558e35 ---> 96076b9650aa [Warning] One or more build-args [LWUI_VERSION N2VC_VERSION NGUI_VERSION DEVOPS_VERSION LCM_VERSION MON_VERSION RO_VERSION PLA_VERSION COMMON_VERSION POL_VERSION NBI_VERSION] were not consumed Successfully built 96076b9650aa Successfully tagged opensourcemano/tests:osm-bug1511-merge-2 Collecting juju==2.8.4 Downloading juju-2.8.4.tar.gz (575 kB) Collecting macaroonbakery<2.0,>=1.1 Downloading macaroonbakery-1.3.1.tar.gz (79 kB) /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Requirement already satisfied: progressbar in /usr/lib/python3/dist-packages (2.3) Collecting progressbar Requirement already satisfied: paramiko<3.0.0,>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from juju==2.8.4) (2.7.2) Collecting pyRFC3339<2.0,>=1.0 Downloading progressbar-2.5.tar.gz (10 kB) Downloading pyRFC3339-1.1-py2.py3-none-any.whl (5.7 kB) Collecting pyasn1>=0.4.4 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Requirement already satisfied: pyyaml<=6.0,>=5.1.2 in /usr/local/lib/python3.8/dist-packages (from juju==2.8.4) (5.4.1) Collecting theblues<1.0,>=0.5.1 Downloading theblues-0.5.2.tar.gz (18 kB) Building wheels for collected packages: progressbar Collecting toposort<2,>=1.5 Downloading toposort-1.6-py2.py3-none-any.whl (9.5 kB) Collecting typing_inspect>=0.6.0 Downloading typing_inspect-0.6.0-py3-none-any.whl (8.1 kB) Collecting websockets<8.0,>=7.0 Downloading websockets-7.0.tar.gz (49 kB) Building wheel for progressbar (setup.py) ... [?25l- \ done [?25h Created wheel for progressbar: filename=progressbar-2.5-py3-none-any.whl size=12114 sha256=bf1e23f166395c72a5d9c2d6e1d54642da1639dcd15947d457fb6c7c8a1911e1 Stored in directory: /root/.cache/pip/wheels/bc/13/93/a9bf6b3d3966e4af014b0dbef027fdea47393faf47e990349f Successfully built progressbar Requirement already satisfied: PyNaCl<2.0,>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from macaroonbakery<2.0,>=1.1->juju==2.8.4) (1.4.0) Collecting protobuf<4.0,>=3.0.0 Downloading protobuf-3.16.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) Collecting pymacaroons<1.0,>=0.12.0 Downloading pymacaroons-0.13.0-py2.py3-none-any.whl (19 kB) Requirement already satisfied: requests<3.0,>=2.18.1 in /usr/local/lib/python3.8/dist-packages (from macaroonbakery<2.0,>=1.1->juju==2.8.4) (2.25.1) Requirement already satisfied: six<2.0,>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from macaroonbakery<2.0,>=1.1->juju==2.8.4) (1.15.0) Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from paramiko<3.0.0,>=2.4.0->juju==2.8.4) (3.2.0) Requirement already satisfied: cryptography>=2.5 in /usr/local/lib/python3.8/dist-packages (from paramiko<3.0.0,>=2.4.0->juju==2.8.4) (3.4.7) Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->paramiko<3.0.0,>=2.4.0->juju==2.8.4) (1.14.5) Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko<3.0.0,>=2.4.0->juju==2.8.4) (2.20) Requirement already satisfied: pytz in /usr/local/lib/python3.8/dist-packages (from pyRFC3339<2.0,>=1.0->juju==2.8.4) (2021.1) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests<3.0,>=2.18.1->macaroonbakery<2.0,>=1.1->juju==2.8.4) (2.8) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests<3.0,>=2.18.1->macaroonbakery<2.0,>=1.1->juju==2.8.4) (1.25.8) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests<3.0,>=2.18.1->macaroonbakery<2.0,>=1.1->juju==2.8.4) (3.0.4) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests<3.0,>=2.18.1->macaroonbakery<2.0,>=1.1->juju==2.8.4) (2019.11.28) Collecting jujubundlelib>=0.5.1 Downloading jujubundlelib-0.5.6.tar.gz (30 kB) Installing collected packages: progressbar Attempting uninstall: progressbar Found existing installation: progressbar 2.3 Uninstalling progressbar-2.3: Successfully uninstalled progressbar-2.3 Collecting typing-extensions>=3.7.4 Successfully installed progressbar-2.5 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB) Collecting mypy-extensions>=0.3.0 Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB) Building wheels for collected packages: juju, macaroonbakery, theblues, jujubundlelib, websockets Building wheel for juju (setup.py): started Building wheel for juju (setup.py): finished with status 'done' Created wheel for juju: filename=juju-2.8.4-py3-none-any.whl size=570470 sha256=9824685bc066a669ba963621e948924eb54cf0d8e912e1705c3ce9468537df6e Stored in directory: /root/.cache/pip/wheels/2d/9f/43/9c5b88378daaa9b911c871028830930b07211dd0b8ffbc4604 Building wheel for macaroonbakery (setup.py): started /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Building wheel for macaroonbakery (setup.py): finished with status 'done' Created wheel for macaroonbakery: filename=macaroonbakery-1.3.1-py2.py3-none-any.whl size=103413 sha256=f984d1301d326da0beca344f8009cba3edbd4cd7503518839a6eb306456f36c7 Stored in directory: /root/.cache/pip/wheels/84/d0/a9/d76cd7f6be948b522250677d4d85e056ee989b90b283ad5fca Building wheel for theblues (setup.py): started Requirement already satisfied: pyvmomi in /usr/lib/python3/dist-packages (6.5.0.2017.5.post1) Collecting pyvmomi Downloading pyvmomi-7.0.2.tar.gz (589 kB) [?25l  | | 10 kB 14.7 MB/s eta 0:00:01  |# | 20 kB 8.7 MB/s eta 0:00:01  |# | 30 kB 2.0 MB/s eta 0:00:01  |## | 40 kB 2.5 MB/s eta 0:00:01  |## | 51 kB 2.9 MB/s eta 0:00:01  |### | 61 kB 3.0 MB/s eta 0:00:01  |### | 71 kB 3.2 MB/s eta 0:00:01  |#### | 81 kB 3.2 MB/s eta 0:00:01  |##### | 92 kB 2.6 MB/s eta 0:00:01  |##### | 102 kB 2.6 MB/s eta 0:00:01  |###### | 112 kB 2.6 MB/s eta 0:00:01  |###### | 122 kB 2.6 MB/s eta 0:00:01  |####### | 133 kB 2.6 MB/s eta 0:00:01  |####### | 143 kB 2.6 MB/s eta 0:00:01  |######## | 153 kB 2.6 MB/s eta 0:00:01  |######## | 163 kB 2.6 MB/s eta 0:00:01  |######### | 174 kB 2.6 MB/s eta 0:00:01  |########## | 184 kB 2.6 MB/s eta 0:00:01  |########## | 194 kB 2.6 MB/s eta 0:00:01  |########### | 204 kB 2.6 MB/s eta 0:00:01  |########### | 215 kB 2.6 MB/s eta 0:00:01  |############ | 225 kB 2.6 MB/s eta 0:00:01  |############ | 235 kB 2.6 MB/s eta 0:00:01  |############# | 245 kB 2.6 MB/s eta 0:00:01  |############# | 256 kB 2.6 MB/s eta 0:00:01  |############## | 266 kB 2.6 MB/s eta 0:00:01  |############### | 276 kB 2.6 MB/s eta 0:00:01  |############### | 286 kB 2.6 MB/s eta 0:00:01  |################ | 296 kB 2.6 MB/s eta 0:00:01 Building wheel for theblues (setup.py): finished with status 'done' Created wheel for theblues: filename=theblues-0.5.2-py3-none-any.whl size=19181 sha256=aa102f794f84fd911408014ae341a52bf2fd734bcb2236df2beaa9655df77ee7 Stored in directory: /root/.cache/pip/wheels/38/ee/dd/9c9677beaecf3e4895fc20ab62a72f6c5982270b2d8f4c5594  |################ | 307 kB 2.6 MB/s eta 0:00:01  |################# | 317 kB 2.6 MB/s eta 0:00:01  |################# | 327 kB 2.6 MB/s eta 0:00:01  |################## | 337 kB 2.6 MB/s eta 0:00:01 Building wheel for jujubundlelib (setup.py): started  |################## | 348 kB 2.6 MB/s eta 0:00:01  |################### | 358 kB 2.6 MB/s eta 0:00:01  |#################### | 368 kB 2.6 MB/s eta 0:00:01  |#################### | 378 kB 2.6 MB/s eta 0:00:01  |##################### | 389 kB 2.6 MB/s eta 0:00:01  |##################### | 399 kB 2.6 MB/s eta 0:00:01  |###################### | 409 kB 2.6 MB/s eta 0:00:01  |###################### | 419 kB 2.6 MB/s eta 0:00:01  |####################### | 430 kB 2.6 MB/s eta 0:00:01  |####################### | 440 kB 2.6 MB/s eta 0:00:01  |######################## | 450 kB 2.6 MB/s eta 0:00:01  |######################### | 460 kB 2.6 MB/s eta 0:00:01  |######################### | 471 kB 2.6 MB/s eta 0:00:01  |########################## | 481 kB 2.6 MB/s eta 0:00:01  |########################## | 491 kB 2.6 MB/s eta 0:00:01  |########################### | 501 kB 2.6 MB/s eta 0:00:01  |########################### | 512 kB 2.6 MB/s eta 0:00:01  |############################ | 522 kB 2.6 MB/s eta 0:00:01  |############################ | 532 kB 2.6 MB/s eta 0:00:01  |############################# | 542 kB 2.6 MB/s eta 0:00:01  |############################## | 552 kB 2.6 MB/s eta 0:00:01  |############################## | 563 kB 2.6 MB/s eta 0:00:01  |############################### | 573 kB 2.6 MB/s eta 0:00:01  |############################### | 583 kB 2.6 MB/s eta 0:00:01  |################################| 589 kB 2.6 MB/s Building wheel for jujubundlelib (setup.py): finished with status 'done' Created wheel for jujubundlelib: filename=jujubundlelib-0.5.6-py2.py3-none-any.whl size=33904 sha256=42a1d0f1078d61a424c232f9fbc44708ad7d2b20f003c8b6dde5c66be66d4ac0 Stored in directory: /root/.cache/pip/wheels/8d/f5/28/6089aaafcd6320eca85d256124fc79ee9768373fcb85ea36c4 Building wheel for websockets (setup.py): started [?25hRequirement already satisfied: requests>=2.3.0 in /usr/local/lib/python3.6/dist-packages (from pyvmomi) (2.25.1) Requirement already satisfied: six>=1.7.3 in /usr/lib/python3/dist-packages (from pyvmomi) (1.11.0) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests>=2.3.0->pyvmomi) (1.26.4) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests>=2.3.0->pyvmomi) (2020.12.5) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.3.0->pyvmomi) (2.6) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests>=2.3.0->pyvmomi) (4.0.0) Building wheels for collected packages: pyvmomi Building wheel for websockets (setup.py): finished with status 'done' Created wheel for websockets: filename=websockets-7.0-cp38-cp38-linux_x86_64.whl size=69075 sha256=e62a89d95feeb5d67c9a3c5eeb437b72f7620a84391319fcd8b0bed2ec515ac2 Stored in directory: /root/.cache/pip/wheels/ff/66/8a/b0610f3b070460e56f775bfcaafc6123838f3e7ab3cd80aaaf Successfully built juju macaroonbakery theblues jujubundlelib websockets Building wheel for pyvmomi (setup.py) ... [?25l- \Installing collected packages: pyRFC3339, pymacaroons, protobuf, typing-extensions, mypy-extensions, macaroonbakery, jujubundlelib, websockets, typing-inspect, toposort, theblues, pyasn1, juju  | done [?25h Created wheel for pyvmomi: filename=pyvmomi-7.0.2-py2.py3-none-any.whl size=254508 sha256=8296a872e6a0eefc1aa4f248613544b677f465073d578f31e129dff20e175e30 Stored in directory: /root/.cache/pip/wheels/61/bd/01/8b582572044b49a5615770f2c855d77fff7e37a20228d4582e Successfully built pyvmomi Attempting uninstall: pyasn1 Found existing installation: pyasn1 0.4.2 Uninstalling pyasn1-0.4.2: Successfully uninstalled pyasn1-0.4.2 Installing collected packages: pyvmomi Attempting uninstall: pyvmomi Found existing installation: pyvmomi 6.5.0.2017.5.post1 Uninstalling pyvmomi-6.5.0.2017.5.post1: Successfully uninstalled pyvmomi-6.5.0.2017.5.post1 Successfully installed pyvmomi-7.0.2 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-osm-rosdn-onosof (9.1.1+g4c6d586.dirty-1) ... Successfully installed juju-2.8.4 jujubundlelib-0.5.6 macaroonbakery-1.3.1 mypy-extensions-0.4.3 protobuf-3.16.0 pyRFC3339-1.1 pyasn1-0.4.8 pymacaroons-0.13.0 theblues-0.5.2 toposort-1.6 typing-extensions-3.10.0.0 typing-inspect-0.6.0 websockets-7.0 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-os-client-config (1.29.0-0ubuntu1) ... Setting up python3-osm-rovim-openvim (9.1.1+g4c6d586.dirty-1) ... Setting up python3-osm-rovim-azure (9.1.1+g4c6d586.dirty-1) ... POST INSTALL OSM-ROVIM-AZURE Removing intermediate container 30f4a1c68fa8 ---> 7041bb5ecdd0 Step 14/37 : COPY scripts/ scripts/ ---> 6df42e2425af Step 15/37 : ENV OSMMON_MESSAGE_DRIVER kafka ---> Running in 4b1c90ea291c Removing intermediate container 4b1c90ea291c ---> 201da04d5a29 Step 16/37 : ENV OSMMON_MESSAGE_HOST kafka ---> Running in 65537280caf5 /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Removing intermediate container 65537280caf5 ---> 05cba4046849 Step 17/37 : ENV OSMMON_MESSAGE_PORT 9092 ---> Running in a721a189da08 Removing intermediate container a721a189da08 ---> 65ae00fc2a36 Step 18/37 : ENV OSMMON_DATABASE_DRIVER mongo ---> Running in fae893bad3db Collecting azure==4.0.0 Downloading azure-4.0.0-py2.py3-none-any.whl (2.2 kB) Removing intermediate container fae893bad3db ---> 8e57d7c1b0db Step 19/37 : ENV OSMMON_DATABASE_URI mongodb://mongo:27017 Collecting azure-servicebus~=0.21.1 Downloading azure_servicebus-0.21.1-py2.py3-none-any.whl (36 kB) ---> Running in ab8cebc1c722 Collecting azure-storage-queue~=1.3 Downloading azure_storage_queue-1.4.0-py2.py3-none-any.whl (23 kB) Collecting azure-storage-file~=1.3 Downloading azure_storage_file-1.4.0-py2.py3-none-any.whl (30 kB) Collecting azure-servicemanagement-legacy~=0.20.6 Downloading azure_servicemanagement_legacy-0.20.7-py2.py3-none-any.whl (75 kB) [?25l  |#### | 10 kB 14.8 MB/s eta 0:00:01  |######## | 20 kB 5.6 MB/s eta 0:00:01  |############ | 30 kB 7.3 MB/s eta 0:00:01  |################# | 40 kB 6.5 MB/s eta 0:00:01  |##################### | 51 kB 5.6 MB/s eta 0:00:01Removing intermediate container ab8cebc1c722 ---> 536a5b859de9 Step 20/37 : ENV OSMMON_SQL_DATABASE_URI sqlite:///mon_sqlite.db  |######################### | 61 kB 6.0 MB/s eta 0:00:01  |############################## | 71 kB 4.1 MB/s eta 0:00:01  |################################| 75 kB 1.2 MB/s ---> Running in b58d402d84da [?25hCollecting azure-eventgrid~=1.1 Downloading azure_eventgrid-1.3.0-py2.py3-none-any.whl (167 kB) [?25l  |# | 10 kB 15.8 MB/s eta 0:00:01  |### | 20 kB 18.4 MB/s eta 0:00:01  |##### | 30 kB 18.9 MB/s eta 0:00:01  |####### | 40 kB 20.0 MB/s eta 0:00:01  |######### | 51 kB 20.2 MB/s eta 0:00:01  |########### | 61 kB 20.7 MB/s eta 0:00:01  |############# | 71 kB 21.0 MB/s eta 0:00:01  |############### | 81 kB 19.0 MB/s eta 0:00:01  |################# | 92 kB 18.0 MB/s eta 0:00:01  |################### | 102 kB 16.6 MB/s eta 0:00:01  |##################### | 112 kB 16.6 MB/s eta 0:00:01  |####################### | 122 kB 16.6 MB/s eta 0:00:01  |######################### | 133 kB 16.6 MB/s eta 0:00:01  |########################### | 143 kB 16.6 MB/s eta 0:00:01  |############################# | 153 kB 16.6 MB/s eta 0:00:01  |############################### | 163 kB 16.6 MB/s eta 0:00:01  |################################| 167 kB 16.6 MB/s [?25hCollecting azure-graphrbac~=0.40.0 Downloading azure_graphrbac-0.40.0-py2.py3-none-any.whl (63 kB) [?25l  |##### | 10 kB 14.4 MB/s eta 0:00:01  |########## | 20 kB 15.6 MB/s eta 0:00:01  |############### | 30 kB 18.7 MB/s eta 0:00:01  |#################### | 40 kB 20.1 MB/s eta 0:00:01  |######################### | 51 kB 21.1 MB/s eta 0:00:01  |############################### | 61 kB 23.0 MB/s eta 0:00:01  |################################| 63 kB 347 kB/s Removing intermediate container b58d402d84da ---> 219b472c694f Step 21/37 : ENV OSMMON_OPENSTACK_DEFAULT_GRANULARITY 300 [?25hCollecting azure-storage-blob~=1.3 Downloading azure_storage_blob-1.5.0-py2.py3-none-any.whl (75 kB) [?25l  |#### | 10 kB 19.1 MB/s eta 0:00:01  |######## | 20 kB 22.8 MB/s eta 0:00:01  |############# | 30 kB 27.4 MB/s eta 0:00:01  |################# | 40 kB 23.1 MB/s eta 0:00:01  |##################### | 51 kB 24.5 MB/s eta 0:00:01  |########################## | 61 kB 26.3 MB/s eta 0:00:01  |############################## | 71 kB 27.6 MB/s eta 0:00:01  |################################| 75 kB 154 kB/s ---> Running in a2ef959b9453 [?25hCollecting azure-datalake-store~=0.0.18 Downloading azure_datalake_store-0.0.52-py2.py3-none-any.whl (61 kB) [?25l  |##### | 10 kB 13.8 MB/s eta 0:00:01  |########## | 20 kB 16.9 MB/s eta 0:00:01  |############### | 30 kB 20.1 MB/s eta 0:00:01  |##################### | 40 kB 20.9 MB/s eta 0:00:01  |########################## | 51 kB 21.7 MB/s eta 0:00:01  |############################### | 61 kB 24.1 MB/s eta 0:00:01  |################################| 61 kB 62 kB/s [?25hCollecting azure-loganalytics~=0.1.0 Removing intermediate container a2ef959b9453 ---> 40f973aab36b Step 22/37 : ENV OSMMON_GLOBAL_REQUEST_TIMEOUT 10 Downloading azure_loganalytics-0.1.0-py2.py3-none-any.whl (16 kB) ---> Running in 22630863b75c Collecting azure-servicefabric~=6.3.0.0 Downloading azure_servicefabric-6.3.0.0-py2.py3-none-any.whl (1.1 MB) [?25l  | | 10 kB 12.4 MB/s eta 0:00:01  | | 20 kB 14.8 MB/s eta 0:00:01  | | 30 kB 17.7 MB/s eta 0:00:01  |# | 40 kB 18.1 MB/s eta 0:00:01  |# | 51 kB 18.2 MB/s eta 0:00:01  |# | 61 kB 19.4 MB/s eta 0:00:01  |## | 71 kB 19.3 MB/s eta 0:00:01  |## | 81 kB 20.1 MB/s eta 0:00:01  |## | 92 kB 20.2 MB/s eta 0:00:01  |### | 102 kB 16.3 MB/s eta 0:00:01  |### | 112 kB 16.3 MB/s eta 0:00:01  |### | 122 kB 16.3 MB/s eta 0:00:01  |### | 133 kB 16.3 MB/s eta 0:00:01  |#### | 143 kB 16.3 MB/s eta 0:00:01  |#### | 153 kB 16.3 MB/s eta 0:00:01  |#### | 163 kB 16.3 MB/s eta 0:00:01  |##### | 174 kB 16.3 MB/s eta 0:00:01  |##### | 184 kB 16.3 MB/s eta 0:00:01  |##### | 194 kB 16.3 MB/s eta 0:00:01  |###### | 204 kB 16.3 MB/s eta 0:00:01  |###### | 215 kB 16.3 MB/s eta 0:00:01  |###### | 225 kB 16.3 MB/s eta 0:00:01  |###### | 235 kB 16.3 MB/s eta 0:00:01  |####### | 245 kB 16.3 MB/s eta 0:00:01  |####### | 256 kB 16.3 MB/s eta 0:00:01  |####### | 266 kB 16.3 MB/s eta 0:00:01  |######## | 276 kB 16.3 MB/s eta 0:00:01  |######## | 286 kB 16.3 MB/s eta 0:00:01  |######## | 296 kB 16.3 MB/s eta 0:00:01  |######### | 307 kB 16.3 MB/s eta 0:00:01  |######### | 317 kB 16.3 MB/s eta 0:00:01  |######### | 327 kB 16.3 MB/s eta 0:00:01  |######### | 337 kB 16.3 MB/s eta 0:00:01  |########## | 348 kB 16.3 MB/s eta 0:00:01  |########## | 358 kB 16.3 MB/s eta 0:00:01  |########## | 368 kB 16.3 MB/s eta 0:00:01  |########### | 378 kB 16.3 MB/s eta 0:00:01  |########### | 389 kB 16.3 MB/s eta 0:00:01  |########### | 399 kB 16.3 MB/s eta 0:00:01  |############ | 409 kB 16.3 MB/s eta 0:00:01  |############ | 419 kB 16.3 MB/s eta 0:00:01  |############ | 430 kB 16.3 MB/s eta 0:00:01  |############ | 440 kB 16.3 MB/s eta 0:00:01  |############# | 450 kB 16.3 MB/s eta 0:00:01  |############# | 460 kB 16.3 MB/s eta 0:00:01  |############# | 471 kB 16.3 MB/s eta 0:00:01  |############## | 481 kB 16.3 MB/s eta 0:00:01  |############## | 491 kB 16.3 MB/s eta 0:00:01  |############## | 501 kB 16.3 MB/s eta 0:00:01  |############### | 512 kB 16.3 MB/s eta 0:00:01  |############### | 522 kB 16.3 MB/s eta 0:00:01  |############### | 532 kB 16.3 MB/s eta 0:00:01  |################ | 542 kB 16.3 MB/s eta 0:00:01  |################ | 552 kB 16.3 MB/s eta 0:00:01  |################ | 563 kB 16.3 MB/s eta 0:00:01  |################ | 573 kB 16.3 MB/s eta 0:00:01  |################# | 583 kB 16.3 MB/s eta 0:00:01  |################# | 593 kB 16.3 MB/s eta 0:00:01  |################# | 604 kB 16.3 MB/s eta 0:00:01  |################## | 614 kB 16.3 MB/s eta 0:00:01  |################## | 624 kB 16.3 MB/s eta 0:00:01  |################## | 634 kB 16.3 MB/s eta 0:00:01  |################### | 645 kB 16.3 MB/s eta 0:00:01  |################### | 655 kB 16.3 MB/s eta 0:00:01  |################### | 665 kB 16.3 MB/s eta 0:00:01  |################### | 675 kB 16.3 MB/s eta 0:00:01  |#################### | 686 kB 16.3 MB/s eta 0:00:01  |#################### | 696 kB 16.3 MB/s eta 0:00:01  |#################### | 706 kB 16.3 MB/s eta 0:00:01  |##################### | 716 kB 16.3 MB/s eta 0:00:01  |##################### | 727 kB 16.3 MB/s eta 0:00:01  |##################### | 737 kB 16.3 MB/s eta 0:00:01  |###################### | 747 kB 16.3 MB/s eta 0:00:01  |###################### | 757 kB 16.3 MB/s eta 0:00:01  |###################### | 768 kB 16.3 MB/s eta 0:00:01  |###################### | 778 kB 16.3 MB/s eta 0:00:01  |####################### | 788 kB 16.3 MB/s eta 0:00:01  |####################### | 798 kB 16.3 MB/s eta 0:00:01  |####################### | 808 kB 16.3 MB/s eta 0:00:01  |######################## | 819 kB 16.3 MB/s eta 0:00:01  |######################## | 829 kB 16.3 MB/s eta 0:00:01  |######################## | 839 kB 16.3 MB/s eta 0:00:01  |######################### | 849 kB 16.3 MB/s eta 0:00:01  |######################### | 860 kB 16.3 MB/s eta 0:00:01  |######################### | 870 kB 16.3 MB/s eta 0:00:01  |######################### | 880 kB 16.3 MB/s eta 0:00:01  |########################## | 890 kB 16.3 MB/s eta 0:00:01  |########################## | 901 kB 16.3 MB/s eta 0:00:01  |########################## | 911 kB 16.3 MB/s eta 0:00:01  |########################### | 921 kB 16.3 MB/s eta 0:00:01  |########################### | 931 kB 16.3 MB/s eta 0:00:01  |########################### | 942 kB 16.3 MB/s eta 0:00:01  |############################ | 952 kB 16.3 MB/s eta 0:00:01  |############################ | 962 kB 16.3 MB/s eta 0:00:01  |############################ | 972 kB 16.3 MB/s eta 0:00:01  |############################# | 983 kB 16.3 MB/s eta 0:00:01  |############################# | 993 kB 16.3 MB/s eta 0:00:01  |############################# | 1.0 MB 16.3 MB/s eta 0:00:01  |############################# | 1.0 MB 16.3 MB/s eta 0:00:01  |############################## | 1.0 MB 16.3 MB/s eta 0:00:01  |############################## | 1.0 MB 16.3 MB/s eta 0:00:01  |############################## | 1.0 MB 16.3 MB/s eta 0:00:01  |############################### | 1.1 MB 16.3 MB/s eta 0:00:01  |############################### | 1.1 MB 16.3 MB/s eta 0:00:01  |############################### | 1.1 MB 16.3 MB/s eta 0:00:01  |################################| 1.1 MB 16.3 MB/s Removing intermediate container 22630863b75c ---> 50395df958ad Step 23/37 : ENV OSMMON_GLOBAL_LOGLEVEL INFO [?25hCollecting azure-applicationinsights~=0.1.0 ---> Running in 88863f2ada27 Downloading azure_applicationinsights-0.1.0-py2.py3-none-any.whl (104 kB) [?25l  |### | 10 kB 14.8 MB/s eta 0:00:01  |###### | 20 kB 18.7 MB/s eta 0:00:01  |######### | 30 kB 22.1 MB/s eta 0:00:01  |############ | 40 kB 21.6 MB/s eta 0:00:01  |############### | 51 kB 22.4 MB/s eta 0:00:01  |################## | 61 kB 24.6 MB/s eta 0:00:01  |###################### | 71 kB 23.9 MB/s eta 0:00:01  |######################### | 81 kB 25.6 MB/s eta 0:00:01  |############################ | 92 kB 25.5 MB/s eta 0:00:01  |############################### | 102 kB 26.4 MB/s eta 0:00:01  |################################| 104 kB 26.4 MB/s [?25hCollecting azure-batch~=4.1 Downloading azure_batch-4.1.3-py2.py3-none-any.whl (314 kB) [?25l  |# | 10 kB 531 kB/s eta 0:00:01  |## | 20 kB 990 kB/s eta 0:00:01  |### | 30 kB 1.5 MB/s eta 0:00:01  |#### | 40 kB 1.9 MB/s eta 0:00:01  |##### | 51 kB 2.4 MB/s eta 0:00:01  |###### | 61 kB 2.8 MB/s eta 0:00:01  |####### | 71 kB 3.2 MB/s eta 0:00:01  |######## | 81 kB 3.7 MB/s eta 0:00:01  |######### | 92 kB 4.1 MB/s eta 0:00:01  |########## | 102 kB 4.5 MB/s eta 0:00:01  |########### | 112 kB 4.5 MB/s eta 0:00:01  |############ | 122 kB 4.5 MB/s eta 0:00:01  |############# | 133 kB 4.5 MB/s eta 0:00:01  |############## | 143 kB 4.5 MB/s eta 0:00:01  |############### | 153 kB 4.5 MB/s eta 0:00:01  |################ | 163 kB 4.5 MB/s eta 0:00:01  |################# | 174 kB 4.5 MB/s eta 0:00:01  |################## | 184 kB 4.5 MB/s eta 0:00:01  |################### | 194 kB 4.5 MB/s eta 0:00:01  |#################### | 204 kB 4.5 MB/s eta 0:00:01  |##################### | 215 kB 4.5 MB/s eta 0:00:01  |###################### | 225 kB 4.5 MB/s eta 0:00:01  |####################### | 235 kB 4.5 MB/s eta 0:00:01  |######################### | 245 kB 4.5 MB/s eta 0:00:01  |########################## | 256 kB 4.5 MB/s eta 0:00:01  |########################### | 266 kB 4.5 MB/s eta 0:00:01  |############################ | 276 kB 4.5 MB/s eta 0:00:01  |############################# | 286 kB 4.5 MB/s eta 0:00:01  |############################## | 296 kB 4.5 MB/s eta 0:00:01  |############################### | 307 kB 4.5 MB/s eta 0:00:01  |################################| 314 kB 4.5 MB/s Removing intermediate container 88863f2ada27 ---> 491b00868021 Step 24/37 : ENV OSMMON_VCA_HOST localhost [?25hCollecting azure-keyvault~=1.0 Downloading azure_keyvault-1.1.0-py2.py3-none-any.whl (352 kB) [?25l  | | 10 kB 3.7 MB/s eta 0:00:01  |# | 20 kB 5.9 MB/s eta 0:00:01  |## | 30 kB 8.4 MB/s eta 0:00:01  |### | 40 kB 10.3 MB/s eta 0:00:01  |#### | 51 kB 11.5 MB/s eta 0:00:01  |##### | 61 kB 13.1 MB/s eta 0:00:01  |###### | 71 kB 12.8 MB/s eta 0:00:01  |####### | 81 kB 9.5 MB/s eta 0:00:01  |######## | 92 kB 9.8 MB/s eta 0:00:01  |######### | 102 kB 10.4 MB/s eta 0:00:01  |########## | 112 kB 10.4 MB/s eta 0:00:01  |########### | 122 kB 10.4 MB/s eta 0:00:01  |############ | 133 kB 10.4 MB/s eta 0:00:01  |############# | 143 kB 10.4 MB/s eta 0:00:01  |############# | 153 kB 10.4 MB/s eta 0:00:01  |############## | 163 kB 10.4 MB/s eta 0:00:01  |############### | 174 kB 10.4 MB/s eta 0:00:01  |################ | 184 kB 10.4 MB/s eta 0:00:01  |################# | 194 kB 10.4 MB/s eta 0:00:01  |################## | 204 kB 10.4 MB/s eta 0:00:01  |################### | 215 kB 10.4 MB/s eta 0:00:01  |#################### | 225 kB 10.4 MB/s eta 0:00:01  |##################### | 235 kB 10.4 MB/s eta 0:00:01  |###################### | 245 kB 10.4 MB/s eta 0:00:01  |####################### | 256 kB 10.4 MB/s eta 0:00:01  |######################## | 266 kB 10.4 MB/s eta 0:00:01  |######################### | 276 kB 10.4 MB/s eta 0:00:01  |########################## | 286 kB 10.4 MB/s eta 0:00:01  |########################## | 296 kB 10.4 MB/s eta 0:00:01  |########################### | 307 kB 10.4 MB/s eta 0:00:01  |############################ | 317 kB 10.4 MB/s eta 0:00:01  |############################# | 327 kB 10.4 MB/s eta 0:00:01  |############################## | 337 kB 10.4 MB/s eta 0:00:01  |############################### | 348 kB 10.4 MB/s eta 0:00:01  |################################| 352 kB 10.4 MB/s ---> Running in aead6f874f6c [?25hCollecting azure-cosmosdb-table~=1.0 Downloading azure_cosmosdb_table-1.0.6-py2.py3-none-any.whl (125 kB) [?25l  |## | 10 kB 16.1 MB/s eta 0:00:01  |##### | 20 kB 9.3 MB/s eta 0:00:01  |####### | 30 kB 12.2 MB/s eta 0:00:01  |########## | 40 kB 14.5 MB/s eta 0:00:01  |############# | 51 kB 12.2 MB/s eta 0:00:01  |############### | 61 kB 13.9 MB/s eta 0:00:01  |################## | 71 kB 15.3 MB/s eta 0:00:01  |#################### | 81 kB 16.8 MB/s eta 0:00:01  |####################### | 92 kB 17.8 MB/s eta 0:00:01  |########################## | 102 kB 18.6 MB/s eta 0:00:01  |############################ | 112 kB 18.6 MB/s eta 0:00:01  |############################### | 122 kB 18.6 MB/s eta 0:00:01Removing intermediate container aead6f874f6c ---> 1252642d81b6 Step 25/37 : ENV OSMMON_VCA_SECRET secret  |################################| 125 kB 18.6 MB/s [?25hCollecting azure-mgmt~=4.0 ---> Running in fafe6ec50a38 Downloading azure_mgmt-4.0.0-py2.py3-none-any.whl (3.0 kB) Collecting azure-nspkg>=2.0.0 Downloading azure_nspkg-3.0.2-py3-none-any.whl (1.5 kB) Removing intermediate container fafe6ec50a38 ---> 2bde09e1ce64 Step 26/37 : ENV OSMMON_VCA_USER admin Collecting azure-common~=1.1 Downloading azure_common-1.1.27-py2.py3-none-any.whl (12 kB) ---> Running in e66263b82a44 Collecting msrest<2.0.0,>=0.5.4 Downloading msrest-0.6.21-py2.py3-none-any.whl (85 kB) [?25l  |### | 10 kB 292 kB/s eta 0:00:01  |####### | 20 kB 576 kB/s eta 0:00:01  |########### | 30 kB 859 kB/s eta 0:00:01  |############### | 40 kB 1.1 MB/s eta 0:00:01  |################### | 51 kB 1.4 MB/s eta 0:00:01  |####################### | 61 kB 1.7 MB/s eta 0:00:01  |########################## | 71 kB 1.9 MB/s eta 0:00:01  |############################## | 81 kB 2.2 MB/s eta 0:00:01  |################################| 85 kB 1.6 MB/s Removing intermediate container e66263b82a44 ---> aa51d4fbdf7a Step 27/37 : ENV OSMMON_VCA_CACERT cacert [?25hCollecting msrestazure<2.0.0,>=0.4.20 Downloading msrestazure-0.6.4-py2.py3-none-any.whl (40 kB) [?25l ---> Running in a8c07b7c32ad  |######## | 10 kB 13.5 MB/s eta 0:00:01  |################ | 20 kB 16.1 MB/s eta 0:00:01  |######################## | 30 kB 19.3 MB/s eta 0:00:01  |################################| 40 kB 4.6 MB/s [?25hCollecting azure-cosmosdb-nspkg>=2.0.0 Downloading azure_cosmosdb_nspkg-2.0.2-py2.py3-none-any.whl (2.9 kB) Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (from azure-cosmosdb-table~=1.0->azure==4.0.0) (2.25.1) Requirement already satisfied: python-dateutil in /usr/local/lib/python3.6/dist-packages (from azure-cosmosdb-table~=1.0->azure==4.0.0) (2.8.1) Requirement already satisfied: cryptography in /usr/local/lib/python3.6/dist-packages (from azure-cosmosdb-table~=1.0->azure==4.0.0) (3.4.7) Removing intermediate container a8c07b7c32ad ---> 2f26237ceab5 Step 28/37 : ENV OSMMON_DATABASE_COMMONKEY changeme Collecting adal>=0.4.2 ---> Running in 309ad5a0cd09 Downloading adal-1.2.7-py2.py3-none-any.whl (55 kB) [?25l  |##### | 10 kB 19.5 MB/s eta 0:00:01  |########### | 20 kB 23.2 MB/s eta 0:00:01  |################# | 30 kB 26.0 MB/s eta 0:00:01  |####################### | 40 kB 27.6 MB/s eta 0:00:01  |############################# | 51 kB 28.9 MB/s eta 0:00:01  |################################| 55 kB 1.8 MB/s [?25hRequirement already satisfied: cffi in /usr/local/lib/python3.6/dist-packages (from azure-datalake-store~=0.0.18->azure==4.0.0) (1.14.5) Requirement already satisfied: PyJWT<3,>=1.0.0 in /usr/lib/python3/dist-packages (from adal>=0.4.2->azure-datalake-store~=0.0.18->azure==4.0.0) (1.5.3) Removing intermediate container 309ad5a0cd09 ---> d8ab8d6eaeb4 Step 29/37 : ENV OSMMON_COLLECTOR_INTERVAL 30 ---> Running in 69462d2571f0 Collecting azure-mgmt-iotcentral~=0.1.0 Downloading azure_mgmt_iotcentral-0.1.0-py2.py3-none-any.whl (28 kB) Collecting azure-mgmt-monitor~=0.5.2 Downloading azure_mgmt_monitor-0.5.2-py2.py3-none-any.whl (247 kB) [?25l  |# | 10 kB 503 kB/s eta 0:00:01  |## | 20 kB 969 kB/s eta 0:00:01  |### | 30 kB 1.3 MB/s eta 0:00:01  |##### | 40 kB 1.7 MB/s eta 0:00:01  |###### | 51 kB 2.0 MB/s eta 0:00:01  |####### | 61 kB 2.4 MB/s eta 0:00:01  |######### | 71 kB 2.6 MB/s eta 0:00:01  |########## | 81 kB 3.0 MB/s eta 0:00:01  |########### | 92 kB 3.3 MB/s eta 0:00:01  |############# | 102 kB 3.6 MB/s eta 0:00:01  |############## | 112 kB 3.6 MB/s eta 0:00:01  |############### | 122 kB 3.6 MB/s eta 0:00:01  |################# | 133 kB 3.6 MB/s eta 0:00:01  |################## | 143 kB 3.6 MB/s eta 0:00:01  |################### | 153 kB 3.6 MB/s eta 0:00:01  |##################### | 163 kB 3.6 MB/s eta 0:00:01  |###################### | 174 kB 3.6 MB/s eta 0:00:01  |####################### | 184 kB 3.6 MB/s eta 0:00:01  |######################### | 194 kB 3.6 MB/s eta 0:00:01  |########################## | 204 kB 3.6 MB/s eta 0:00:01  |########################### | 215 kB 3.6 MB/s eta 0:00:01  |############################# | 225 kB 3.6 MB/s eta 0:00:01  |############################## | 235 kB 3.6 MB/s eta 0:00:01  |############################### | 245 kB 3.6 MB/s eta 0:00:01Removing intermediate container 69462d2571f0 ---> 42010fff7724 Step 30/37 : ENV OSMMON_EVALUATOR_INTERVAL 30  |################################| 247 kB 3.6 MB/s [?25hCollecting azure-mgmt-loganalytics~=0.2.0 ---> Running in b4220ff0b2e9 Downloading azure_mgmt_loganalytics-0.2.0-py2.py3-none-any.whl (89 kB) [?25l  |### | 10 kB 13.0 MB/s eta 0:00:01  |####### | 20 kB 15.1 MB/s eta 0:00:01  |########## | 30 kB 18.1 MB/s eta 0:00:01  |############## | 40 kB 19.1 MB/s eta 0:00:01  |################## | 51 kB 20.8 MB/s eta 0:00:01  |##################### | 61 kB 22.8 MB/s eta 0:00:01  |######################### | 71 kB 22.7 MB/s eta 0:00:01  |############################# | 81 kB 24.4 MB/s eta 0:00:01  |################################| 89 kB 3.9 MB/s [?25hCollecting azure-mgmt-compute~=4.0 Removing intermediate container b4220ff0b2e9 ---> b47d30a16b94 Step 31/37 : ENV OSMMON_PROMETHEUS_URL http://prometheus:9090 Downloading azure_mgmt_compute-4.6.2-py2.py3-none-any.whl (3.0 MB) [?25l  | | 10 kB 14.6 MB/s eta 0:00:01  | | 20 kB 17.1 MB/s eta 0:00:01  | | 30 kB 21.0 MB/s eta 0:00:01  | | 40 kB 20.9 MB/s eta 0:00:01  | | 51 kB 21.2 MB/s eta 0:00:01  | | 61 kB 22.4 MB/s eta 0:00:01  | | 71 kB 22.5 MB/s eta 0:00:01  | | 81 kB 23.5 MB/s eta 0:00:01  | | 92 kB 23.5 MB/s eta 0:00:01  |# | 102 kB 23.4 MB/s eta 0:00:01  |# | 112 kB 23.4 MB/s eta 0:00:01  |# | 122 kB 23.4 MB/s eta 0:00:01  |# | 133 kB 23.4 MB/s eta 0:00:01  |# | 143 kB 23.4 MB/s eta 0:00:01  |# | 153 kB 23.4 MB/s eta 0:00:01  |# | 163 kB 23.4 MB/s eta 0:00:01  |# | 174 kB 23.4 MB/s eta 0:00:01  |# | 184 kB 23.4 MB/s eta 0:00:01  |## | 194 kB 23.4 MB/s eta 0:00:01  |## | 204 kB 23.4 MB/s eta 0:00:01  |## | 215 kB 23.4 MB/s eta 0:00:01  |## | 225 kB 23.4 MB/s eta 0:00:01  |## | 235 kB 23.4 MB/s eta 0:00:01  |## | 245 kB 23.4 MB/s eta 0:00:01  |## | 256 kB 23.4 MB/s eta 0:00:01  |## | 266 kB 23.4 MB/s eta 0:00:01  |## | 276 kB 23.4 MB/s eta 0:00:01  |### | 286 kB 23.4 MB/s eta 0:00:01  |### | 296 kB 23.4 MB/s eta 0:00:01  |### | 307 kB 23.4 MB/s eta 0:00:01  |### | 317 kB 23.4 MB/s eta 0:00:01  |### | 327 kB 23.4 MB/s eta 0:00:01  |### | 337 kB 23.4 MB/s eta 0:00:01  |### | 348 kB 23.4 MB/s eta 0:00:01  |### | 358 kB 23.4 MB/s eta 0:00:01  |### | 368 kB 23.4 MB/s eta 0:00:01  |#### | 378 kB 23.4 MB/s eta 0:00:01  |#### | 389 kB 23.4 MB/s eta 0:00:01  |#### | 399 kB 23.4 MB/s eta 0:00:01  |#### | 409 kB 23.4 MB/s eta 0:00:01  |#### | 419 kB 23.4 MB/s eta 0:00:01  |#### | 430 kB 23.4 MB/s eta 0:00:01  |#### | 440 kB 23.4 MB/s eta 0:00:01  |#### | 450 kB 23.4 MB/s eta 0:00:01  |#### | 460 kB 23.4 MB/s eta 0:00:01  |##### | 471 kB 23.4 MB/s eta 0:00:01  |##### | 481 kB 23.4 MB/s eta 0:00:01  |##### | 491 kB 23.4 MB/s eta 0:00:01  |##### | 501 kB 23.4 MB/s eta 0:00:01  |##### | 512 kB 23.4 MB/s eta 0:00:01  |##### | 522 kB 23.4 MB/s eta 0:00:01  |##### | 532 kB 23.4 MB/s eta 0:00:01  |##### | 542 kB 23.4 MB/s eta 0:00:01  |##### | 552 kB 23.4 MB/s eta 0:00:01  |##### | 563 kB 23.4 MB/s eta 0:00:01  |###### | 573 kB 23.4 MB/s eta 0:00:01  |###### | 583 kB 23.4 MB/s eta 0:00:01  |###### | 593 kB 23.4 MB/s eta 0:00:01  |###### | 604 kB 23.4 MB/s eta 0:00:01  |###### | 614 kB 23.4 MB/s eta 0:00:01  |###### | 624 kB 23.4 MB/s eta 0:00:01  |###### | 634 kB 23.4 MB/s eta 0:00:01  |###### | 645 kB 23.4 MB/s eta 0:00:01  |###### | 655 kB 23.4 MB/s eta 0:00:01  |####### | 665 kB 23.4 MB/s eta 0:00:01  |####### | 675 kB 23.4 MB/s eta 0:00:01  |####### | 686 kB 23.4 MB/s eta 0:00:01  |####### | 696 kB 23.4 MB/s eta 0:00:01  |####### | 706 kB 23.4 MB/s eta 0:00:01  |####### | 716 kB 23.4 MB/s eta 0:00:01  |####### | 727 kB 23.4 MB/s eta 0:00:01  |####### | 737 kB 23.4 MB/s eta 0:00:01  |####### | 747 kB 23.4 MB/s eta 0:00:01  |######## | 757 kB 23.4 MB/s eta 0:00:01  |######## | 768 kB 23.4 MB/s eta 0:00:01  |######## | 778 kB 23.4 MB/s eta 0:00:01  |######## | 788 kB 23.4 MB/s eta 0:00:01  |######## | 798 kB 23.4 MB/s eta 0:00:01  |######## | 808 kB 23.4 MB/s eta 0:00:01  |######## | 819 kB 23.4 MB/s eta 0:00:01  |######## | 829 kB 23.4 MB/s eta 0:00:01  |######## | 839 kB 23.4 MB/s eta 0:00:01  |######### | 849 kB 23.4 MB/s eta 0:00:01  |######### | 860 kB 23.4 MB/s eta 0:00:01  |######### | 870 kB 23.4 MB/s eta 0:00:01  |######### | 880 kB 23.4 MB/s eta 0:00:01  |######### | 890 kB 23.4 MB/s eta 0:00:01  |######### | 901 kB 23.4 MB/s eta 0:00:01  |######### | 911 kB 23.4 MB/s eta 0:00:01  |######### | 921 kB 23.4 MB/s eta 0:00:01  |######### | 931 kB 23.4 MB/s eta 0:00:01  |########## | 942 kB 23.4 MB/s eta 0:00:01  |########## | 952 kB 23.4 MB/s eta 0:00:01  |########## | 962 kB 23.4 MB/s eta 0:00:01  |########## | 972 kB 23.4 MB/s eta 0:00:01  |########## | 983 kB 23.4 MB/s eta 0:00:01  |########## | 993 kB 23.4 MB/s eta 0:00:01  |########## | 1.0 MB 23.4 MB/s eta 0:00:01  |########## | 1.0 MB 23.4 MB/s eta 0:00:01  |########## | 1.0 MB 23.4 MB/s eta 0:00:01  |########### | 1.0 MB 23.4 MB/s eta 0:00:01  |########### | 1.0 MB 23.4 MB/s eta 0:00:01  |########### | 1.1 MB 23.4 MB/s eta 0:00:01  |########### | 1.1 MB 23.4 MB/s eta 0:00:01  |########### | 1.1 MB 23.4 MB/s eta 0:00:01  |########### | 1.1 MB 23.4 MB/s eta 0:00:01  |########### | 1.1 MB 23.4 MB/s eta 0:00:01  |########### | 1.1 MB 23.4 MB/s eta 0:00:01  |########### | 1.1 MB 23.4 MB/s eta 0:00:01  |########### | 1.1 MB 23.4 MB/s eta 0:00:01  |############ | 1.1 MB 23.4 MB/s eta 0:00:01  |############ | 1.1 MB 23.4 MB/s eta 0:00:01  |############ | 1.2 MB 23.4 MB/s eta 0:00:01  |############ | 1.2 MB 23.4 MB/s eta 0:00:01  |############ | 1.2 MB 23.4 MB/s eta 0:00:01  |############ | 1.2 MB 23.4 MB/s eta 0:00:01  |############ | 1.2 MB 23.4 MB/s eta 0:00:01  |############ | 1.2 MB 23.4 MB/s eta 0:00:01  |############ | 1.2 MB 23.4 MB/s eta 0:00:01  |############# | 1.2 MB 23.4 MB/s eta 0:00:01  |############# | 1.2 MB 23.4 MB/s eta 0:00:01  |############# | 1.2 MB 23.4 MB/s eta 0:00:01  |############# | 1.3 MB 23.4 MB/s eta 0:00:01  |############# | 1.3 MB 23.4 MB/s eta 0:00:01  |############# | 1.3 MB 23.4 MB/s eta 0:00:01  |############# | 1.3 MB 23.4 MB/s eta 0:00:01  |############# | 1.3 MB 23.4 MB/s eta 0:00:01  |############# | 1.3 MB 23.4 MB/s eta 0:00:01  |############## | 1.3 MB 23.4 MB/s eta 0:00:01  |############## | 1.3 MB 23.4 MB/s eta 0:00:01  |############## | 1.3 MB 23.4 MB/s eta 0:00:01  |############## | 1.4 MB 23.4 MB/s eta 0:00:01  |############## | 1.4 MB 23.4 MB/s eta 0:00:01  |############## | 1.4 MB 23.4 MB/s eta 0:00:01  |############## | 1.4 MB 23.4 MB/s eta 0:00:01  |############## | 1.4 MB 23.4 MB/s eta 0:00:01  |############## | 1.4 MB 23.4 MB/s eta 0:00:01  |############### | 1.4 MB 23.4 MB/s eta 0:00:01  |############### | 1.4 MB 23.4 MB/s eta 0:00:01  |############### | 1.4 MB 23.4 MB/s eta 0:00:01  |############### | 1.4 MB 23.4 MB/s eta 0:00:01  |############### | 1.5 MB 23.4 MB/s eta 0:00:01  |############### | 1.5 MB 23.4 MB/s eta 0:00:01  |############### | 1.5 MB 23.4 MB/s eta 0:00:01  |############### | 1.5 MB 23.4 MB/s eta 0:00:01  |############### | 1.5 MB 23.4 MB/s eta 0:00:01  |################ | 1.5 MB 23.4 MB/s eta 0:00:01  |################ | 1.5 MB 23.4 MB/s eta 0:00:01  |################ | 1.5 MB 23.4 MB/s eta 0:00:01  |################ | 1.5 MB 23.4 MB/s eta 0:00:01 ---> Running in b5f57c61c8d9  |################ | 1.5 MB 23.4 MB/s eta 0:00:01  |################ | 1.6 MB 23.4 MB/s eta 0:00:01  |################ | 1.6 MB 23.4 MB/s eta 0:00:01  |################ | 1.6 MB 23.4 MB/s eta 0:00:01  |################ | 1.6 MB 23.4 MB/s eta 0:00:01  |################# | 1.6 MB 23.4 MB/s eta 0:00:01  |################# | 1.6 MB 23.4 MB/s eta 0:00:01  |################# | 1.6 MB 23.4 MB/s eta 0:00:01  |################# | 1.6 MB 23.4 MB/s eta 0:00:01  |################# | 1.6 MB 23.4 MB/s eta 0:00:01  |################# | 1.6 MB 23.4 MB/s eta 0:00:01  |################# | 1.7 MB 23.4 MB/s eta 0:00:01  |################# | 1.7 MB 23.4 MB/s eta 0:00:01  |################# | 1.7 MB 23.4 MB/s eta 0:00:01  |################# | 1.7 MB 23.4 MB/s eta 0:00:01  |################## | 1.7 MB 23.4 MB/s eta 0:00:01  |################## | 1.7 MB 23.4 MB/s eta 0:00:01  |################## | 1.7 MB 23.4 MB/s eta 0:00:01  |################## | 1.7 MB 23.4 MB/s eta 0:00:01  |################## | 1.7 MB 23.4 MB/s eta 0:00:01  |################## | 1.8 MB 23.4 MB/s eta 0:00:01  |################## | 1.8 MB 23.4 MB/s eta 0:00:01  |################## | 1.8 MB 23.4 MB/s eta 0:00:01  |################## | 1.8 MB 23.4 MB/s eta 0:00:01  |################### | 1.8 MB 23.4 MB/s eta 0:00:01  |################### | 1.8 MB 23.4 MB/s eta 0:00:01  |################### | 1.8 MB 23.4 MB/s eta 0:00:01  |################### | 1.8 MB 23.4 MB/s eta 0:00:01  |################### | 1.8 MB 23.4 MB/s eta 0:00:01  |################### | 1.8 MB 23.4 MB/s eta 0:00:01  |################### | 1.9 MB 23.4 MB/s eta 0:00:01  |################### | 1.9 MB 23.4 MB/s eta 0:00:01  |################### | 1.9 MB 23.4 MB/s eta 0:00:01  |#################### | 1.9 MB 23.4 MB/s eta 0:00:01  |#################### | 1.9 MB 23.4 MB/s eta 0:00:01  |#################### | 1.9 MB 23.4 MB/s eta 0:00:01  |#################### | 1.9 MB 23.4 MB/s eta 0:00:01  |#################### | 1.9 MB 23.4 MB/s eta 0:00:01  |#################### | 1.9 MB 23.4 MB/s eta 0:00:01  |#################### | 1.9 MB 23.4 MB/s eta 0:00:01  |#################### | 2.0 MB 23.4 MB/s eta 0:00:01  |#################### | 2.0 MB 23.4 MB/s eta 0:00:01  |##################### | 2.0 MB 23.4 MB/s eta 0:00:01  |##################### | 2.0 MB 23.4 MB/s eta 0:00:01  |##################### | 2.0 MB 23.4 MB/s eta 0:00:01  |##################### | 2.0 MB 23.4 MB/s eta 0:00:01  |##################### | 2.0 MB 23.4 MB/s eta 0:00:01  |##################### | 2.0 MB 23.4 MB/s eta 0:00:01  |##################### | 2.0 MB 23.4 MB/s eta 0:00:01  |##################### | 2.0 MB 23.4 MB/s eta 0:00:01  |##################### | 2.1 MB 23.4 MB/s eta 0:00:01  |###################### | 2.1 MB 23.4 MB/s eta 0:00:01  |###################### | 2.1 MB 23.4 MB/s eta 0:00:01  |###################### | 2.1 MB 23.4 MB/s eta 0:00:01  |###################### | 2.1 MB 23.4 MB/s eta 0:00:01  |###################### | 2.1 MB 23.4 MB/s eta 0:00:01  |###################### | 2.1 MB 23.4 MB/s eta 0:00:01  |###################### | 2.1 MB 23.4 MB/s eta 0:00:01  |###################### | 2.1 MB 23.4 MB/s eta 0:00:01  |###################### | 2.2 MB 23.4 MB/s eta 0:00:01  |###################### | 2.2 MB 23.4 MB/s eta 0:00:01  |####################### | 2.2 MB 23.4 MB/s eta 0:00:01  |####################### | 2.2 MB 23.4 MB/s eta 0:00:01  |####################### | 2.2 MB 23.4 MB/s eta 0:00:01  |####################### | 2.2 MB 23.4 MB/s eta 0:00:01  |####################### | 2.2 MB 23.4 MB/s eta 0:00:01  |####################### | 2.2 MB 23.4 MB/s eta 0:00:01  |####################### | 2.2 MB 23.4 MB/s eta 0:00:01  |####################### | 2.2 MB 23.4 MB/s eta 0:00:01  |####################### | 2.3 MB 23.4 MB/s eta 0:00:01  |######################## | 2.3 MB 23.4 MB/s eta 0:00:01  |######################## | 2.3 MB 23.4 MB/s eta 0:00:01  |######################## | 2.3 MB 23.4 MB/s eta 0:00:01  |######################## | 2.3 MB 23.4 MB/s eta 0:00:01  |######################## | 2.3 MB 23.4 MB/s eta 0:00:01  |######################## | 2.3 MB 23.4 MB/s eta 0:00:01  |######################## | 2.3 MB 23.4 MB/s eta 0:00:01  |######################## | 2.3 MB 23.4 MB/s eta 0:00:01  |######################## | 2.3 MB 23.4 MB/s eta 0:00:01  |######################### | 2.4 MB 23.4 MB/s eta 0:00:01  |######################### | 2.4 MB 23.4 MB/s eta 0:00:01  |######################### | 2.4 MB 23.4 MB/s eta 0:00:01  |######################### | 2.4 MB 23.4 MB/s eta 0:00:01  |######################### | 2.4 MB 23.4 MB/s eta 0:00:01  |######################### | 2.4 MB 23.4 MB/s eta 0:00:01  |######################### | 2.4 MB 23.4 MB/s eta 0:00:01  |######################### | 2.4 MB 23.4 MB/s eta 0:00:01  |######################### | 2.4 MB 23.4 MB/s eta 0:00:01  |########################## | 2.4 MB 23.4 MB/s eta 0:00:01  |########################## | 2.5 MB 23.4 MB/s eta 0:00:01  |########################## | 2.5 MB 23.4 MB/s eta 0:00:01  |########################## | 2.5 MB 23.4 MB/s eta 0:00:01  |########################## | 2.5 MB 23.4 MB/s eta 0:00:01  |########################## | 2.5 MB 23.4 MB/s eta 0:00:01  |########################## | 2.5 MB 23.4 MB/s eta 0:00:01  |########################## | 2.5 MB 23.4 MB/s eta 0:00:01  |########################## | 2.5 MB 23.4 MB/s eta 0:00:01  |########################### | 2.5 MB 23.4 MB/s eta 0:00:01  |########################### | 2.5 MB 23.4 MB/s eta 0:00:01  |########################### | 2.6 MB 23.4 MB/s eta 0:00:01  |########################### | 2.6 MB 23.4 MB/s eta 0:00:01  |########################### | 2.6 MB 23.4 MB/s eta 0:00:01  |########################### | 2.6 MB 23.4 MB/s eta 0:00:01  |########################### | 2.6 MB 23.4 MB/s eta 0:00:01  |########################### | 2.6 MB 23.4 MB/s eta 0:00:01  |########################### | 2.6 MB 23.4 MB/s eta 0:00:01  |############################ | 2.6 MB 23.4 MB/s eta 0:00:01  |############################ | 2.6 MB 23.4 MB/s eta 0:00:01  |############################ | 2.7 MB 23.4 MB/s eta 0:00:01  |############################ | 2.7 MB 23.4 MB/s eta 0:00:01  |############################ | 2.7 MB 23.4 MB/s eta 0:00:01  |############################ | 2.7 MB 23.4 MB/s eta 0:00:01  |############################ | 2.7 MB 23.4 MB/s eta 0:00:01  |############################ | 2.7 MB 23.4 MB/s eta 0:00:01  |############################ | 2.7 MB 23.4 MB/s eta 0:00:01  |############################ | 2.7 MB 23.4 MB/s eta 0:00:01  |############################# | 2.7 MB 23.4 MB/s eta 0:00:01  |############################# | 2.7 MB 23.4 MB/s eta 0:00:01  |############################# | 2.8 MB 23.4 MB/s eta 0:00:01  |############################# | 2.8 MB 23.4 MB/s eta 0:00:01  |############################# | 2.8 MB 23.4 MB/s eta 0:00:01  |############################# | 2.8 MB 23.4 MB/s eta 0:00:01  |############################# | 2.8 MB 23.4 MB/s eta 0:00:01  |############################# | 2.8 MB 23.4 MB/s eta 0:00:01  |############################# | 2.8 MB 23.4 MB/s eta 0:00:01  |############################## | 2.8 MB 23.4 MB/s eta 0:00:01  |############################## | 2.8 MB 23.4 MB/s eta 0:00:01  |############################## | 2.8 MB 23.4 MB/s eta 0:00:01  |############################## | 2.9 MB 23.4 MB/s eta 0:00:01  |############################## | 2.9 MB 23.4 MB/s eta 0:00:01  |############################## | 2.9 MB 23.4 MB/s eta 0:00:01  |############################## | 2.9 MB 23.4 MB/s eta 0:00:01  |############################## | 2.9 MB 23.4 MB/s eta 0:00:01  |############################## | 2.9 MB 23.4 MB/s eta 0:00:01  |############################### | 2.9 MB 23.4 MB/s eta 0:00:01  |############################### | 2.9 MB 23.4 MB/s eta 0:00:01  |############################### | 2.9 MB 23.4 MB/s eta 0:00:01  |############################### | 2.9 MB 23.4 MB/s eta 0:00:01  |############################### | 3.0 MB 23.4 MB/s eta 0:00:01  |############################### | 3.0 MB 23.4 MB/s eta 0:00:01  |############################### | 3.0 MB 23.4 MB/s eta 0:00:01  |############################### | 3.0 MB 23.4 MB/s eta 0:00:01  |############################### | 3.0 MB 23.4 MB/s eta 0:00:01  |################################| 3.0 MB 23.4 MB/s [?25hCollecting azure-mgmt-applicationinsights~=0.1.1 Downloading azure_mgmt_applicationinsights-0.1.1-py2.py3-none-any.whl (42 kB) [?25l  |####### | 10 kB 13.7 MB/s eta 0:00:01  |############### | 20 kB 17.4 MB/s eta 0:00:01  |###################### | 30 kB 21.3 MB/s eta 0:00:01  |############################## | 40 kB 21.4 MB/s eta 0:00:01Removing intermediate container 5f24949c767f ---> 56a0e9204b21 Step 13/19 : RUN npm run build  |################################| 42 kB 20 kB/s [?25hCollecting azure-mgmt-relay~=0.1.0 Downloading azure_mgmt_relay-0.1.0-py2.py3-none-any.whl (36 kB) ---> Running in 477bfbe868c9 Removing intermediate container b5f57c61c8d9 ---> 08ee8c93701a Step 32/37 : ENV OSMMON_GRAFANA_URL http://grafana:3000 Collecting azure-mgmt-rdbms~=1.2 Downloading azure_mgmt_rdbms-1.9.0-py2.py3-none-any.whl (259 kB) [?25l ---> Running in 3dc5883b16b4  |# | 10 kB 7.8 MB/s eta 0:00:01  |## | 20 kB 12.0 MB/s eta 0:00:01  |### | 30 kB 15.9 MB/s eta 0:00:01  |##### | 40 kB 17.6 MB/s eta 0:00:01  |###### | 51 kB 18.2 MB/s eta 0:00:01  |####### | 61 kB 19.5 MB/s eta 0:00:01  |######## | 71 kB 17.6 MB/s eta 0:00:01  |########## | 81 kB 19.1 MB/s eta 0:00:01  |########### | 92 kB 20.0 MB/s eta 0:00:01  |############ | 102 kB 18.8 MB/s eta 0:00:01  |############# | 112 kB 18.8 MB/s eta 0:00:01  |############### | 122 kB 18.8 MB/s eta 0:00:01  |################ | 133 kB 18.8 MB/s eta 0:00:01  |################# | 143 kB 18.8 MB/s eta 0:00:01  |################## | 153 kB 18.8 MB/s eta 0:00:01  |#################### | 163 kB 18.8 MB/s eta 0:00:01  |##################### | 174 kB 18.8 MB/s eta 0:00:01  |###################### | 184 kB 18.8 MB/s eta 0:00:01  |####################### | 194 kB 18.8 MB/s eta 0:00:01  |######################### | 204 kB 18.8 MB/s eta 0:00:01  |########################## | 215 kB 18.8 MB/s eta 0:00:01  |########################### | 225 kB 18.8 MB/s eta 0:00:01  |############################# | 235 kB 18.8 MB/s eta 0:00:01  |############################## | 245 kB 18.8 MB/s eta 0:00:01  |############################### | 256 kB 18.8 MB/s eta 0:00:01  |################################| 259 kB 18.8 MB/s [?25hCollecting azure-mgmt-containerregistry~=2.1 Downloading azure_mgmt_containerregistry-2.8.0-py2.py3-none-any.whl (718 kB) [?25l  | | 10 kB 16.0 MB/s eta 0:00:01  | | 20 kB 19.8 MB/s eta 0:00:01  |# | 30 kB 23.4 MB/s eta 0:00:01  |# | 40 kB 23.1 MB/s eta 0:00:01  |## | 51 kB 24.3 MB/s eta 0:00:01  |## | 61 kB 25.9 MB/s eta 0:00:01  |### | 71 kB 26.8 MB/s eta 0:00:01  |### | 81 kB 27.5 MB/s eta 0:00:01  |#### | 92 kB 27.2 MB/s eta 0:00:01  |#### | 102 kB 27.4 MB/s eta 0:00:01  |##### | 112 kB 27.4 MB/s eta 0:00:01  |##### | 122 kB 27.4 MB/s eta 0:00:01  |##### | 133 kB 27.4 MB/s eta 0:00:01  |###### | 143 kB 27.4 MB/s eta 0:00:01  |###### | 153 kB 27.4 MB/s eta 0:00:01  |####### | 163 kB 27.4 MB/s eta 0:00:01  |####### | 174 kB 27.4 MB/s eta 0:00:01  |######## | 184 kB 27.4 MB/s eta 0:00:01  |######## | 194 kB 27.4 MB/s eta 0:00:01  |######### | 204 kB 27.4 MB/s eta 0:00:01  |######### | 215 kB 27.4 MB/s eta 0:00:01  |########## | 225 kB 27.4 MB/s eta 0:00:01  |########## | 235 kB 27.4 MB/s eta 0:00:01  |########## | 245 kB 27.4 MB/s eta 0:00:01  |########### | 256 kB 27.4 MB/s eta 0:00:01  |########### | 266 kB 27.4 MB/s eta 0:00:01  |############ | 276 kB 27.4 MB/s eta 0:00:01  |############ | 286 kB 27.4 MB/s eta 0:00:01  |############# | 296 kB 27.4 MB/s eta 0:00:01  |############# | 307 kB 27.4 MB/s eta 0:00:01  |############## | 317 kB 27.4 MB/s eta 0:00:01  |############## | 327 kB 27.4 MB/s eta 0:00:01  |############### | 337 kB 27.4 MB/s eta 0:00:01  |############### | 348 kB 27.4 MB/s eta 0:00:01  |############### | 358 kB 27.4 MB/s eta 0:00:01  |################ | 368 kB 27.4 MB/s eta 0:00:01  |################ | 378 kB 27.4 MB/s eta 0:00:01  |################# | 389 kB 27.4 MB/s eta 0:00:01  |################# | 399 kB 27.4 MB/s eta 0:00:01  |################## | 409 kB 27.4 MB/s eta 0:00:01  |################## | 419 kB 27.4 MB/s eta 0:00:01  |################### | 430 kB 27.4 MB/s eta 0:00:01  |################### | 440 kB 27.4 MB/s eta 0:00:01  |#################### | 450 kB 27.4 MB/s eta 0:00:01  |#################### | 460 kB 27.4 MB/s eta 0:00:01  |#################### | 471 kB 27.4 MB/s eta 0:00:01  |##################### | 481 kB 27.4 MB/s eta 0:00:01  |##################### | 491 kB 27.4 MB/s eta 0:00:01  |###################### | 501 kB 27.4 MB/s eta 0:00:01  |###################### | 512 kB 27.4 MB/s eta 0:00:01  |####################### | 522 kB 27.4 MB/s eta 0:00:01  |####################### | 532 kB 27.4 MB/s eta 0:00:01  |######################## | 542 kB 27.4 MB/s eta 0:00:01  |######################## | 552 kB 27.4 MB/s eta 0:00:01  |######################### | 563 kB 27.4 MB/s eta 0:00:01  |######################### | 573 kB 27.4 MB/s eta 0:00:01  |######################### | 583 kB 27.4 MB/s eta 0:00:01  |########################## | 593 kB 27.4 MB/s eta 0:00:01  |########################## | 604 kB 27.4 MB/s eta 0:00:01  |########################### | 614 kB 27.4 MB/s eta 0:00:01  |########################### | 624 kB 27.4 MB/s eta 0:00:01  |############################ | 634 kB 27.4 MB/s eta 0:00:01  |############################ | 645 kB 27.4 MB/s eta 0:00:01  |############################# | 655 kB 27.4 MB/s eta 0:00:01  |############################# | 665 kB 27.4 MB/s eta 0:00:01  |############################## | 675 kB 27.4 MB/s eta 0:00:01  |############################## | 686 kB 27.4 MB/s eta 0:00:01  |############################### | 696 kB 27.4 MB/s eta 0:00:01  |############################### | 706 kB 27.4 MB/s eta 0:00:01  |############################### | 716 kB 27.4 MB/s eta 0:00:01  |################################| 718 kB 27.4 MB/s Removing intermediate container 3dc5883b16b4 ---> e8fb3a8af3e2 Step 33/37 : ENV OSMMON_GRAFANA_USER admin [?25hCollecting azure-mgmt-cdn~=3.0 ---> Running in 7ea193903d25 Downloading azure_mgmt_cdn-3.1.0-py2.py3-none-any.whl (119 kB) [?25l  |## | 10 kB 5.2 MB/s eta 0:00:01  |##### | 20 kB 8.8 MB/s eta 0:00:01  |######## | 30 kB 12.1 MB/s eta 0:00:01  |########## | 40 kB 14.4 MB/s eta 0:00:01  |############# | 51 kB 16.2 MB/s eta 0:00:01  |################ | 61 kB 17.2 MB/s eta 0:00:01  |################### | 71 kB 18.4 MB/s eta 0:00:01  |##################### | 81 kB 20.0 MB/s eta 0:00:01  |######################## | 92 kB 20.9 MB/s eta 0:00:01  |########################### | 102 kB 20.5 MB/s eta 0:00:01  |############################## | 112 kB 20.5 MB/s eta 0:00:01  |################################| 119 kB 20.5 MB/s [?25hCollecting azure-mgmt-datamigration~=1.0 Downloading azure_mgmt_datamigration-1.0.0-py2.py3-none-any.whl (185 kB) [?25l  |# | 10 kB 15.1 MB/s eta 0:00:01  |### | 20 kB 16.5 MB/s eta 0:00:01  |##### | 30 kB 19.5 MB/s eta 0:00:01  |####### | 40 kB 19.7 MB/s eta 0:00:01  |######## | 51 kB 20.1 MB/s eta 0:00:01  |########## | 61 kB 21.2 MB/s eta 0:00:01  |############ | 71 kB 21.4 MB/s eta 0:00:01  |############## | 81 kB 22.3 MB/s eta 0:00:01  |############### | 92 kB 22.5 MB/s eta 0:00:01  |################# | 102 kB 22.6 MB/s eta 0:00:01  |################### | 112 kB 22.6 MB/s eta 0:00:01  |##################### | 122 kB 22.6 MB/s eta 0:00:01  |###################### | 133 kB 22.6 MB/s eta 0:00:01  |######################## | 143 kB 22.6 MB/s eta 0:00:01  |########################## | 153 kB 22.6 MB/s eta 0:00:01  |############################ | 163 kB 22.6 MB/s eta 0:00:01  |############################## | 174 kB 22.6 MB/s eta 0:00:01  |############################### | 184 kB 22.6 MB/s eta 0:00:01  |################################| 185 kB 22.6 MB/s [?25hCollecting azure-mgmt-msi~=0.2.0 Removing intermediate container 7ea193903d25 ---> 08649e662e91 Step 34/37 : ENV OSMMON_GRAFANA_PASSWORD admin Downloading azure_mgmt_msi-0.2.0-py2.py3-none-any.whl (17 kB) ---> Running in 90d0a1e9c3e6 Collecting azure-mgmt-iothub~=0.5.0 Downloading azure_mgmt_iothub-0.5.0-py2.py3-none-any.whl (102 kB) [?25l  |### | 10 kB 14.3 MB/s eta 0:00:01  |###### | 20 kB 16.3 MB/s eta 0:00:01  |######### | 30 kB 20.4 MB/s eta 0:00:01  |############ | 40 kB 22.3 MB/s eta 0:00:01  |############### | 51 kB 23.6 MB/s eta 0:00:01  |################### | 61 kB 25.7 MB/s eta 0:00:01  |###################### | 71 kB 26.5 MB/s eta 0:00:01  |######################### | 81 kB 28.3 MB/s eta 0:00:01  |############################ | 92 kB 28.4 MB/s eta 0:00:01  |############################### | 102 kB 29.3 MB/s eta 0:00:01  |################################| 102 kB 29.3 MB/s [?25hCollecting azure-mgmt-iothubprovisioningservices~=0.2.0 Removing intermediate container 90d0a1e9c3e6 ---> f1fec415aa37 Step 35/37 : EXPOSE 8000 Downloading azure_mgmt_iothubprovisioningservices-0.2.0-py2.py3-none-any.whl (60 kB) [?25l  |##### | 10 kB 10.3 MB/s eta 0:00:01  |########## | 20 kB 15.1 MB/s eta 0:00:01  |################ | 30 kB 19.6 MB/s eta 0:00:01  |##################### | 40 kB 21.9 MB/s eta 0:00:01  |########################### | 51 kB 23.6 MB/s eta 0:00:01  |################################| 60 kB 8.7 MB/s ---> Running in c85f04b4fdfc [?25hCollecting azure-mgmt-network~=2.0 Downloading azure_mgmt_network-2.7.0-py2.py3-none-any.whl (11.4 MB) [?25l  | | 10 kB 17.0 MB/s eta 0:00:01  | | 20 kB 24.7 MB/s eta 0:00:01  | | 30 kB 26.3 MB/s eta 0:00:01  | | 40 kB 30.1 MB/s eta 0:00:01  | | 51 kB 31.1 MB/s eta 0:00:01  | | 61 kB 31.1 MB/s eta 0:00:01  | | 71 kB 33.2 MB/s eta 0:00:01  | | 81 kB 33.4 MB/s eta 0:00:01  | | 92 kB 31.9 MB/s eta 0:00:01  | | 102 kB 31.1 MB/s eta 0:00:01  | | 112 kB 31.1 MB/s eta 0:00:01  | | 122 kB 31.1 MB/s eta 0:00:01  | | 133 kB 31.1 MB/s eta 0:00:01  | | 143 kB 31.1 MB/s eta 0:00:01  | | 153 kB 31.1 MB/s eta 0:00:01  | | 163 kB 31.1 MB/s eta 0:00:01  | | 174 kB 31.1 MB/s eta 0:00:01  | | 184 kB 31.1 MB/s eta 0:00:01  | | 194 kB 31.1 MB/s eta 0:00:01  | | 204 kB 31.1 MB/s eta 0:00:01  | | 215 kB 31.1 MB/s eta 0:00:01  | | 225 kB 31.1 MB/s eta 0:00:01  | | 235 kB 31.1 MB/s eta 0:00:01  | | 245 kB 31.1 MB/s eta 0:00:01  | | 256 kB 31.1 MB/s eta 0:00:01  | | 266 kB 31.1 MB/s eta 0:00:01  | | 276 kB 31.1 MB/s eta 0:00:01  | | 286 kB 31.1 MB/s eta 0:00:01  | | 296 kB 31.1 MB/s eta 0:00:01  | | 307 kB 31.1 MB/s eta 0:00:01  | | 317 kB 31.1 MB/s eta 0:00:01  | | 327 kB 31.1 MB/s eta 0:00:01  | | 337 kB 31.1 MB/s eta 0:00:01  | | 348 kB 31.1 MB/s eta 0:00:01  |# | 358 kB 31.1 MB/s eta 0:00:01  |# | 368 kB 31.1 MB/s eta 0:00:01  |# | 378 kB 31.1 MB/s eta 0:00:01  |# | 389 kB 31.1 MB/s eta 0:00:01  |# | 399 kB 31.1 MB/s eta 0:00:01  |# | 409 kB 31.1 MB/s eta 0:00:01  |# | 419 kB 31.1 MB/s eta 0:00:01  |# | 430 kB 31.1 MB/s eta 0:00:01  |# | 440 kB 31.1 MB/s eta 0:00:01  |# | 450 kB 31.1 MB/s eta 0:00:01  |# | 460 kB 31.1 MB/s eta 0:00:01  |# | 471 kB 31.1 MB/s eta 0:00:01  |# | 481 kB 31.1 MB/s eta 0:00:01  |# | 491 kB 31.1 MB/s eta 0:00:01  |# | 501 kB 31.1 MB/s eta 0:00:01  |# | 512 kB 31.1 MB/s eta 0:00:01  |# | 522 kB 31.1 MB/s eta 0:00:01  |# | 532 kB 31.1 MB/s eta 0:00:01  |# | 542 kB 31.1 MB/s eta 0:00:01  |# | 552 kB 31.1 MB/s eta 0:00:01  |# | 563 kB 31.1 MB/s eta 0:00:01  |# | 573 kB 31.1 MB/s eta 0:00:01  |# | 583 kB 31.1 MB/s eta 0:00:01  |# | 593 kB 31.1 MB/s eta 0:00:01  |# | 604 kB 31.1 MB/s eta 0:00:01  |# | 614 kB 31.1 MB/s eta 0:00:01  |# | 624 kB 31.1 MB/s eta 0:00:01  |# | 634 kB 31.1 MB/s eta 0:00:01  |# | 645 kB 31.1 MB/s eta 0:00:01  |# | 655 kB 31.1 MB/s eta 0:00:01  |# | 665 kB 31.1 MB/s eta 0:00:01  |# | 675 kB 31.1 MB/s eta 0:00:01  |# | 686 kB 31.1 MB/s eta 0:00:01  |# | 696 kB 31.1 MB/s eta 0:00:01  |# | 706 kB 31.1 MB/s eta 0:00:01  |## | 716 kB 31.1 MB/s eta 0:00:01  |## | 727 kB 31.1 MB/s eta 0:00:01  |## | 737 kB 31.1 MB/s eta 0:00:01  |## | 747 kB 31.1 MB/s eta 0:00:01  |## | 757 kB 31.1 MB/s eta 0:00:01  |## | 768 kB 31.1 MB/s eta 0:00:01  |## | 778 kB 31.1 MB/s eta 0:00:01  |## | 788 kB 31.1 MB/s eta 0:00:01  |## | 798 kB 31.1 MB/s eta 0:00:01  |## | 808 kB 31.1 MB/s eta 0:00:01  |## | 819 kB 31.1 MB/s eta 0:00:01  |## | 829 kB 31.1 MB/s eta 0:00:01  |## | 839 kB 31.1 MB/s eta 0:00:01  |## | 849 kB 31.1 MB/s eta 0:00:01  |## | 860 kB 31.1 MB/s eta 0:00:01  |## | 870 kB 31.1 MB/s eta 0:00:01  |## | 880 kB 31.1 MB/s eta 0:00:01  |## | 890 kB 31.1 MB/s eta 0:00:01  |## | 901 kB 31.1 MB/s eta 0:00:01  |## | 911 kB 31.1 MB/s eta 0:00:01  |## | 921 kB 31.1 MB/s eta 0:00:01  |## | 931 kB 31.1 MB/s eta 0:00:01  |## | 942 kB 31.1 MB/s eta 0:00:01  |## | 952 kB 31.1 MB/s eta 0:00:01  |## | 962 kB 31.1 MB/s eta 0:00:01  |## | 972 kB 31.1 MB/s eta 0:00:01  |## | 983 kB 31.1 MB/s eta 0:00:01  |## | 993 kB 31.1 MB/s eta 0:00:01  |## | 1.0 MB 31.1 MB/s eta 0:00:01  |## | 1.0 MB 31.1 MB/s eta 0:00:01  |## | 1.0 MB 31.1 MB/s eta 0:00:01  |## | 1.0 MB 31.1 MB/s eta 0:00:01  |## | 1.0 MB 31.1 MB/s eta 0:00:01  |## | 1.1 MB 31.1 MB/s eta 0:00:01  |## | 1.1 MB 31.1 MB/s eta 0:00:01  |### | 1.1 MB 31.1 MB/s eta 0:00:01  |### | 1.1 MB 31.1 MB/s eta 0:00:01  |### | 1.1 MB 31.1 MB/s eta 0:00:01  |### | 1.1 MB 31.1 MB/s eta 0:00:01  |### | 1.1 MB 31.1 MB/s eta 0:00:01  |### | 1.1 MB 31.1 MB/s eta 0:00:01  |### | 1.1 MB 31.1 MB/s eta 0:00:01  |### | 1.1 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.2 MB 31.1 MB/s eta 0:00:01  |### | 1.3 MB 31.1 MB/s eta 0:00:01  |### | 1.3 MB 31.1 MB/s eta 0:00:01  |### | 1.3 MB 31.1 MB/s eta 0:00:01  |### | 1.3 MB 31.1 MB/s eta 0:00:01  |### | 1.3 MB 31.1 MB/s eta 0:00:01  |### | 1.3 MB 31.1 MB/s eta 0:00:01  |### | 1.3 MB 31.1 MB/s eta 0:00:01  |### | 1.3 MB 31.1 MB/s eta 0:00:01  |### | 1.3 MB 31.1 MB/s eta 0:00:01  |### | 1.4 MB 31.1 MB/s eta 0:00:01  |### | 1.4 MB 31.1 MB/s eta 0:00:01  |### | 1.4 MB 31.1 MB/s eta 0:00:01  |### | 1.4 MB 31.1 MB/s eta 0:00:01  |### | 1.4 MB 31.1 MB/s eta 0:00:01  |### | 1.4 MB 31.1 MB/s eta 0:00:01  |### | 1.4 MB 31.1 MB/s eta 0:00:01  |#### | 1.4 MB 31.1 MB/s eta 0:00:01  |#### | 1.4 MB 31.1 MB/s eta 0:00:01  |#### | 1.4 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.5 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.6 MB 31.1 MB/s eta 0:00:01  |#### | 1.7 MB 31.1 MB/s eta 0:00:01  |#### | 1.7 MB 31.1 MB/s eta 0:00:01  |#### | 1.7 MB 31.1 MB/s eta 0:00:01  |#### | 1.7 MB 31.1 MB/s eta 0:00:01  |#### | 1.7 MB 31.1 MB/s eta 0:00:01  |#### | 1.7 MB 31.1 MB/s eta 0:00:01  |#### | 1.7 MB 31.1 MB/s eta 0:00:01  |#### | 1.7 MB 31.1 MB/s eta 0:00:01  |#### | 1.7 MB 31.1 MB/s eta 0:00:01  |#### | 1.8 MB 31.1 MB/s eta 0:00:01  |#### | 1.8 MB 31.1 MB/s eta 0:00:01  |#### | 1.8 MB 31.1 MB/s eta 0:00:01  |##### | 1.8 MB 31.1 MB/s eta 0:00:01  |##### | 1.8 MB 31.1 MB/s eta 0:00:01  |##### | 1.8 MB 31.1 MB/s eta 0:00:01  |##### | 1.8 MB 31.1 MB/s eta 0:00:01  |##### | 1.8 MB 31.1 MB/s eta 0:00:01  |##### | 1.8 MB 31.1 MB/s eta 0:00:01  |##### | 1.8 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 1.9 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.0 MB 31.1 MB/s eta 0:00:01  |##### | 2.1 MB 31.1 MB/s eta 0:00:01  |##### | 2.1 MB 31.1 MB/s eta 0:00:01  |##### | 2.1 MB 31.1 MB/s eta 0:00:01  |##### | 2.1 MB 31.1 MB/s eta 0:00:01  |##### | 2.1 MB 31.1 MB/s eta 0:00:01  |##### | 2.1 MB 31.1 MB/s eta 0:00:01  |##### | 2.1 MB 31.1 MB/s eta 0:00:01  |##### | 2.1 MB 31.1 MB/s eta 0:00:01  |###### | 2.1 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.2 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.3 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.4 MB 31.1 MB/s eta 0:00:01  |###### | 2.5 MB 31.1 MB/s eta 0:00:01  |###### | 2.5 MB 31.1 MB/s eta 0:00:01  |###### | 2.5 MB 31.1 MB/s eta 0:00:01  |####### | 2.5 MB 31.1 MB/s eta 0:00:01  |####### | 2.5 MB 31.1 MB/s eta 0:00:01  |####### | 2.5 MB 31.1 MB/s eta 0:00:01  |####### | 2.5 MB 31.1 MB/s eta 0:00:01  |####### | 2.5 MB 31.1 MB/s eta 0:00:01  |####### | 2.5 MB 31.1 MB/s eta 0:00:01  |####### | 2.5 MB 31.1 MB/s eta 0:00:01  |####### | 2.6 MB 31.1 MB/s eta 0:00:01  |####### | 2.6 MB 31.1 MB/s eta 0:00:01  |####### | 2.6 MB 31.1 MB/s eta 0:00:01  |####### | 2.6 MB 31.1 MB/s eta 0:00:01  |####### | 2.6 MB 31.1 MB/s eta 0:00:01  |####### | 2.6 MB 31.1 MB/s eta 0:00:01  |####### | 2.6 MB 31.1 MB/s eta 0:00:01  |####### | 2.6 MB 31.1 MB/s eta 0:00:01  |####### | 2.6 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.7 MB 31.1 MB/s eta 0:00:01  |####### | 2.8 MB 31.1 MB/s eta 0:00:01  |####### | 2.8 MB 31.1 MB/s eta 0:00:01  |####### | 2.8 MB 31.1 MB/s eta 0:00:01  |####### | 2.8 MB 31.1 MB/s eta 0:00:01  |####### | 2.8 MB 31.1 MB/s eta 0:00:01  |####### | 2.8 MB 31.1 MB/s eta 0:00:01  |####### | 2.8 MB 31.1 MB/s eta 0:00:01  |####### | 2.8 MB 31.1 MB/s eta 0:00:01  |####### | 2.8 MB 31.1 MB/s eta 0:00:01  |######## | 2.8 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 2.9 MB 31.1 MB/s eta 0:00:01  |######## | 3.0 MB 31.1 MB/s eta 0:00:01  |######## | 3.0 MB 31.1 MB/s eta 0:00:01  |######## | 3.0 MB 31.1 MB/s eta 0:00:01  |######## | 3.0 MB 31.1 MB/s eta 0:00:01  |######## | 3.0 MB 31.1 MB/s eta 0:00:01  |######## | 3.0 MB 31.1 MB/s eta 0:00:01  |######## | 3.0 MB 31.1 MB/s eta 0:00:01  |######## | 3.0 MB 31.1 MB/s eta 0:00:01  |######## | 3.0 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.1 MB 31.1 MB/s eta 0:00:01  |######## | 3.2 MB 31.1 MB/s eta 0:00:01  |######## | 3.2 MB 31.1 MB/s eta 0:00:01  |######## | 3.2 MB 31.1 MB/s eta 0:00:01  |######## | 3.2 MB 31.1 MB/s eta 0:00:01  |######## | 3.2 MB 31.1 MB/s eta 0:00:01  |######### | 3.2 MB 31.1 MB/s eta 0:00:01  |######### | 3.2 MB 31.1 MB/s eta 0:00:01  |######### | 3.2 MB 31.1 MB/s eta 0:00:01  |######### | 3.2 MB 31.1 MB/s eta 0:00:01  |######### | 3.2 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.3 MB 31.1 MB/s eta 0:00:01  |######### | 3.4 MB 31.1 MB/s eta 0:00:01  |######### | 3.4 MB 31.1 MB/s eta 0:00:01  |######### | 3.4 MB 31.1 MB/s eta 0:00:01  |######### | 3.4 MB 31.1 MB/s eta 0:00:01  |######### | 3.4 MB 31.1 MB/s eta 0:00:01  |######### | 3.4 MB 31.1 MB/s eta 0:00:01  |######### | 3.4 MB 31.1 MB/s eta 0:00:01  |######### | 3.4 MB 31.1 MB/s eta 0:00:01  |######### | 3.4 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |######### | 3.5 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.6 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.7 MB 31.1 MB/s eta 0:00:01  |########## | 3.8 MB 31.1 MB/s eta 0:00:01  |########## | 3.8 MB 31.1 MB/s eta 0:00:01  |########## | 3.8 MB 31.1 MB/s eta 0:00:01  |########## | 3.8 MB 31.1 MB/s eta 0:00:01  |########## | 3.8 MB 31.1 MB/s eta 0:00:01  |########## | 3.8 MB 31.1 MB/s eta 0:00:01  |########## | 3.8 MB 31.1 MB/s eta 0:00:01  |########## | 3.8 MB 31.1 MB/s eta 0:00:01  |########## | 3.8 MB 31.1 MB/s eta 0:00:01  |########## | 3.9 MB 31.1 MB/s eta 0:00:01  |########## | 3.9 MB 31.1 MB/s eta 0:00:01  |########## | 3.9 MB 31.1 MB/s eta 0:00:01  |########## | 3.9 MB 31.1 MB/s eta 0:00:01  |########## | 3.9 MB 31.1 MB/s eta 0:00:01  |########## | 3.9 MB 31.1 MB/s eta 0:00:01  |########### | 3.9 MB 31.1 MB/s eta 0:00:01  |########### | 3.9 MB 31.1 MB/s eta 0:00:01  |########### | 3.9 MB 31.1 MB/s eta 0:00:01  |########### | 3.9 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.0 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.1 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.2 MB 31.1 MB/s eta 0:00:01  |########### | 4.3 MB 31.1 MB/s eta 0:00:01  |############ | 4.3 MB 31.1 MB/s eta 0:00:01Removing intermediate container c85f04b4fdfc  ---> 2a498093c6b7 Step 36/37 : HEALTHCHECK --start-period=120s --interval=5s --timeout=2s --retries=12 CMD osm-mon-healthcheck || exit 1 |############ | 4.3 MB 31.1 MB/s eta 0:00:01  |############ | 4.3 MB 31.1 MB/s eta 0:00:01  |############ | 4.3 MB 31.1 MB/s eta 0:00:01  |############ | 4.3 MB 31.1 MB/s eta 0:00:01  |############ | 4.3 MB 31.1 MB/s eta 0:00:01  |############ | 4.3 MB 31.1 MB/s eta 0:00:01  |############ | 4.3 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.4 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.5 MB 31.1 MB/s eta 0:00:01  |############ | 4.6 MB 31.1 MB/s eta 0:00:01  |############ | 4.6 MB 31.1 MB/s eta 0:00:01  |############ | 4.6 MB 31.1 MB/s eta 0:00:01  |############ | 4.6 MB 31.1 MB/s eta 0:00:01  |############ | 4.6 MB 31.1 MB/s eta 0:00:01  |############ | 4.6 MB 31.1 MB/s eta 0:00:01  |############ | 4.6 MB 31.1 MB/s eta 0:00:01  |############# | 4.6 MB 31.1 MB/s eta 0:00:01  |############# | 4.6 MB 31.1 MB/s eta 0:00:01  |############# | 4.6 MB 31.1 MB/s eta 0:00:01  |############# | 4.7 MB 31.1 MB/s eta 0:00:01  |############# | 4.7 MB 31.1 MB/s eta 0:00:01  |############# | 4.7 MB 31.1 MB/s eta 0:00:01  |############# | 4.7 MB 31.1 MB/s eta 0:00:01  |############# | 4.7 MB 31.1 MB/s eta 0:00:01  |############# | 4.7 MB 31.1 MB/s eta 0:00:01  |############# | 4.7 MB 31.1 MB/s eta 0:00:01  |############# | 4.7 MB 31.1 MB/s eta 0:00:01  |############# | 4.7 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.8 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 4.9 MB 31.1 MB/s eta 0:00:01  |############# | 5.0 MB 31.1 MB/s eta 0:00:01  |############# | 5.0 MB 31.1 MB/s eta 0:00:01  |############## | 5.0 MB 31.1 MB/s eta 0:00:01  |############## | 5.0 MB 31.1 MB/s eta 0:00:01  |############## | 5.0 MB 31.1 MB/s eta 0:00:01  |############## | 5.0 MB 31.1 MB/s eta 0:00:01  |############## | 5.0 MB 31.1 MB/s eta 0:00:01 > osm@9.0.0 build /usr/share/osm-ngui > ng build --prod --aot  |############## | 5.0 MB 31.1 MB/s eta 0:00:01  |############## | 5.0 MB 31.1 MB/s eta 0:00:01  |############## | 5.0 MB 31.1 MB/s eta 0:00:01  |############## | 5.1 MB 31.1 MB/s eta 0:00:01  |############## | 5.1 MB 31.1 MB/s eta 0:00:01  |############## | 5.1 MB 31.1 MB/s eta 0:00:01  |############## | 5.1 MB 31.1 MB/s eta 0:00:01  |############## | 5.1 MB 31.1 MB/s eta 0:00:01  |############## | 5.1 MB 31.1 MB/s eta 0:00:01  |############## | 5.1 MB 31.1 MB/s eta 0:00:01  |############## | 5.1 MB 31.1 MB/s eta 0:00:01  |############## | 5.1 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.2 MB 31.1 MB/s eta 0:00:01  |############## | 5.3 MB 31.1 MB/s eta 0:00:01  |############## | 5.3 MB 31.1 MB/s eta 0:00:01  |############## | 5.3 MB 31.1 MB/s eta 0:00:01  |############## | 5.3 MB 31.1 MB/s eta 0:00:01  |############## | 5.3 MB 31.1 MB/s eta 0:00:01  |############## | 5.3 MB 31.1 MB/s eta 0:00:01  |############## | 5.3 MB 31.1 MB/s eta 0:00:01  |############## | 5.3 MB 31.1 MB/s eta 0:00:01  |############### | 5.3 MB 31.1 MB/s eta 0:00:01  |############### | 5.3 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.4 MB 31.1 MB/s eta 0:00:01  |############### | 5.5 MB 31.1 MB/s eta 0:00:01  |############### | 5.5 MB 31.1 MB/s eta 0:00:01  |############### | 5.5 MB 31.1 MB/s eta 0:00:01  |############### | 5.5 MB 31.1 MB/s eta 0:00:01  |############### | 5.5 MB 31.1 MB/s eta 0:00:01  |############### | 5.5 MB 31.1 MB/s eta 0:00:01  |############### | 5.5 MB 31.1 MB/s eta 0:00:01  |############### | 5.5 MB 31.1 MB/s eta 0:00:01  |############### | 5.5 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.6 MB 31.1 MB/s eta 0:00:01  |############### | 5.7 MB 31.1 MB/s eta 0:00:01  |############### | 5.7 MB 31.1 MB/s eta 0:00:01  |############### | 5.7 MB 31.1 MB/s eta 0:00:01  |############### | 5.7 MB 31.1 MB/s eta 0:00:01  |################ | 5.7 MB 31.1 MB/s eta 0:00:01  |################ | 5.7 MB 31.1 MB/s eta 0:00:01  |################ | 5.7 MB 31.1 MB/s eta 0:00:01  |################ | 5.7 MB 31.1 MB/s eta 0:00:01  |################ | 5.7 MB 31.1 MB/s eta 0:00:01  |################ | 5.7 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.8 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 5.9 MB 31.1 MB/s eta 0:00:01  |################ | 6.0 MB 31.1 MB/s eta 0:00:01  |################ | 6.0 MB 31.1 MB/s eta 0:00:01  |################ | 6.0 MB 31.1 MB/s eta 0:00:01  |################ | 6.0 MB 31.1 MB/s eta 0:00:01  |################ | 6.0 MB 31.1 MB/s eta 0:00:01  |################ | 6.0 MB 31.1 MB/s eta 0:00:01  |################ | 6.0 MB 31.1 MB/s eta 0:00:01  |################ | 6.0 MB 31.1 MB/s eta 0:00:01  |################# | 6.0 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.1 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.2 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.3 MB 31.1 MB/s eta 0:00:01  |################# | 6.4 MB 31.1 MB/s eta 0:00:01  |################# | 6.4 MB 31.1 MB/s eta 0:00:01  |################# | 6.4 MB 31.1 MB/s eta 0:00:01  |################# | 6.4 MB 31.1 MB/s eta 0:00:01  |################## | 6.4 MB 31.1 MB/s eta 0:00:01  |################## | 6.4 MB 31.1 MB/s eta 0:00:01  |################## | 6.4 MB 31.1 MB/s eta 0:00:01  |################## | 6.4 MB 31.1 MB/s eta 0:00:01  |################## | 6.4 MB 31.1 MB/s eta 0:00:01  |################## | 6.5 MB 31.1 MB/s eta 0:00:01  |################## | 6.5 MB 31.1 MB/s eta 0:00:01  |################## | 6.5 MB 31.1 MB/s eta 0:00:01  |################## | 6.5 MB 31.1 MB/s eta 0:00:01  |################## | 6.5 MB 31.1 MB/s eta 0:00:01  |################## | 6.5 MB 31.1 MB/s eta 0:00:01 ---> Running in e9791cec0f6e  |################## | 6.5 MB 31.1 MB/s eta 0:00:01  |################## | 6.5 MB 31.1 MB/s eta 0:00:01  |################## | 6.5 MB 31.1 MB/s eta 0:00:01  |################## | 6.5 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.6 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################## | 6.7 MB 31.1 MB/s eta 0:00:01  |################### | 6.8 MB 31.1 MB/s eta 0:00:01  |################### | 6.8 MB 31.1 MB/s eta 0:00:01  |################### | 6.8 MB 31.1 MB/s eta 0:00:01  |################### | 6.8 MB 31.1 MB/s eta 0:00:01  |################### | 6.8 MB 31.1 MB/s eta 0:00:01  |################### | 6.8 MB 31.1 MB/s eta 0:00:01  |################### | 6.8 MB 31.1 MB/s eta 0:00:01  |################### | 6.8 MB 31.1 MB/s eta 0:00:01  |################### | 6.8 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 6.9 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.0 MB 31.1 MB/s eta 0:00:01  |################### | 7.1 MB 31.1 MB/s eta 0:00:01  |################### | 7.1 MB 31.1 MB/s eta 0:00:01  |################### | 7.1 MB 31.1 MB/s eta 0:00:01  |################### | 7.1 MB 31.1 MB/s eta 0:00:01  |################### | 7.1 MB 31.1 MB/s eta 0:00:01  |#################### | 7.1 MB 31.1 MB/s eta 0:00:01  |#################### | 7.1 MB 31.1 MB/s eta 0:00:01  |#################### | 7.1 MB 31.1 MB/s eta 0:00:01  |#################### | 7.1 MB 31.1 MB/s eta 0:00:01  |#################### | 7.1 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.2 MB 31.1 MB/s eta 0:00:01  |#################### | 7.3 MB 31.1 MB/s eta 0:00:01  |#################### | 7.3 MB 31.1 MB/s eta 0:00:01  |#################### | 7.3 MB 31.1 MB/s eta 0:00:01  |#################### | 7.3 MB 31.1 MB/s eta 0:00:01  |#################### | 7.3 MB 31.1 MB/s eta 0:00:01  |#################### | 7.3 MB 31.1 MB/s eta 0:00:01  |#################### | 7.3 MB 31.1 MB/s eta 0:00:01  |#################### | 7.3 MB 31.1 MB/s eta 0:00:01  |#################### | 7.3 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.4 MB 31.1 MB/s eta 0:00:01  |#################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.5 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.6 MB 31.1 MB/s eta 0:00:01  |##################### | 7.7 MB 31.1 MB/s eta 0:00:01  |##################### | 7.7 MB 31.1 MB/s eta 0:00:01  |##################### | 7.7 MB 31.1 MB/s eta 0:00:01  |##################### | 7.7 MB 31.1 MB/s eta 0:00:01  |##################### | 7.7 MB 31.1 MB/s eta 0:00:01  |##################### | 7.7 MB 31.1 MB/s eta 0:00:01  |##################### | 7.7 MB 31.1 MB/s eta 0:00:01  |##################### | 7.7 MB 31.1 MB/s eta 0:00:01  |##################### | 7.7 MB 31.1 MB/s eta 0:00:01  |##################### | 7.8 MB 31.1 MB/s eta 0:00:01  |##################### | 7.8 MB 31.1 MB/s eta 0:00:01  |##################### | 7.8 MB 31.1 MB/s eta 0:00:01  |##################### | 7.8 MB 31.1 MB/s eta 0:00:01  |##################### | 7.8 MB 31.1 MB/s eta 0:00:01  |##################### | 7.8 MB 31.1 MB/s eta 0:00:01  |##################### | 7.8 MB 31.1 MB/s eta 0:00:01  |###################### | 7.8 MB 31.1 MB/s eta 0:00:01  |###################### | 7.8 MB 31.1 MB/s eta 0:00:01  |###################### | 7.8 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 7.9 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.0 MB 31.1 MB/s eta 0:00:01  |###################### | 8.1 MB 31.1 MB/s eta 0:00:01  |###################### | 8.1 MB 31.1 MB/s eta 0:00:01  |###################### | 8.1 MB 31.1 MB/s eta 0:00:01  |###################### | 8.1 MB 31.1 MB/s eta 0:00:01  |###################### | 8.1 MB 31.1 MB/s eta 0:00:01  |###################### | 8.1 MB 31.1 MB/s eta 0:00:01  |###################### | 8.1 MB 31.1 MB/s eta 0:00:01  |###################### | 8.1 MB 31.1 MB/s eta 0:00:01  |###################### | 8.1 MB 31.1 MB/s eta 0:00:01  |###################### | 8.2 MB 31.1 MB/s eta 0:00:01  |###################### | 8.2 MB 31.1 MB/s eta 0:00:01  |###################### | 8.2 MB 31.1 MB/s eta 0:00:01  |####################### | 8.2 MB 31.1 MB/s eta 0:00:01  |####################### | 8.2 MB 31.1 MB/s eta 0:00:01  |####################### | 8.2 MB 31.1 MB/s eta 0:00:01  |####################### | 8.2 MB 31.1 MB/s eta 0:00:01  |####################### | 8.2 MB 31.1 MB/s eta 0:00:01  |####################### | 8.2 MB 31.1 MB/s eta 0:00:01  |####################### | 8.2 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.3 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.4 MB 31.1 MB/s eta 0:00:01  |####################### | 8.5 MB 31.1 MB/s eta 0:00:01  |####################### | 8.5 MB 31.1 MB/s eta 0:00:01  |####################### | 8.5 MB 31.1 MB/s eta 0:00:01  |####################### | 8.5 MB 31.1 MB/s eta 0:00:01  |####################### | 8.5 MB 31.1 MB/s eta 0:00:01  |####################### | 8.5 MB 31.1 MB/s eta 0:00:01  |####################### | 8.5 MB 31.1 MB/s eta 0:00:01  |######################## | 8.5 MB 31.1 MB/s eta 0:00:01  |######################## | 8.5 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.6 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.7 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.8 MB 31.1 MB/s eta 0:00:01  |######################## | 8.9 MB 31.1 MB/s eta 0:00:01  |######################## | 8.9 MB 31.1 MB/s eta 0:00:01  |######################## | 8.9 MB 31.1 MB/s eta 0:00:01  |######################### | 8.9 MB 31.1 MB/s eta 0:00:01  |######################### | 8.9 MB 31.1 MB/s eta 0:00:01  |######################### | 8.9 MB 31.1 MB/s eta 0:00:01  |######################### | 8.9 MB 31.1 MB/s eta 0:00:01  |######################### | 8.9 MB 31.1 MB/s eta 0:00:01  |######################### | 8.9 MB 31.1 MB/s eta 0:00:01  |######################### | 8.9 MB 31.1 MB/s eta 0:00:01  |######################### | 9.0 MB 31.1 MB/s eta 0:00:01  |######################### | 9.0 MB 31.1 MB/s eta 0:00:01  |######################### | 9.0 MB 31.1 MB/s eta 0:00:01  |######################### | 9.0 MB 31.1 MB/s eta 0:00:01  |######################### | 9.0 MB 31.1 MB/s eta 0:00:01  |######################### | 9.0 MB 31.1 MB/s eta 0:00:01  |######################### | 9.0 MB 31.1 MB/s eta 0:00:01  |######################### | 9.0 MB 31.1 MB/s eta 0:00:01  |######################### | 9.0 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.1 MB 31.1 MB/s eta 0:00:01  |######################### | 9.2 MB 31.1 MB/s eta 0:00:01  |######################### | 9.2 MB 31.1 MB/s eta 0:00:01  |######################### | 9.2 MB 31.1 MB/s eta 0:00:01  |######################### | 9.2 MB 31.1 MB/s eta 0:00:01  |######################### | 9.2 MB 31.1 MB/s eta 0:00:01  |######################### | 9.2 MB 31.1 MB/s eta 0:00:01  |######################### | 9.2 MB 31.1 MB/s eta 0:00:01  |######################### | 9.2 MB 31.1 MB/s eta 0:00:01  |######################### | 9.2 MB 31.1 MB/s eta 0:00:01  |########################## | 9.2 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.3 MB 31.1 MB/s eta 0:00:01  |########################## | 9.4 MB 31.1 MB/s eta 0:00:01  |########################## | 9.4 MB 31.1 MB/s eta 0:00:01  |########################## | 9.4 MB 31.1 MB/s eta 0:00:01  |########################## | 9.4 MB 31.1 MB/s eta 0:00:01  |########################## | 9.4 MB 31.1 MB/s eta 0:00:01  |########################## | 9.4 MB 31.1 MB/s eta 0:00:01  |########################## | 9.4 MB 31.1 MB/s eta 0:00:01  |########################## | 9.4 MB 31.1 MB/s eta 0:00:01  |########################## | 9.4 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.5 MB 31.1 MB/s eta 0:00:01  |########################## | 9.6 MB 31.1 MB/s eta 0:00:01  |########################## | 9.6 MB 31.1 MB/s eta 0:00:01  |########################## | 9.6 MB 31.1 MB/s eta 0:00:01  |########################## | 9.6 MB 31.1 MB/s eta 0:00:01  |########################### | 9.6 MB 31.1 MB/s eta 0:00:01  |########################### | 9.6 MB 31.1 MB/s eta 0:00:01  |########################### | 9.6 MB 31.1 MB/s eta 0:00:01  |########################### | 9.6 MB 31.1 MB/s eta 0:00:01  |########################### | 9.6 MB 31.1 MB/s eta 0:00:01  |########################### | 9.6 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.7 MB 31.1 MB/s eta 0:00:01  |########################### | 9.8 MB 31.1 MB/s eta 0:00:01  |########################### | 9.8 MB 31.1 MB/s eta 0:00:01  |########################### | 9.8 MB 31.1 MB/s eta 0:00:01  |########################### | 9.8 MB 31.1 MB/s eta 0:00:01  |########################### | 9.8 MB 31.1 MB/s eta 0:00:01  |########################### | 9.8 MB 31.1 MB/s eta 0:00:01  |########################### | 9.8 MB 31.1 MB/s eta 0:00:01  |########################### | 9.8 MB 31.1 MB/s eta 0:00:01  |########################### | 9.8 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |########################### | 9.9 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.0 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.1 MB 31.1 MB/s eta 0:00:01  |############################ | 10.2 MB 31.1 MB/s eta 0:00:01  |############################ | 10.2 MB 31.1 MB/s eta 0:00:01  |############################ | 10.2 MB 31.1 MB/s eta 0:00:01  |############################ | 10.2 MB 31.1 MB/s eta 0:00:01  |############################ | 10.2 MB 31.1 MB/s eta 0:00:01  |############################ | 10.2 MB 31.1 MB/s eta 0:00:01  |############################ | 10.2 MB 31.1 MB/s eta 0:00:01  |############################ | 10.2 MB 31.1 MB/s eta 0:00:01  |############################ | 10.2 MB 31.1 MB/s eta 0:00:01  |############################ | 10.3 MB 31.1 MB/s eta 0:00:01  |############################ | 10.3 MB 31.1 MB/s eta 0:00:01  |############################ | 10.3 MB 31.1 MB/s eta 0:00:01  |############################ | 10.3 MB 31.1 MB/s eta 0:00:01  |############################ | 10.3 MB 31.1 MB/s eta 0:00:01  |############################ | 10.3 MB 31.1 MB/s eta 0:00:01  |############################# | 10.3 MB 31.1 MB/s eta 0:00:01  |############################# | 10.3 MB 31.1 MB/s eta 0:00:01  |############################# | 10.3 MB 31.1 MB/s eta 0:00:01  |############################# | 10.3 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.4 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.5 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################# | 10.6 MB 31.1 MB/s eta 0:00:01  |############################## | 10.7 MB 31.1 MB/s eta 0:00:01  |############################## | 10.7 MB 31.1 MB/s eta 0:00:01  |############################## | 10.7 MB 31.1 MB/s eta 0:00:01  |############################## | 10.7 MB 31.1 MB/s eta 0:00:01  |############################## | 10.7 MB 31.1 MB/s eta 0:00:01  |############################## | 10.7 MB 31.1 MB/s eta 0:00:01  |############################## | 10.7 MB 31.1 MB/s eta 0:00:01  |############################## | 10.7 MB 31.1 MB/s eta 0:00:01  |############################## | 10.7 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.8 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 10.9 MB 31.1 MB/s eta 0:00:01  |############################## | 11.0 MB 31.1 MB/s eta 0:00:01  |############################## | 11.0 MB 31.1 MB/s eta 0:00:01  |############################## | 11.0 MB 31.1 MB/s eta 0:00:01  |############################## | 11.0 MB 31.1 MB/s eta 0:00:01  |############################## | 11.0 MB 31.1 MB/s eta 0:00:01  |############################## | 11.0 MB 31.1 MB/s eta 0:00:01  |############################### | 11.0 MB 31.1 MB/s eta 0:00:01  |############################### | 11.0 MB 31.1 MB/s eta 0:00:01  |############################### | 11.0 MB 31.1 MB/s eta 0:00:01  |############################### | 11.0 MB 31.1 MB/s eta 0:00:01  |############################### | 11.1 MB 31.1 MB/s eta 0:00:01  |############################### | 11.1 MB 31.1 MB/s eta 0:00:01  |############################### | 11.1 MB 31.1 MB/s eta 0:00:01  |############################### | 11.1 MB 31.1 MB/s eta 0:00:01  |############################### | 11.1 MB 31.1 MB/s eta 0:00:01  |############################### | 11.1 MB 31.1 MB/s eta 0:00:01  |############################### | 11.1 MB 31.1 MB/s eta 0:00:01  |############################### | 11.1 MB 31.1 MB/s eta 0:00:01  |############################### | 11.1 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.2 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.3 MB 31.1 MB/s eta 0:00:01  |############################### | 11.4 MB 31.1 MB/s eta 0:00:01  |############################### | 11.4 MB 31.1 MB/s eta 0:00:01  |################################| 11.4 MB 31.1 MB/s Removing intermediate container e9791cec0f6e ---> b84f58c8851e Step 37/37 : CMD /bin/bash scripts/start.sh ---> Running in 7eae94e492c4 Removing intermediate container 7eae94e492c4 ---> 5e58d42efd6c [Warning] One or more build-args [PLA_VERSION TESTS_VERSION IM_VERSION LCM_VERSION RO_VERSION CACHE_DATE DEVOPS_VERSION NGUI_VERSION NBI_VERSION OSMCLIENT_VERSION POL_VERSION LWUI_VERSION] were not consumed Successfully built 5e58d42efd6c Successfully tagged opensourcemano/mon:osm-bug1511-merge-2 [?25hCollecting azure-mgmt-media~=1.0.0rc2 Downloading azure_mgmt_media-1.0.0-py2.py3-none-any.whl (335 kB) [?25l  | | 10 kB 17.6 MB/s eta 0:00:01  |# | 20 kB 21.3 MB/s eta 0:00:01  |## | 30 kB 26.1 MB/s eta 0:00:01  |### | 40 kB 26.1 MB/s eta 0:00:01  |#### | 51 kB 25.9 MB/s eta 0:00:01  |##### | 61 kB 28.0 MB/s eta 0:00:01  |###### | 71 kB 27.6 MB/s eta 0:00:01  |####### | 81 kB 29.4 MB/s eta 0:00:01  |######## | 92 kB 29.0 MB/s eta 0:00:01  |######### | 102 kB 28.9 MB/s eta 0:00:01  |########## | 112 kB 28.9 MB/s eta 0:00:01  |########### | 122 kB 28.9 MB/s eta 0:00:01  |############ | 133 kB 28.9 MB/s eta 0:00:01  |############# | 143 kB 28.9 MB/s eta 0:00:01  |############## | 153 kB 28.9 MB/s eta 0:00:01  |############### | 163 kB 28.9 MB/s eta 0:00:01  |################ | 174 kB 28.9 MB/s eta 0:00:01  |################# | 184 kB 28.9 MB/s eta 0:00:01  |################## | 194 kB 28.9 MB/s eta 0:00:01  |################### | 204 kB 28.9 MB/s eta 0:00:01  |#################### | 215 kB 28.9 MB/s eta 0:00:01  |##################### | 225 kB 28.9 MB/s eta 0:00:01  |###################### | 235 kB 28.9 MB/s eta 0:00:01  |####################### | 245 kB 28.9 MB/s eta 0:00:01  |######################## | 256 kB 28.9 MB/s eta 0:00:01  |######################### | 266 kB 28.9 MB/s eta 0:00:01  |########################## | 276 kB 28.9 MB/s eta 0:00:01  |########################### | 286 kB 28.9 MB/s eta 0:00:01  |############################ | 296 kB 28.9 MB/s eta 0:00:01  |############################# | 307 kB 28.9 MB/s eta 0:00:01  |############################## | 317 kB 28.9 MB/s eta 0:00:01  |############################### | 327 kB 28.9 MB/s eta 0:00:01  |################################| 335 kB 28.9 MB/s [?25hCollecting azure-mgmt-eventhub~=2.1 Downloading azure_mgmt_eventhub-2.6.0-py2.py3-none-any.whl (189 kB) [?25l  |# | 10 kB 20.5 MB/s eta 0:00:01  |### | 20 kB 23.6 MB/s eta 0:00:01  |##### | 30 kB 28.8 MB/s eta 0:00:01  |###### | 40 kB 29.5 MB/s eta 0:00:01  |######## | 51 kB 29.5 MB/s eta 0:00:01  |########## | 61 kB 31.8 MB/s eta 0:00:01  |############ | 71 kB 32.4 MB/s eta 0:00:01  |############# | 81 kB 34.1 MB/s eta 0:00:01  |############### | 92 kB 33.3 MB/s eta 0:00:01  |################# | 102 kB 33.5 MB/s eta 0:00:01  |################### | 112 kB 33.5 MB/s eta 0:00:01  |#################### | 122 kB 33.5 MB/s eta 0:00:01  |###################### | 133 kB 33.5 MB/s eta 0:00:01  |######################## | 143 kB 33.5 MB/s eta 0:00:01  |######################### | 153 kB 33.5 MB/s eta 0:00:01  |########################### | 163 kB 33.5 MB/s eta 0:00:01  |############################# | 174 kB 33.5 MB/s eta 0:00:01  |############################### | 184 kB 33.5 MB/s eta 0:00:01  |################################| 189 kB 33.5 MB/s [?25hCollecting azure-mgmt-batchai~=2.0 Downloading azure_mgmt_batchai-2.0.0-py2.py3-none-any.whl (174 kB) [?25l  |# | 10 kB 9.7 MB/s eta 0:00:01  |### | 20 kB 12.9 MB/s eta 0:00:01  |##### | 30 kB 15.0 MB/s eta 0:00:01  |####### | 40 kB 16.0 MB/s eta 0:00:01  |######### | 51 kB 16.7 MB/s eta 0:00:01  |########### | 61 kB 17.7 MB/s eta 0:00:01  |############# | 71 kB 18.1 MB/s eta 0:00:01  |############### | 81 kB 19.7 MB/s eta 0:00:01  |################ | 92 kB 20.6 MB/s eta 0:00:01  |################## | 102 kB 20.3 MB/s eta 0:00:01  |#################### | 112 kB 20.3 MB/s eta 0:00:01  |###################### | 122 kB 20.3 MB/s eta 0:00:01  |######################## | 133 kB 20.3 MB/s eta 0:00:01  |########################## | 143 kB 20.3 MB/s eta 0:00:01  |############################ | 153 kB 20.3 MB/s eta 0:00:01  |############################## | 163 kB 20.3 MB/s eta 0:00:01  |############################### | 174 kB 20.3 MB/s eta 0:00:01  |################################| 174 kB 20.3 MB/s [?25hCollecting azure-mgmt-containerservice~=4.2 Downloading azure_mgmt_containerservice-4.4.0-py2.py3-none-any.whl (206 kB) [?25l  |# | 10 kB 14.0 MB/s eta 0:00:01  |### | 20 kB 15.2 MB/s eta 0:00:01  |#### | 30 kB 18.2 MB/s eta 0:00:01  |###### | 40 kB 18.8 MB/s eta 0:00:01  |####### | 51 kB 19.6 MB/s eta 0:00:01  |######### | 61 kB 21.1 MB/s eta 0:00:01  |########### | 71 kB 21.7 MB/s eta 0:00:01  |############ | 81 kB 22.7 MB/s eta 0:00:01  |############## | 92 kB 22.8 MB/s eta 0:00:01  |############### | 102 kB 23.1 MB/s eta 0:00:01  |################# | 112 kB 23.1 MB/s eta 0:00:01  |################### | 122 kB 23.1 MB/s eta 0:00:01  |#################### | 133 kB 23.1 MB/s eta 0:00:01  |###################### | 143 kB 23.1 MB/s eta 0:00:01  |####################### | 153 kB 23.1 MB/s eta 0:00:01  |######################### | 163 kB 23.1 MB/s eta 0:00:01  |########################## | 174 kB 23.1 MB/s eta 0:00:01  |############################ | 184 kB 23.1 MB/s eta 0:00:01  |############################## | 194 kB 23.1 MB/s eta 0:00:01  |############################### | 204 kB 23.1 MB/s eta 0:00:01  |################################| 206 kB 23.1 MB/s [?25hCollecting azure-mgmt-machinelearningcompute~=0.4.1 Downloading azure_mgmt_machinelearningcompute-0.4.1-py2.py3-none-any.whl (38 kB) Collecting azure-mgmt-maps~=0.1.0 Downloading azure_mgmt_maps-0.1.0-py2.py3-none-any.whl (31 kB) Collecting azure-mgmt-recoveryservices~=0.3.0 Downloading azure_mgmt_recoveryservices-0.3.0-py2.py3-none-any.whl (70 kB) [?25l  |#### | 10 kB 16.5 MB/s eta 0:00:01  |######### | 20 kB 21.0 MB/s eta 0:00:01  |############# | 30 kB 25.3 MB/s eta 0:00:01  |################## | 40 kB 26.1 MB/s eta 0:00:01  |####################### | 51 kB 25.9 MB/s eta 0:00:01  |########################### | 61 kB 28.3 MB/s eta 0:00:01  |################################| 70 kB 9.8 MB/s [?25hCollecting azure-mgmt-datalake-store~=0.5.0 Downloading azure_mgmt_datalake_store-0.5.0-py2.py3-none-any.whl (88 kB) [?25l  |### | 10 kB 11.8 MB/s eta 0:00:01  |####### | 20 kB 16.6 MB/s eta 0:00:01  |########### | 30 kB 21.4 MB/s eta 0:00:01  |############## | 40 kB 23.7 MB/s eta 0:00:01  |################## | 51 kB 24.4 MB/s eta 0:00:01  |###################### | 61 kB 26.7 MB/s eta 0:00:01  |######################### | 71 kB 27.1 MB/s eta 0:00:01  |############################# | 81 kB 28.4 MB/s eta 0:00:01  |################################| 88 kB 9.9 MB/s [?25hCollecting azure-mgmt-managementgroups~=0.1.0 Downloading azure_mgmt_managementgroups-0.1.0-py2.py3-none-any.whl (59 kB) [?25l  |##### | 10 kB 15.0 MB/s eta 0:00:01  |########### | 20 kB 17.6 MB/s eta 0:00:01  |################ | 30 kB 21.3 MB/s eta 0:00:01  |###################### | 40 kB 21.6 MB/s eta 0:00:01  |########################### | 51 kB 22.4 MB/s eta 0:00:01  |################################| 59 kB 7.8 MB/s [?25hCollecting azure-mgmt-marketplaceordering~=0.1.0 Downloading azure_mgmt_marketplaceordering-0.1.0-py2.py3-none-any.whl (16 kB) Collecting azure-mgmt-resource~=2.0 Downloading azure_mgmt_resource-2.2.0-py2.py3-none-any.whl (780 kB) [?25l  | | 10 kB 16.8 MB/s eta 0:00:01  | | 20 kB 16.9 MB/s eta 0:00:01  |# | 30 kB 21.1 MB/s eta 0:00:01  |# | 40 kB 20.6 MB/s eta 0:00:01  |## | 51 kB 21.1 MB/s eta 0:00:01  |## | 61 kB 22.6 MB/s eta 0:00:01  |## | 71 kB 22.7 MB/s eta 0:00:01  |### | 81 kB 22.7 MB/s eta 0:00:01  |### | 92 kB 22.2 MB/s eta 0:00:01  |#### | 102 kB 22.3 MB/s eta 0:00:01  |#### | 112 kB 22.3 MB/s eta 0:00:01  |##### | 122 kB 22.3 MB/s eta 0:00:01  |##### | 133 kB 22.3 MB/s eta 0:00:01  |##### | 143 kB 22.3 MB/s eta 0:00:01  |###### | 153 kB 22.3 MB/s eta 0:00:01  |###### | 163 kB 22.3 MB/s eta 0:00:01  |####### | 174 kB 22.3 MB/s eta 0:00:01  |####### | 184 kB 22.3 MB/s eta 0:00:01  |####### | 194 kB 22.3 MB/s eta 0:00:01  |######## | 204 kB 22.3 MB/s eta 0:00:01  |######## | 215 kB 22.3 MB/s eta 0:00:01  |######### | 225 kB 22.3 MB/s eta 0:00:01  |######### | 235 kB 22.3 MB/s eta 0:00:01  |########## | 245 kB 22.3 MB/s eta 0:00:01  |########## | 256 kB 22.3 MB/s eta 0:00:01  |########## | 266 kB 22.3 MB/s eta 0:00:01  |########### | 276 kB 22.3 MB/s eta 0:00:01  |########### | 286 kB 22.3 MB/s eta 0:00:01  |############ | 296 kB 22.3 MB/s eta 0:00:01  |############ | 307 kB 22.3 MB/s eta 0:00:01  |############# | 317 kB 22.3 MB/s eta 0:00:01  |############# | 327 kB 22.3 MB/s eta 0:00:01  |############# | 337 kB 22.3 MB/s eta 0:00:01  |############## | 348 kB 22.3 MB/s eta 0:00:01  |############## | 358 kB 22.3 MB/s eta 0:00:01  |############### | 368 kB 22.3 MB/s eta 0:00:01  |############### | 378 kB 22.3 MB/s eta 0:00:01  |############### | 389 kB 22.3 MB/s eta 0:00:01  |################ | 399 kB 22.3 MB/s eta 0:00:01  |################ | 409 kB 22.3 MB/s eta 0:00:01  |################# | 419 kB 22.3 MB/s eta 0:00:01  |################# | 430 kB 22.3 MB/s eta 0:00:01  |################## | 440 kB 22.3 MB/s eta 0:00:01  |################## | 450 kB 22.3 MB/s eta 0:00:01  |################## | 460 kB 22.3 MB/s eta 0:00:01  |################### | 471 kB 22.3 MB/s eta 0:00:01  |################### | 481 kB 22.3 MB/s eta 0:00:01  |#################### | 491 kB 22.3 MB/s eta 0:00:01  |#################### | 501 kB 22.3 MB/s eta 0:00:01  |#################### | 512 kB 22.3 MB/s eta 0:00:01  |##################### | 522 kB 22.3 MB/s eta 0:00:01  |##################### | 532 kB 22.3 MB/s eta 0:00:01  |###################### | 542 kB 22.3 MB/s eta 0:00:01  |###################### | 552 kB 22.3 MB/s eta 0:00:01  |####################### | 563 kB 22.3 MB/s eta 0:00:01  |####################### | 573 kB 22.3 MB/s eta 0:00:01  |####################### | 583 kB 22.3 MB/s eta 0:00:01  |######################## | 593 kB 22.3 MB/s eta 0:00:01  |######################## | 604 kB 22.3 MB/s eta 0:00:01  |######################### | 614 kB 22.3 MB/s eta 0:00:01  |######################### | 624 kB 22.3 MB/s eta 0:00:01  |########################## | 634 kB 22.3 MB/s eta 0:00:01  |########################## | 645 kB 22.3 MB/s eta 0:00:01  |########################## | 655 kB 22.3 MB/s eta 0:00:01  |########################### | 665 kB 22.3 MB/s eta 0:00:01  |########################### | 675 kB 22.3 MB/s eta 0:00:01  |############################ | 686 kB 22.3 MB/s eta 0:00:01  |############################ | 696 kB 22.3 MB/s eta 0:00:01  |############################ | 706 kB 22.3 MB/s eta 0:00:01  |############################# | 716 kB 22.3 MB/s eta 0:00:01  |############################# | 727 kB 22.3 MB/s eta 0:00:01  |############################## | 737 kB 22.3 MB/s eta 0:00:01  |############################## | 747 kB 22.3 MB/s eta 0:00:01  |############################### | 757 kB 22.3 MB/s eta 0:00:01  |############################### | 768 kB 22.3 MB/s eta 0:00:01  |############################### | 778 kB 22.3 MB/s eta 0:00:01  |################################| 780 kB 22.3 MB/s [?25hCollecting azure-mgmt-storage~=2.0 Downloading azure_mgmt_storage-2.0.0-py2.py3-none-any.whl (558 kB) [?25l  | | 10 kB 15.1 MB/s eta 0:00:01  |# | 20 kB 19.8 MB/s eta 0:00:01  |# | 30 kB 23.2 MB/s eta 0:00:01  |## | 40 kB 23.5 MB/s eta 0:00:01  |## | 51 kB 23.4 MB/s eta 0:00:01  |### | 61 kB 25.7 MB/s eta 0:00:01  |#### | 71 kB 25.6 MB/s eta 0:00:01  |#### | 81 kB 26.9 MB/s eta 0:00:01  |##### | 92 kB 27.4 MB/s eta 0:00:01  |##### | 102 kB 26.6 MB/s eta 0:00:01  |###### | 112 kB 26.6 MB/s eta 0:00:01  |####### | 122 kB 26.6 MB/s eta 0:00:01  |####### | 133 kB 26.6 MB/s eta 0:00:01  |######## | 143 kB 26.6 MB/s eta 0:00:01  |######## | 153 kB 26.6 MB/s eta 0:00:01  |######### | 163 kB 26.6 MB/s eta 0:00:01  |######### | 174 kB 26.6 MB/s eta 0:00:01  |########## | 184 kB 26.6 MB/s eta 0:00:01  |########### | 194 kB 26.6 MB/s eta 0:00:01  |########### | 204 kB 26.6 MB/s eta 0:00:01  |############ | 215 kB 26.6 MB/s eta 0:00:01  |############ | 225 kB 26.6 MB/s eta 0:00:01  |############# | 235 kB 26.6 MB/s eta 0:00:01  |############## | 245 kB 26.6 MB/s eta 0:00:01  |############## | 256 kB 26.6 MB/s eta 0:00:01  |############### | 266 kB 26.6 MB/s eta 0:00:01  |############### | 276 kB 26.6 MB/s eta 0:00:01  |################ | 286 kB 26.6 MB/s eta 0:00:01  |################# | 296 kB 26.6 MB/s eta 0:00:01  |################# | 307 kB 26.6 MB/s eta 0:00:01  |################## | 317 kB 26.6 MB/s eta 0:00:01  |################## | 327 kB 26.6 MB/s eta 0:00:01  |################### | 337 kB 26.6 MB/s eta 0:00:01  |################### | 348 kB 26.6 MB/s eta 0:00:01  |#################### | 358 kB 26.6 MB/s eta 0:00:01  |##################### | 368 kB 26.6 MB/s eta 0:00:01  |##################### | 378 kB 26.6 MB/s eta 0:00:01  |###################### | 389 kB 26.6 MB/s eta 0:00:01  |###################### | 399 kB 26.6 MB/s eta 0:00:01  |####################### | 409 kB 26.6 MB/s eta 0:00:01  |######################## | 419 kB 26.6 MB/s eta 0:00:01  |######################## | 430 kB 26.6 MB/s eta 0:00:01  |######################### | 440 kB 26.6 MB/s eta 0:00:01  |######################### | 450 kB 26.6 MB/s eta 0:00:01  |########################## | 460 kB 26.6 MB/s eta 0:00:01  |########################### | 471 kB 26.6 MB/s eta 0:00:01  |########################### | 481 kB 26.6 MB/s eta 0:00:01  |############################ | 491 kB 26.6 MB/s eta 0:00:01  |############################ | 501 kB 26.6 MB/s eta 0:00:01  |############################# | 512 kB 26.6 MB/s eta 0:00:01  |############################# | 522 kB 26.6 MB/s eta 0:00:01  |############################## | 532 kB 26.6 MB/s eta 0:00:01  |############################### | 542 kB 26.6 MB/s eta 0:00:01  |############################### | 552 kB 26.6 MB/s eta 0:00:01  |################################| 558 kB 26.6 MB/s [?25hCollecting azure-mgmt-devspaces~=0.1.0 Downloading azure_mgmt_devspaces-0.1.0-py2.py3-none-any.whl (33 kB) Collecting azure-mgmt-keyvault~=1.0 Downloading azure_mgmt_keyvault-1.1.0-py2.py3-none-any.whl (111 kB) [?25l  |## | 10 kB 19.1 MB/s eta 0:00:01  |##### | 20 kB 22.5 MB/s eta 0:00:01  |######## | 30 kB 27.9 MB/s eta 0:00:01  |########### | 40 kB 25.5 MB/s eta 0:00:01  |############## | 51 kB 26.7 MB/s eta 0:00:01  |################# | 61 kB 29.3 MB/s eta 0:00:01  |#################### | 71 kB 30.0 MB/s eta 0:00:01  |####################### | 81 kB 31.8 MB/s eta 0:00:01  |########################## | 92 kB 32.2 MB/s eta 0:00:01  |############################# | 102 kB 31.6 MB/s eta 0:00:01  |################################| 111 kB 31.6 MB/s [?25hCollecting azure-mgmt-advisor~=1.0 Downloading azure_mgmt_advisor-1.0.1-py2.py3-none-any.whl (27 kB) Collecting azure-mgmt-servicefabric~=0.2.0 Downloading azure_mgmt_servicefabric-0.2.0-py2.py3-none-any.whl (142 kB) [?25l  |## | 10 kB 20.2 MB/s eta 0:00:01  |#### | 20 kB 22.5 MB/s eta 0:00:01  |###### | 30 kB 27.8 MB/s eta 0:00:01  |######### | 40 kB 29.4 MB/s eta 0:00:01  |########### | 51 kB 30.2 MB/s eta 0:00:01  |############# | 61 kB 32.7 MB/s eta 0:00:01  |################ | 71 kB 32.0 MB/s eta 0:00:01  |################## | 81 kB 33.6 MB/s eta 0:00:01  |#################### | 92 kB 33.8 MB/s eta 0:00:01  |####################### | 102 kB 34.0 MB/s eta 0:00:01  |######################### | 112 kB 34.0 MB/s eta 0:00:01  |########################### | 122 kB 34.0 MB/s eta 0:00:01  |############################# | 133 kB 34.0 MB/s eta 0:00:01  |################################| 142 kB 34.0 MB/s [?25hCollecting azure-mgmt-logic~=3.0 Downloading azure_mgmt_logic-3.0.0-py2.py3-none-any.whl (303 kB) [?25l  |# | 10 kB 12.4 MB/s eta 0:00:01  |## | 20 kB 13.9 MB/s eta 0:00:01  |### | 30 kB 16.0 MB/s eta 0:00:01  |#### | 40 kB 16.6 MB/s eta 0:00:01  |##### | 51 kB 17.8 MB/s eta 0:00:01  |###### | 61 kB 20.0 MB/s eta 0:00:01  |####### | 71 kB 21.3 MB/s eta 0:00:01  |######## | 81 kB 23.2 MB/s eta 0:00:01  |######### | 92 kB 24.1 MB/s eta 0:00:01  |########## | 102 kB 24.9 MB/s eta 0:00:01  |########### | 112 kB 24.9 MB/s eta 0:00:01  |############ | 122 kB 24.9 MB/s eta 0:00:01  |############## | 133 kB 24.9 MB/s eta 0:00:01  |############### | 143 kB 24.9 MB/s eta 0:00:01  |################ | 153 kB 24.9 MB/s eta 0:00:01  |################# | 163 kB 24.9 MB/s eta 0:00:01  |################## | 174 kB 24.9 MB/s eta 0:00:01  |################### | 184 kB 24.9 MB/s eta 0:00:01  |#################### | 194 kB 24.9 MB/s eta 0:00:01  |##################### | 204 kB 24.9 MB/s eta 0:00:01  |###################### | 215 kB 24.9 MB/s eta 0:00:01  |####################### | 225 kB 24.9 MB/s eta 0:00:01  |######################## | 235 kB 24.9 MB/s eta 0:00:01  |######################### | 245 kB 24.9 MB/s eta 0:00:01  |########################## | 256 kB 24.9 MB/s eta 0:00:01  |############################ | 266 kB 24.9 MB/s eta 0:00:01  |############################# | 276 kB 24.9 MB/s eta 0:00:01  |############################## | 286 kB 24.9 MB/s eta 0:00:01  |############################### | 296 kB 24.9 MB/s eta 0:00:01  |################################| 303 kB 24.9 MB/s [?25hCollecting azure-mgmt-policyinsights~=0.1.0 Downloading azure_mgmt_policyinsights-0.1.0-py2.py3-none-any.whl (44 kB) [?25l  |####### | 10 kB 19.0 MB/s eta 0:00:01  |############## | 20 kB 22.7 MB/s eta 0:00:01  |###################### | 30 kB 27.9 MB/s eta 0:00:01  |############################# | 40 kB 27.3 MB/s eta 0:00:01  |################################| 44 kB 3.9 MB/s [?25hCollecting azure-mgmt-sql~=0.9.1 Downloading azure_mgmt_sql-0.9.1-py2.py3-none-any.whl (485 kB) [?25l  | | 10 kB 10.8 MB/s eta 0:00:01  |# | 20 kB 11.7 MB/s eta 0:00:01  |## | 30 kB 14.0 MB/s eta 0:00:01  |## | 40 kB 13.5 MB/s eta 0:00:01  |### | 51 kB 13.9 MB/s eta 0:00:01  |#### | 61 kB 14.9 MB/s eta 0:00:01  |#### | 71 kB 14.5 MB/s eta 0:00:01  |##### | 81 kB 15.4 MB/s eta 0:00:01  |###### | 92 kB 15.7 MB/s eta 0:00:01  |###### | 102 kB 16.5 MB/s eta 0:00:01  |####### | 112 kB 16.5 MB/s eta 0:00:01  |######## | 122 kB 16.5 MB/s eta 0:00:01  |######## | 133 kB 16.5 MB/s eta 0:00:01  |######### | 143 kB 16.5 MB/s eta 0:00:01  |########## | 153 kB 16.5 MB/s eta 0:00:01  |########## | 163 kB 16.5 MB/s eta 0:00:01  |########### | 174 kB 16.5 MB/s eta 0:00:01  |############ | 184 kB 16.5 MB/s eta 0:00:01  |############ | 194 kB 16.5 MB/s eta 0:00:01  |############# | 204 kB 16.5 MB/s eta 0:00:01  |############## | 215 kB 16.5 MB/s eta 0:00:01  |############## | 225 kB 16.5 MB/s eta 0:00:01  |############### | 235 kB 16.5 MB/s eta 0:00:01  |################ | 245 kB 16.5 MB/s eta 0:00:01  |################ | 256 kB 16.5 MB/s eta 0:00:01  |################# | 266 kB 16.5 MB/s eta 0:00:01  |################## | 276 kB 16.5 MB/s eta 0:00:01  |################## | 286 kB 16.5 MB/s eta 0:00:01  |################### | 296 kB 16.5 MB/s eta 0:00:01  |#################### | 307 kB 16.5 MB/s eta 0:00:01  |#################### | 317 kB 16.5 MB/s eta 0:00:01  |##################### | 327 kB 16.5 MB/s eta 0:00:01  |###################### | 337 kB 16.5 MB/s eta 0:00:01  |###################### | 348 kB 16.5 MB/s eta 0:00:01  |####################### | 358 kB 16.5 MB/s eta 0:00:01  |######################## | 368 kB 16.5 MB/s eta 0:00:01  |######################## | 378 kB 16.5 MB/s eta 0:00:01  |######################### | 389 kB 16.5 MB/s eta 0:00:01  |########################## | 399 kB 16.5 MB/s eta 0:00:01  |########################### | 409 kB 16.5 MB/s eta 0:00:01  |########################### | 419 kB 16.5 MB/s eta 0:00:01  |############################ | 430 kB 16.5 MB/s eta 0:00:01  |############################# | 440 kB 16.5 MB/s eta 0:00:01  |############################# | 450 kB 16.5 MB/s eta 0:00:01  |############################## | 460 kB 16.5 MB/s eta 0:00:01  |############################### | 471 kB 16.5 MB/s eta 0:00:01  |############################### | 481 kB 16.5 MB/s eta 0:00:01  |################################| 485 kB 16.5 MB/s [?25hCollecting azure-mgmt-authorization~=0.50.0 Downloading azure_mgmt_authorization-0.50.0-py2.py3-none-any.whl (81 kB) [?25l  |#### | 10 kB 17.5 MB/s eta 0:00:01  |######## | 20 kB 21.4 MB/s eta 0:00:01  |############ | 30 kB 26.3 MB/s eta 0:00:01  |################ | 40 kB 27.8 MB/s eta 0:00:01  |#################### | 51 kB 28.7 MB/s eta 0:00:01  |######################## | 61 kB 31.1 MB/s eta 0:00:01  |############################ | 71 kB 31.7 MB/s eta 0:00:01  |################################| 81 kB 8.7 MB/s [?25hCollecting azure-mgmt-redis~=5.0 Downloading azure_mgmt_redis-5.0.0-py2.py3-none-any.whl (43 kB) [?25l  |####### | 10 kB 7.6 MB/s eta 0:00:01  |############### | 20 kB 12.0 MB/s eta 0:00:01  |###################### | 30 kB 16.3 MB/s eta 0:00:01  |############################## | 40 kB 19.0 MB/s eta 0:00:01  |################################| 43 kB 1.5 MB/s [?25hCollecting azure-mgmt-servicebus~=0.5.1 Downloading azure_mgmt_servicebus-0.5.3-py2.py3-none-any.whl (112 kB) [?25l  |## | 10 kB 18.4 MB/s eta 0:00:01  |##### | 20 kB 22.7 MB/s eta 0:00:01  |######## | 30 kB 27.4 MB/s eta 0:00:01  |########### | 40 kB 28.6 MB/s eta 0:00:01  |############## | 51 kB 29.4 MB/s eta 0:00:01  |################# | 61 kB 31.7 MB/s eta 0:00:01  |#################### | 71 kB 32.3 MB/s eta 0:00:01  |####################### | 81 kB 34.1 MB/s eta 0:00:01  |########################## | 92 kB 34.4 MB/s eta 0:00:01  |############################# | 102 kB 34.7 MB/s eta 0:00:01  |################################| 112 kB 34.7 MB/s [?25hCollecting azure-mgmt-containerinstance~=1.0 Downloading azure_mgmt_containerinstance-1.5.0-py2.py3-none-any.whl (96 kB) [?25l  |### | 10 kB 14.6 MB/s eta 0:00:01  |###### | 20 kB 16.2 MB/s eta 0:00:01  |########## | 30 kB 19.6 MB/s eta 0:00:01  |############# | 40 kB 20.3 MB/s eta 0:00:01  |################ | 51 kB 21.5 MB/s eta 0:00:01  |#################### | 61 kB 23.0 MB/s eta 0:00:01  |####################### | 71 kB 23.0 MB/s eta 0:00:01  |########################### | 81 kB 24.6 MB/s eta 0:00:01  |############################## | 92 kB 24.7 MB/s eta 0:00:01  |################################| 96 kB 4.4 MB/s [?25hCollecting azure-mgmt-notificationhubs~=2.0 Downloading azure_mgmt_notificationhubs-2.1.0-py2.py3-none-any.whl (76 kB) [?25l  |#### | 10 kB 13.2 MB/s eta 0:00:01  |######## | 20 kB 16.8 MB/s eta 0:00:01  |############ | 30 kB 19.9 MB/s eta 0:00:01  |################# | 40 kB 20.4 MB/s eta 0:00:01  |##################### | 51 kB 21.5 MB/s eta 0:00:01  |######################### | 61 kB 22.8 MB/s eta 0:00:01  |############################# | 71 kB 22.4 MB/s eta 0:00:01  |################################| 76 kB 4.3 MB/s [?25hCollecting azure-mgmt-datafactory~=0.6.0 Downloading azure_mgmt_datafactory-0.6.0-py2.py3-none-any.whl (418 kB) [?25l  | | 10 kB 10.2 MB/s eta 0:00:01  |# | 20 kB 13.0 MB/s eta 0:00:01  |## | 30 kB 16.9 MB/s eta 0:00:01  |### | 40 kB 15.5 MB/s eta 0:00:01  |### | 51 kB 15.7 MB/s eta 0:00:01  |#### | 61 kB 17.2 MB/s eta 0:00:01  |##### | 71 kB 16.9 MB/s eta 0:00:01  |###### | 81 kB 17.5 MB/s eta 0:00:01  |####### | 92 kB 18.0 MB/s eta 0:00:01  |####### | 102 kB 17.9 MB/s eta 0:00:01  |######## | 112 kB 17.9 MB/s eta 0:00:01  |######### | 122 kB 17.9 MB/s eta 0:00:01  |########## | 133 kB 17.9 MB/s eta 0:00:01  |########## | 143 kB 17.9 MB/s eta 0:00:01  |########### | 153 kB 17.9 MB/s eta 0:00:01  |############ | 163 kB 17.9 MB/s eta 0:00:01  |############# | 174 kB 17.9 MB/s eta 0:00:01  |############## | 184 kB 17.9 MB/s eta 0:00:01  |############## | 194 kB 17.9 MB/s eta 0:00:01  |############### | 204 kB 17.9 MB/s eta 0:00:01  |################ | 215 kB 17.9 MB/s eta 0:00:01  |################# | 225 kB 17.9 MB/s eta 0:00:01  |################## | 235 kB 17.9 MB/s eta 0:00:01  |################## | 245 kB 17.9 MB/s eta 0:00:01  |################### | 256 kB 17.9 MB/s eta 0:00:01  |#################### | 266 kB 17.9 MB/s eta 0:00:01  |##################### | 276 kB 17.9 MB/s eta 0:00:01  |##################### | 286 kB 17.9 MB/s eta 0:00:01  |###################### | 296 kB 17.9 MB/s eta 0:00:01  |####################### | 307 kB 17.9 MB/s eta 0:00:01  |######################## | 317 kB 17.9 MB/s eta 0:00:01  |######################### | 327 kB 17.9 MB/s eta 0:00:01  |######################### | 337 kB 17.9 MB/s eta 0:00:01  |########################## | 348 kB 17.9 MB/s eta 0:00:01  |########################### | 358 kB 17.9 MB/s eta 0:00:01  |############################ | 368 kB 17.9 MB/s eta 0:00:01  |############################ | 378 kB 17.9 MB/s eta 0:00:01  |############################# | 389 kB 17.9 MB/s eta 0:00:01  |############################## | 399 kB 17.9 MB/s eta 0:00:01  |############################### | 409 kB 17.9 MB/s eta 0:00:01  |################################| 418 kB 17.9 MB/s [?25hCollecting azure-mgmt-commerce~=1.0 Downloading azure_mgmt_commerce-1.0.1-py2.py3-none-any.whl (22 kB) Collecting azure-mgmt-trafficmanager~=0.50.0 Downloading azure_mgmt_trafficmanager-0.50.0-py2.py3-none-any.whl (52 kB) [?25l  |###### | 10 kB 13.4 MB/s eta 0:00:01  |############ | 20 kB 16.5 MB/s eta 0:00:01  |################## | 30 kB 20.8 MB/s eta 0:00:01  |######################## | 40 kB 20.5 MB/s eta 0:00:01  |############################## | 51 kB 21.8 MB/s eta 0:00:01  |################################| 52 kB 1.8 MB/s [?25hCollecting azure-mgmt-web~=0.35.0 Downloading azure_mgmt_web-0.35.0-py2.py3-none-any.whl (358 kB) [?25l  | | 10 kB 18.3 MB/s eta 0:00:01  |# | 20 kB 22.0 MB/s eta 0:00:01  |## | 30 kB 25.9 MB/s eta 0:00:01  |### | 40 kB 27.2 MB/s eta 0:00:01  |#### | 51 kB 26.6 MB/s eta 0:00:01  |##### | 61 kB 28.5 MB/s eta 0:00:01  |###### | 71 kB 29.0 MB/s eta 0:00:01  |####### | 81 kB 30.8 MB/s eta 0:00:01  |######## | 92 kB 30.9 MB/s eta 0:00:01  |######### | 102 kB 28.7 MB/s eta 0:00:01  |########## | 112 kB 28.7 MB/s eta 0:00:01  |########## | 122 kB 28.7 MB/s eta 0:00:01  |########### | 133 kB 28.7 MB/s eta 0:00:01  |############ | 143 kB 28.7 MB/s eta 0:00:01  |############# | 153 kB 28.7 MB/s eta 0:00:01  |############## | 163 kB 28.7 MB/s eta 0:00:01  |############### | 174 kB 28.7 MB/s eta 0:00:01  |################ | 184 kB 28.7 MB/s eta 0:00:01  |################# | 194 kB 28.7 MB/s eta 0:00:01  |################## | 204 kB 28.7 MB/s eta 0:00:01  |################### | 215 kB 28.7 MB/s eta 0:00:01  |#################### | 225 kB 28.7 MB/s eta 0:00:01  |##################### | 235 kB 28.7 MB/s eta 0:00:01  |##################### | 245 kB 28.7 MB/s eta 0:00:01  |###################### | 256 kB 28.7 MB/s eta 0:00:01  |####################### | 266 kB 28.7 MB/s eta 0:00:01  |######################## | 276 kB 28.7 MB/s eta 0:00:01  |######################### | 286 kB 28.7 MB/s eta 0:00:01  |########################## | 296 kB 28.7 MB/s eta 0:00:01  |########################### | 307 kB 28.7 MB/s eta 0:00:01  |############################ | 317 kB 28.7 MB/s eta 0:00:01  |############################# | 327 kB 28.7 MB/s eta 0:00:01  |############################## | 337 kB 28.7 MB/s eta 0:00:01  |############################### | 348 kB 28.7 MB/s eta 0:00:01  |############################### | 358 kB 28.7 MB/s eta 0:00:01  |################################| 358 kB 28.7 MB/s [?25hCollecting azure-mgmt-datalake-analytics~=0.6.0 Downloading azure_mgmt_datalake_analytics-0.6.0-py2.py3-none-any.whl (288 kB) [?25l  |# | 10 kB 16.7 MB/s eta 0:00:01  |## | 20 kB 19.3 MB/s eta 0:00:01  |### | 30 kB 21.1 MB/s eta 0:00:01  |#### | 40 kB 20.6 MB/s eta 0:00:01  |##### | 51 kB 20.7 MB/s eta 0:00:01  |###### | 61 kB 22.0 MB/s eta 0:00:01  |####### | 71 kB 22.1 MB/s eta 0:00:01  |######### | 81 kB 19.2 MB/s eta 0:00:01  |########## | 92 kB 19.7 MB/s eta 0:00:01  |########### | 102 kB 20.0 MB/s eta 0:00:01  |############ | 112 kB 20.0 MB/s eta 0:00:01  |############# | 122 kB 20.0 MB/s eta 0:00:01  |############## | 133 kB 20.0 MB/s eta 0:00:01  |############### | 143 kB 20.0 MB/s eta 0:00:01  |################# | 153 kB 20.0 MB/s eta 0:00:01  |################## | 163 kB 20.0 MB/s eta 0:00:01  |################### | 174 kB 20.0 MB/s eta 0:00:01  |#################### | 184 kB 20.0 MB/s eta 0:00:01  |##################### | 194 kB 20.0 MB/s eta 0:00:01  |###################### | 204 kB 20.0 MB/s eta 0:00:01  |####################### | 215 kB 20.0 MB/s eta 0:00:01  |######################### | 225 kB 20.0 MB/s eta 0:00:01  |########################## | 235 kB 20.0 MB/s eta 0:00:01  |########################### | 245 kB 20.0 MB/s eta 0:00:01  |############################ | 256 kB 20.0 MB/s eta 0:00:01  |############################# | 266 kB 20.0 MB/s eta 0:00:01  |############################## | 276 kB 20.0 MB/s eta 0:00:01  |############################### | 286 kB 20.0 MB/s eta 0:00:01  |################################| 288 kB 20.0 MB/s [?25hCollecting azure-mgmt-dns~=2.0 Downloading azure_mgmt_dns-2.1.0-py2.py3-none-any.whl (134 kB) [?25l  |## | 10 kB 14.0 MB/s eta 0:00:01  |#### | 20 kB 13.8 MB/s eta 0:00:01  |####### | 30 kB 16.3 MB/s eta 0:00:01  |######### | 40 kB 17.4 MB/s eta 0:00:01  |############ | 51 kB 18.7 MB/s eta 0:00:01  |############## | 61 kB 20.7 MB/s eta 0:00:01  |################# | 71 kB 20.9 MB/s eta 0:00:01  |################### | 81 kB 22.3 MB/s eta 0:00:01  |##################### | 92 kB 22.6 MB/s eta 0:00:01  |######################## | 102 kB 22.6 MB/s eta 0:00:01  |########################## | 112 kB 22.6 MB/s eta 0:00:01  |############################# | 122 kB 22.6 MB/s eta 0:00:01  |############################### | 133 kB 22.6 MB/s eta 0:00:01  |################################| 134 kB 22.6 MB/s [?25hCollecting azure-mgmt-subscription~=0.2.0 Downloading azure_mgmt_subscription-0.2.0-py2.py3-none-any.whl (40 kB) [?25l  |######## | 10 kB 12.8 MB/s eta 0:00:01  |################ | 20 kB 16.4 MB/s eta 0:00:01  |######################## | 30 kB 20.9 MB/s eta 0:00:01  |################################| 40 kB 7.3 MB/s [?25hCollecting azure-mgmt-scheduler~=2.0 Downloading azure_mgmt_scheduler-2.0.0-py2.py3-none-any.whl (67 kB) [?25l  |#### | 10 kB 13.5 MB/s eta 0:00:01  |######### | 20 kB 15.9 MB/s eta 0:00:01  |############## | 30 kB 19.4 MB/s eta 0:00:01  |################### | 40 kB 19.5 MB/s eta 0:00:01  |######################## | 51 kB 20.1 MB/s eta 0:00:01  |############################ | 61 kB 21.9 MB/s eta 0:00:01  |################################| 67 kB 7.4 MB/s [?25hCollecting azure-mgmt-cognitiveservices~=3.0 Downloading azure_mgmt_cognitiveservices-3.0.0-py2.py3-none-any.whl (58 kB) [?25l  |##### | 10 kB 6.6 MB/s eta 0:00:01  |########### | 20 kB 8.8 MB/s eta 0:00:01  |################ | 30 kB 11.5 MB/s eta 0:00:01  |###################### | 40 kB 12.9 MB/s eta 0:00:01  |############################ | 51 kB 13.8 MB/s eta 0:00:01  |################################| 58 kB 5.9 MB/s [?25hCollecting azure-mgmt-search~=2.0 Downloading azure_mgmt_search-2.1.0-py2.py3-none-any.whl (41 kB) [?25l  |####### | 10 kB 11.3 MB/s eta 0:00:01  |############### | 20 kB 14.5 MB/s eta 0:00:01  |####################### | 30 kB 18.2 MB/s eta 0:00:01  |############################### | 40 kB 19.5 MB/s eta 0:00:01  |################################| 41 kB 491 kB/s [?25hCollecting azure-mgmt-consumption~=2.0 Downloading azure_mgmt_consumption-2.0.0-py2.py3-none-any.whl (46 kB) [?25l  |####### | 10 kB 15.2 MB/s eta 0:00:01  |############## | 20 kB 16.9 MB/s eta 0:00:01  |##################### | 30 kB 19.3 MB/s eta 0:00:01  |############################ | 40 kB 20.1 MB/s eta 0:00:01  |################################| 46 kB 4.5 MB/s [?25hCollecting azure-mgmt-recoveryservicesbackup~=0.3.0 Downloading azure_mgmt_recoveryservicesbackup-0.3.0-py2.py3-none-any.whl (568 kB) [?25l  | | 10 kB 11.7 MB/s eta 0:00:01  |# | 20 kB 15.4 MB/s eta 0:00:01  |# | 30 kB 16.6 MB/s eta 0:00:01  |## | 40 kB 14.5 MB/s eta 0:00:01  |## | 51 kB 16.2 MB/s eta 0:00:01  |### | 61 kB 18.2 MB/s eta 0:00:01  |#### | 71 kB 19.0 MB/s eta 0:00:01  |#### | 81 kB 20.3 MB/s eta 0:00:01  |##### | 92 kB 21.0 MB/s eta 0:00:01  |##### | 102 kB 21.1 MB/s eta 0:00:01  |###### | 112 kB 21.1 MB/s eta 0:00:01  |###### | 122 kB 21.1 MB/s eta 0:00:01  |####### | 133 kB 21.1 MB/s eta 0:00:01  |######## | 143 kB 21.1 MB/s eta 0:00:01  |######## | 153 kB 21.1 MB/s eta 0:00:01  |######### | 163 kB 21.1 MB/s eta 0:00:01  |######### | 174 kB 21.1 MB/s eta 0:00:01  |########## | 184 kB 21.1 MB/s eta 0:00:01  |########## | 194 kB 21.1 MB/s eta 0:00:01  |########### | 204 kB 21.1 MB/s eta 0:00:01  |############ | 215 kB 21.1 MB/s eta 0:00:01  |############ | 225 kB 21.1 MB/s eta 0:00:01  |############# | 235 kB 21.1 MB/s eta 0:00:01  |############# | 245 kB 21.1 MB/s eta 0:00:01  |############## | 256 kB 21.1 MB/s eta 0:00:01  |############## | 266 kB 21.1 MB/s eta 0:00:01  |############### | 276 kB 21.1 MB/s eta 0:00:01  |################ | 286 kB 21.1 MB/s eta 0:00:01  |################ | 296 kB 21.1 MB/s eta 0:00:01  |################# | 307 kB 21.1 MB/s eta 0:00:01  |################# | 317 kB 21.1 MB/s eta 0:00:01  |################## | 327 kB 21.1 MB/s eta 0:00:01  |################### | 337 kB 21.1 MB/s eta 0:00:01  |################### | 348 kB 21.1 MB/s eta 0:00:01  |#################### | 358 kB 21.1 MB/s eta 0:00:01  |#################### | 368 kB 21.1 MB/s eta 0:00:01  |##################### | 378 kB 21.1 MB/s eta 0:00:01  |##################### | 389 kB 21.1 MB/s eta 0:00:01  |###################### | 399 kB 21.1 MB/s eta 0:00:01  |####################### | 409 kB 21.1 MB/s eta 0:00:01  |####################### | 419 kB 21.1 MB/s eta 0:00:01  |######################## | 430 kB 21.1 MB/s eta 0:00:01  |######################## | 440 kB 21.1 MB/s eta 0:00:01  |######################### | 450 kB 21.1 MB/s eta 0:00:01  |######################### | 460 kB 21.1 MB/s eta 0:00:01  |########################## | 471 kB 21.1 MB/s eta 0:00:01  |########################### | 481 kB 21.1 MB/s eta 0:00:01  |########################### | 491 kB 21.1 MB/s eta 0:00:01  |############################ | 501 kB 21.1 MB/s eta 0:00:01  |############################ | 512 kB 21.1 MB/s eta 0:00:01  |############################# | 522 kB 21.1 MB/s eta 0:00:01  |############################# | 532 kB 21.1 MB/s eta 0:00:01  |############################## | 542 kB 21.1 MB/s eta 0:00:01  |############################### | 552 kB 21.1 MB/s eta 0:00:01  |############################### | 563 kB 21.1 MB/s eta 0:00:01  |################################| 568 kB 21.1 MB/s [?25hCollecting azure-mgmt-managementpartner~=0.1.0 Downloading azure_mgmt_managementpartner-0.1.1-py2.py3-none-any.whl (19 kB) Collecting azure-mgmt-reservations~=0.2.1 Downloading azure_mgmt_reservations-0.2.1-py2.py3-none-any.whl (50 kB) [?25l  |###### | 10 kB 18.5 MB/s eta 0:00:01  |############# | 20 kB 22.2 MB/s eta 0:00:01  |################### | 30 kB 27.4 MB/s eta 0:00:01  |########################## | 40 kB 28.7 MB/s eta 0:00:01  |################################| 50 kB 7.8 MB/s [?25hCollecting azure-mgmt-signalr~=0.1.0 Downloading azure_mgmt_signalr-0.1.1-py2.py3-none-any.whl (49 kB) [?25l  |###### | 10 kB 15.0 MB/s eta 0:00:01  |############# | 20 kB 18.8 MB/s eta 0:00:01  |################### | 30 kB 22.5 MB/s eta 0:00:01  |########################## | 40 kB 22.6 MB/s eta 0:00:01  |################################| 49 kB 6.9 MB/s [?25hCollecting azure-mgmt-devtestlabs~=2.2 Downloading azure_mgmt_devtestlabs-2.2.0-py2.py3-none-any.whl (194 kB) [?25l  |# | 10 kB 13.6 MB/s eta 0:00:01  |### | 20 kB 18.3 MB/s eta 0:00:01  |##### | 30 kB 23.1 MB/s eta 0:00:01  |###### | 40 kB 24.9 MB/s eta 0:00:01  |######## | 51 kB 26.1 MB/s eta 0:00:01  |########## | 61 kB 28.6 MB/s eta 0:00:01  |########### | 71 kB 29.2 MB/s eta 0:00:01  |############# | 81 kB 31.1 MB/s eta 0:00:01  |############### | 92 kB 31.6 MB/s eta 0:00:01  |################ | 102 kB 30.7 MB/s eta 0:00:01  |################## | 112 kB 30.7 MB/s eta 0:00:01  |#################### | 122 kB 30.7 MB/s eta 0:00:01  |##################### | 133 kB 30.7 MB/s eta 0:00:01  |####################### | 143 kB 30.7 MB/s eta 0:00:01  |######################### | 153 kB 30.7 MB/s eta 0:00:01  |########################## | 163 kB 30.7 MB/s eta 0:00:01  |############################ | 174 kB 30.7 MB/s eta 0:00:01  |############################## | 184 kB 30.7 MB/s eta 0:00:01  |################################| 194 kB 30.7 MB/s [?25hCollecting azure-mgmt-hanaonazure~=0.1.1 Downloading azure_mgmt_hanaonazure-0.1.1-py2.py3-none-any.whl (20 kB) Collecting azure-mgmt-billing~=0.2.0 Downloading azure_mgmt_billing-0.2.0-py2.py3-none-any.whl (25 kB) Collecting azure-mgmt-batch~=5.0 Downloading azure_mgmt_batch-5.0.1-py2.py3-none-any.whl (87 kB) [?25l  |### | 10 kB 11.5 MB/s eta 0:00:01  |####### | 20 kB 16.4 MB/s eta 0:00:01  |########### | 30 kB 19.5 MB/s eta 0:00:01  |############### | 40 kB 21.8 MB/s eta 0:00:01  |################## | 51 kB 23.5 MB/s eta 0:00:01  |###################### | 61 kB 20.0 MB/s eta 0:00:01  |########################## | 71 kB 21.2 MB/s eta 0:00:01  |############################## | 81 kB 22.9 MB/s eta 0:00:01  |################################| 87 kB 7.6 MB/s [?25hCollecting azure-mgmt-eventgrid~=1.0 Downloading azure_mgmt_eventgrid-1.0.0-py2.py3-none-any.whl (51 kB) [?25l  |###### | 10 kB 4.2 MB/s eta 0:00:01  |############ | 20 kB 6.9 MB/s eta 0:00:01  |################### | 30 kB 8.4 MB/s eta 0:00:01  |######################### | 40 kB 10.1 MB/s eta 0:00:01  |############################### | 51 kB 11.4 MB/s eta 0:00:01  |################################| 51 kB 233 kB/s [?25hCollecting azure-mgmt-cosmosdb~=0.4.1 Downloading azure_mgmt_cosmosdb-0.4.1-py2.py3-none-any.whl (100 kB) [?25l  |### | 10 kB 17.3 MB/s eta 0:00:01  |###### | 20 kB 20.8 MB/s eta 0:00:01  |######### | 30 kB 24.6 MB/s eta 0:00:01  |############# | 40 kB 26.2 MB/s eta 0:00:01  |################ | 51 kB 27.4 MB/s eta 0:00:01  |################### | 61 kB 29.8 MB/s eta 0:00:01  |###################### | 71 kB 30.3 MB/s eta 0:00:01  |########################## | 81 kB 26.2 MB/s eta 0:00:01  |############################# | 92 kB 15.5 MB/s eta 0:00:01  |################################| 100 kB 8.5 MB/s [?25hCollecting azure-mgmt-powerbiembedded~=2.0 Downloading azure_mgmt_powerbiembedded-2.0.0-py2.py3-none-any.whl (38 kB) Collecting azure-mgmt-nspkg>=2.0.0 Downloading azure_mgmt_nspkg-3.0.2-py3-none-any.whl (1.6 kB) Collecting azure-mgmt-datalake-nspkg>=2.0.0 Downloading azure_mgmt_datalake_nspkg-3.0.1-py3-none-any.whl (1.7 kB)  'node-sass' usage is deprecated and will be removed in a future major version. To opt-out of the deprecated behaviour and start using 'sass' uninstall 'node-sass'. Collecting azure-storage-common~=1.4 Downloading azure_storage_common-1.4.2-py2.py3-none-any.whl (47 kB) [?25l  |###### | 10 kB 19.0 MB/s eta 0:00:01  |############# | 20 kB 22.2 MB/s eta 0:00:01  |#################### | 30 kB 27.4 MB/s eta 0:00:01  |########################### | 40 kB 27.7 MB/s eta 0:00:01  |################################| 47 kB 5.4 MB/s [?25hRequirement already satisfied: pycparser in /usr/local/lib/python3.6/dist-packages (from cffi->azure-datalake-store~=0.0.18->azure==4.0.0) (2.20) Collecting isodate>=0.6.0 Downloading isodate-0.6.0-py2.py3-none-any.whl (45 kB) [?25l  |####### | 10 kB 16.5 MB/s eta 0:00:01  |############## | 20 kB 16.7 MB/s eta 0:00:01  |##################### | 30 kB 21.4 MB/s eta 0:00:01  |############################ | 40 kB 23.8 MB/s eta 0:00:01  |################################| 45 kB 3.8 MB/s [?25hCollecting requests-oauthlib>=0.5.0 Downloading requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from msrest<2.0.0,>=0.5.4->azure-applicationinsights~=0.1.0->azure==4.0.0) (2020.12.5) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from isodate>=0.6.0->msrest<2.0.0,>=0.5.4->azure-applicationinsights~=0.1.0->azure==4.0.0) (1.11.0) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests->azure-cosmosdb-table~=1.0->azure==4.0.0) (1.26.4) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests->azure-cosmosdb-table~=1.0->azure==4.0.0) (4.0.0) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests->azure-cosmosdb-table~=1.0->azure==4.0.0) (2.6) Collecting oauthlib>=3.0.0 Downloading oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) [?25l  |## | 10 kB 17.1 MB/s eta 0:00:01  |#### | 20 kB 20.5 MB/s eta 0:00:01  |###### | 30 kB 24.3 MB/s eta 0:00:01  |######## | 40 kB 25.1 MB/s eta 0:00:01  |########### | 51 kB 25.8 MB/s eta 0:00:01  |############# | 61 kB 27.8 MB/s eta 0:00:01  |############### | 71 kB 28.0 MB/s eta 0:00:01  |################# | 81 kB 29.5 MB/s eta 0:00:01  |#################### | 92 kB 29.3 MB/s eta 0:00:01  |###################### | 102 kB 29.4 MB/s eta 0:00:01  |######################## | 112 kB 29.4 MB/s eta 0:00:01  |########################## | 122 kB 29.4 MB/s eta 0:00:01  |############################ | 133 kB 29.4 MB/s eta 0:00:01  |############################### | 143 kB 29.4 MB/s eta 0:00:01  |################################| 147 kB 29.4 MB/s [?25hInstalling collected packages: oauthlib, requests-oauthlib, isodate, azure-nspkg, msrest, azure-mgmt-nspkg, adal, msrestazure, azure-mgmt-datalake-nspkg, azure-common, azure-storage-common, azure-mgmt-web, azure-mgmt-trafficmanager, azure-mgmt-subscription, azure-mgmt-storage, azure-mgmt-sql, azure-mgmt-signalr, azure-mgmt-servicefabric, azure-mgmt-servicebus, azure-mgmt-search, azure-mgmt-scheduler, azure-mgmt-resource, azure-mgmt-reservations, azure-mgmt-relay, azure-mgmt-redis, azure-mgmt-recoveryservicesbackup, azure-mgmt-recoveryservices, azure-mgmt-rdbms, azure-mgmt-powerbiembedded, azure-mgmt-policyinsights, azure-mgmt-notificationhubs, azure-mgmt-network, azure-mgmt-msi, azure-mgmt-monitor, azure-mgmt-media, azure-mgmt-marketplaceordering, azure-mgmt-maps, azure-mgmt-managementpartner, azure-mgmt-managementgroups, azure-mgmt-machinelearningcompute, azure-mgmt-logic, azure-mgmt-loganalytics, azure-mgmt-keyvault, azure-mgmt-iothubprovisioningservices, azure-mgmt-iothub, azure-mgmt-iotcentral, azure-mgmt-hanaonazure, azure-mgmt-eventhub, azure-mgmt-eventgrid, azure-mgmt-dns, azure-mgmt-devtestlabs, azure-mgmt-devspaces, azure-mgmt-datamigration, azure-mgmt-datalake-store, azure-mgmt-datalake-analytics, azure-mgmt-datafactory, azure-mgmt-cosmosdb, azure-mgmt-containerservice, azure-mgmt-containerregistry, azure-mgmt-containerinstance, azure-mgmt-consumption, azure-mgmt-compute, azure-mgmt-commerce, azure-mgmt-cognitiveservices, azure-mgmt-cdn, azure-mgmt-billing, azure-mgmt-batchai, azure-mgmt-batch, azure-mgmt-authorization, azure-mgmt-applicationinsights, azure-mgmt-advisor, azure-cosmosdb-nspkg, azure-storage-queue, azure-storage-file, azure-storage-blob, azure-servicemanagement-legacy, azure-servicefabric, azure-servicebus, azure-mgmt, azure-loganalytics, azure-keyvault, azure-graphrbac, azure-eventgrid, azure-datalake-store, azure-cosmosdb-table, azure-batch, azure-applicationinsights, azure Attempting uninstall: oauthlib Found existing installation: oauthlib 2.0.6 Uninstalling oauthlib-2.0.6: Successfully uninstalled oauthlib-2.0.6 Compiling @angular/core : es2015 as esm2015 Compiling @angular/animations : es2015 as esm2015 Compiling @angular/common : es2015 as esm2015 Compiling @angular/cdk/coercion : es2015 as esm2015 Compiling @angular/animations/browser : es2015 as esm2015 Compiling @ng-idle/core : es2015 as esm2015 Compiling @angular/forms : es2015 as esm2015 Compiling @ngx-translate/core : es2015 as esm2015 Compiling @angular/platform-browser : es2015 as esm2015 Compiling @angular/common/http : es2015 as esm2015 Compiling @angular/flex-layout/core : es2015 as esm2015 Compiling @angular/cdk/bidi : es2015 as esm2015 Compiling @akveo/ng2-completer : es2015 as esm2015 Compiling @angular/platform-browser-dynamic : es2015 as esm2015 Compiling @angular/flex-layout/extended : es2015 as esm2015 Compiling @angular/flex-layout/flex : es2015 as esm2015 Compiling @angular/flex-layout/grid : es2015 as esm2015 Compiling @angular/platform-browser/animations : es2015 as esm2015 Compiling @angular/router : es2015 as esm2015 Compiling @ng-bootstrap/ng-bootstrap : es2015 as esm2015 Compiling @ngx-translate/http-loader : es2015 as esm2015 Compiling angular-notifier : es2015 as esm2015 Compiling ng2-smart-table : es2015 as esm2015 Compiling @angular/flex-layout : es2015 as esm2015 Compiling ng2-charts : es2015 as esm2015 Compiling @ctrl/ngx-codemirror : es2015 as esm2015 Compiling @ng-select/ng-select : es2015 as esm2015 Compiling ng-sidebar : main as commonjs Compiling @ng-idle/keepalive : es2015 as esm2015 - Generating browser application bundles... Successfully installed adal-1.2.7 azure-4.0.0 azure-applicationinsights-0.1.0 azure-batch-4.1.3 azure-common-1.1.27 azure-cosmosdb-nspkg-2.0.2 azure-cosmosdb-table-1.0.6 azure-datalake-store-0.0.52 azure-eventgrid-1.3.0 azure-graphrbac-0.40.0 azure-keyvault-1.1.0 azure-loganalytics-0.1.0 azure-mgmt-4.0.0 azure-mgmt-advisor-1.0.1 azure-mgmt-applicationinsights-0.1.1 azure-mgmt-authorization-0.50.0 azure-mgmt-batch-5.0.1 azure-mgmt-batchai-2.0.0 azure-mgmt-billing-0.2.0 azure-mgmt-cdn-3.1.0 azure-mgmt-cognitiveservices-3.0.0 azure-mgmt-commerce-1.0.1 azure-mgmt-compute-4.6.2 azure-mgmt-consumption-2.0.0 azure-mgmt-containerinstance-1.5.0 azure-mgmt-containerregistry-2.8.0 azure-mgmt-containerservice-4.4.0 azure-mgmt-cosmosdb-0.4.1 azure-mgmt-datafactory-0.6.0 azure-mgmt-datalake-analytics-0.6.0 azure-mgmt-datalake-nspkg-3.0.1 azure-mgmt-datalake-store-0.5.0 azure-mgmt-datamigration-1.0.0 azure-mgmt-devspaces-0.1.0 azure-mgmt-devtestlabs-2.2.0 azure-mgmt-dns-2.1.0 azure-mgmt-eventgrid-1.0.0 azure-mgmt-eventhub-2.6.0 azure-mgmt-hanaonazure-0.1.1 azure-mgmt-iotcentral-0.1.0 azure-mgmt-iothub-0.5.0 azure-mgmt-iothubprovisioningservices-0.2.0 azure-mgmt-keyvault-1.1.0 azure-mgmt-loganalytics-0.2.0 azure-mgmt-logic-3.0.0 azure-mgmt-machinelearningcompute-0.4.1 azure-mgmt-managementgroups-0.1.0 azure-mgmt-managementpartner-0.1.1 azure-mgmt-maps-0.1.0 azure-mgmt-marketplaceordering-0.1.0 azure-mgmt-media-1.0.0 azure-mgmt-monitor-0.5.2 azure-mgmt-msi-0.2.0 azure-mgmt-network-2.7.0 azure-mgmt-notificationhubs-2.1.0 azure-mgmt-nspkg-3.0.2 azure-mgmt-policyinsights-0.1.0 azure-mgmt-powerbiembedded-2.0.0 azure-mgmt-rdbms-1.9.0 azure-mgmt-recoveryservices-0.3.0 azure-mgmt-recoveryservicesbackup-0.3.0 azure-mgmt-redis-5.0.0 azure-mgmt-relay-0.1.0 azure-mgmt-reservations-0.2.1 azure-mgmt-resource-2.2.0 azure-mgmt-scheduler-2.0.0 azure-mgmt-search-2.1.0 azure-mgmt-servicebus-0.5.3 azure-mgmt-servicefabric-0.2.0 azure-mgmt-signalr-0.1.1 azure-mgmt-sql-0.9.1 azure-mgmt-storage-2.0.0 azure-mgmt-subscription-0.2.0 azure-mgmt-trafficmanager-0.50.0 azure-mgmt-web-0.35.0 azure-nspkg-3.0.2 azure-servicebus-0.21.1 azure-servicefabric-6.3.0.0 azure-servicemanagement-legacy-0.20.7 azure-storage-blob-1.5.0 azure-storage-common-1.4.2 azure-storage-file-1.4.0 azure-storage-queue-1.4.0 isodate-0.6.0 msrest-0.6.21 msrestazure-0.6.4 oauthlib-3.1.0 requests-oauthlib-1.3.0 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-osm-rosdn-floodlightof (9.1.1+g4c6d586.dirty-1) ... Setting up python3-osm-rosdn-onos-vpls (9.1.1+g4c6d586.dirty-1) ... Setting up python3-openstacksdk (0.11.3+repack-0ubuntu1) ... Setting up python3-glanceclient (1:2.9.1-0ubuntu1) ... update-alternatives: using /usr/bin/python3-glance to provide /usr/bin/glance (glance) in auto mode Setting up python3-oslo.serialization (2.24.0-0ubuntu2) ... Setting up python3-novaclient (2:9.1.1-0ubuntu1) ... update-alternatives: using /usr/bin/python3-nova to provide /usr/bin/nova (nova) in auto mode Setting up python3-osc-lib (1.9.0-0ubuntu1) ... Setting up python3-cinderclient (1:3.5.0-0ubuntu1) ... update-alternatives: using /usr/bin/python3-cinder to provide /usr/bin/cinder (cinder) in auto mode Processing triggers for libc-bin (2.27-3ubuntu1.4) ... Processing triggers for shared-mime-info (1.9-2) ... Processing triggers for sgml-base (1.29) ... Setting up docutils-common (0.14+dfsg-3) ... Processing triggers for sgml-base (1.29) ... Setting up python3-docutils (0.14+dfsg-3) ... update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode Setting up python3-oslo.config (1:5.2.0-0ubuntu1) ... update-alternatives: using /usr/bin/python3-oslo-config-generator to provide /usr/bin/oslo-config-generator (oslo-config-generator) in auto mode Setting up python3-sphinx (1.6.7-1ubuntu1) ... Setting up python3-osm-rovim-fos (9.1.1+g4c6d586.dirty-1) ... POST INSTALL OSM-ROVIM-FOS % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 620 100 620 0 0 1884 0 --:--:-- --:--:-- --:--:-- 1878 100 161k 100 161k 0 0 238k 0 --:--:-- --:--:-- --:--:-- 238k /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Requirement already satisfied: pyangbind in /usr/local/lib/python3.6/dist-packages (0.8.1) Requirement already satisfied: sphinx in /usr/lib/python3/dist-packages (1.6.7) Collecting zenoh==0.3.0 Downloading zenoh-0.3.0-py3-none-any.whl (17 kB) Collecting yaks==0.3.0.post1 Downloading yaks-0.3.0.post1-py3-none-any.whl (22 kB) Collecting fog05-sdk==0.2.0 Downloading fog05_sdk-0.2.0-py3-none-any.whl (119 kB) [?25l  |## | 10 kB 14.7 MB/s eta 0:00:01  |##### | 20 kB 16.5 MB/s eta 0:00:01  |######## | 30 kB 4.7 MB/s eta 0:00:01  |########## | 40 kB 5.7 MB/s eta 0:00:01  |############# | 51 kB 2.4 MB/s eta 0:00:01  |################ | 61 kB 2.8 MB/s eta 0:00:01  |################### | 71 kB 3.2 MB/s eta 0:00:01  |##################### | 81 kB 3.6 MB/s eta 0:00:01  |######################## | 92 kB 3.9 MB/s eta 0:00:01  |########################### | 102 kB 4.1 MB/s eta 0:00:01  |############################## | 112 kB 4.1 MB/s eta 0:00:01  |################################| 119 kB 4.1 MB/s [?25hCollecting fog05==0.2.0 Downloading fog05-0.2.0-py3-none-any.whl (23 kB) Collecting hexdump Downloading hexdump-3.3.zip (12 kB) Collecting mvar Downloading mvar-1.0.0-py3-none-any.whl (8.0 kB) Collecting papero==0.2.7 Downloading papero-0.2.7-py3-none-any.whl (7.9 kB) Requirement already satisfied: jsonschema in /usr/local/lib/python3.6/dist-packages (from fog05-sdk==0.2.0) (3.2.0) Collecting mvar Downloading mvar-0.0.1-py3-none-any.whl (6.7 kB) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from pyangbind) (1.11.0) Requirement already satisfied: bitarray in /usr/local/lib/python3.6/dist-packages (from pyangbind) (2.1.0) Requirement already satisfied: enum34 in /usr/local/lib/python3.6/dist-packages (from pyangbind) (1.1.10) Requirement already satisfied: lxml in /usr/local/lib/python3.6/dist-packages (from pyangbind) (4.6.3) Requirement already satisfied: pyang in /usr/local/lib/python3.6/dist-packages (from pyangbind) (2.4.0) Requirement already satisfied: regex in /usr/local/lib/python3.6/dist-packages (from pyangbind) (2021.4.4) Requirement already satisfied: Jinja2>=2.3 in /usr/local/lib/python3.6/dist-packages (from sphinx) (2.11.3) Requirement already satisfied: Pygments>=2.0 in /usr/lib/python3/dist-packages (from sphinx) (2.2.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /usr/lib/python3/dist-packages (from sphinx) (0.7.8) Requirement already satisfied: babel!=2.0,>=1.3 in /usr/lib/python3/dist-packages (from sphinx) (2.4.0) Requirement already satisfied: docutils>=0.11 in /usr/lib/python3/dist-packages (from sphinx) (0.14) Requirement already satisfied: imagesize in /usr/lib/python3/dist-packages (from sphinx) (0.7.1) Requirement already satisfied: requests>=2.0.0 in /usr/local/lib/python3.6/dist-packages (from sphinx) (2.25.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from sphinx) (39.0.1) Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.6/dist-packages (from Jinja2>=2.3->sphinx) (1.1.1) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests>=2.0.0->sphinx) (4.0.0) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests>=2.0.0->sphinx) (1.26.4) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.0.0->sphinx) (2.6) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests>=2.0.0->sphinx) (2020.12.5) Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.6/dist-packages (from jsonschema->fog05-sdk==0.2.0) (4.0.1) Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.6/dist-packages (from jsonschema->fog05-sdk==0.2.0) (0.17.3) Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.6/dist-packages (from jsonschema->fog05-sdk==0.2.0) (21.2.0) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata->jsonschema->fog05-sdk==0.2.0) (3.4.1) Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata->jsonschema->fog05-sdk==0.2.0) (3.10.0.0) WARNING: The candidate selected for download or install is a yanked version: 'zenoh' candidate (version 0.3.0 at https://files.pythonhosted.org/packages/f4/8b/6d7cd39a05063f1da28db2567da5b09ecda1c5c8e8f422203185d840b6eb/zenoh-0.3.0-py3-none-any.whl#sha256=1edab7073401504c63a05c8f208ca3feb0b0a8c3b368975eeb7ffe891a16d74a (from https://pypi.org/simple/zenoh/)) Reason for being yanked: Deprecated. Please use "eclipse-zenoh" instead. Building wheels for collected packages: hexdump Building wheel for hexdump (setup.py) ... [?25l- \ done [?25h Created wheel for hexdump: filename=hexdump-3.3-py3-none-any.whl size=12148 sha256=5577a1c9bfdc3d3ecd76f3072fcb549ce8b275b85701d099e8c4eb5687357a8e Stored in directory: /root/.cache/pip/wheels/11/12/95/535caa118e6b5270c927660177581f443cca0b52160130dfe6 Successfully built hexdump Installing collected packages: papero, mvar, hexdump, yaks, fog05-sdk, zenoh, fog05 Successfully installed fog05-0.2.0 fog05-sdk-0.2.0 hexdump-3.3 mvar-0.0.1 papero-0.2.7 yaks-0.3.0.post1 zenoh-0.3.0 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Setting up python3-keystoneclient (1:3.15.0-0ubuntu1) ... Setting up python3-neutronclient (1:6.7.0-0ubuntu1) ... update-alternatives: using /usr/bin/python3-neutron to provide /usr/bin/neutron (neutron) in auto mode Setting up python3-openstackclient (3.14.2-0ubuntu1) ... update-alternatives: using /usr/bin/python3-openstack to provide /usr/bin/openstack (openstack) in auto mode Setting up python3-osm-rovim-openstack (9.1.1+g4c6d586.dirty-1) ... POST INSTALL OSM-ROVIM-OPENSTACK /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Requirement already satisfied: networking-l2gw in /usr/local/lib/python3.6/dist-packages (18.0.0) Requirement already satisfied: neutron>=16.0.0 in /usr/local/lib/python3.6/dist-packages (from networking-l2gw) (18.0.0) Requirement already satisfied: python-neutronclient>=6.7.0 in /usr/local/lib/python3.6/dist-packages (from networking-l2gw) (7.3.0) Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.6/dist-packages (from networking-l2gw) (5.6.0) Requirement already satisfied: neutron-lib>=2.0.0 in /usr/local/lib/python3.6/dist-packages (from networking-l2gw) (2.11.0) Requirement already satisfied: ovsdbapp>=0.17.0 in /usr/local/lib/python3.6/dist-packages (from networking-l2gw) (1.10.0) Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (0.56.0) Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (0.19.1) Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (9.2.0) Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.4.0) Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.13.3) Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.5.1) Requirement already satisfied: decorator>=3.4.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (5.0.7) Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (12.7.1) Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.3.0) Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (5.0.1) Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (3.3.0) Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (8.6.0) Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (3.5.0) Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (4.4.0) Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (4.2.0) Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (7.0.0) Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (4.3.1) Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.25.1) Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.2.0) Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (3.4.0) Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (1.4.14) Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.11.3) Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (1.4.0) Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (4.8.0) Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (1.3.0) Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (3.2.0) Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (3.7.0) Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (4.4.0) Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.1.1) Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (5.8.0) Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.4.0) Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (4.1.0) Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (20.9) Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.2.0) Requirement already satisfied: eventlet>=0.22.1 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (0.31.0) Requirement already satisfied: pyroute2>=0.5.13 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (0.5.18) Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (1.6.2) Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.5.0) Requirement already satisfied: oslo.service>=1.31.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.5.0) Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (0.8.0) Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (6.2.0) Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (1.8.7) Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (0.10.9) Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (4.2.0) Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (1.4.0) Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.8.0) Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (20.0.1) Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (2.7.0) Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (17.4.0) Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.6/dist-packages (from neutron>=16.0.0->networking-l2gw) (8.6.0) Requirement already satisfied: python-dateutil in /usr/local/lib/python3.6/dist-packages (from alembic>=0.9.6->neutron>=16.0.0->networking-l2gw) (2.8.1) Requirement already satisfied: Mako in /usr/local/lib/python3.6/dist-packages (from alembic>=0.9.6->neutron>=16.0.0->networking-l2gw) (1.1.4) Requirement already satisfied: python-editor>=0.3 in /usr/local/lib/python3.6/dist-packages (from alembic>=0.9.6->neutron>=16.0.0->networking-l2gw) (1.0.4) Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from debtcollector>=1.19.0->neutron>=16.0.0->networking-l2gw) (1.11.0) Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.6/dist-packages (from debtcollector>=1.19.0->neutron>=16.0.0->networking-l2gw) (1.12.1) Requirement already satisfied: dnspython<2.0.0,>=1.15.0 in /usr/local/lib/python3.6/dist-packages (from eventlet>=0.22.1->neutron>=16.0.0->networking-l2gw) (1.16.0) Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.6/dist-packages (from eventlet>=0.22.1->neutron>=16.0.0->networking-l2gw) (1.1.0) Requirement already satisfied: pyparsing<3,>=2.4.2 in /usr/local/lib/python3.6/dist-packages (from httplib2>=0.9.1->neutron>=16.0.0->networking-l2gw) (2.4.7) Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.6/dist-packages (from Jinja2>=2.10->neutron>=16.0.0->networking-l2gw) (1.1.1) Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.6/dist-packages (from keystoneauth1>=3.14.0->neutron>=16.0.0->networking-l2gw) (0.1.14) Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.6/dist-packages (from keystoneauth1>=3.14.0->neutron>=16.0.0->networking-l2gw) (1.7.0) Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.6/dist-packages (from keystonemiddleware>=5.1.0->neutron>=16.0.0->networking-l2gw) (3.1.1) Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.6/dist-packages (from keystonemiddleware>=5.1.0->neutron>=16.0.0->networking-l2gw) (4.2.0) Requirement already satisfied: importlib-resources in /usr/local/lib/python3.6/dist-packages (from netaddr>=0.7.18->neutron>=16.0.0->networking-l2gw) (5.1.2) Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.6/dist-packages (from neutron-lib>=2.0.0->networking-l2gw) (1.2.2) Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.6/dist-packages (from neutron-lib>=2.0.0->networking-l2gw) (2.5.0) Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.6/dist-packages (from openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (3.4.7) Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.6/dist-packages (from openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (1.1.2) Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.6/dist-packages (from openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (1.4.4) Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.6/dist-packages (from openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (2.5.0) Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.6/dist-packages (from openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (5.4.1) Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.6/dist-packages (from openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (1.4.0) Requirement already satisfied: importlib-metadata>=1.7.0 in /usr/local/lib/python3.6/dist-packages (from openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (4.0.1) Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.6/dist-packages (from openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (0.10.0) Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.6/dist-packages (from openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (1.32) Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.6/dist-packages (from cryptography>=2.7->openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (1.14.5) Requirement already satisfied: pycparser in /usr/local/lib/python3.6/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (2.20) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata>=1.7.0->openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (3.4.1) Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata>=1.7.0->openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (3.10.0.0) Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.6/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron>=16.0.0->networking-l2gw) (2.1) Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.6/dist-packages (from os-ken>=0.3.0->neutron>=16.0.0->networking-l2gw) (1.0.2) Requirement already satisfied: tinyrpc>=0.6 in /usr/local/lib/python3.6/dist-packages (from os-ken>=0.3.0->neutron>=16.0.0->networking-l2gw) (1.0.4) Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.6/dist-packages (from oslo.concurrency>=3.26.0->neutron>=16.0.0->networking-l2gw) (0.16) Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.6/dist-packages (from oslo.config>=8.0.0->neutron>=16.0.0->networking-l2gw) (1.5.0) Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.6/dist-packages (from oslo.db>=4.44.0->neutron>=16.0.0->networking-l2gw) (0.5.0) Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.6/dist-packages (from oslo.db>=4.44.0->neutron>=16.0.0->networking-l2gw) (0.13.0) Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.6/dist-packages (from oslo.db>=4.44.0->neutron>=16.0.0->networking-l2gw) (2.0.1) Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.6/dist-packages (from oslo.log>=4.3.0->neutron>=16.0.0->networking-l2gw) (0.9.6) Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.6/dist-packages (from oslo.messaging>=7.0.0->neutron>=16.0.0->networking-l2gw) (5.0.2) Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.6/dist-packages (from oslo.messaging>=7.0.0->neutron>=16.0.0->networking-l2gw) (5.0.6) Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.6/dist-packages (from oslo.messaging>=7.0.0->neutron>=16.0.0->networking-l2gw) (4.2.2) Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.6/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron>=16.0.0->networking-l2gw) (5.0.0) Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.6/dist-packages (from oslo.middleware>=3.31.0->neutron>=16.0.0->networking-l2gw) (3.3.0) Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.6/dist-packages (from oslo.serialization>=2.25.0->neutron>=16.0.0->networking-l2gw) (2021.1) Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.6/dist-packages (from oslo.service>=1.31.0->neutron>=16.0.0->networking-l2gw) (1.3.2) Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.6/dist-packages (from oslo.service>=1.31.0->neutron>=16.0.0->networking-l2gw) (3.0.0) Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.6/dist-packages (from fixtures>=3.0.0->oslo.service>=1.31.0->neutron>=16.0.0->networking-l2gw) (2.4.0) Requirement already satisfied: PrettyTable<0.8,>=0.7.1 in /usr/local/lib/python3.6/dist-packages (from oslo.upgradecheck>=1.3.0->neutron>=16.0.0->networking-l2gw) (0.7.2) Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.6/dist-packages (from ovs>=2.10.0->neutron>=16.0.0->networking-l2gw) (2.3.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron>=16.0.0->networking-l2gw) (39.0.1) Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.6/dist-packages (from pecan>=1.3.2->neutron>=16.0.0->networking-l2gw) (2.0.35) Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.6/dist-packages (from pecan>=1.3.2->neutron>=16.0.0->networking-l2gw) (0.3.5) Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.6/dist-packages (from python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (2.3.1) Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.6/dist-packages (from python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (3.7.0) Requirement already satisfied: jsonschema>=2.6.0 in /usr/local/lib/python3.6/dist-packages (from python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (3.2.0) Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.6/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (1.5.0) Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.6/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (0.4.4) Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.6/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (21.2.0) Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.6/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (0.2.5) Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.6/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (1.8.2) Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.6/dist-packages (from jsonschema>=2.6.0->python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (0.17.3) Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.6/dist-packages (from osc-lib>=1.8.0->python-designateclient>=2.7.0->neutron>=16.0.0->networking-l2gw) (3.17.2) Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.6/dist-packages (from python-neutronclient>=6.7.0->networking-l2gw) (2.1.0) Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests>=2.18.0->neutron>=16.0.0->networking-l2gw) (4.0.0) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests>=2.18.0->neutron>=16.0.0->networking-l2gw) (1.26.4) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests>=2.18.0->neutron>=16.0.0->networking-l2gw) (2020.12.5) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron>=16.0.0->networking-l2gw) (2.6) Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.6/dist-packages (from Routes>=2.3.1->neutron>=16.0.0->networking-l2gw) (0.7) Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.6/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron>=16.0.0->networking-l2gw) (0.5.2) Requirement already satisfied: sqlparse in /usr/local/lib/python3.6/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron>=16.0.0->networking-l2gw) (0.4.1) Requirement already satisfied: python-mimeparse in /usr/local/lib/python3.6/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=1.31.0->neutron>=16.0.0->networking-l2gw) (1.6.0) Requirement already satisfied: traceback2 in /usr/local/lib/python3.6/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=1.31.0->neutron>=16.0.0->networking-l2gw) (1.4.0) Requirement already satisfied: unittest2>=1.0.0 in /usr/local/lib/python3.6/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=1.31.0->neutron>=16.0.0->networking-l2gw) (1.1.0) Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.6/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=1.31.0->neutron>=16.0.0->networking-l2gw) (1.0.0) Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.6/dist-packages (from tooz>=1.58.0->neutron>=16.0.0->networking-l2gw) (0.12.1) Collecting argparse Using cached argparse-1.4.0-py2.py3-none-any.whl (23 kB) Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.6/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron>=16.0.0->networking-l2gw) (4.9.3) Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.6/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron>=16.0.0->networking-l2gw) (2.0.0) Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.6/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron>=16.0.0->networking-l2gw) (2.2.1) Requirement already satisfied: linecache2 in /usr/local/lib/python3.6/dist-packages (from traceback2->testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=1.31.0->neutron>=16.0.0->networking-l2gw) (1.0.0) Installing collected packages: argparse Successfully installed argparse-1.4.0 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv W: Sources disagree on hashes for supposely identical version '9.1.1+g4c6d586.dirty-1' of 'python3-osm-rosdn-ietfl2vpn:amd64'.  added 1438 packages, and audited 1439 packages in 4m 35 packages are looking for funding run `npm fund` for details 51 vulnerabilities (24 low, 8 moderate, 19 high) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. Removing intermediate container d46d5db5e10c ---> 6c39feb9a1fe Step 13/36 : RUN python3 -m pip install --upgrade "cryptography>=2.5" ---> Running in c6f20c3059b9 /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Requirement already satisfied: cryptography>=2.5 in /usr/local/lib/python3.6/dist-packages (3.4.7) Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.6/dist-packages (from cryptography>=2.5) (1.14.5) Requirement already satisfied: pycparser in /usr/local/lib/python3.6/dist-packages (from cffi>=1.12->cryptography>=2.5) (2.20) WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv Removing intermediate container c6f20c3059b9 ---> c274aba86e71 Step 14/36 : VOLUME /var/log/osm ---> Running in 0bcadc4255d8 Removing intermediate container 0bcadc4255d8 ---> 2187f266d523 Step 15/36 : EXPOSE 9090 ---> Running in 0432c9d2f9f3 Removing intermediate container 0432c9d2f9f3 ---> 162e8f636389 Step 16/36 : ENV RO_DB_HOST="" ---> Running in 4ce3ba6bc9ff Removing intermediate container 4ce3ba6bc9ff ---> b0d3a81daf7b Step 17/36 : ENV RO_DB_OVIM_HOST="" ---> Running in b6dfef6497a2 Removing intermediate container b6dfef6497a2 ---> f9984c3ef07d Step 18/36 : ENV RO_DB_ROOT_PASSWORD="" ---> Running in 445c3263d649 Removing intermediate container 445c3263d649 ---> 0596fb8f576f Step 19/36 : ENV RO_DB_OVIM_ROOT_PASSWORD="" ---> Running in f8f1f32e4fc8 Removing intermediate container f8f1f32e4fc8 ---> 1aa5b8526794 Step 20/36 : ENV RO_DB_USER=mano ---> Running in 976444aed053 Removing intermediate container 976444aed053 ---> 522dd8ad16a7 Step 21/36 : ENV RO_DB_OVIM_USER=mano ---> Running in cab91751dc21 Removing intermediate container cab91751dc21 ---> 19f7a967d3cf Step 22/36 : ENV RO_DB_PASSWORD=manopw ---> Running in 1ac307e1a7e8 Removing intermediate container 1ac307e1a7e8 ---> 38a43e7ce762 Step 23/36 : ENV RO_DB_OVIM_PASSWORD=manopw ---> Running in 6ff5dd3f3a71 Removing intermediate container 6ff5dd3f3a71 ---> b3a39f4be283 Step 24/36 : ENV RO_DB_PORT=3306 ---> Running in da905ca7fc0d Removing intermediate container da905ca7fc0d ---> a8cdb8a89886 Step 25/36 : ENV RO_DB_OVIM_PORT=3306 ---> Running in 05928eee34d0 Removing intermediate container 05928eee34d0 ---> fd18246531f6 Step 26/36 : ENV RO_DB_NAME=mano_db ---> Running in 547f1e63b654 Removing intermediate container 547f1e63b654 ---> 78ea0691f724 Step 27/36 : ENV RO_DB_OVIM_NAME=mano_vim_db ---> Running in 7f30d5adc9a3 Removing intermediate container 7f30d5adc9a3 ---> f9bf63717426 Step 28/36 : ENV OPENMANO_TENANT=osm ---> Running in 9042f1358560 Removing intermediate container 9042f1358560 ---> f5f7860424af Step 29/36 : ENV OSMRO_DATABASE_DRIVER mongo ---> Running in 317094753f36 Removing intermediate container 317094753f36 ---> afd46f636dc5 Step 30/36 : ENV OSMRO_DATABASE_URI mongodb://mongo:27017 ---> Running in a6c21c140eb7 Removing intermediate container a6c21c140eb7 ---> 9317603ee87d Step 31/36 : ENV OSMRO_MESSAGE_DRIVER kafka ---> Running in fe21df7d287b Removing intermediate container fe21df7d287b ---> c36c5ded7f23 Step 32/36 : ENV OSMRO_MESSAGE_HOST kafka ---> Running in 5a8ea43a3767 Removing intermediate container 5a8ea43a3767 ---> 12d4ad4bb5fc Step 33/36 : ENV OSMRO_MESSAGE_PORT 9092 ---> Running in 402f6c1cb975 Removing intermediate container 402f6c1cb975 ---> 4ea024e2fcbd Step 34/36 : ENV OSMRO_LOG_LEVEL INFO ---> Running in fb854055b15f Removing intermediate container fb854055b15f ---> 7aba4a873753 Step 35/36 : HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12 CMD curl --silent --fail http://localhost:9090/ro || exit 1 ---> Running in 48dd2c7edf61 Removing intermediate container 48dd2c7edf61 ---> 0f76a3616db1 Step 36/36 : CMD python3 -m osm_ng_ro.ro_main ---> Running in 90ce18207411 Removing intermediate container 90ce18207411 ---> 332e164c0b2e [Warning] One or more build-args [LWUI_VERSION N2VC_VERSION OSMCLIENT_VERSION COMMON_VERSION LCM_VERSION MON_VERSION NBI_VERSION PLA_VERSION DEVOPS_VERSION TESTS_VERSION CACHE_DATE NGUI_VERSION POL_VERSION] were not consumed Successfully built 332e164c0b2e Successfully tagged opensourcemano/ro:osm-bug1511-merge-2 Removing intermediate container c85b019003c9 ---> 5f80c518769f Step 17/29 : RUN mv node_modules ./static ---> Running in a43a086a71b4 Removing intermediate container a43a086a71b4 ---> df543240371c Step 18/29 : RUN pip install -r requirements.txt ---> Running in d38dd83f6bc6 Collecting decorator==4.0.10 (from -r requirements.txt (line 14)) Downloading https://files.pythonhosted.org/packages/53/24/cc53f9f216dd5ef269e0af7c7651cbda162554a5b088621a205961c07a6f/decorator-4.0.10-py2.py3-none-any.whl Collecting Django==1.11.18 (from -r requirements.txt (line 15)) Downloading https://files.pythonhosted.org/packages/e0/eb/6dc122c6d0a82263bd26bebae3cdbafeb99a7281aa1dae57ca1f645a9872/Django-1.11.18-py2.py3-none-any.whl (6.9MB) Collecting django-model-utils==2.6 (from -r requirements.txt (line 16)) Downloading https://files.pythonhosted.org/packages/ae/6a/753e6fb589bc3b5ff0c37118a6594b3d23884409b88bd6420c6142f06677/django-model-utils-2.6.tar.gz Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 17)) Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz Collecting jsonfield==1.0.3 (from -r requirements.txt (line 18)) Downloading https://files.pythonhosted.org/packages/ad/e2/e1d8a62edb0aa3c9984ed5cb73d9001065520796f1740caf6daf1c5540c4/jsonfield-1.0.3.tar.gz Collecting jsonschema==2.5.1 (from -r requirements.txt (line 19)) Downloading https://files.pythonhosted.org/packages/bd/cc/5388547ea3504bd8cbf99ba2ae7a3231598f54038e9b228cbd174f8ec6a1/jsonschema-2.5.1-py2.py3-none-any.whl Collecting pbr==1.10.0 (from -r requirements.txt (line 20)) Downloading https://files.pythonhosted.org/packages/b8/a1/7abb01fd93d66fc71e24e5df9ca6d7d9acfb4b715937d2a38fd739f266e6/pbr-1.10.0-py2.py3-none-any.whl (96kB) Collecting pyaml==15.8.2 (from -r requirements.txt (line 21)) Downloading https://files.pythonhosted.org/packages/59/19/7279d8d457471334901978345b2c3729eeed3bad8bbcc981a8066480c66a/pyaml-15.8.2.tar.gz Collecting python-dateutil==2.6.0 (from -r requirements.txt (line 22)) Downloading https://files.pythonhosted.org/packages/40/8b/275015d7a9ec293cf1bbf55433258fbc9d0711890a7f6dc538bac7b86bce/python_dateutil-2.6.0-py2.py3-none-any.whl (194kB) Collecting PyYAML==3.12 (from -r requirements.txt (line 23)) Downloading https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz (253kB) Collecting requests==2.12.4 (from -r requirements.txt (line 24)) Downloading https://files.pythonhosted.org/packages/ed/9e/60cc074968c095f728f0d8d28370e8d396fa60afb7582735563cccf223dd/requests-2.12.4-py2.py3-none-any.whl (576kB) Collecting six==1.10.0 (from -r requirements.txt (line 25)) Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl Collecting smmap2==2.0.3 (from -r requirements.txt (line 26)) Downloading https://files.pythonhosted.org/packages/e3/59/4e22f692e65f5f9271252a8e63f04ce4ad561d4e06192478ee48dfac9611/smmap2-2.0.3-py2.py3-none-any.whl Collecting url==0.2.0 (from -r requirements.txt (line 27)) Downloading https://files.pythonhosted.org/packages/e3/18/f93bc0aa36df89a8b2720e859fe5022be2ede530df4c51ad1b450ed41eaa/url-0.2.0.tar.gz Collecting wheel==0.24.0 (from -r requirements.txt (line 28)) Downloading https://files.pythonhosted.org/packages/e8/14/eaaac12b0432c984a27ad0050a5a0bedc6135df35a0f5f1f35228faf12d4/wheel-0.24.0-py2.py3-none-any.whl (63kB) Collecting mysqlclient==1.4.6 (from -r requirements.txt (line 29)) Downloading https://files.pythonhosted.org/packages/d0/97/7326248ac8d5049968bf4ec708a5d3d4806e412a42e74160d7f266a3e03a/mysqlclient-1.4.6.tar.gz (85kB) Collecting sqlalchemy==1.3.20 (from -r requirements.txt (line 30)) Downloading https://files.pythonhosted.org/packages/09/0d/97b2ef803cbbf84d873b3bca0c05c48f92213dd744df731d6c3ed0730e4c/SQLAlchemy-1.3.20-cp27-cp27mu-manylinux1_x86_64.whl (1.2MB) Collecting pytz (from Django==1.11.18->-r requirements.txt (line 15)) Downloading https://files.pythonhosted.org/packages/70/94/784178ca5dd892a98f113cdd923372024dc04b8d40abe77ca76b5fb90ca6/pytz-2021.1-py2.py3-none-any.whl (510kB) Collecting publicsuffix (from url==0.2.0->-r requirements.txt (line 27)) Downloading https://files.pythonhosted.org/packages/d5/70/8124bab47b4b83c5846e124e91e8958696200acabc7404d3765f44212f8d/publicsuffix-1.1.1.tar.gz (66kB) Building wheels for collected packages: django-model-utils, functools32, jsonfield, pyaml, PyYAML, url, mysqlclient, publicsuffix Running setup.py bdist_wheel for django-model-utils: started Running setup.py bdist_wheel for django-model-utils: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/f8/00/be/f355d91958415d261811632b7dc999ebfd6bb608f1297e76a4 Running setup.py bdist_wheel for functools32: started Running setup.py bdist_wheel for functools32: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/b5/18/32/77a1030457155606ba5e3ec3a8a57132b1a04b1c4f765177b2 Running setup.py bdist_wheel for jsonfield: started Running setup.py bdist_wheel for jsonfield: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/cd/c6/9d/6ab674b816a7b0d04d9cd6a661f8afdae526a1ccdc27c0459b Running setup.py bdist_wheel for pyaml: started Running setup.py bdist_wheel for pyaml: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/25/7c/79/a52e0e0c4516d2cf49ac5628a44d584a58df779ed123af306a Running setup.py bdist_wheel for PyYAML: started Running setup.py bdist_wheel for PyYAML: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/03/05/65/bdc14f2c6e09e82ae3e0f13d021e1b6b2481437ea2f207df3f Running setup.py bdist_wheel for url: started Running setup.py bdist_wheel for url: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/70/d3/f4/f9a5238effcc66bf895ff603a078d5c8bc28791d32e9a0ad14 Running setup.py bdist_wheel for mysqlclient: started Running setup.py bdist_wheel for mysqlclient: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/37/3d/24/5327fa50817a65ed0ee4dc8809e5c39962b0dd5e078ebf4dc1 Running setup.py bdist_wheel for publicsuffix: started Running setup.py bdist_wheel for publicsuffix: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/62/65/41/424572af922c6596fc2c44d0e205f015aa8ab4baf127535ee5 Successfully built django-model-utils functools32 jsonfield pyaml PyYAML url mysqlclient publicsuffix Installing collected packages: decorator, pytz, Django, django-model-utils, functools32, jsonfield, jsonschema, pbr, PyYAML, pyaml, six, python-dateutil, requests, smmap2, publicsuffix, url, wheel, mysqlclient, sqlalchemy Found existing installation: six 1.11.0 Not uninstalling six at /usr/lib/python2.7/dist-packages, outside environment /usr Found existing installation: wheel 0.30.0 Not uninstalling wheel at /usr/lib/python2.7/dist-packages, outside environment /usr Successfully installed Django-1.11.18 PyYAML-3.12 decorator-4.0.10 django-model-utils-2.6 functools32-3.2.3.post2 jsonfield-1.0.3 jsonschema-2.5.1 mysqlclient-1.4.6 pbr-1.10.0 publicsuffix-1.1.1 pyaml-15.8.2 python-dateutil-2.6.0 pytz-2021.1 requests-2.12.4 six-1.10.0 smmap2-2.0.3 sqlalchemy-1.3.20 url-0.2.0 wheel-0.24.0 Removing intermediate container d38dd83f6bc6 ---> bcb3a8f4c4b4 Step 19/29 : RUN pip install uwsgi ---> Running in 11de913f94b7 Collecting uwsgi Downloading https://files.pythonhosted.org/packages/c7/75/45234f7b441c59b1eefd31ba3d1041a7e3c89602af24488e2a22e11e7259/uWSGI-2.0.19.1.tar.gz (803kB) Building wheels for collected packages: uwsgi Running setup.py bdist_wheel for uwsgi: started ✔ Browser application bundle generation complete.  Running setup.py bdist_wheel for uwsgi: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/62/71/3d/24020be7a7ea936a375cf6144285eb3b5a5ed79cc694f247c0 - Copying assets... Successfully built uwsgi Installing collected packages: uwsgi Successfully installed uwsgi-2.0.19.1 ✔ Copying assets complete. - Generating index html... ✔ Index html generation complete.  Initial Chunk Files | Names | Size main.62de4dfc726fb388aace.js | main | 1.45 MB styles.ca1a2542714d24f63b8a.css | styles | 247.68 kB polyfills-es5.19cc915775aa3811bcaf.js | polyfills-es5 | 172.97 kB polyfills.47150bd40c339a678e35.js | polyfills | 90.32 kB scripts.1af023cbc6d202857e53.js | scripts | 3.44 kB runtime.3b5246f1451d54103ca6.js | runtime | 2.58 kB | Initial Total | 1.96 MB Lazy Chunk Files | Names | Size 9.b016ed679f32ab4b07a2.js | - | 581.39 kB 15.788d3bd296667bdd04ed.js | - | 304.63 kB 0.d3e8fd0da2d861068ec0.js | - | 201.76 kB 18.e2aab1c48fa9938b22bb.js | - | 179.63 kB 4.18840d8482948afba0da.js | - | 135.64 kB 10.53f7d4e82e3dd0f1f8d0.js | - | 121.82 kB 17.80461901e9938bed78f7.js | - | 112.51 kB 2.a19b9b06aa4f59758b3b.js | - | 92.08 kB 14.f5fec17ab357bc21b5b0.js | - | 47.78 kB 16.907e5cb40c066dd1f348.js | - | 46.04 kB 13.e2dbf2cbd37a034a5f09.js | - | 44.55 kB 12.8d585ab51fadfcc98de1.js | - | 35.57 kB 19.13a53e6ab90b1fcef78b.js | - | 34.53 kB 3.7a8781bbba6e6fdb046f.js | - | 31.09 kB 11.bdd15aa79b7af3b9ae2c.js | - | 28.36 kB Build at: 2021-05-11T16:34:04.748Z - Hash: f039d854bae925e5f804 - Time: 195536ms  Warning: /usr/share/osm-ngui/src/environments/environment.prod.ts is part of the TypeScript compilation but it's unused. Add only entry points to the 'files' or 'include' properties in your tsconfig. Warning: /usr/share/osm-ngui/src/services/AcessGuardService.ts is part of the TypeScript compilation but it's unused. Add only entry points to the 'files' or 'include' properties in your tsconfig. Warning: /usr/share/osm-ngui/src/app/AppModule.ts depends on '@ctrl/ngx-codemirror'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /usr/share/osm-ngui/src/app/packages/PackagesModule.ts depends on 'ng-sidebar'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /usr/share/osm-ngui/src/app/dashboard/DashboardComponent.ts depends on 'chart.js'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /usr/share/osm-ngui/node_modules/ol/structs/RBush.js depends on 'rbush'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Removing intermediate container 11de913f94b7 ---> 8984a61123f1 Step 20/29 : RUN cp /usr/share/osm-lightui/nginx-app.conf /etc/nginx/sites-available/default ---> Running in 8fe7d43b977a Removing intermediate container 8fe7d43b977a ---> b52c815b4e04 Step 21/29 : RUN cp /usr/share/osm-lightui/supervisor-app.conf /etc/supervisor/conf.d/ ---> Running in c2a8553ffb7c Removing intermediate container 477bfbe868c9 ---> 3cc618b5b1bf Step 14/19 : RUN cp /usr/share/osm-ngui/nginx/nginx.conf /etc/nginx/sites-available/default ---> Running in f4c8b3fed551 Removing intermediate container c2a8553ffb7c ---> 674afaa65d47 Step 22/29 : RUN rm -f db.sqlite3 ---> Running in 9471e89e6569 Removing intermediate container f4c8b3fed551 ---> 6860bc3d63a2 Step 15/19 : RUN rm -rf /usr/share/nginx/html/* ---> Running in 66dd85268fb1 Removing intermediate container 9471e89e6569 ---> eead7399e7cc Step 23/29 : ENV DJANGO_ENV=prod ---> Running in 079ef263a1d8 Removing intermediate container 079ef263a1d8 ---> af65a43b304d Step 24/29 : ENV OSM_SERVER=nbi ---> Running in 4a752a7a8d3f Removing intermediate container 4a752a7a8d3f ---> 5165fe8b6cb9 Step 25/29 : RUN python manage.py collectstatic --noinput ---> Running in deefd2ad09c1 Removing intermediate container 66dd85268fb1 ---> e6c6429f8cf1 Step 16/19 : RUN cp -r /usr/share/osm-ngui/dist/osm/* /usr/share/nginx/html ---> Running in 0118de210100 Removing intermediate container 0118de210100 ---> 9e80d4a5a7d4 Step 17/19 : EXPOSE 80 Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/prepopulate.min.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/actions.min.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/inlines.min.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/core.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/prepopulate.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/actions.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/cancel.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/timeparse.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/popup_response.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/collapse.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/prepopulate_init.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/jquery.init.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/SelectFilter2.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/collapse.min.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/SelectBox.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/inlines.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/urlify.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/calendar.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/change_form.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/dashboard.css' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/widgets.css' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/rtl.css' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/fonts.css' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/login.css' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/base.css' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/changelists.css' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/forms.css' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/README.txt' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-alert.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/search.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/sorting-icons.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/LICENSE' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-unknown.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/README.txt' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-addlink.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/selector-icons.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/calendar-icons.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-changelink.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-yes.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-no.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/tooltag-add.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/inline-delete.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-clock.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-calendar.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg' Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg' 61 static files copied to '/usr/share/osm-lightui/static'. ---> Running in 82aa395fd6dc Removing intermediate container 82aa395fd6dc ---> f90cb9110f8f Step 18/19 : HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12 CMD curl --silent --fail localhost:80 || exit 1 ---> Running in 7556d716e1b0 Removing intermediate container 7556d716e1b0 ---> 5a30efb2e4b1 Step 19/19 : CMD ["nginx", "-g", "daemon off;"] ---> Running in 0828d28fa8e1 Removing intermediate container deefd2ad09c1 ---> 0e9fd28990c5 Step 26/29 : RUN chmod +x /usr/share/osm-lightui/entrypoint.sh ---> Running in c280b3b9eb76 Removing intermediate container 0828d28fa8e1 ---> 6a2243b245e9 [Warning] One or more build-args [DEVOPS_VERSION OSMCLIENT_VERSION COMMON_VERSION LWUI_VERSION POL_VERSION TESTS_VERSION LCM_VERSION MON_VERSION RO_VERSION CACHE_DATE IM_VERSION N2VC_VERSION NBI_VERSION PLA_VERSION] were not consumed Successfully built 6a2243b245e9 Successfully tagged opensourcemano/ng-ui:osm-bug1511-merge-2 Removing intermediate container c280b3b9eb76 ---> ec891325f5d2 Step 27/29 : EXPOSE 80 ---> Running in 6ef90a8cb567 Removing intermediate container 6ef90a8cb567 ---> 1412c51239a1 Step 28/29 : HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12 CMD curl --silent --fail localhost:80 || exit 1 ---> Running in 4e1faa045f7f Removing intermediate container 4e1faa045f7f ---> 4b87f53e9da3 Step 29/29 : CMD ["/usr/share/osm-lightui/entrypoint.sh"] ---> Running in fb37ae89468c Removing intermediate container fb37ae89468c ---> 196077744fde [Warning] One or more build-args [COMMON_VERSION IM_VERSION RO_VERSION TESTS_VERSION DEVOPS_VERSION MON_VERSION N2VC_VERSION NBI_VERSION NGUI_VERSION OSMCLIENT_VERSION POL_VERSION CACHE_DATE LCM_VERSION PLA_VERSION] were not consumed Successfully built 196077744fde Successfully tagged opensourcemano/light-ui:osm-bug1511-merge-2 make: Leaving directory '/tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Push to internal registry) [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [osm-devops] Running shell script + docker login osm.etsi.org:5050/devops/cicd/ -u **** -p **** WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/****/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [osm-devops] Running shell script + make -C docker push INPUT_TAG=osm-bug1511-merge-2 TAG=osm-bug1511-merge-2 DOCKER_REGISTRY=osm.etsi.org:5050/devops/cicd/ make: Entering directory '/tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker' docker tag opensourcemano/mon:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/mon] 6bcab0ade366: Preparing 4e9534335e3a: Preparing 5bc928aaa2f7: Preparing cbf6f4e7c555: Preparing 775f203386ba: Preparing 2f140462f3bc: Preparing 63c99163f472: Preparing ccdbb80308cc: Preparing 2f140462f3bc: Waiting 63c99163f472: Waiting ccdbb80308cc: Waiting 775f203386ba: Layer already exists cbf6f4e7c555: Layer already exists 63c99163f472: Layer already exists 2f140462f3bc: Layer already exists ccdbb80308cc: Layer already exists 6bcab0ade366: Pushed 4e9534335e3a: Pushed 5bc928aaa2f7: Pushed osm-bug1511-merge-2: digest: sha256:1ee97a3a97981c2f00e2edd6747e4cbeb214e41033dfdca8619d8237f2919e9b size: 1999 docker tag opensourcemano/nbi:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/nbi] 7ba30423ce69: Preparing a8f9da5383b7: Preparing 230231d2593a: Preparing 27c97cb45a57: Preparing 5f6c16f607dd: Preparing 8b0144530b58: Preparing b0ba47fffb08: Preparing 608182d47639: Preparing 40091c1071b5: Preparing 07adad8f2cae: Preparing 0dd1581dbc3c: Preparing 837d6facb613: Preparing 8b0144530b58: Waiting b0ba47fffb08: Waiting 608182d47639: Waiting 40091c1071b5: Waiting 0dd1581dbc3c: Waiting 837d6facb613: Waiting 27c97cb45a57: Pushed 230231d2593a: Pushed a8f9da5383b7: Pushed 7ba30423ce69: Pushed 40091c1071b5: Layer already exists 608182d47639: Layer already exists 0dd1581dbc3c: Layer already exists 07adad8f2cae: Layer already exists 837d6facb613: Layer already exists b0ba47fffb08: Pushed 8b0144530b58: Pushed 5f6c16f607dd: Pushed osm-bug1511-merge-2: digest: sha256:052e2bce23ffb43fdc4e7b98a3c17106473385cb5b7d780fbc47820cf257ce4b size: 2832 docker tag opensourcemano/osmclient:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient] ce9b59434eb9: Preparing ae9239f7d2b5: Preparing d80f850d579d: Preparing 1b032c7b3e3d: Preparing 5fd1054e1b0e: Preparing 4425eff03859: Preparing 07adad8f2cae: Preparing 0dd1581dbc3c: Preparing 837d6facb613: Preparing 4425eff03859: Waiting 07adad8f2cae: Waiting 0dd1581dbc3c: Waiting 837d6facb613: Waiting 5fd1054e1b0e: Layer already exists 1b032c7b3e3d: Layer already exists 4425eff03859: Layer already exists 07adad8f2cae: Layer already exists 837d6facb613: Layer already exists 0dd1581dbc3c: Layer already exists d80f850d579d: Pushed ce9b59434eb9: Pushed ae9239f7d2b5: Pushed osm-bug1511-merge-2: digest: sha256:1cf55171b29c92f3fc676685fc0c01a98ded5068bdade0c5e988f860f0adf667 size: 2210 docker tag opensourcemano/ro:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ro] a18844ab0722: Preparing d76a2530d9d8: Preparing cf09b54fe8a9: Preparing b0ba47fffb08: Preparing df3ab5340c0b: Preparing 07adad8f2cae: Preparing 0dd1581dbc3c: Preparing 837d6facb613: Preparing 07adad8f2cae: Waiting 0dd1581dbc3c: Waiting 837d6facb613: Waiting df3ab5340c0b: Layer already exists 07adad8f2cae: Layer already exists 0dd1581dbc3c: Layer already exists 837d6facb613: Layer already exists b0ba47fffb08: Mounted from devops/cicd/opensourcemano/nbi a18844ab0722: Pushed cf09b54fe8a9: Pushed d76a2530d9d8: Pushed osm-bug1511-merge-2: digest: sha256:57a8da8f364c9d920da99578ed33a36fb5d56bd78baf76a1a56759c025daf717 size: 2000 docker tag opensourcemano/lcm:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/lcm:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/lcm:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/lcm] 2932c8282ab9: Preparing 4dfd3e3dc4ee: Preparing f4b661b800d5: Preparing 6c68b43a6e47: Preparing 1567c3c43c8a: Preparing deb92a179fb1: Preparing 763709806ced: Preparing 2231334a5170: Preparing 261fbd3376d6: Preparing 2cf31f6f5969: Preparing ece406e4d42d: Preparing 8abdd68683da: Preparing 07adad8f2cae: Preparing 0dd1581dbc3c: Preparing 837d6facb613: Preparing 2cf31f6f5969: Waiting ece406e4d42d: Waiting 07adad8f2cae: Waiting 2231334a5170: Waiting 763709806ced: Waiting 0dd1581dbc3c: Waiting 261fbd3376d6: Waiting deb92a179fb1: Waiting 1567c3c43c8a: Layer already exists deb92a179fb1: Layer already exists 763709806ced: Layer already exists 6c68b43a6e47: Pushed 2231334a5170: Layer already exists 261fbd3376d6: Layer already exists 2cf31f6f5969: Layer already exists 8abdd68683da: Layer already exists ece406e4d42d: Layer already exists 07adad8f2cae: Layer already exists 0dd1581dbc3c: Layer already exists 837d6facb613: Layer already exists 4dfd3e3dc4ee: Pushed f4b661b800d5: Pushed 2932c8282ab9: Pushed osm-bug1511-merge-2: digest: sha256:cee988b56f191da031b5c349a44e67428c8cba71f26170756d87cf860c9f68e2 size: 3472 docker tag opensourcemano/light-ui:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/light-ui:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/light-ui:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/light-ui] 141405c481c5: Preparing 301741706fd2: Preparing bd8d9935c7ca: Preparing 5476d0e7b2b2: Preparing d939d4da3b73: Preparing 94b07d772b76: Preparing b87e238cdd92: Preparing 8fd3d37d8b11: Preparing aa7e250bffba: Preparing 8e3d010d9bfe: Preparing 58d73442ccaa: Preparing 12a1572df1a0: Preparing e736321a40f5: Preparing f943b20eef78: Preparing 07adad8f2cae: Preparing 0dd1581dbc3c: Preparing 837d6facb613: Preparing aa7e250bffba: Waiting 94b07d772b76: Waiting 8e3d010d9bfe: Waiting 8fd3d37d8b11: Waiting 58d73442ccaa: Waiting b87e238cdd92: Waiting e736321a40f5: Waiting f943b20eef78: Waiting 12a1572df1a0: Waiting 837d6facb613: Waiting 0dd1581dbc3c: Waiting bd8d9935c7ca: Pushed 141405c481c5: Pushed 5476d0e7b2b2: Pushed 301741706fd2: Pushed d939d4da3b73: Pushed 8e3d010d9bfe: Pushed aa7e250bffba: Pushed 12a1572df1a0: Pushed 58d73442ccaa: Pushed f943b20eef78: Layer already exists e736321a40f5: Layer already exists 07adad8f2cae: Layer already exists 0dd1581dbc3c: Layer already exists 837d6facb613: Layer already exists 94b07d772b76: Pushed b87e238cdd92: Pushed 8fd3d37d8b11: Pushed osm-bug1511-merge-2: digest: sha256:a7876b5db1119e2508ce8cde98a5ca529beaca99367402ef7708fb1b5c637bb6 size: 3885 docker tag opensourcemano/pol:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/pol:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pol:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pol] 2a724e6ea0f3: Preparing ea38653eb91a: Preparing 2ec9344b511d: Preparing b0ba47fffb08: Preparing f35e82e7585b: Preparing 342bf262ed18: Preparing 2f140462f3bc: Preparing 63c99163f472: Preparing ccdbb80308cc: Preparing 342bf262ed18: Waiting 2f140462f3bc: Waiting 63c99163f472: Waiting ccdbb80308cc: Waiting f35e82e7585b: Layer already exists 342bf262ed18: Layer already exists 2f140462f3bc: Layer already exists 63c99163f472: Layer already exists b0ba47fffb08: Mounted from devops/cicd/opensourcemano/ro ccdbb80308cc: Layer already exists 2a724e6ea0f3: Pushed 2ec9344b511d: Pushed ea38653eb91a: Pushed osm-bug1511-merge-2: digest: sha256:e3006c6ed3ba5751cbb12e230323a9a56c894f71f4207ed4b23a640703a6feaa size: 2205 docker tag opensourcemano/keystone:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/keystone] 3f21e64dd8ef: Preparing 0659e9ba666c: Preparing f774eb4a646a: Preparing 1d5d9edd4bbc: Preparing fbb91e31093e: Preparing 31dda91e27a1: Preparing 16012e0c1d35: Preparing 31dda91e27a1: Waiting 16012e0c1d35: Waiting 1d5d9edd4bbc: Layer already exists f774eb4a646a: Layer already exists 0659e9ba666c: Layer already exists fbb91e31093e: Layer already exists 3f21e64dd8ef: Layer already exists 16012e0c1d35: Layer already exists 31dda91e27a1: Layer already exists osm-bug1511-merge-2: digest: sha256:70b513064089de9e598045797fa25054b66e64dbe4a04698de9415082ed92532 size: 1777 docker tag opensourcemano/ng-ui:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui] 3046e7dc8430: Preparing 07a6d9324716: Preparing e0273be323ce: Preparing 33851f55dca9: Preparing 3fe22f23bb0f: Preparing ac9b7f6f83af: Preparing 60d4ffa10535: Preparing b7a197360d29: Preparing f3848a890297: Preparing 07adad8f2cae: Preparing 0dd1581dbc3c: Preparing 837d6facb613: Preparing b7a197360d29: Waiting f3848a890297: Waiting 07adad8f2cae: Waiting ac9b7f6f83af: Waiting 0dd1581dbc3c: Waiting 837d6facb613: Waiting 60d4ffa10535: Waiting e0273be323ce: Pushed 07a6d9324716: Pushed ac9b7f6f83af: Pushed b7a197360d29: Pushed 3046e7dc8430: Pushed f3848a890297: Layer already exists 07adad8f2cae: Layer already exists 0dd1581dbc3c: Layer already exists 837d6facb613: Layer already exists 60d4ffa10535: Pushed 33851f55dca9: Pushed 3fe22f23bb0f: Pushed osm-bug1511-merge-2: digest: sha256:81159cdd688a9b9fe6e6473cc78ff3334317f38acefa4a44f8939be68b921c97 size: 2836 docker tag opensourcemano/pla:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pla] 2eb7e1c4f1fe: Preparing 56eb5b3626a3: Preparing 6d5d96148d5d: Preparing 0a753f7d98eb: Preparing dbab2e62357a: Preparing 6fa2d59422e9: Preparing d4370882be16: Preparing 4aa0a8bc1328: Preparing de9b302cb598: Preparing 07adad8f2cae: Preparing 0dd1581dbc3c: Preparing 837d6facb613: Preparing 6fa2d59422e9: Waiting 4aa0a8bc1328: Waiting d4370882be16: Waiting de9b302cb598: Waiting 0dd1581dbc3c: Waiting 837d6facb613: Waiting 0a753f7d98eb: Layer already exists 6d5d96148d5d: Layer already exists 2eb7e1c4f1fe: Pushed 56eb5b3626a3: Pushed dbab2e62357a: Pushed de9b302cb598: Layer already exists 07adad8f2cae: Layer already exists 0dd1581dbc3c: Layer already exists 837d6facb613: Layer already exists 4aa0a8bc1328: Pushed 6fa2d59422e9: Pushed d4370882be16: Pushed osm-bug1511-merge-2: digest: sha256:52121e943dc4224f43f99e6cbd3633a0ba28fd2eb04217518fa45e8b8677235a size: 2834 docker tag opensourcemano/tests:osm-bug1511-merge-2 osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-bug1511-merge-2 docker push osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-bug1511-merge-2 The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/tests] 1674dfdb95a4: Preparing be5d9f818eff: Preparing cd7940785bf0: Preparing 9c23cc309ccc: Preparing f0094224969b: Preparing 8b7c86e190e0: Preparing ce6a75f735f9: Preparing 6e0c8101015a: Preparing 169d1dedf70c: Preparing 4df7eda805db: Preparing 00ed6789de6b: Preparing 07e16feacccd: Preparing 11f52f908c4f: Preparing 6548cabcc38b: Preparing 07adad8f2cae: Preparing 0dd1581dbc3c: Preparing 837d6facb613: Preparing 8b7c86e190e0: Waiting ce6a75f735f9: Waiting 6e0c8101015a: Waiting 169d1dedf70c: Waiting 4df7eda805db: Waiting 00ed6789de6b: Waiting 07e16feacccd: Waiting 11f52f908c4f: Waiting 6548cabcc38b: Waiting 07adad8f2cae: Waiting 0dd1581dbc3c: Waiting 837d6facb613: Waiting cd7940785bf0: Pushed be5d9f818eff: Pushed 9c23cc309ccc: Pushed 6e0c8101015a: Layer already exists 169d1dedf70c: Layer already exists 4df7eda805db: Layer already exists ce6a75f735f9: Pushed 07e16feacccd: Layer already exists 00ed6789de6b: Layer already exists 11f52f908c4f: Layer already exists 6548cabcc38b: Layer already exists 0dd1581dbc3c: Layer already exists 07adad8f2cae: Layer already exists 837d6facb613: Layer already exists f0094224969b: Pushed 8b7c86e190e0: Pushed 1674dfdb95a4: Pushed osm-bug1511-merge-2: digest: sha256:32946ff25d488612392638292be82d1ca86490f7fef95d609a610fb01545e795 size: 3895 make: Leaving directory '/tmp/tmp.RfcFVMM7vw/usr/share/osm-devops/docker' [Pipeline] } [Pipeline] // stage [Pipeline] echo Entered finally block [Pipeline] sh [osm-devops] Running shell script + docker stop osm-bug1511-merge-2-apache osm-bug1511-merge-2-apache [Pipeline] sh [osm-devops] Running shell script + docker rm osm-bug1511-merge-2-apache osm-bug1511-merge-2-apache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS