Pull request #3780 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 429f0d413a86a0f66da5d000fb0760535baac886+2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 (b2a3ed8344ddc91a149a7bec8a43869ba8f442b9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8025300354667343415.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3202967948111763790.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh115332192696958642.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6262729983921356179.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2970204107332852227.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-121 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/7@tmp/jenkins-gitclient-ssh9015236625197210418.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 429f0d413a86a0f66da5d000fb0760535baac886 Merge succeeded, producing 429f0d413a86a0f66da5d000fb0760535baac886 Checking out Revision 429f0d413a86a0f66da5d000fb0760535baac886 (PR-3780) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/7@tmp/jenkins-gitclient-ssh3043936424732346902.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/7@tmp/jenkins-gitclient-ssh962106468469158525.key > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:28:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:28:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:28:31 ========================================================= 18:28:31 EdgeX Global Pipelines Version Info 18:28:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:28:32 ------------------- 18:28:32 stable info: 18:28:32 ------------------- 18:28:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:28:32 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 18:28:32 Message: update stable to v1.0.210 > git rev-list --no-walk 0d8da8941b190b880e19c2b7bf818eee88b99c2a # timeout=10 18:28:33 ------------------- 18:28:33 experimental info: 18:28:33 ------------------- 18:28:33 Commited By: **** collab-it+edgex@linuxfoundation.org 18:28:33 Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 18:28:33 Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3780 [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3780 [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3780 [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 429f0d413a86a0f66da5d000fb0760535baac886 [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 429f0d4 [Pipeline] echo 18:28:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:28:33 provisioning config files... 18:28:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1012788143443704186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:28:33 ---> docker-login.sh 18:28:33 nexus3.edgexfoundry.org:10001 18:28:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:33 Configure a credential helper to remove this warning. See 18:28:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:33 18:28:33 Login Succeeded 18:28:33 nexus3.edgexfoundry.org:10002 18:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:34 Configure a credential helper to remove this warning. See 18:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:34 18:28:34 Login Succeeded 18:28:34 nexus3.edgexfoundry.org:10003 18:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:34 Configure a credential helper to remove this warning. See 18:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:34 18:28:34 Login Succeeded 18:28:34 nexus3.edgexfoundry.org:10004 18:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:34 Configure a credential helper to remove this warning. See 18:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:34 18:28:34 Login Succeeded 18:28:34 docker.io 18:28:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:34 Configure a credential helper to remove this warning. See 18:28:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:34 18:28:34 Login Succeeded 18:28:34 ---> docker-login.sh ends [Pipeline] } 18:28:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:28:35 + for file in '`ls cmd/**/Dockerfile`' 18:28:35 ++ dirname cmd/core-command/Dockerfile 18:28:35 ++ cut -d/ -f2 18:28:35 + echo core-command,cmd/core-command/Dockerfile 18:28:35 + for file in '`ls cmd/**/Dockerfile`' 18:28:35 ++ dirname cmd/core-data/Dockerfile 18:28:35 ++ cut -d/ -f2 18:28:35 + echo core-data,cmd/core-data/Dockerfile 18:28:35 + for file in '`ls cmd/**/Dockerfile`' 18:28:35 ++ dirname cmd/core-metadata/Dockerfile 18:28:35 ++ cut -d/ -f2 18:28:35 + echo core-metadata,cmd/core-metadata/Dockerfile 18:28:35 + for file in '`ls cmd/**/Dockerfile`' 18:28:35 ++ dirname cmd/security-bootstrapper/Dockerfile 18:28:35 ++ cut -d/ -f2 18:28:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:28:35 + for file in '`ls cmd/**/Dockerfile`' 18:28:35 ++ dirname cmd/security-proxy-setup/Dockerfile 18:28:35 ++ cut -d/ -f2 18:28:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:28:35 + for file in '`ls cmd/**/Dockerfile`' 18:28:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:28:35 ++ cut -d/ -f2 18:28:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:28:35 + for file in '`ls cmd/**/Dockerfile`' 18:28:35 ++ cut -d/ -f2 18:28:35 ++ dirname cmd/support-notifications/Dockerfile 18:28:35 + echo support-notifications,cmd/support-notifications/Dockerfile 18:28:35 + for file in '`ls cmd/**/Dockerfile`' 18:28:35 ++ dirname cmd/support-scheduler/Dockerfile 18:28:35 ++ cut -d/ -f2 18:28:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:28:35 + for file in '`ls cmd/**/Dockerfile`' 18:28:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:28:35 ++ cut -d/ -f2 18:28:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:28:35 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:28:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:35 18:28:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:28:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:35 latest: Pulling from edgex-devops/git-semver 18:28:35 a0d0a0d46f8b: Pulling fs layer 18:28:35 3e5f54012d9b: Pulling fs layer 18:28:35 4c7163046ea9: Pulling fs layer 18:28:35 0c2d73faf560: Pulling fs layer 18:28:35 0c2d73faf560: Waiting 18:28:35 3e5f54012d9b: Verifying Checksum 18:28:35 3e5f54012d9b: Download complete 18:28:35 a0d0a0d46f8b: Verifying Checksum 18:28:35 a0d0a0d46f8b: Download complete 18:28:35 4c7163046ea9: Verifying Checksum 18:28:35 4c7163046ea9: Download complete 18:28:35 0c2d73faf560: Verifying Checksum 18:28:35 0c2d73faf560: Download complete 18:28:36 a0d0a0d46f8b: Pull complete 18:28:36 3e5f54012d9b: Pull complete 18:28:36 4c7163046ea9: Pull complete 18:28:36 0c2d73faf560: Pull complete 18:28:36 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 18:28:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:28:36 prd-centos7-docker-4c-2g-121 does not seem to be running inside a container 18:28:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:28:37 $ docker top 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:28:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:37 [ssh-agent] Looking for ssh-agent implementation... 18:28:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:37 $ docker exec 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae ssh-agent 18:28:37 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMFPDbn/agent.14 18:28:37 SSH_AGENT_PID=20 18:28:37 Running ssh-add (command line suppressed) 18:28:37 Identity added: /w/workspace/edgex-go/7@tmp/private_key_7169611767436252465.key (/w/workspace/edgex-go/7@tmp/private_key_7169611767436252465.key) 18:28:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:38 + git tag --points-at HEAD [Pipeline] } 18:28:38 $ docker exec --env ******** --env ******** 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae ssh-agent -k 18:28:38 unset SSH_AUTH_SOCK; 18:28:38 unset SSH_AGENT_PID; 18:28:38 echo Agent pid 20 killed; 18:28:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:28:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:38 [ssh-agent] Looking for ssh-agent implementation... 18:28:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:38 $ docker exec 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae ssh-agent 18:28:38 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcMcbnb/agent.54 18:28:38 SSH_AGENT_PID=60 18:28:38 Running ssh-add (command line suppressed) 18:28:38 Identity added: /w/workspace/edgex-go/7@tmp/private_key_7516365953435790540.key (/w/workspace/edgex-go/7@tmp/private_key_7516365953435790540.key) 18:28:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:38 + git semver init 18:28:38 # -> Open(): unable to determine branch for HEAD 18:28:38 # $GIT_DIR = /w/workspace/edgex-go/7/.git 18:28:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 18:28:38 # $SEMVER_REMOTE_NAME = origin 18:28:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:28:38 # $SEMVER_USER_NAME = edgex-jenkins 18:28:38 # $SEMVER_BRANCH = PR-3780 18:28:38 # $SEMVER_TEMP = /tmp/semver-733029986 18:28:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:28:58 # '/tmp/semver-733029986' -> '/w/workspace/edgex-go/7/.semver' 18:28:58 # -> Force: false 18:28:58 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 18:28:58 $ docker exec --env ******** --env ******** 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae ssh-agent -k 18:28:58 unset SSH_AUTH_SOCK; 18:28:58 unset SSH_AGENT_PID; 18:28:58 echo Agent pid 60 killed; 18:28:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:58 + git semver [Pipeline] } 18:28:58 $ docker stop --time=1 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae 18:29:00 $ docker rm -f 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae [Pipeline] // withDockerContainer [Pipeline] sh 18:29:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:29:01 Stashed 1 file(s) [Pipeline] echo 18:29:01 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 18:29:01 ========================================================= 18:29:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:29:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:29:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:29:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:29:01 a0d0a0d46f8b: Already exists 18:29:01 31adcdaf11c8: Pulling fs layer 18:29:01 b8b176561691: Pulling fs layer 18:29:01 4527c011a84f: Pulling fs layer 18:29:01 5d74067f8e1e: Pulling fs layer 18:29:01 e0aca202a116: Pulling fs layer 18:29:01 3a43be97a3b4: Pulling fs layer 18:29:01 34cad66bf833: Pulling fs layer 18:29:01 b4e3c513aaa6: Pulling fs layer 18:29:01 5d74067f8e1e: Waiting 18:29:01 e0aca202a116: Waiting 18:29:01 3a43be97a3b4: Waiting 18:29:01 b4e3c513aaa6: Waiting 18:29:01 34cad66bf833: Waiting 18:29:01 b8b176561691: Verifying Checksum 18:29:01 b8b176561691: Download complete 18:29:01 31adcdaf11c8: Verifying Checksum 18:29:01 31adcdaf11c8: Download complete 18:29:01 5d74067f8e1e: Verifying Checksum 18:29:01 5d74067f8e1e: Download complete 18:29:01 e0aca202a116: Verifying Checksum 18:29:01 e0aca202a116: Download complete 18:29:01 3a43be97a3b4: Verifying Checksum 18:29:01 3a43be97a3b4: Download complete 18:29:01 31adcdaf11c8: Pull complete 18:29:01 34cad66bf833: Verifying Checksum 18:29:01 34cad66bf833: Download complete 18:29:01 b8b176561691: Pull complete 18:29:02 b4e3c513aaa6: Verifying Checksum 18:29:02 b4e3c513aaa6: Download complete 18:29:02 4527c011a84f: Verifying Checksum 18:29:02 4527c011a84f: Download complete 18:29:05 4527c011a84f: Pull complete 18:29:05 5d74067f8e1e: Pull complete 18:29:05 e0aca202a116: Pull complete 18:29:05 3a43be97a3b4: Pull complete 18:29:05 34cad66bf833: Pull complete 18:29:08 b4e3c513aaa6: Pull complete 18:29:08 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 18:29:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:29:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 18:29:08 + docker build -t ci-base-image-x86_64 -f - . 18:29:08 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:29:08 WORKDIR /edgex 18:29:08 COPY go.mod . 18:29:08 RUN go mod download' 18:29:10 Sending build context to Docker daemon 329.8MB 18:29:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:29:10 ---> 9f6097aaca64 18:29:10 Step 2/4 : WORKDIR /edgex 18:29:11 ---> Running in 0888ae74b88e 18:29:11 Removing intermediate container 0888ae74b88e 18:29:11 ---> f57d1a103225 18:29:11 Step 3/4 : COPY go.mod . 18:29:11 ---> cc1531e10c11 18:29:11 Step 4/4 : RUN go mod download 18:29:12 ---> Running in 693bdab5ea00 18:29:16 Still waiting to schedule task 18:29:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:29:44 Removing intermediate container 693bdab5ea00 18:29:44 ---> 007919730161 18:29:44 Successfully built 007919730161 18:29:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:29:44 + docker inspect -f . ci-base-image-x86_64 18:29:44 . [Pipeline] withDockerContainer 18:29:44 prd-centos7-docker-4c-2g-121 does not seem to be running inside a container 18:29:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:29:44 $ docker top 02153e1824c995390115e8c494f3db26d2e52fade61e907c5ade75eddd9be2fb -eo pid,comm [Pipeline] { [Pipeline] sh 18:29:45 + go version 18:29:45 go version go1.16.8 linux/amd64 [Pipeline] } 18:29:45 $ docker stop --time=1 02153e1824c995390115e8c494f3db26d2e52fade61e907c5ade75eddd9be2fb 18:29:46 $ docker rm -f 02153e1824c995390115e8c494f3db26d2e52fade61e907c5ade75eddd9be2fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:29:46 + docker inspect -f . ci-base-image-x86_64 18:29:46 . [Pipeline] withDockerContainer 18:29:46 prd-centos7-docker-4c-2g-121 does not seem to be running inside a container 18:29:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:29:47 $ docker top 703b4adfa686706652d9f2fa3f9095b8aad0564ffe102502da3f5b9692af2978 -eo pid,comm [Pipeline] { [Pipeline] echo 18:29:47 ========================================================= 18:29:47 [edgeXBuildGoParallel] Running Tests and Build... 18:29:47 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:29:47 + make test 18:29:47 go mod tidy 18:29:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:29:53 ? github.com/edgexfoundry/edgex-go [no test files] 18:30:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:30:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:30:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:30:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:30:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:30:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:30:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:30:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:30:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:30:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:30:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:30:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:30:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:30:18 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements 18:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:30:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.064s coverage: 98.5% of statements 18:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:30:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.081s coverage: 44.7% of statements 18:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:30:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.126s coverage: 89.5% of statements 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:30:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.059s coverage: 84.4% of statements 18:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 18:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:30:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.247s coverage: 94.2% of statements 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:30:24 ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 59.1% of statements 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:30:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.065s coverage: 0.9% of statements 18:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 18:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.052s coverage: 21.7% of statements 18:30:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements 18:30:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements 18:30:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 18:30:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 18:30:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements 18:30:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements 18:30:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements 18:30:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.168s coverage: 82.5% of statements 18:30:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 58.8% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 85.4% of statements 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.139s coverage: 91.2% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.136s coverage: 64.4% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.203s coverage: 65.4% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 43.8% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements 18:31:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.131s coverage: 92.3% of statements 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:31:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.083s coverage: 97.7% of statements 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:31:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:31:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:31:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 18:31:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements 18:31:10 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 18:31:49 GO111MODULE=on go vet ./... 18:31:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:31:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:31:54 ./bin/test-attribution-txt.sh [Pipeline] sh 18:31:54 + ls -al . 18:31:54 total 636 18:31:54 drwxrwxr-x 10 1001 1001 4096 Oct 28 18:31 . 18:31:54 drwxr-xr-x 4 root root 28 Oct 28 18:29 .. 18:31:54 -rw-rw-r-- 1 1001 1001 11 Oct 28 18:28 .dockerignore 18:31:54 drwxrwxr-x 8 1001 1001 179 Oct 28 18:28 .git 18:31:54 drwxrwxr-x 4 1001 1001 142 Oct 28 18:28 .github 18:31:54 -rw-rw-r-- 1 1001 1001 804 Oct 28 18:28 .gitignore 18:31:54 -rw-rw-r-- 1 1001 1001 42 Oct 28 18:28 .golangci.yml 18:31:54 -rw-rw-r-- 1 1001 1001 76 Oct 28 18:28 .hadolint.yml 18:31:54 drwx------ 3 1001 1001 58 Oct 28 18:28 .semver 18:31:54 -rw-rw-r-- 1 1001 1001 166 Oct 28 18:28 .sonarcloud.properties 18:31:54 -rw-rw-r-- 1 1001 1001 1171 Oct 28 18:28 ADOPTERS.md 18:31:54 -rw-rw-r-- 1 1001 1001 8910 Oct 28 18:28 Attribution.txt 18:31:54 -rw-rw-r-- 1 1001 1001 43881 Oct 28 18:28 CHANGELOG.md 18:31:54 -rw-rw-r-- 1 1001 1001 3804 Oct 28 18:28 CONTRIBUTING.md 18:31:54 -rw-rw-r-- 1 1001 1001 677 Oct 28 18:28 GOVERNANCE.md 18:31:54 -rw-rw-r-- 1 1001 1001 849 Oct 28 18:28 Jenkinsfile 18:31:54 -rw-rw-r-- 1 1001 1001 10775 Oct 28 18:28 LICENSE 18:31:54 -rw-rw-r-- 1 1001 1001 6508 Oct 28 18:28 Makefile 18:31:54 -rw-rw-r-- 1 1001 1001 582 Oct 28 18:28 OWNERS.md 18:31:54 -rw-rw-r-- 1 1001 1001 8256 Oct 28 18:28 README.md 18:31:54 -rw-rw-r-- 1 1001 1001 6912 Oct 28 18:28 SECURITY.md 18:31:54 -rw-rw-r-- 1 1001 1001 5 Oct 28 18:29 VERSION 18:31:54 -rw-rw-r-- 1 1001 1001 4131 Oct 28 18:28 ZMQWindows.md 18:31:54 drwxrwxr-x 2 1001 1001 37 Oct 28 18:28 bin 18:31:54 drwxrwxr-x 14 1001 1001 4096 Oct 28 18:28 cmd 18:31:54 -rw-r--r-- 1 root root 428381 Oct 28 18:31 coverage.out 18:31:54 -rw-rw-r-- 1 1001 1001 848 Oct 28 18:28 go.mod 18:31:54 -rw-rw-r-- 1 1001 1001 50525 Oct 28 18:28 go.sum 18:31:54 drwxrwxr-x 8 1001 1001 124 Oct 28 18:28 internal 18:31:54 drwxrwxr-x 3 1001 1001 16 Oct 28 18:28 openapi 18:31:54 drwxrwxr-x 4 1001 1001 71 Oct 28 18:28 snap 18:31:54 -rw-rw-r-- 1 1001 1001 204 Oct 28 18:28 version.go [Pipeline] sh 18:31:55 + '[' -e coverage.out ] 18:31:55 + chown 1001:1001 coverage.out [Pipeline] stash 18:31:55 Stashed 1 file(s) [Pipeline] sh 18:31:55 + make build 18:31:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:31:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:32:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:32:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:32:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:32:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:32:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:32:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:32:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:32:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:32:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:32:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:32:12 $ docker stop --time=1 703b4adfa686706652d9f2fa3f9095b8aad0564ffe102502da3f5b9692af2978 18:32:13 $ docker rm -f 703b4adfa686706652d9f2fa3f9095b8aad0564ffe102502da3f5b9692af2978 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:14 18:32:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:32:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:15 latest: Pulling from edgex-devops/edgex-compose 18:32:15 cbdbe7a5bc2a: Pulling fs layer 18:32:15 ca9280d653b3: Pulling fs layer 18:32:15 7e9c9ca2126c: Pulling fs layer 18:32:15 cbdbe7a5bc2a: Verifying Checksum 18:32:15 cbdbe7a5bc2a: Download complete 18:32:15 ca9280d653b3: Verifying Checksum 18:32:15 ca9280d653b3: Download complete 18:32:15 cbdbe7a5bc2a: Pull complete 18:32:15 7e9c9ca2126c: Verifying Checksum 18:32:15 7e9c9ca2126c: Download complete 18:32:15 ca9280d653b3: Pull complete 18:32:20 7e9c9ca2126c: Pull complete 18:32:20 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:32:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:32:20 prd-centos7-docker-4c-2g-121 does not seem to be running inside a container 18:32:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:32:23 $ docker top 3cadfebab78da6ec1ffb5b847f4797ed5b7abdbc4a6d49bcef64ebe63051c342 -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:24 + grep parallel 18:32:24 + docker-compose build --help 18:32:24 --parallel Build images in parallel. [Pipeline] } 18:32:24 $ docker stop --time=1 3cadfebab78da6ec1ffb5b847f4797ed5b7abdbc4a6d49bcef64ebe63051c342 18:32:25 $ docker rm -f 3cadfebab78da6ec1ffb5b847f4797ed5b7abdbc4a6d49bcef64ebe63051c342 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:32:26 . [Pipeline] withDockerContainer 18:32:26 prd-centos7-docker-4c-2g-121 does not seem to be running inside a container 18:32:26 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:32:26 $ docker top 3b647e7c6e52cd21c6df67363fc0d0b582514a0397f27a791fc4ed72c891547f -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:26 + docker-compose -f ./docker-compose-build.yml build --parallel 18:32:27 Building core-command ... 18:32:27 Building core-data ... 18:32:27 Building core-metadata ... 18:32:27 Building security-bootstrapper ... 18:32:27 Building security-proxy-setup ... 18:32:27 Building security-secretstore-setup ... 18:32:27 Building support-notifications ... 18:32:27 Building support-scheduler ... 18:32:27 Building sys-mgmt-agent ... 18:32:27 Building sys-mgmt-agent 18:32:27 Building support-notifications 18:32:27 Building core-command 18:32:27 Building security-secretstore-setup 18:32:27 Building security-bootstrapper 18:32:39 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:32:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:32:39 ---> 007919730161 18:32:39 Step 3/21 : WORKDIR /edgex-go 18:32:39 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:32:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:32:39 ---> 007919730161 18:32:39 Step 3/24 : WORKDIR /edgex-go 18:32:42 ---> Running in d5c7acc79e67 18:32:42 ---> Running in cf1fd193be40 18:32:43 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:32:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:32:43 ---> 007919730161 18:32:43 Step 3/22 : WORKDIR /edgex-go 18:32:45 ---> Running in fd447302eb68 18:32:46 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:32:46 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:32:46 ---> 007919730161 18:32:46 Step 3/30 : WORKDIR /edgex-go 18:32:47 ---> Running in 12a5f8c3c2b1 18:32:47 Removing intermediate container d5c7acc79e67 18:32:47 ---> c5ffa7be4ba2 18:32:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:47 Removing intermediate container cf1fd193be40 18:32:47 ---> e144cfa00fb5 18:32:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:47 Removing intermediate container fd447302eb68 18:32:47 ---> cdcfe18f4337 18:32:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:48 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:32:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:32:48 ---> 007919730161 18:32:48 Step 3/22 : WORKDIR /edgex-go 18:32:48 ---> Using cache 18:32:48 ---> cdcfe18f4337 18:32:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:48 ---> Running in d983ac56d4e6 18:32:48 ---> Running in b05f61ea0fdb 18:32:48 ---> Running in fa978304027b 18:32:48 ---> Running in 784c3609b144 18:32:48 Removing intermediate container 12a5f8c3c2b1 18:32:48 ---> 54f2652cfe2b 18:32:48 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:48 ---> Running in fd4aad7b5f2c 18:32:49 Removing intermediate container d983ac56d4e6 18:32:49 ---> 589f28f0c2c8 18:32:49 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 18:32:49 ---> Running in b42a5be3774a 18:32:49 Removing intermediate container fa978304027b 18:32:49 ---> acd520632ddb 18:32:49 Step 5/22 : RUN apk add --update --no-cache make git 18:32:49 ---> Running in 8bee567914e0 18:32:49 Removing intermediate container 784c3609b144 18:32:49 ---> 71c976c1334f 18:32:49 Step 5/22 : RUN apk add --update --no-cache make bash git 18:32:49 Removing intermediate container b05f61ea0fdb 18:32:49 ---> 180daf07811d 18:32:49 Step 5/24 : RUN apk add --update --no-cache make git 18:32:49 ---> Running in 57ab3ad58b17 18:32:49 ---> Running in 3c0008091492 18:32:49 Removing intermediate container fd4aad7b5f2c 18:32:49 ---> 48af21036cf8 18:32:49 Step 5/30 : RUN apk add --update --no-cache make git 18:32:49 ---> Running in f25ab6df977c 18:32:49 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:32:49 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:32:49 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:32:49 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:32:49 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:32:50 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:32:50 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:32:50 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:32:50 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:32:50 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:32:50 OK: 220 MiB in 52 packages 18:32:50 OK: 220 MiB in 52 packages 18:32:51 OK: 220 MiB in 52 packages 18:32:51 OK: 220 MiB in 52 packages 18:32:51 OK: 220 MiB in 52 packages 18:32:51 Removing intermediate container b42a5be3774a 18:32:51 ---> 1349fb76fed9 18:32:51 Step 6/21 : COPY . . 18:32:51 Removing intermediate container 57ab3ad58b17 18:32:51 ---> 0c99f392489e 18:32:51 Step 6/22 : COPY . . 18:32:51 Removing intermediate container 8bee567914e0 18:32:51 ---> ec0368551848 18:32:51 Step 6/22 : COPY . . 18:32:52 Removing intermediate container f25ab6df977c 18:32:52 ---> 3f57c641a662 18:32:52 Step 6/30 : COPY . . 18:32:54 Removing intermediate container 3c0008091492 18:32:54 ---> 547960e9fdce 18:32:54 Step 6/24 : COPY . . 18:33:04 ---> 683c57a8a7de 18:33:04 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:33:04 ---> Running in 61a4996d7432 18:33:26 Removing intermediate container 61a4996d7432 18:33:26 ---> 1702a35c98b5 18:33:26 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:33:27 ---> Running in 8b6e9d582aa5 18:33:27 ---> 1ba800e93ce5 18:33:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:33:27 ---> d56f1de559d4 18:33:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:33:27 ---> Running in 5dfdaadad5f8 18:33:27 ---> Running in a07551568bf0 18:33:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:33:32 Removing intermediate container 5dfdaadad5f8 18:33:32 ---> 86fd8037dae1 18:33:32 Step 8/22 : RUN make cmd/core-command/core-command 18:33:32 Removing intermediate container a07551568bf0 18:33:32 ---> a43531773a90 18:33:32 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:33:32 ---> Running in eff988304197 18:33:32 ---> Running in db2a85884d34 18:33:32 ---> d16df6d545b6 18:33:32 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:33:32 ---> Running in c1ef8d358434 18:33:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:33:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:33:34 Removing intermediate container c1ef8d358434 18:33:34 ---> 019afa69d90a 18:33:34 Step 8/21 : RUN make cmd/support-notifications/support-notifications 18:33:34 ---> Running in 53a00464e01a 18:33:34 ---> 7942a60afebc 18:33:34 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:33:34 ---> Running in 08639d4c6540 18:33:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:33:36 Removing intermediate container 08639d4c6540 18:33:36 ---> d31e8e6202f1 18:33:36 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:33:36 ---> Running in f46d41aad9a6 18:33:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:34:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:34:15 Removing intermediate container eff988304197 18:34:15 ---> df408bfbd788 18:34:15 18:34:15 Step 9/22 : FROM alpine:3.14 18:34:15 3.14: Pulling from library/alpine 18:34:15 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 18:34:15 Status: Downloaded newer image for alpine:3.14 18:34:15 Removing intermediate container db2a85884d34 18:34:15 ---> 1cdd88c2fb8a 18:34:15 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:34:15 ---> 14119a10abf4 18:34:15 Step 10/22 : RUN apk add --update --no-cache dumb-init 18:34:15 Removing intermediate container 8b6e9d582aa5 18:34:15 ---> 4c43d8b8b1bb 18:34:15 18:34:15 Step 9/30 : FROM alpine:3.14 18:34:15 ---> 14119a10abf4 18:34:15 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:34:15 ---> Running in d0c46f4fb974 18:34:15 ---> Running in fbfa3cc2db08 18:34:15 ---> Running in 65e893514cbf 18:34:15 Removing intermediate container 65e893514cbf 18:34:15 ---> 9a77d9f59bed 18:34:15 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 18:34:16 ---> Running in a6599e7755b5 18:34:16 Removing intermediate container 53a00464e01a 18:34:16 ---> adbed2ff2db0 18:34:16 18:34:16 Step 9/21 : FROM alpine:3.14 18:34:16 ---> 14119a10abf4 18:34:16 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 18:34:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:34:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:34:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:34:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:34:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:34:16 ---> Running in d6eba68a0837 18:34:17 Removing intermediate container f46d41aad9a6 18:34:17 ---> 0e0d74b9284e 18:34:17 18:34:17 Step 9/24 : FROM alpine:3.14 18:34:17 ---> 14119a10abf4 18:34:17 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:34:17 (1/2) Installing dumb-init (1.2.5-r1) 18:34:17 (2/2) Installing su-exec (0.2-r1) 18:34:17 Executing busybox-1.33.1-r3.trigger 18:34:17 OK: 6 MiB in 16 packages 18:34:17 ---> Running in 48226262986f 18:34:17 (1/1) Installing dumb-init (1.2.5-r1) 18:34:17 Executing busybox-1.33.1-r3.trigger 18:34:17 OK: 6 MiB in 15 packages 18:34:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:34:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:34:17 Removing intermediate container a6599e7755b5 18:34:17 ---> f16a49467664 18:34:17 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 18:34:17 (1/2) Installing ca-certificates (20191127-r5) 18:34:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:34:17 (2/2) Installing dumb-init (1.2.5-r1) 18:34:17 Executing busybox-1.33.1-r3.trigger 18:34:17 Executing ca-certificates-20191127-r5.trigger 18:34:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:34:18 ---> Running in 19586351ea4c 18:34:18 Removing intermediate container d0c46f4fb974 18:34:18 ---> f0cf02b114e6 18:34:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:34:18 OK: 6 MiB in 16 packages 18:34:18 Removing intermediate container fbfa3cc2db08 18:34:18 ---> 4f8c7b1b8077 18:34:18 18:34:18 Step 10/22 : FROM docker:20.10.8 18:34:18 ---> Running in ebb3c7b5b97d 18:34:18 Removing intermediate container 19586351ea4c 18:34:18 ---> 65befcf6f3d5 18:34:18 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:34:18 (1/3) Installing ca-certificates (20191127-r5) 18:34:18 (2/3) Installing dumb-init (1.2.5-r1) 18:34:18 (3/3) Installing su-exec (0.2-r1) 18:34:18 Executing busybox-1.33.1-r3.trigger 18:34:18 Executing ca-certificates-20191127-r5.trigger 18:34:18 20.10.8: Pulling from library/docker 18:34:18 ---> Running in e1f9f3fc0e77 18:34:18 OK: 6 MiB in 17 packages 18:34:18 Removing intermediate container ebb3c7b5b97d 18:34:18 ---> b402f7beb3be 18:34:18 Step 12/22 : ENV APP_PORT=59882 18:34:18 ---> Running in 4893f8a5a07a 18:34:18 Removing intermediate container e1f9f3fc0e77 18:34:18 ---> fbb49edd22f6 18:34:18 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:34:18 Removing intermediate container 4893f8a5a07a 18:34:18 ---> dc4b40609c8e 18:34:18 Step 13/22 : EXPOSE $APP_PORT 18:34:18 ---> Running in cb82054ed8d9 18:34:18 Removing intermediate container d6eba68a0837 18:34:18 ---> c04cbae943d2 18:34:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:34:18 ---> Running in 899eb8587a28 18:34:18 ---> Running in ac120bd07a07 18:34:18 Removing intermediate container 48226262986f 18:34:18 ---> b13d331bbf6e 18:34:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:34:19 Removing intermediate container 899eb8587a28 18:34:19 ---> bf27923e4e28 18:34:19 Step 14/22 : WORKDIR / 18:34:19 ---> Running in 044c5fe9166f 18:34:19 Removing intermediate container ac120bd07a07 18:34:19 ---> 862e114fced2 18:34:19 Step 12/21 : ENV APP_PORT=59860 18:34:19 ---> Running in 535e05137902 18:34:19 ---> Running in a8bf947b92ad 18:34:19 Removing intermediate container 044c5fe9166f 18:34:19 ---> 25185516ca8c 18:34:19 Step 12/24 : WORKDIR / 18:34:19 Removing intermediate container 535e05137902 18:34:19 ---> 766a37670c8b 18:34:19 Step 13/21 : EXPOSE $APP_PORT 18:34:19 ---> Running in 655e480b4ce8 18:34:19 ---> Running in 3a127964d39b 18:34:19 Removing intermediate container a8bf947b92ad 18:34:19 ---> aaeac2a04e49 18:34:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:19 Removing intermediate container cb82054ed8d9 18:34:19 ---> 32a055e7a1c1 18:34:19 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 18:34:19 Removing intermediate container 655e480b4ce8 18:34:19 ---> 3d0dec81c415 18:34:19 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:34:19 Removing intermediate container 3a127964d39b 18:34:19 ---> d2dfa2d07356 18:34:19 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:19 ---> Running in aef73e641d34 18:34:19 ---> d99c352a0e92 18:34:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:34:19 ---> 65ba2346aed2 18:34:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:34:19 Removing intermediate container aef73e641d34 18:34:19 ---> c54bbce9b804 18:34:19 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:34:19 ---> e6dbaa61311b 18:34:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:34:20 ---> cbea4be6a929 18:34:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:34:20 ---> 5c1b48d6ce15 18:34:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:34:20 ---> 7c9711a4c0d2 18:34:20 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:34:20 ---> Running in 2acaafcdf6a6 18:34:20 ---> 39345f552412 18:34:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:34:20 ---> 1a188b2c0093 18:34:20 Step 18/22 : ENTRYPOINT ["/core-command"] 18:34:20 ---> 51acd905ab26 18:34:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:34:20 ---> Running in 64b0d84aff2f 18:34:20 ---> a898b304eeb8 18:34:20 Step 17/21 : ENTRYPOINT ["/support-notifications"] 18:34:20 Removing intermediate container 64b0d84aff2f 18:34:20 ---> 7216871f678e 18:34:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:20 ---> 13c25c380053 18:34:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:34:20 ---> Running in 04f7422450e9 18:34:20 ---> Running in 6536ea9874aa 18:34:20 Removing intermediate container 6536ea9874aa 18:34:20 ---> 54ed3f0b4928 18:34:20 Step 20/22 : LABEL arch=x86_64 18:34:20 Removing intermediate container 04f7422450e9 18:34:20 ---> cd7ba8c2e3b7 18:34:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:21 ---> Running in 047bc9d8b9a6 18:34:21 ---> Running in 7830a5f872cc 18:34:21 ---> 64a9d216664d 18:34:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:34:21 Removing intermediate container 047bc9d8b9a6 18:34:21 ---> ba41d3542a60 18:34:21 Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 18:34:21 ---> Running in 352c2fcb8ec1 18:34:21 Removing intermediate container 2acaafcdf6a6 18:34:21 ---> f0072ac9ad19 18:34:21 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:21 Removing intermediate container 7830a5f872cc 18:34:21 ---> a59c18b52511 18:34:21 Step 19/21 : LABEL arch=x86_64 18:34:21 ---> Running in bad8082851fc 18:34:21 Removing intermediate container 352c2fcb8ec1 18:34:21 ---> dcdbfdec978b 18:34:21 Step 22/22 : LABEL version=0.0.0 18:34:21 ---> aa30dabcb997 18:34:21 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:34:21 Removing intermediate container bad8082851fc 18:34:21 ---> 41b4d84001f8 18:34:21 Step 20/21 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 18:34:21 ---> Running in 7ec64825d52c 18:34:21 ---> Running in d82f90ad8fd0 18:34:21 ---> 519d2ada82d9 18:34:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:34:21 Removing intermediate container 7ec64825d52c 18:34:21 ---> ed76b16a85ce 18:34:21 18:34:21 Removing intermediate container d82f90ad8fd0 18:34:21 ---> a378a54afac7 18:34:21 Step 21/21 : LABEL version=0.0.0 18:34:22 Successfully built ed76b16a85ce 18:34:22 Successfully tagged core-command:latest 18:34:22 Building core-data 18:34:22  Building core-command ... done  ---> Running in e3dacc19b881 18:34:23 ---> 2b124f228de2 18:34:23 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:34:23 Removing intermediate container e3dacc19b881 18:34:23 ---> 374c49c3da7c 18:34:23 18:34:23 Successfully built 374c49c3da7c 18:34:23 ---> 3e7425d6461e 18:34:23 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:34:23 Successfully tagged support-notifications:latest 18:34:23 Building support-scheduler 18:34:23  Building support-notifications ... done  ---> Running in 7af5929e5dab 18:34:24 ---> dce1d1bfee8d 18:34:24 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:34:24 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 18:34:24 Status: Downloaded newer image for docker:20.10.8 18:34:24 ---> bc6c0ffef665 18:34:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:34:25 ---> Running in 860323221bf4 18:34:25 ---> b44f03098de9 18:34:25 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:34:25 Removing intermediate container 860323221bf4 18:34:25 ---> 683b060742c5 18:34:25 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 18:34:25 ---> Running in d10ec0de6238 18:34:25 Removing intermediate container 7af5929e5dab 18:34:25 ---> 798e232d76cf 18:34:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:34:25 ---> e8c0376d7e05 18:34:25 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:34:26 ---> Running in b8a0e6a0edb6 18:34:26 ---> Running in 9648794f1a00 18:34:26 Removing intermediate container b8a0e6a0edb6 18:34:26 ---> ddecf69947a7 18:34:26 Step 22/24 : LABEL arch=x86_64 18:34:26 Removing intermediate container 9648794f1a00 18:34:26 ---> ec3bac2bb534 18:34:26 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:34:26 ---> Running in c94c91d11732 18:34:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:34:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:34:26 Removing intermediate container c94c91d11732 18:34:26 ---> ba829d778fb7 18:34:26 Step 23/24 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 18:34:26 ---> 983f06fb357c 18:34:26 Step 25/30 : RUN chmod +x /entrypoint.sh 18:34:26 ---> Running in 5972b1c0f42c 18:34:26 (1/42) Installing readline (8.1.0-r0) 18:34:26 (2/42) Installing bash (5.1.4-r0) 18:34:27 Executing bash-5.1.4-r0.post-install 18:34:27 (3/42) Installing brotli-libs (1.0.9-r5) 18:34:27 (4/42) Installing nghttp2-libs (1.43.0-r0) 18:34:27 (5/42) Installing libcurl (7.79.1-r0) 18:34:27 (6/42) Installing curl (7.79.1-r0) 18:34:27 (7/42) Installing dumb-init (1.2.5-r1) 18:34:27 (8/42) Installing libbz2 (1.0.8-r1) 18:34:27 (9/42) Installing expat (2.4.1-r0) 18:34:27 (10/42) Installing libffi (3.3-r2) 18:34:27 (11/42) Installing gdbm (1.19-r0) 18:34:27 (12/42) Installing xz-libs (5.2.5-r0) 18:34:27 (13/42) Installing libgcc (10.3.1_git20210424-r2) 18:34:27 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 18:34:27 (15/42) Installing mpdecimal (2.5.1-r1) 18:34:27 (16/42) Installing sqlite-libs (3.35.5-r0) 18:34:27 ---> Running in d29375a637d5 18:34:27 (17/42) Installing python3 (3.9.5-r1) 18:34:27 Removing intermediate container 5972b1c0f42c 18:34:27 ---> 148edd21ad37 18:34:27 Step 24/24 : LABEL version=0.0.0 18:34:29 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:34:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:34:29 ---> 007919730161 18:34:29 Step 3/23 : WORKDIR /edgex-go 18:34:29 ---> Using cache 18:34:29 ---> 54f2652cfe2b 18:34:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:29 ---> Using cache 18:34:29 ---> 48af21036cf8 18:34:29 Step 5/23 : RUN apk add --update --no-cache make git 18:34:29 ---> Using cache 18:34:29 ---> 3f57c641a662 18:34:29 Step 6/23 : COPY go.mod . 18:34:29 ---> Running in cacbf3d5690e 18:34:29 (18/42) Installing py3-appdirs (1.4.4-r2) 18:34:29 (19/42) Installing py3-chardet (4.0.0-r2) 18:34:29 (20/42) Installing py3-idna (3.2-r0) 18:34:29 (21/42) Installing py3-urllib3 (1.26.5-r0) 18:34:29 (22/42) Installing py3-certifi (2020.12.5-r1) 18:34:29 (23/42) Installing py3-requests (2.25.1-r4) 18:34:29 (24/42) Installing py3-msgpack (1.0.2-r1) 18:34:29 (25/42) Installing py3-lockfile (0.12.2-r4) 18:34:29 (26/42) Installing py3-cachecontrol (0.12.6-r1) 18:34:29 (27/42) Installing py3-colorama (0.4.4-r1) 18:34:29 (28/42) Installing py3-contextlib2 (0.6.0-r1) 18:34:29 (29/42) Installing py3-distlib (0.3.1-r3) 18:34:29 ---> 3183fd46f423 18:34:29 Step 7/23 : RUN go mod download 18:34:29 Removing intermediate container cacbf3d5690e 18:34:29 ---> 3d8b19deee03 18:34:29 18:34:29 (30/42) Installing py3-distro (1.5.0-r3) 18:34:29 (31/42) Installing py3-six (1.15.0-r1) 18:34:29 (32/42) Installing py3-webencodings (0.5.1-r4) 18:34:29 (33/42) Installing py3-html5lib (1.1-r1) 18:34:29 (34/42) Installing py3-parsing (2.4.7-r2) 18:34:29 ---> Running in 16abef47f3e9 18:34:29 (35/42) Installing py3-packaging (20.9-r1) 18:34:29 (36/42) Installing py3-toml (0.10.2-r2) 18:34:29 (37/42) Installing py3-pep517 (0.10.0-r2) 18:34:29 (38/42) Installing py3-progress (1.5-r2) 18:34:29 (39/42) Installing py3-retrying (1.3.3-r1) 18:34:29 Successfully built 3d8b19deee03 18:34:29 (40/42) Installing py3-ordered-set (4.0.2-r1) 18:34:29 Successfully tagged security-secretstore-setup:latest 18:34:29 Building security-proxy-setup 18:34:29  Building security-secretstore-setup ... done (41/42) Installing py3-setuptools (52.0.0-r3) 18:34:29 (42/42) Installing py3-pip (20.3.4-r1) 18:34:30 Removing intermediate container d29375a637d5 18:34:30 ---> 24f575a8ee4c 18:34:30 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:34:31 Executing busybox-1.33.1-r3.trigger 18:34:31 OK: 84 MiB in 64 packages 18:34:31 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:34:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:34:31 ---> 007919730161 18:34:31 Step 3/22 : WORKDIR /edgex-go 18:34:31 ---> Using cache 18:34:31 ---> 54f2652cfe2b 18:34:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:31 ---> Using cache 18:34:31 ---> 48af21036cf8 18:34:31 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:34:31 ---> Running in a21c18960398 18:34:31 ---> Running in 7eb9f43870dd 18:34:31 Removing intermediate container a21c18960398 18:34:31 ---> 54c5ea11cb11 18:34:31 Step 27/30 : CMD ["gate"] 18:34:32 Collecting docker-compose==1.23.2 18:34:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:34:32 ---> Running in e2cee17dae7a 18:34:32 Collecting docker<4.0,>=3.6.0 18:34:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:34:32 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:34:32 Removing intermediate container e2cee17dae7a 18:34:32 ---> 14b006d7f976 18:34:32 Step 28/30 : LABEL arch=x86_64 18:34:32 Collecting PyYAML<4,>=3.10 18:34:32 Downloading PyYAML-3.13.tar.gz (270 kB) 18:34:32 ---> Running in 78a2dca16c4c 18:34:32 Removing intermediate container 78a2dca16c4c 18:34:32 ---> 54a2ed50fe51 18:34:32 Step 29/30 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 18:34:32 ---> Running in 36940d90fcec 18:34:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 18:34:32 Removing intermediate container 16abef47f3e9 18:34:32 ---> 3bc4248a299b 18:34:32 Step 8/23 : COPY . . 18:34:32 Collecting dockerpty<0.5,>=0.4.1 18:34:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:34:33 Removing intermediate container 36940d90fcec 18:34:33 ---> 7c9dec78d08e 18:34:33 Step 30/30 : LABEL version=0.0.0 18:34:33 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:34:33 ---> Running in 038ca3c6aa58 18:34:33 OK: 220 MiB in 52 packages 18:34:33 Collecting texttable<0.10,>=0.9.0 18:34:33 Downloading texttable-0.9.1.tar.gz (11 kB) 18:34:33 Removing intermediate container 038ca3c6aa58 18:34:33 ---> b346c8210146 18:34:33 18:34:34 Successfully built b346c8210146 18:34:34 Collecting websocket-client<1.0,>=0.32.0 18:34:34 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:34:34 Collecting cached-property<2,>=1.2.0 18:34:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:34:34 Collecting jsonschema<3,>=2.5.1 18:34:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:34:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:34:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:34:34 Collecting docopt<0.7,>=0.6.1 18:34:34 Downloading docopt-0.6.2.tar.gz (25 kB) 18:34:34 Successfully tagged security-bootstrapper:latest 18:34:34 Building core-metadata 18:34:34  Building security-bootstrapper ... done Collecting docker-pycreds>=0.4.0 18:34:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:34:34 Collecting urllib3<1.25,>=1.21.1 18:34:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:34:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 18:34:34 Collecting chardet<3.1.0,>=3.0.2 18:34:34 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 18:34:34 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:34:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:34:34 ---> 007919730161 18:34:34 Step 3/20 : WORKDIR /edgex-go 18:34:34 ---> Using cache 18:34:34 ---> 54f2652cfe2b 18:34:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:34 ---> Using cache 18:34:34 ---> 48af21036cf8 18:34:34 Step 5/20 : RUN apk add --update --no-cache make git 18:34:34 ---> Using cache 18:34:34 ---> 3f57c641a662 18:34:34 Step 6/20 : COPY . . 18:34:34 Collecting idna<2.8,>=2.5 18:34:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:34:35 ---> Using cache 18:34:35 ---> 683c57a8a7de 18:34:35 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:34:35 ---> Using cache 18:34:35 ---> 1702a35c98b5 18:34:35 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:34:35 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 18:34:35 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 18:34:35 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 18:34:35 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 18:34:35 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 18:34:35 Attempting uninstall: urllib3 18:34:35 Found existing installation: urllib3 1.26.5 18:34:35 Uninstalling urllib3-1.26.5: 18:34:36 Successfully uninstalled urllib3-1.26.5 18:34:37 Removing intermediate container 7eb9f43870dd 18:34:37 ---> c404c2c12a66 18:34:37 Step 6/22 : COPY . . 18:34:37 Attempting uninstall: idna 18:34:37 Found existing installation: idna 3.2 18:34:37 Uninstalling idna-3.2: 18:34:37 Successfully uninstalled idna-3.2 18:34:37 ---> Running in d18547617f1e 18:34:37 Attempting uninstall: chardet 18:34:37 Found existing installation: chardet 4.0.0 18:34:37 Uninstalling chardet-4.0.0: 18:34:37 Successfully uninstalled chardet-4.0.0 18:34:37 Attempting uninstall: requests 18:34:37 Found existing installation: requests 2.25.1 18:34:37 Uninstalling requests-2.25.1: 18:34:37 Successfully uninstalled requests-2.25.1 18:34:37 Running setup.py install for texttable: started 18:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:34:38 Running setup.py install for texttable: finished with status 'done' 18:34:38 Running setup.py install for PyYAML: started 18:34:38 Running setup.py install for PyYAML: finished with status 'done' 18:34:38 Running setup.py install for docopt: started 18:34:39 Running setup.py install for docopt: finished with status 'done' 18:34:39 Running setup.py install for dockerpty: started 18:34:39 Running setup.py install for dockerpty: finished with status 'done' 18:34:41 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 18:34:42 ---> 6c13f5790bce 18:34:42 Step 9/23 : RUN go mod tidy 18:34:43 ---> Running in a8331ed4bf5d 18:34:44 ---> 1da749ffdb53 18:34:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:34:44 ---> Running in 33faecadd2df 18:34:46 Removing intermediate container 33faecadd2df 18:34:46 ---> 903a67fc62d8 18:34:46 Step 8/22 : RUN make cmd/core-data/core-data 18:34:46 ---> Running in 007c3705d327 18:34:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:34:49 Removing intermediate container d10ec0de6238 18:34:49 ---> 6ce79299af74 18:34:49 Step 13/22 : ENV APP_PORT=58890 18:34:49 ---> Running in a7b5700f3700 18:34:49 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:34:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:34:49 ---> 007919730161 18:34:49 Step 3/22 : WORKDIR /edgex-go 18:34:49 ---> Using cache 18:34:49 ---> 54f2652cfe2b 18:34:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:49 ---> Using cache 18:34:49 ---> 48af21036cf8 18:34:49 Step 5/22 : RUN apk add --update --no-cache make git 18:34:49 ---> Using cache 18:34:49 ---> 3f57c641a662 18:34:49 Step 6/22 : COPY . . 18:34:49 ---> Using cache 18:34:49 ---> 683c57a8a7de 18:34:49 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:34:49 ---> Using cache 18:34:49 ---> 1702a35c98b5 18:34:49 Step 8/22 : RUN make cmd/core-metadata/core-metadata 18:34:49 ---> Running in 0f122b49a6ef 18:34:49 Removing intermediate container a8331ed4bf5d 18:34:49 ---> c5237abb8a2e 18:34:49 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 18:34:49 ---> Running in aff5e6829468 18:34:49 Removing intermediate container a7b5700f3700 18:34:49 ---> 15819c69e74e 18:34:49 Step 14/22 : EXPOSE $APP_PORT 18:34:49 ---> Running in bac4ce78d76f 18:34:49 Removing intermediate container bac4ce78d76f 18:34:49 ---> 60984799fa9c 18:34:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:34:50 ---> ae973100ae43 18:34:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:34:50 ---> 2e4526863638 18:34:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:34:51 ---> 7d772fb1bb80 18:34:51 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 18:34:51 ---> Running in 73a6fc5c189d 18:34:51 Removing intermediate container 73a6fc5c189d 18:34:51 ---> a7bd6f2caa5f 18:34:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:51 ---> Running in 69f9f7a75e20 18:34:51 Removing intermediate container 69f9f7a75e20 18:34:51 ---> c946ca456aa4 18:34:51 Step 20/22 : LABEL arch=x86_64 18:34:51 ---> Running in f0c822e5a57f 18:34:51 Removing intermediate container f0c822e5a57f 18:34:51 ---> e67d2c77b7e5 18:34:51 Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 18:34:51 ---> Running in e2fa856ae7c3 18:34:51 Removing intermediate container e2fa856ae7c3 18:34:51 ---> 45a630cac3c4 18:34:51 Step 22/22 : LABEL version=0.0.0 18:34:51 ---> Running in 94a55d97e107 18:34:52 Removing intermediate container 94a55d97e107 18:34:52 ---> c827a3fe7598 18:34:52 18:34:52 Successfully built c827a3fe7598 18:34:52 Successfully tagged sys-mgmt-agent:latest 18:34:58  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:35:02 Removing intermediate container d18547617f1e 18:35:02 ---> 2decc79cf280 18:35:02 18:35:02 Step 9/20 : FROM alpine:3.14 18:35:02 ---> 14119a10abf4 18:35:02 Step 10/20 : RUN apk add --update --no-cache curl 18:35:02 ---> Running in d32f7b8aaf36 18:35:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:35:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:35:03 (1/5) Installing ca-certificates (20191127-r5) 18:35:03 (2/5) Installing brotli-libs (1.0.9-r5) 18:35:03 (3/5) Installing nghttp2-libs (1.43.0-r0) 18:35:03 (4/5) Installing libcurl (7.79.1-r0) 18:35:03 (5/5) Installing curl (7.79.1-r0) 18:35:03 Executing busybox-1.33.1-r3.trigger 18:35:03 Executing ca-certificates-20191127-r5.trigger 18:35:03 OK: 8 MiB in 19 packages 18:35:04 Removing intermediate container d32f7b8aaf36 18:35:04 ---> 3b5b6d9d28ae 18:35:04 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:35:04 ---> Running in bd357e658455 18:35:04 Removing intermediate container bd357e658455 18:35:04 ---> a88656b0f27f 18:35:04 Step 12/20 : WORKDIR /edgex 18:35:04 ---> Running in 0943e66e6ebd 18:35:04 Removing intermediate container 0943e66e6ebd 18:35:04 ---> e59b44799fc5 18:35:04 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:35:04 ---> 47fa7cb66922 18:35:04 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:35:05 ---> e7a8efb5c4ee 18:35:05 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:35:06 ---> 4aebe382872d 18:35:06 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:35:06 ---> Running in 8e8b8319e2e6 18:35:06 Removing intermediate container 8e8b8319e2e6 18:35:06 ---> 849a427711c1 18:35:06 Step 17/20 : CMD ["--init=true"] 18:35:06 ---> Running in da3139d31b02 18:35:06 Removing intermediate container da3139d31b02 18:35:06 ---> d0aa549d1a68 18:35:06 Step 18/20 : LABEL arch=x86_64 18:35:06 ---> Running in 718e7ecc3b14 18:35:06 Removing intermediate container 718e7ecc3b14 18:35:06 ---> c027a68da726 18:35:06 Step 19/20 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 18:35:06 ---> Running in 1b26cad532f4 18:35:06 Removing intermediate container 1b26cad532f4 18:35:06 ---> 954c3a3a11de 18:35:06 Step 20/20 : LABEL version=0.0.0 18:35:06 ---> Running in 1069a4d3c19c 18:35:06 Removing intermediate container 1069a4d3c19c 18:35:06 ---> 7befc3950e15 18:35:06 18:35:06 Successfully built 7befc3950e15 18:35:06 Successfully tagged security-proxy-setup:latest 18:35:21  Building security-proxy-setup ... done Removing intermediate container 0f122b49a6ef 18:35:21 ---> 37cae9be9fe0 18:35:21 18:35:21 Step 9/22 : FROM alpine:3.14 18:35:21 ---> 14119a10abf4 18:35:21 Step 10/22 : RUN apk add --update --no-cache dumb-init 18:35:21 ---> Using cache 18:35:21 ---> f0cf02b114e6 18:35:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:21 ---> Using cache 18:35:21 ---> b402f7beb3be 18:35:21 Step 12/22 : ENV APP_PORT=59881 18:35:21 Removing intermediate container aff5e6829468 18:35:21 ---> c5323cb44dfa 18:35:21 18:35:21 Step 11/23 : FROM alpine:3.14 18:35:21 ---> 14119a10abf4 18:35:21 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:35:21 ---> Using cache 18:35:21 ---> f0cf02b114e6 18:35:21 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:21 ---> Using cache 18:35:21 ---> b402f7beb3be 18:35:21 Step 14/23 : ENV APP_PORT=59861 18:35:21 Removing intermediate container 007c3705d327 18:35:21 ---> cf7bfda3b237 18:35:21 18:35:21 Step 9/22 : FROM alpine:3.14 18:35:21 ---> 14119a10abf4 18:35:21 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:35:21 ---> Running in 9751ac926f09 18:35:21 ---> Running in 99735200f9d9 18:35:21 ---> Running in 13419b290ab3 18:35:22 Removing intermediate container 9751ac926f09 18:35:22 ---> 8e105b064e97 18:35:22 Step 13/22 : EXPOSE $APP_PORT 18:35:22 Removing intermediate container 99735200f9d9 18:35:22 ---> 6da6bc1ba1be 18:35:22 Step 11/22 : ENV APP_PORT=59880 18:35:22 Removing intermediate container 13419b290ab3 18:35:22 ---> 0d67285098be 18:35:22 Step 15/23 : EXPOSE $APP_PORT 18:35:22 ---> Running in 04c7ad76a03d 18:35:22 ---> Running in ab4ec16c482b 18:35:22 ---> Running in 86b5aedf52fb 18:35:22 Removing intermediate container ab4ec16c482b 18:35:22 ---> cbcf5cb3d28a 18:35:22 Step 14/22 : WORKDIR / 18:35:22 Removing intermediate container 04c7ad76a03d 18:35:22 ---> eb730c2e4498 18:35:22 Step 12/22 : EXPOSE $APP_PORT 18:35:22 ---> Running in a4d8f4ad22c9 18:35:22 Removing intermediate container 86b5aedf52fb 18:35:22 ---> 025394fdadd5 18:35:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:22 ---> Running in eaba834b0602 18:35:22 ---> a75256eb53ee 18:35:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:35:22 Removing intermediate container a4d8f4ad22c9 18:35:22 ---> 33ad4ba652d6 18:35:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:22 Removing intermediate container eaba834b0602 18:35:22 ---> 92c22c0c1265 18:35:22 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:22 ---> Running in 8b81aa5cf162 18:35:22 ---> 34e1e0659341 18:35:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:35:22 ---> d03077836a2e 18:35:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:35:23 ---> 45cc75e3f2dd 18:35:23 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:35:23 ---> 14ad5561794e 18:35:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:35:23 ---> Running in 5fa190b4f18a 18:35:23 ---> 6ba1349723ec 18:35:23 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:35:23 Removing intermediate container 5fa190b4f18a 18:35:23 ---> d6bb513fd87d 18:35:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:23 ---> Running in 50afb61bb33d 18:35:23 ---> Running in e4088fb3422d 18:35:23 Removing intermediate container 8b81aa5cf162 18:35:23 ---> f6848158086b 18:35:23 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 18:35:23 Removing intermediate container e4088fb3422d 18:35:23 ---> 69cea7cd00bc 18:35:23 Step 21/23 : LABEL arch=x86_64 18:35:23 Removing intermediate container 50afb61bb33d 18:35:23 ---> 0b4ac3adad28 18:35:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:23 ---> Running in bad5a8047da3 18:35:23 ---> Running in 67aaea9f92d6 18:35:23 ---> Running in f729613f22ad 18:35:23 Removing intermediate container bad5a8047da3 18:35:23 ---> aa936a8d58e0 18:35:23 Step 22/23 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 18:35:23 ---> Running in 8a5618fd46a2 18:35:23 Removing intermediate container f729613f22ad 18:35:23 ---> 178c773d7714 18:35:23 Step 20/22 : LABEL arch=x86_64 18:35:23 ---> Running in 1727c87835d4 18:35:23 Removing intermediate container 8a5618fd46a2 18:35:23 ---> aeaedc6e08ff 18:35:23 Step 23/23 : LABEL version=0.0.0 18:35:23 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:35:23 ---> Running in a36897b94019 18:35:23 Removing intermediate container 1727c87835d4 18:35:23 ---> 279feb0e76fb 18:35:23 Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 18:35:24 ---> Running in 89c841237622 18:35:24 Removing intermediate container a36897b94019 18:35:24 ---> 10fb0ab96942 18:35:24 18:35:24 Successfully built 10fb0ab96942 18:35:24 Successfully tagged support-scheduler:latest 18:35:24  Building support-scheduler ... done Removing intermediate container 89c841237622 18:35:24 ---> 4ec5203c495c 18:35:24 Step 22/22 : LABEL version=0.0.0 18:35:24 ---> Running in d5bc240bea06 18:35:24 Removing intermediate container d5bc240bea06 18:35:24 ---> a165259d98c7 18:35:24 18:35:24 Successfully built a165259d98c7 18:35:24 Successfully tagged core-metadata:latest 18:35:24  Building core-metadata ... done fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:35:25 (1/6) Installing dumb-init (1.2.5-r1) 18:35:25 (2/6) Installing libgcc (10.3.1_git20210424-r2) 18:35:25 (3/6) Installing libsodium (1.0.18-r0) 18:35:25 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 18:35:25 (5/6) Installing libzmq (4.3.4-r0) 18:35:25 (6/6) Installing zeromq (4.3.4-r0) 18:35:25 Executing busybox-1.33.1-r3.trigger 18:35:25 OK: 8 MiB in 20 packages 18:35:25 Removing intermediate container 67aaea9f92d6 18:35:25 ---> 5798b2333055 18:35:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:25 ---> b89cdc29dfbc 18:35:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:35:26 ---> fb8d436a47cb 18:35:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:35:26 ---> 6cd42c26edc0 18:35:26 Step 18/22 : ENTRYPOINT ["/core-data"] 18:35:26 ---> Running in e02081cd96e0 18:35:26 Removing intermediate container e02081cd96e0 18:35:26 ---> a9c079295d65 18:35:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:26 ---> Running in aa274fba45cd 18:35:26 Removing intermediate container aa274fba45cd 18:35:26 ---> 5537e27e9436 18:35:26 Step 20/22 : LABEL arch=x86_64 18:35:26 ---> Running in 04aff30068e1 18:35:26 Removing intermediate container 04aff30068e1 18:35:26 ---> fd127e366823 18:35:26 Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 18:35:26 ---> Running in e807d87a8955 18:35:27 Removing intermediate container e807d87a8955 18:35:27 ---> 7aae22d86a8c 18:35:27 Step 22/22 : LABEL version=0.0.0 18:35:27 ---> Running in e89e89795fff 18:35:27 Removing intermediate container e89e89795fff 18:35:27 ---> 9829a6de221c 18:35:27 18:35:27 Successfully built 9829a6de221c 18:35:27 Successfully tagged core-data:latest 18:35:27  Building core-data ... done  [Pipeline] } 18:35:27 $ docker stop --time=1 3b647e7c6e52cd21c6df67363fc0d0b582514a0397f27a791fc4ed72c891547f 18:35:28 $ docker rm -f 3b647e7c6e52cd21c6df67363fc0d0b582514a0397f27a791fc4ed72c891547f [Pipeline] // withDockerContainer [Pipeline] sh 18:35:28 + docker images 18:35:28 REPOSITORY TAG IMAGE ID CREATED SIZE 18:35:28 core-data latest 9829a6de221c 2 seconds ago 20.7MB 18:35:28 core-metadata latest a165259d98c7 4 seconds ago 16.9MB 18:35:28 support-scheduler latest 10fb0ab96942 5 seconds ago 16.2MB 18:35:28 c5323cb44dfa 7 seconds ago 1.76GB 18:35:28 cf7bfda3b237 7 seconds ago 1.76GB 18:35:28 37cae9be9fe0 8 seconds ago 1.76GB 18:35:28 security-proxy-setup latest 7befc3950e15 22 seconds ago 26.9MB 18:35:28 2decc79cf280 26 seconds ago 1.76GB 18:35:28 sys-mgmt-agent latest c827a3fe7598 37 seconds ago 294MB 18:35:28 security-bootstrapper latest b346c8210146 55 seconds ago 18.9MB 18:35:28 security-secretstore-setup latest 3d8b19deee03 59 seconds ago 28.4MB 18:35:28 support-notifications latest 374c49c3da7c About a minute ago 16.9MB 18:35:28 core-command latest ed76b16a85ce About a minute ago 16.1MB 18:35:28 4f8c7b1b8077 About a minute ago 1.76GB 18:35:28 adbed2ff2db0 About a minute ago 1.76GB 18:35:28 0e0d74b9284e About a minute ago 1.76GB 18:35:28 4c43d8b8b1bb About a minute ago 1.76GB 18:35:28 df408bfbd788 About a minute ago 1.75GB 18:35:28 ci-base-image-x86_64 latest 007919730161 5 minutes ago 1.25GB 18:35:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 2 weeks ago 548MB 18:35:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 weeks ago 34.5MB 18:35:28 docker 20.10.8 bc6c0ffef665 8 weeks ago 214MB 18:35:28 alpine 3.14 14119a10abf4 2 months ago 5.6MB 18:35:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 16 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:35:44 Still waiting to schedule task 18:35:44 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 18:37:23 Running on prd-ubuntu18.04-docker-8c-8g-408 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws 18:37:23 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 18:37:23 The recommended git tool is: git 18:37:25 using credential edgex-jenkins-ssh 18:37:25 Cloning the remote Git repository 18:37:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:37:25 > git init /w/workspace/edgex-go/7 # timeout=10 18:37:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:37:25 > git --version # timeout=10 18:37:25 > git --version # 'git version 2.17.1' 18:37:25 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:37:56 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:37:56 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 429f0d413a86a0f66da5d000fb0760535baac886 18:37:56 Merge succeeded, producing 429f0d413a86a0f66da5d000fb0760535baac886 18:37:56 Checking out Revision 429f0d413a86a0f66da5d000fb0760535baac886 (PR-3780) 18:37:56 > git config core.sparsecheckout # timeout=10 18:37:56 > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 18:37:56 > git remote # timeout=10 18:37:56 > git config --get remote.origin.url # timeout=10 18:37:56 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:56 > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 18:37:56 > git rev-parse HEAD^{commit} # timeout=10 18:37:56 > git config core.sparsecheckout # timeout=10 18:37:56 > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 18:38:00 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:38:01 + echo snap-build.sh 18:38:01 snap-build.sh 18:38:01 + SNAP_BASE_DIR=. 18:38:01 + '[' '!' -z /w/workspace/edgex-go/7 ']' 18:38:01 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 18:38:01 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 18:38:01 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 18:38:01 + cd /w/workspace/edgex-go/7 18:38:01 + sudo apt-get remove -qy --purge lxd lxd-client 18:38:01 Reading package lists... 18:38:01 Building dependency tree... 18:38:01 Reading state information... 18:38:01 The following packages were automatically installed and are no longer required: 18:38:01 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:38:01 uidmap xdelta3 18:38:01 Use 'sudo apt autoremove' to remove them. 18:38:01 The following packages will be REMOVED: 18:38:01 lxd* lxd-client* 18:38:01 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:38:01 After this operation, 31.7 MB disk space will be freed. 18:38:02 (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 ... 190317 files and directories currently installed.) 18:38:02 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:38:02 Removing lxd dnsmasq configuration 18:38:02 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:38:03 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:38:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:38:04 (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 ... 190142 files and directories currently installed.) 18:38:04 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:38:05 Processing triggers for systemd (237-3ubuntu10.45) ... 18:38:05 Processing triggers for ureadahead (0.100.0-21) ... 18:38:05 + sudo snap remove --purge lxd 18:38:05 snap "lxd" is not installed 18:38:05 + sudo groupadd --force --system lxd 18:38:05 ++ whoami 18:38:05 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:38:05 + newgrp - lxd 18:38:05 + sudo snap install lxd 18:38:16 2021-10-28T18:38:12Z INFO Waiting for automatic snapd restart... 18:38:34 lxd 4.19 from Canonical* installed 18:38:34 + sudo lxd init --auto 18:38:44 + sudo snap install --classic snapcraft 18:38:56 snapcraft 5.0 from Canonical* installed 18:38:56 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 18:38:56 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 18:38:56 % Total % Received % Xferd Average Speed Time Time Time Current 18:38:56 Dload Upload Total Spent Left Speed 18:38:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3317 0 --:--:-- --:--:-- --:--:-- 3335 18:38:56 90 3325k 90 2994k 0 0 10.0M 0 --:--:-- --:--:-- --:--:-- 10.0M 100 3325k 100 3325k 0 0 11.0M 0 --:--:-- --:--:-- --:--:-- 161M 18:38:56 ./yq_linux_amd64 18:38:56 + sudo snapcraft prime --use-lxd 18:38:57 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:38:57 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:38:57 - README.md 18:38:57 18:38:57 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:38:57 Launching a container. 18:39:02 Waiting for container to be ready 18:39:03 To start your first instance, try: lxc launch ubuntu:20.04 18:39:03 18:39:07 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:39:07 Waiting for network to be ready... 18:39:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:39:07 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:39:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1931 kB] 18:39:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] 18:39:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 18:39:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 18:39:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] 18:39:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] 18:39:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] 18:39:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] 18:39:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:39:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:39:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:39:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:39:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:39:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:39:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:39:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:39:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:39:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] 18:39:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] 18:39:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 18:39:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 18:39:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] 18:39:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] 18:39:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] 18:39:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] 18:39:12 Fetched 25.5 MB in 4s (6142 kB/s) 18:39:12 Reading package lists... 18:39:12 Reading package lists... 18:39:13 Building dependency tree... 18:39:13 Reading state information... 18:39:13 The following additional packages will be installed: 18:39:13 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:39:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:39:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:39:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:39:13 Suggested packages: 18:39:13 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:39:13 Recommended packages: 18:39:13 gnupg libsasl2-modules 18:39:13 The following NEW packages will be installed: 18:39:13 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:39:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:39:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:39:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:39:13 The following packages will be upgraded: 18:39:13 gpg gpg-agent gpgconf libudev1 18:39:13 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 18:39:13 Need to get 3527 kB of archives. 18:39:13 After this operation, 13.3 MB of additional disk space will be used. 18:39:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:39:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:39:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:39:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:39:13 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] 18:39:13 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] 18:39:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:39:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:39:14 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:39:14 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:39:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:39:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:39:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:39:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:39:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:39:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:39:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:39:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:39:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:39:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:39:14 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:39:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:39:14 debconf: delaying package configuration, since apt-utils is not installed 18:39:14 Fetched 3527 kB in 1s (2965 kB/s) 18:39:14 (Reading database ... 12511 files and directories currently installed.) 18:39:14 Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... 18:39:14 Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 18:39:14 Setting up libudev1:amd64 (237-3ubuntu10.52) ... 18:39:14 Selecting previously unselected package udev. 18:39:14 (Reading database ... 12511 files and directories currently installed.) 18:39:14 Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... 18:39:14 Unpacking udev (237-3ubuntu10.52) ... 18:39:14 Selecting previously unselected package libfuse2:amd64. 18:39:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:39:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:39:15 Selecting previously unselected package fuse. 18:39:15 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:39:15 Unpacking fuse (2.9.7-1ubuntu1) ... 18:39:15 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:39:15 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:39:15 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:39:15 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:39:15 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:39:15 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:39:15 Selecting previously unselected package libksba8:amd64. 18:39:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:39:15 Unpacking libksba8:amd64 (1.3.5-2) ... 18:39:15 Selecting previously unselected package libroken18-heimdal:amd64. 18:39:15 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:39:15 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:39:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:39:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:39:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:39:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:39:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:39:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:15 Selecting previously unselected package libwind0-heimdal:amd64. 18:39:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:39:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:39:15 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:39:15 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:16 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:39:16 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:39:16 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:16 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:39:16 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:39:16 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:16 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:39:16 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:39:16 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:16 Selecting previously unselected package libsasl2-modules-db:amd64. 18:39:16 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:39:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:39:16 Selecting previously unselected package libsasl2-2:amd64. 18:39:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:39:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:39:16 Selecting previously unselected package libldap-common. 18:39:16 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:39:16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:39:16 Selecting previously unselected package libldap-2.4-2:amd64. 18:39:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:39:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:39:16 Selecting previously unselected package dirmngr. 18:39:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:39:16 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:39:16 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:39:16 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:39:16 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:39:16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:39:16 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:39:16 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:39:16 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:16 Setting up libksba8:amd64 (1.3.5-2) ... 18:39:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:39:16 Setting up udev (237-3ubuntu10.52) ... 18:39:16 invoke-rc.d: policy-rc.d denied execution of start. 18:39:16 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:16 Processing triggers for systemd (237-3ubuntu10) ... 18:39:17 Setting up fuse (2.9.7-1ubuntu1) ... 18:39:17 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:39:17 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:17 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:17 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:17 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:17 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:17 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:39:17 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:39:17 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:39:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:39:17 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:39:17 settings in the [Install] section, and DefaultInstance for template units). 18:39:17 This means they are not meant to be enabled using systemctl. 18:39:17 Possible reasons for having this kind of units are: 18:39:17 1) A unit may be statically enabled by being symlinked from another unit's 18:39:17 .wants/ or .requires/ directory. 18:39:17 2) A unit's purpose may be to act as a helper for some other unit which has 18:39:17 a requirement dependency on it. 18:39:17 3) A unit may be started when needed via activation (socket, path, timer, 18:39:17 D-Bus, udev, scripted systemctl call, ...). 18:39:17 4) In case of template units, the unit is meant to be enabled with some 18:39:17 instance name specified. 18:39:17 Reading package lists... 18:39:17 Building dependency tree... 18:39:17 Reading state information... 18:39:18 The following additional packages will be installed: 18:39:18 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:39:18 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:39:18 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:39:18 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:39:18 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:39:18 Suggested packages: 18:39:18 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:39:18 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:39:18 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:39:18 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:39:18 systemd-container policykit-1 18:39:18 Recommended packages: 18:39:18 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:39:18 The following NEW packages will be installed: 18:39:18 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:39:18 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:39:18 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:39:18 multiarch-support openssh-client python3 python3-minimal python3.6 18:39:18 python3.6-minimal snapd squashfs-tools sudo 18:39:18 The following packages will be upgraded: 18:39:18 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:39:18 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 18:39:18 Need to get 36.8 MB of archives. 18:39:18 After this operation, 147 MB of additional disk space will be used. 18:39:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] 18:39:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:39:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:39:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:39:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:39:18 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] 18:39:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:39:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:39:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:39:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:39:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:39:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:39:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:39:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:39:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] 18:39:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 18:39:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] 18:39:19 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] 18:39:19 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 18:39:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 18:39:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:39:19 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:39:19 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:39:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:39:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:39:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:39:19 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:39:19 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:39:19 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:39:19 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] 18:39:20 debconf: delaying package configuration, since apt-utils is not installed 18:39:20 Fetched 36.8 MB in 2s (17.8 MB/s) 18:39:20 (Reading database ... 12757 files and directories currently installed.) 18:39:20 Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... 18:39:20 Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... 18:39:20 Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... 18:39:20 Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 18:39:21 Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... 18:39:21 (Reading database ... 12757 files and directories currently installed.) 18:39:21 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 18:39:21 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 18:39:21 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 18:39:21 (Reading database ... 12757 files and directories currently installed.) 18:39:21 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 18:39:21 Unpacking apt (1.6.14) over (1.6.1) ... 18:39:21 Setting up apt (1.6.14) ... 18:39:21 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:39:21 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:39:21 (Reading database ... 12764 files and directories currently installed.) 18:39:21 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 18:39:21 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 18:39:22 Selecting previously unselected package libpython3.6-minimal:amd64. 18:39:22 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:39:22 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:39:22 Selecting previously unselected package libexpat1:amd64. 18:39:22 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:39:22 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:39:22 Selecting previously unselected package python3.6-minimal. 18:39:22 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:39:22 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:39:22 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 18:39:22 Checking for services that may need to be restarted...done. 18:39:22 Checking for services that may need to be restarted...done. 18:39:22 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:39:22 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:39:22 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:39:22 Selecting previously unselected package python3-minimal. 18:39:22 (Reading database ... 13012 files and directories currently installed.) 18:39:22 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:39:22 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:39:23 Selecting previously unselected package mime-support. 18:39:23 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:39:23 Unpacking mime-support (3.60ubuntu1) ... 18:39:23 Selecting previously unselected package libmpdec2:amd64. 18:39:23 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:39:23 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:39:23 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:39:23 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:39:23 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:39:23 Selecting previously unselected package python3.6. 18:39:23 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:39:23 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:39:23 Selecting previously unselected package libpython3-stdlib:amd64. 18:39:23 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:39:23 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:39:23 Setting up python3-minimal (3.6.7-1~18.04) ... 18:39:23 Selecting previously unselected package python3. 18:39:23 (Reading database ... 13442 files and directories currently installed.) 18:39:23 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:39:23 Unpacking python3 (3.6.7-1~18.04) ... 18:39:23 Selecting previously unselected package multiarch-support. 18:39:23 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:39:23 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:39:24 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:39:24 Selecting previously unselected package liblzo2-2:amd64. 18:39:24 (Reading database ... 13479 files and directories currently installed.) 18:39:24 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:39:24 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:39:24 Selecting previously unselected package libbsd0:amd64. 18:39:24 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:39:24 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:39:24 Selecting previously unselected package sudo. 18:39:24 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:39:24 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:39:24 Selecting previously unselected package apparmor. 18:39:24 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:39:24 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:39:24 Selecting previously unselected package libedit2:amd64. 18:39:24 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:39:24 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:39:24 Selecting previously unselected package libkrb5support0:amd64. 18:39:24 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:39:24 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:39:24 Selecting previously unselected package libk5crypto3:amd64. 18:39:24 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:39:24 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:39:24 Selecting previously unselected package libkeyutils1:amd64. 18:39:24 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:39:24 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:39:24 Selecting previously unselected package libkrb5-3:amd64. 18:39:24 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:39:24 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:39:24 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:39:24 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:39:24 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:39:24 Selecting previously unselected package libssl1.0.0:amd64. 18:39:24 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... 18:39:24 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 18:39:24 Selecting previously unselected package openssh-client. 18:39:24 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 18:39:24 Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... 18:39:25 Selecting previously unselected package squashfs-tools. 18:39:25 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... 18:39:25 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 18:39:25 Selecting previously unselected package snapd. 18:39:25 Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... 18:39:25 Unpacking snapd (2.51.1+18.04) ... 18:39:26 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:39:26 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 18:39:27 Setting up mime-support (3.60ubuntu1) ... 18:39:27 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:39:27 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:39:27 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:39:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:39:27 Setting up systemd (237-3ubuntu10.52) ... 18:39:27 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:39:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:39:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:39:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:39:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:39:27 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:39:27 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:39:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 18:39:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:39:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:39:28 Setting up python3 (3.6.7-1~18.04) ... 18:39:28 running python rtupdate hooks for python3.6... 18:39:28 running python post-rtupdate hooks for python3.6... 18:39:28 Setting up apparmor (2.12-4ubuntu5.1) ... 18:39:29 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:39:29 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:39:29 Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 18:39:29 Setting up snapd (2.51.1+18.04) ... 18:39:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:39:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:39:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:39:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:39:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:39:30 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:39:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:39:31 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:39:31 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:39:31 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:39:31 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 18:39:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:39:31 Processing triggers for systemd (237-3ubuntu10.52) ... 18:39:32 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:39:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:39:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:39:33 Reading package lists... 18:39:33 Reading package lists... 18:39:34 Building dependency tree... 18:39:34 Reading state information... 18:39:34 Calculating upgrade... 18:39:34 The following packages will be upgraded: 18:39:34 advancecomp base-files bash binutils binutils-common 18:39:34 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:39:34 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:39:34 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 18:39:34 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 18:39:34 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:39:34 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:39:34 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 18:39:34 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 18:39:34 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 18:39:34 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 18:39:34 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 18:39:34 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 18:39:34 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 18:39:34 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 18:39:34 ubuntu-keyring util-linux 18:39:34 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:39:34 Need to get 64.1 MB of archives. 18:39:34 After this operation, 5145 kB of additional disk space will be used. 18:39:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-161.169 [985 kB] 18:39:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:39:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:39:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:39:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:39:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:39:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:39:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:39:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:39:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:39:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:39:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:39:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:39:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:39:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:39:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:39:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:39:34 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:39:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:39:34 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:39:34 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:39:34 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:39:34 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:39:34 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:39:34 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:39:34 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:39:34 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:39:34 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:39:34 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:39:34 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:39:34 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:39:34 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:39:34 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:39:34 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] 18:39:34 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 18:39:34 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:39:34 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:39:34 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 18:39:34 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 18:39:34 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:39:34 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:39:34 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] 18:39:34 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] 18:39:34 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:39:34 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:39:34 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:39:34 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB] 18:39:34 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:39:34 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:39:34 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB] 18:39:34 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] 18:39:34 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] 18:39:34 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] 18:39:34 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:39:34 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:39:34 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:39:34 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:39:34 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:39:35 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:39:35 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:39:35 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:39:35 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:39:35 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:39:35 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:39:35 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:39:35 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:39:35 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:39:35 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:39:35 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] 18:39:35 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:39:35 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:39:35 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:39:35 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 18:39:35 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:39:35 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:39:35 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:39:35 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:39:35 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:39:35 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:39:35 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:39:35 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:39:35 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:39:35 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:39:35 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 18:39:36 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 18:39:36 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 18:39:36 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] 18:39:36 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 18:39:36 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:39:36 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:39:36 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:39:36 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] 18:39:36 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 18:39:36 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 18:39:36 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:39:36 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:39:36 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:39:36 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:39:36 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:39:36 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:39:36 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:39:36 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:39:36 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:39:36 debconf: delaying package configuration, since apt-utils is not installed 18:39:36 Fetched 64.1 MB in 2s (31.1 MB/s) 18:39:36 (Reading database ... 13914 files and directories currently installed.) 18:39:36 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:39:36 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:39:36 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:39:37 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:39:37 Preparing to unpack .../2-linux-libc-dev_4.15.0-161.169_amd64.deb ... 18:39:37 Unpacking linux-libc-dev:amd64 (4.15.0-161.169) over (4.15.0-20.21) ... 18:39:37 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:37 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:37 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:37 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:37 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:37 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:37 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:37 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:37 (Reading database ... 13914 files and directories currently installed.) 18:39:37 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:39:37 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:39:37 (Reading database ... 13914 files and directories currently installed.) 18:39:37 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:37 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:37 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:38 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:39:38 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:39:38 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:38 (Reading database ... 13914 files and directories currently installed.) 18:39:38 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:39:38 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:39:39 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:39:39 (Reading database ... 13914 files and directories currently installed.) 18:39:39 Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... 18:39:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:39:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:39:39 Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... 18:39:39 Setting up base-files (10.1ubuntu2.11) ... 18:39:39 Installing new version of config file /etc/issue ... 18:39:39 Installing new version of config file /etc/issue.net ... 18:39:39 Installing new version of config file /etc/lsb-release ... 18:39:39 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:39:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:39:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:39:39 Removing obsolete conffile /etc/default/motd-news ... 18:39:39 (Reading database ... 13915 files and directories currently installed.) 18:39:39 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:39:39 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:39:39 Setting up bash (4.4.18-2ubuntu1.2) ... 18:39:39 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 18:39:39 (Reading database ... 13915 files and directories currently installed.) 18:39:39 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:40 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:39:40 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:39:40 (Reading database ... 13915 files and directories currently installed.) 18:39:40 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:39:40 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:39:40 Setting up tar (1.29b-2ubuntu0.2) ... 18:39:40 (Reading database ... 13915 files and directories currently installed.) 18:39:40 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:39:40 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:39:40 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:39:40 (Reading database ... 13915 files and directories currently installed.) 18:39:40 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:39:40 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:39:40 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:39:40 (Reading database ... 13915 files and directories currently installed.) 18:39:40 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:39:40 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:39:40 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:39:40 (Reading database ... 13915 files and directories currently installed.) 18:39:40 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:39:40 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:39:40 Setting up grep (3.1-2build1) ... 18:39:40 (Reading database ... 13915 files and directories currently installed.) 18:39:40 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 18:39:40 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 18:39:40 Setting up gzip (1.6-5ubuntu1.1) ... 18:39:41 (Reading database ... 13915 files and directories currently installed.) 18:39:41 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:39:41 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:39:41 Setting up login (1:4.5-1ubuntu2) ... 18:39:41 (Reading database ... 13915 files and directories currently installed.) 18:39:41 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:39:41 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:41 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:39:41 (Reading database ... 13915 files and directories currently installed.) 18:39:41 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:39:41 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:39:41 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:39:41 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:39:42 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:39:42 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:39:42 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:39:42 (Reading database ... 13915 files and directories currently installed.) 18:39:42 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:39:42 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:39:42 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:39:42 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:39:42 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:39:42 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:39:42 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:39:43 (Reading database ... 13915 files and directories currently installed.) 18:39:43 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:39:43 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:39:43 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:39:43 (Reading database ... 13915 files and directories currently installed.) 18:39:43 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:43 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:43 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:43 (Reading database ... 13915 files and directories currently installed.) 18:39:43 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:43 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:43 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:43 (Reading database ... 13915 files and directories currently installed.) 18:39:43 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:43 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:43 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:43 (Reading database ... 13915 files and directories currently installed.) 18:39:43 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:43 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:43 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:43 (Reading database ... 13915 files and directories currently installed.) 18:39:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:39:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:39:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:44 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:39:44 (Reading database ... 13915 files and directories currently installed.) 18:39:44 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:39:44 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:44 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:39:44 (Reading database ... 13915 files and directories currently installed.) 18:39:44 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:44 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:44 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:39:44 (Reading database ... 13915 files and directories currently installed.) 18:39:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:39:44 (Reading database ... 13915 files and directories currently installed.) 18:39:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:44 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:44 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:39:45 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:39:45 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:39:45 (Reading database ... 13915 files and directories currently installed.) 18:39:45 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:39:45 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:39:45 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:39:45 (Reading database ... 13915 files and directories currently installed.) 18:39:45 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:39:45 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:39:45 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:39:45 (Reading database ... 13917 files and directories currently installed.) 18:39:45 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:39:45 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:39:45 Setting up debconf (1.5.66ubuntu1) ... 18:39:46 (Reading database ... 13917 files and directories currently installed.) 18:39:46 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:39:46 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:39:46 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:39:46 (Reading database ... 13917 files and directories currently installed.) 18:39:46 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:39:46 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:39:46 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:39:46 (Reading database ... 13917 files and directories currently installed.) 18:39:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 18:39:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:39:46 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 18:39:46 (Reading database ... 13917 files and directories currently installed.) 18:39:46 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 18:39:46 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:39:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 18:39:46 (Reading database ... 13919 files and directories currently installed.) 18:39:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 18:39:46 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:39:46 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 18:39:46 (Reading database ... 13923 files and directories currently installed.) 18:39:46 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:39:46 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:39:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... 18:39:47 Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... 18:39:47 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:39:47 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:39:47 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:39:47 (Reading database ... 13923 files and directories currently installed.) 18:39:47 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... 18:39:47 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... 18:39:47 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... 18:39:47 (Reading database ... 13923 files and directories currently installed.) 18:39:47 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 18:39:47 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 18:39:47 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 18:39:47 (Reading database ... 13923 files and directories currently installed.) 18:39:47 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 18:39:47 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:39:47 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 18:39:47 (Reading database ... 13923 files and directories currently installed.) 18:39:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:39:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:39:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:39:47 (Reading database ... 13923 files and directories currently installed.) 18:39:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:39:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:39:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:39:48 (Reading database ... 13923 files and directories currently installed.) 18:39:48 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:39:48 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:39:48 Setting up passwd (1:4.5-1ubuntu2) ... 18:39:48 (Reading database ... 13923 files and directories currently installed.) 18:39:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:39:48 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:39:48 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:39:48 (Reading database ... 13923 files and directories currently installed.) 18:39:48 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 18:39:48 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 18:39:48 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 18:39:48 (Reading database ... 13923 files and directories currently installed.) 18:39:48 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 18:39:48 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 18:39:48 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 18:39:48 (Reading database ... 13923 files and directories currently installed.) 18:39:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:39:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:39:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:39:48 (Reading database ... 13923 files and directories currently installed.) 18:39:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:39:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:39:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:39:48 (Reading database ... 13923 files and directories currently installed.) 18:39:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:39:49 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:39:49 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:39:49 (Reading database ... 13923 files and directories currently installed.) 18:39:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... 18:39:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... 18:39:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... 18:39:49 (Reading database ... 13923 files and directories currently installed.) 18:39:49 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 18:39:49 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 18:39:49 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 18:39:49 (Reading database ... 13923 files and directories currently installed.) 18:39:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 18:39:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 18:39:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 18:39:49 (Reading database ... 13924 files and directories currently installed.) 18:39:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:39:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:39:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:39:49 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:39:49 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 18:39:49 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 18:39:50 Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... 18:39:50 Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... 18:39:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:39:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:39:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:39:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:39:50 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:39:50 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:39:50 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:39:50 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:39:50 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:39:50 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:39:50 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:39:50 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:39:50 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:39:50 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:39:50 Preparing to unpack .../11-tzdata_2021e-0ubuntu0.18.04_all.deb ... 18:39:50 Unpacking tzdata (2021e-0ubuntu0.18.04) over (2018d-1) ... 18:39:51 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:39:51 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:39:51 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:39:51 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:39:51 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... 18:39:51 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 18:39:51 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... 18:39:51 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 18:39:51 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... 18:39:51 Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 18:39:51 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... 18:39:51 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 18:39:51 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:51 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:51 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:51 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:51 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:51 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:51 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:51 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:52 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:53 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:53 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:53 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:53 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:53 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:53 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:54 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:39:54 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:39:54 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:39:54 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:39:54 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:39:54 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:39:55 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:39:55 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:39:55 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:39:55 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:39:55 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:39:55 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:39:55 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:39:55 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:39:55 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:39:55 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:39:55 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:55 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:39:55 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:55 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:55 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:55 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:39:55 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:39:55 Setting up tzdata (2021e-0ubuntu0.18.04) ... 18:39:55 18:39:55 Current default time zone: 'Etc/UTC' 18:39:55 Local time is now: Thu Oct 28 18:39:55 UTC 2021. 18:39:55 Universal Time is now: Thu Oct 28 18:39:55 UTC 2021. 18:39:55 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:39:55 18:39:55 Setting up systemd-sysv (237-3ubuntu10.52) ... 18:39:55 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:55 Setting up linux-libc-dev:amd64 (4.15.0-161.169) ... 18:39:55 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:39:55 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:39:55 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:39:55 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:39:55 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:39:55 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:39:55 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:39:55 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:55 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:39:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:55 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... 18:39:55 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:55 Setting up patch (2.7.6-2ubuntu1.1) ... 18:39:55 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:39:55 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:39:55 Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... 18:39:55 Installing new version of config file /etc/ssl/openssl.cnf ... 18:39:55 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:39:55 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:39:55 Setting up ca-certificates (20210119~18.04.2) ... 18:39:57 Updating certificates in /etc/ssl/certs... 18:39:58 23 added, 28 removed; done. 18:39:58 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:39:58 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:39:58 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:39:58 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:39:58 Setting up pkgbinarymangler (138.18.04.1) ... 18:39:58 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:58 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... 18:39:58 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:58 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:58 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:58 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:39:58 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:39:58 Setting up perl (5.26.1-6ubuntu0.5) ... 18:39:58 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... 18:39:58 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:39:58 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:39:58 Setting up binutils (2.30-21ubuntu1~18.04.7) ... 18:39:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:39:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:39:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:39:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:39:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:39:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:39:59 Processing triggers for systemd (237-3ubuntu10.52) ... 18:39:59 Processing triggers for mime-support (3.60ubuntu1) ... 18:39:59 Processing triggers for ca-certificates (20210119~18.04.2) ... 18:39:59 Updating certificates in /etc/ssl/certs... 18:39:59 0 added, 0 removed; done. 18:39:59 Running hooks in /etc/ca-certificates/update.d... 18:39:59 done. 18:40:00 Reading package lists... 18:40:00 Building dependency tree... 18:40:00 Reading state information... 18:40:00 The following NEW packages will be installed: 18:40:00 apt-transport-https 18:40:00 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:40:00 Need to get 4348 B of archives. 18:40:00 After this operation, 154 kB of additional disk space will be used. 18:40:00 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 18:40:00 debconf: delaying package configuration, since apt-utils is not installed 18:40:00 Fetched 4348 B in 0s (23.8 kB/s) 18:40:00 Selecting previously unselected package apt-transport-https. 18:40:00 (Reading database ... 13931 files and directories currently installed.) 18:40:00 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 18:40:00 Unpacking apt-transport-https (1.6.14) ... 18:40:01 Setting up apt-transport-https (1.6.14) ... 18:40:01 Waiting for network to be ready... 18:40:07 2021-10-28T18:40:05Z INFO Waiting for automatic snapd restart... 18:40:08 snapd 2.52.1 from Canonical* installed 18:40:09 "snapd" switched to the "latest/stable" channel 18:40:09 18:40:12 core18 20211015 from Canonical* installed 18:40:12 "core18" switched to the "latest/stable" channel 18:40:12 18:40:14 snapcraft 5.0 from Canonical* installed 18:40:14 "snapcraft" switched to the "latest/stable" channel 18:40:14 18:40:19 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:40:19 - README.md 18:40:19 18:40:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:40:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:40:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:40:19 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:40:20 Reading package lists... 18:40:21 Installing build dependencies: git=1:2.17.1-1ubuntu0.9 git-man=1:2.17.1-1ubuntu0.9 libcurl3-gnutls=7.58.0-2ubuntu3.16 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 18:40:21 Reading package lists... 18:40:21 Building dependency tree... 18:40:21 Reading state information... 18:40:21 Suggested packages: 18:40:21 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:40:21 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:40:21 Recommended packages: 18:40:21 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:40:21 The following NEW packages will be installed: 18:40:21 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:40:21 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:40:21 pkg-config zip 18:40:21 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:40:21 Need to get 7670 kB of archives. 18:40:21 After this operation, 43.8 MB of additional disk space will be used. 18:40:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 18:40:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] 18:40:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] 18:40:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] 18:40:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:40:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:40:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:40:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:40:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:40:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:40:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:40:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:40:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:40:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:40:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:40:22 debconf: delaying package configuration, since apt-utils is not installed 18:40:22 Fetched 7670 kB in 1s (10.4 MB/s) 18:40:22 Selecting previously unselected package libglib2.0-0:amd64. 18:40:22 (Reading database ... 13935 files and directories currently installed.) 18:40:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 18:40:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:40:22 Selecting previously unselected package libpsl5:amd64. 18:40:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:40:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:40:22 Selecting previously unselected package libnghttp2-14:amd64. 18:40:22 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:40:22 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:40:22 Selecting previously unselected package librtmp1:amd64. 18:40:22 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:40:22 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:40:22 Selecting previously unselected package libcurl3-gnutls:amd64. 18:40:22 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... 18:40:22 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 18:40:22 Selecting previously unselected package liberror-perl. 18:40:22 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:40:22 Unpacking liberror-perl (0.17025-1) ... 18:40:22 Selecting previously unselected package git-man. 18:40:22 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... 18:40:22 Unpacking git-man (1:2.17.1-1ubuntu0.9) ... 18:40:23 Selecting previously unselected package git. 18:40:23 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... 18:40:23 Unpacking git (1:2.17.1-1ubuntu0.9) ... 18:40:23 Selecting previously unselected package libnorm1:amd64. 18:40:23 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:40:23 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:40:23 Selecting previously unselected package libpgm-5.2-0:amd64. 18:40:23 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:40:23 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:40:23 Selecting previously unselected package libsodium23:amd64. 18:40:23 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:40:23 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:40:23 Selecting previously unselected package libzmq5:amd64. 18:40:23 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:40:23 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:40:23 Selecting previously unselected package libzmq3-dev:amd64. 18:40:23 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:40:23 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:40:23 Selecting previously unselected package pkg-config. 18:40:23 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:40:23 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:40:24 Selecting previously unselected package zip. 18:40:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:40:24 Unpacking zip (3.0-11build1) ... 18:40:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:40:24 Setting up git-man (1:2.17.1-1ubuntu0.9) ... 18:40:24 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:40:24 Setting up liberror-perl (0.17025-1) ... 18:40:24 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:40:24 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:40:24 No schema files found: doing nothing. 18:40:24 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:40:24 Setting up zip (3.0-11build1) ... 18:40:24 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:40:24 Setting up libsodium23:amd64 (1.0.16-2) ... 18:40:24 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:40:24 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:40:24 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 18:40:24 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:40:24 Setting up git (1:2.17.1-1ubuntu0.9) ... 18:40:24 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:40:25 git set to automatically installed. 18:40:25 git-man set to automatically installed. 18:40:25 libcurl3-gnutls set to automatically installed. 18:40:25 liberror-perl set to automatically installed. 18:40:25 libglib2.0-0 set to automatically installed. 18:40:25 libnghttp2-14 set to automatically installed. 18:40:25 libnorm1 set to automatically installed. 18:40:25 libpgm-5.2-0 set to automatically installed. 18:40:25 libpsl5 set to automatically installed. 18:40:25 librtmp1 set to automatically installed. 18:40:25 libsodium23 set to automatically installed. 18:40:25 libzmq3-dev set to automatically installed. 18:40:25 libzmq5 set to automatically installed. 18:40:25 pkg-config set to automatically installed. 18:40:25 zip set to automatically installed. 18:40:26 snapd is not logged in, snap install commands will use sudo 18:40:34 go (1.16/stable) 1.16.9 from Michael Hudson-Doyle (mwhudson) installed 18:40:34 snapd is not logged in, snap install commands will use sudo 18:40:35 snap "core18" has no updates available 18:40:36 Pulling config-common 18:40:36 + snapcraftctl pull 18:40:37 Pulling go-build-helper 18:40:37 + snapcraftctl pull 18:40:38 'edgex-go' has dependencies that need to be staged: go-build-helper 18:40:38 Skipping pull go-build-helper (already ran) 18:40:38 Building go-build-helper 18:40:38 + snapcraftctl build 18:40:40 Staging go-build-helper 18:40:40 + snapcraftctl stage 18:40:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:40:50 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:40:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1931 kB] 18:40:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] 18:40:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 18:40:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 18:40:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] 18:40:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] 18:40:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] 18:40:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] 18:40:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:40:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:40:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:40:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:40:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:40:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:40:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:40:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:40:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:40:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] 18:40:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] 18:40:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 18:40:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 18:40:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] 18:40:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] 18:40:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] 18:40:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] 18:40:50 Fetched 25.5 MB in 0s (0 B/s) 18:40:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:40:50 Fetched 224 kB in 0s (0 B/s) 18:40:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:40:50 Fetched 157 kB in 0s (0 B/s) 18:40:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:40:50 Fetched 221 kB in 0s (0 B/s) 18:40:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:40:50 Fetched 143 kB in 0s (0 B/s) 18:40:50 Pulling edgex-go 18:40:50 + snapcraftctl pull 18:40:50 Pulling hooks 18:40:50 + snapcraftctl pull 18:41:08 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:41:08 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:41:08 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:41:08 Fetched 0 B in 0s (0 B/s) 18:41:08 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:41:08 Fetched 96.5 kB in 0s (0 B/s) 18:41:08 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:41:08 Fetched 279 kB in 0s (0 B/s) 18:41:08 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:41:08 Fetched 122 kB in 0s (0 B/s) 18:41:08 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:41:08 Fetched 77.8 kB in 0s (0 B/s) 18:41:08 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:41:08 Fetched 8848 B in 0s (0 B/s) 18:41:08 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:41:08 Fetched 47.8 kB in 0s (0 B/s) 18:41:08 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:41:08 Fetched 45.6 kB in 0s (0 B/s) 18:41:08 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:41:08 Fetched 15.0 kB in 0s (0 B/s) 18:41:08 Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] 18:41:08 Fetched 220 kB in 0s (0 B/s) 18:41:08 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:41:08 Fetched 154 kB in 0s (0 B/s) 18:41:08 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:41:08 Fetched 50.6 kB in 0s (0 B/s) 18:41:08 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:41:08 Fetched 14.8 kB in 0s (0 B/s) 18:41:08 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:41:08 Fetched 41.8 kB in 0s (0 B/s) 18:41:08 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:41:08 Fetched 499 kB in 0s (0 B/s) 18:41:08 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:41:08 Fetched 111 kB in 0s (0 B/s) 18:41:08 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:41:08 Fetched 240 kB in 0s (0 B/s) 18:41:08 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:41:08 Fetched 29.3 kB in 0s (0 B/s) 18:41:08 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:41:08 Fetched 85.5 kB in 0s (0 B/s) 18:41:08 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:41:08 Fetched 24.5 kB in 0s (0 B/s) 18:41:08 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:41:08 Fetched 49.2 kB in 0s (0 B/s) 18:41:08 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:41:08 Fetched 54.2 kB in 0s (0 B/s) 18:41:08 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:41:08 Fetched 30.8 kB in 0s (0 B/s) 18:41:08 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:41:08 Fetched 15.8 kB in 0s (0 B/s) 18:41:08 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:41:08 Fetched 85.9 kB in 0s (0 B/s) 18:41:08 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:41:08 Fetched 8720 B in 0s (0 B/s) 18:41:08 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 18:41:08 Fetched 140 kB in 0s (0 B/s) 18:41:08 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:41:08 Fetched 119 kB in 0s (0 B/s) 18:41:08 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 18:41:08 Fetched 111 kB in 0s (0 B/s) 18:41:08 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:41:08 Fetched 11.1 kB in 0s (0 B/s) 18:41:08 Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] 18:41:08 Fetched 646 kB in 0s (0 B/s) 18:41:08 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:41:08 Fetched 41.3 kB in 0s (0 B/s) 18:41:08 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:41:08 Fetched 17.9 kB in 0s (0 B/s) 18:41:08 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:41:08 Fetched 368 kB in 0s (0 B/s) 18:41:08 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:41:08 Fetched 187 kB in 0s (0 B/s) 18:41:08 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:41:08 Fetched 175 kB in 0s (0 B/s) 18:41:08 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:41:08 Fetched 206 kB in 0s (0 B/s) 18:41:08 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] 18:41:08 Fetched 1302 kB in 0s (0 B/s) 18:41:08 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:41:08 Fetched 36.2 kB in 0s (0 B/s) 18:41:08 Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] 18:41:08 Fetched 159 kB in 0s (0 B/s) 18:41:08 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:41:08 Fetched 107 kB in 0s (0 B/s) 18:41:08 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:41:08 Fetched 48.7 kB in 0s (0 B/s) 18:41:08 Pulling static-packages 18:41:08 + snapcraftctl pull 18:41:08 Pulling version 18:41:08 + cd /root/project 18:41:08 + git describe --tags --abbrev=0 18:41:08 + sed s/v// 18:41:08 + GIT_VERSION=2.0.1-dev.81 18:41:08 + [ -z 2.0.1-dev.81 ] 18:41:08 + snapcraftctl set-version 2.0.1-dev.81 18:41:09 Building config-common 18:41:09 + snapcraftctl build 18:41:10 Skipping build go-build-helper (already ran) 18:41:11 Building edgex-go 18:41:11 + cd /root/parts/edgex-go/src 18:41:11 + git describe --tags --abbrev=0 18:41:11 + sed s/v// 18:41:11 + GIT_VERSION=2.0.1-dev.81 18:41:11 + [ -z 2.0.1-dev.81 ] 18:41:11 + echo 2.0.1-dev.81 18:41:11 + [ ! -d vendor ] 18:41:11 + go mod download all 18:41:19 + make build 18:41:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/core-data/core-data ./cmd/core-data 18:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:41:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/core-command/core-command ./cmd/core-command 18:41:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:41:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:41:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:41:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/secrets-config ./cmd/secrets-config 18:41:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:41:45 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:41:45 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:41:45 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:41:45 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:41:45 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:41:45 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:41:45 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:41:45 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:41:45 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:41:45 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:41:45 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:41:45 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:41:45 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:41:45 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:41:45 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:41:45 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:41:45 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:41:45 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 18:41:45 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:41:45 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:41:45 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 18:41:45 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:41:45 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:41:45 + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml 18:41:45 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:41:45 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:41:45 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:41:46 Building hooks 18:41:46 + cd /root/parts/hooks/src 18:41:46 + make build 18:41:46 go mod tidy 18:41:46 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.5 18:41:46 go: downloading github.com/davecgh/go-spew v1.1.0 18:41:46 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:41:46 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 18:41:47 GO111MODULE=on go build -o cmd/install/install ./cmd/install 18:41:48 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 18:41:48 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 18:41:51 Building static-packages 18:41:51 + snapcraftctl build 18:41:53 Building version 18:41:53 + snapcraftctl build 18:41:55 Staging config-common 18:41:55 + snapcraftctl stage 18:41:56 Skipping stage go-build-helper (already ran) 18:41:56 Staging edgex-go 18:41:56 + snapcraftctl stage 18:41:57 Staging hooks 18:41:57 + snapcraftctl stage 18:41:58 Staging static-packages 18:41:58 + snapcraftctl stage 18:41:59 Staging version 18:41:59 + snapcraftctl stage 18:42:00 Priming config-common 18:42:00 + snapcraftctl prime 18:42:01 Priming go-build-helper 18:42:01 + snapcraftctl prime 18:42:02 Priming edgex-go 18:42:02 + snapcraftctl prime 18:42:04 Priming hooks 18:42:04 + snapcraftctl prime 18:42:04 Priming static-packages 18:42:04 + snapcraftctl prime 18:42:07 Priming version 18:42:07 + snapcraftctl prime 18:42:08 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:59:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12568 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws 20:59:40 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 20:59:41 The recommended git tool is: git 20:59:47 using credential edgex-jenkins-ssh 20:59:47 Cloning the remote Git repository 20:59:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:59:48 > git init /w/workspace/edgex-go/7 # timeout=10 20:59:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:59:48 > git --version # timeout=10 20:59:48 > git --version # 'git version 2.17.1' 20:59:48 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:00:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:00:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:00:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:00:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:00:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:00:29 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 429f0d413a86a0f66da5d000fb0760535baac886 21:00:30 Merge succeeded, producing 429f0d413a86a0f66da5d000fb0760535baac886 21:00:30 Checking out Revision 429f0d413a86a0f66da5d000fb0760535baac886 (PR-3780) 21:00:29 > git config core.sparsecheckout # timeout=10 21:00:29 > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 21:00:30 > git remote # timeout=10 21:00:30 > git config --get remote.origin.url # timeout=10 21:00:30 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:30 > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 21:00:30 > git rev-parse HEAD^{commit} # timeout=10 21:00:30 > git config core.sparsecheckout # timeout=10 21:00:30 > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 21:00:35 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:00:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:00:36 % Total % Received % Xferd Average Speed Time Time Time Current 21:00:36 Dload Upload Total Spent Left Speed 21:00:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 148k 0 --:--:-- --:--:-- --:--:-- 148k [Pipeline] sh 21:00:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:00:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:00:37 + sudo tee /etc/docker/daemon.new 21:00:37 { 21:00:37 "registry-mirrors": [ 21:00:37 "https://nexus3.edgexfoundry.org:10001" 21:00:37 ], 21:00:37 "bip": "10.250.0.254/24", 21:00:37 "hosts": [ 21:00:37 "tcp://0.0.0.0:5555", 21:00:37 "unix:///var/run/docker.sock" 21:00:37 ], 21:00:37 "mtu": 1458, 21:00:37 "selinux-enabled": true, 21:00:37 "seccomp-profile": "/etc/docker/seccomp.json" 21:00:37 } [Pipeline] sh 21:00:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:00:37 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:00:56 provisioning config files... 21:00:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1529294466950272257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:57 ---> docker-login.sh 21:00:57 nexus3.edgexfoundry.org:10001 21:00:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:58 Configure a credential helper to remove this warning. See 21:00:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:58 21:00:58 Login Succeeded 21:00:58 nexus3.edgexfoundry.org:10002 21:00:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:59 Configure a credential helper to remove this warning. See 21:00:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:59 21:00:59 Login Succeeded 21:00:59 nexus3.edgexfoundry.org:10003 21:00:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:59 Configure a credential helper to remove this warning. See 21:00:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:59 21:00:59 Login Succeeded 21:00:59 nexus3.edgexfoundry.org:10004 21:01:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:00 Configure a credential helper to remove this warning. See 21:01:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:00 21:01:00 Login Succeeded 21:01:00 docker.io 21:01:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:01 Configure a credential helper to remove this warning. See 21:01:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:01 21:01:01 Login Succeeded 21:01:01 ---> docker-login.sh ends [Pipeline] } 21:01:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:01:02 ========================================================= 21:01:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:01:02 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:01:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:01:02 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:01:02 552d1f2373af: Pulling fs layer 21:01:02 ea3f2d53f512: Pulling fs layer 21:01:02 9e70ebbbe112: Pulling fs layer 21:01:02 7a9cfe048b4a: Pulling fs layer 21:01:02 72dc09318566: Pulling fs layer 21:01:02 f4f7b4309257: Pulling fs layer 21:01:02 0ac9a79272e3: Pulling fs layer 21:01:02 b78e95d17946: Pulling fs layer 21:01:02 0ac9a79272e3: Waiting 21:01:02 f4f7b4309257: Waiting 21:01:02 7a9cfe048b4a: Waiting 21:01:02 72dc09318566: Waiting 21:01:02 b78e95d17946: Waiting 21:01:02 9e70ebbbe112: Verifying Checksum 21:01:02 9e70ebbbe112: Download complete 21:01:02 ea3f2d53f512: Download complete 21:01:02 72dc09318566: Verifying Checksum 21:01:02 72dc09318566: Download complete 21:01:03 f4f7b4309257: Verifying Checksum 21:01:03 f4f7b4309257: Download complete 21:01:03 0ac9a79272e3: Verifying Checksum 21:01:03 0ac9a79272e3: Download complete 21:01:03 552d1f2373af: Verifying Checksum 21:01:03 552d1f2373af: Download complete 21:01:04 552d1f2373af: Pull complete 21:01:05 ea3f2d53f512: Pull complete 21:01:05 9e70ebbbe112: Pull complete 21:01:05 b78e95d17946: Verifying Checksum 21:01:05 b78e95d17946: Download complete 21:01:05 7a9cfe048b4a: Verifying Checksum 21:01:05 7a9cfe048b4a: Download complete 21:01:18 7a9cfe048b4a: Pull complete 21:01:18 72dc09318566: Pull complete 21:01:18 f4f7b4309257: Pull complete 21:01:18 0ac9a79272e3: Pull complete 21:01:25 b78e95d17946: Pull complete 21:01:25 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 21:01:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:01:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh 21:01:25 + docker build -t ci-base-image-arm64 -f - . 21:01:25 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:01:25 WORKDIR /edgex 21:01:25 COPY go.mod . 21:01:25 RUN go mod download 21:01:28 Sending build context to Docker daemon 166.6MB 21:01:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:01:28 ---> 8b459fc5aaf0 21:01:28 Step 2/4 : WORKDIR /edgex 21:01:30 ---> Running in d9ea521feaa6 21:01:31 Removing intermediate container d9ea521feaa6 21:01:31 ---> f33078c24ed2 21:01:31 Step 3/4 : COPY go.mod . 21:01:31 ---> 0b244f302418 21:01:31 Step 4/4 : RUN go mod download 21:01:32 ---> Running in 92bf9f2a1f82 21:03:08 Removing intermediate container 92bf9f2a1f82 21:03:08 ---> 68f4bfa9ba01 21:03:08 Successfully built 68f4bfa9ba01 21:03:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:03:09 + docker inspect -f . ci-base-image-arm64 21:03:09 . [Pipeline] withDockerContainer 21:03:09 prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container 21:03:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:03:11 $ docker top c4cfb8d74f608861849b02edac071f3caa001ee56ad6e3b13a512353226ab2a9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:03:12 + go version 21:03:12 go version go1.16.8 linux/arm64 [Pipeline] } 21:03:12 $ docker stop --time=1 c4cfb8d74f608861849b02edac071f3caa001ee56ad6e3b13a512353226ab2a9 21:03:14 $ docker rm -f c4cfb8d74f608861849b02edac071f3caa001ee56ad6e3b13a512353226ab2a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:03:15 + docker inspect -f . ci-base-image-arm64 21:03:15 . [Pipeline] withDockerContainer 21:03:15 prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container 21:03:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:03:17 $ docker top a08478a450542927a02edc1d5827c8bc9cb4906e75596ae06136ef2ef832efe1 -eo pid,comm [Pipeline] { [Pipeline] echo 21:03:17 ========================================================= 21:03:17 [edgeXBuildGoParallel] Running Tests and Build... 21:03:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:03:18 + make test 21:03:18 go mod tidy 21:03:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:03:51 ? github.com/edgexfoundry/edgex-go [no test files] 21:05:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:05:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:05:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:05:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:05:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:05:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:05:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:05:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:05:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:05:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:05:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:05:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:05:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:05:30 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:05:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.209s coverage: 28.7% of statements 21:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.451s coverage: 98.5% of statements 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.389s coverage: 44.7% of statements 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.869s coverage: 89.5% of statements 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.279s coverage: 84.4% of statements 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:06:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.025s coverage: 94.2% of statements 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:06:02 ok github.com/edgexfoundry/edgex-go/internal/io 0.257s coverage: 59.1% of statements 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:06:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.311s coverage: 60.0% of statements 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:06:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.400s coverage: 0.9% of statements 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:06:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.214s coverage: 58.8% of statements 21:06:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.405s coverage: 21.7% of statements 21:06:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.345s coverage: 47.1% of statements 21:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.259s coverage: 79.5% of statements 21:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.219s coverage: 94.1% of statements 21:06:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.259s coverage: 96.3% of statements 21:06:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.265s coverage: 87.5% of statements 21:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.297s coverage: 94.4% of statements 21:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.218s coverage: 44.8% of statements 21:06:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.700s coverage: 82.5% of statements 21:06:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.313s coverage: 92.9% of statements 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.067s coverage: 65.1% of statements 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.231s coverage: 87.2% of statements 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.192s coverage: 100.0% of statements 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.297s coverage: 58.8% of statements 21:06:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.326s coverage: 80.0% of statements 21:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.329s coverage: 87.2% of statements 21:06:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.323s coverage: 85.4% of statements 21:06:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.985s coverage: 91.2% of statements 21:06:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.106s coverage: 64.4% of statements 21:06:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:06:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.270s coverage: 100.0% of statements 21:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 89.4% of statements 21:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements 21:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements 21:06:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 21:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.576s coverage: 65.4% of statements 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:06:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:06:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.890s coverage: 43.8% of statements 21:06:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:06:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:06:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.264s coverage: 89.5% of statements 21:06:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:06:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.256s coverage: 84.8% of statements 21:06:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:06:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.346s coverage: 17.7% of statements 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:06:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.684s coverage: 92.3% of statements 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:06:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.275s coverage: 63.2% of statements 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:06:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.457s coverage: 97.7% of statements 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 21:06:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.210s coverage: 28.9% of statements 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 21:06:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:06:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.268s coverage: 100.0% of statements 21:06:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 96.9% of statements 21:06:52 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 21:06:52 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:06:52 GO111MODULE=on go vet ./... 21:08:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:08:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:08:30 ./bin/test-attribution-txt.sh [Pipeline] sh 21:08:34 + ls -al . 21:08:34 total 664 21:08:34 drwxrwxr-x 9 1001 1001 4096 Oct 28 21:08 . 21:08:34 drwxr-xr-x 4 root root 4096 Oct 28 21:03 .. 21:08:34 -rw-rw-r-- 1 1001 1001 11 Oct 28 21:00 .dockerignore 21:08:34 drwxrwxr-x 8 1001 1001 4096 Oct 28 21:00 .git 21:08:34 drwxrwxr-x 4 1001 1001 4096 Oct 28 21:00 .github 21:08:34 -rw-rw-r-- 1 1001 1001 804 Oct 28 21:00 .gitignore 21:08:34 -rw-rw-r-- 1 1001 1001 42 Oct 28 21:00 .golangci.yml 21:08:34 -rw-rw-r-- 1 1001 1001 76 Oct 28 21:00 .hadolint.yml 21:08:34 -rw-rw-r-- 1 1001 1001 166 Oct 28 21:00 .sonarcloud.properties 21:08:34 -rw-rw-r-- 1 1001 1001 1171 Oct 28 21:00 ADOPTERS.md 21:08:34 -rw-rw-r-- 1 1001 1001 8910 Oct 28 21:00 Attribution.txt 21:08:34 -rw-rw-r-- 1 1001 1001 43881 Oct 28 21:00 CHANGELOG.md 21:08:34 -rw-rw-r-- 1 1001 1001 3804 Oct 28 21:00 CONTRIBUTING.md 21:08:34 -rw-rw-r-- 1 1001 1001 677 Oct 28 21:00 GOVERNANCE.md 21:08:34 -rw-rw-r-- 1 1001 1001 849 Oct 28 21:00 Jenkinsfile 21:08:34 -rw-rw-r-- 1 1001 1001 10775 Oct 28 21:00 LICENSE 21:08:34 -rw-rw-r-- 1 1001 1001 6508 Oct 28 21:00 Makefile 21:08:34 -rw-rw-r-- 1 1001 1001 582 Oct 28 21:00 OWNERS.md 21:08:34 -rw-rw-r-- 1 1001 1001 8256 Oct 28 21:00 README.md 21:08:34 -rw-rw-r-- 1 1001 1001 6912 Oct 28 21:00 SECURITY.md 21:08:34 -rw-rw-r-- 1 1001 1001 5 Oct 28 18:29 VERSION 21:08:34 -rw-rw-r-- 1 1001 1001 4131 Oct 28 21:00 ZMQWindows.md 21:08:34 drwxrwxr-x 2 1001 1001 4096 Oct 28 21:00 bin 21:08:34 drwxrwxr-x 14 1001 1001 4096 Oct 28 21:00 cmd 21:08:34 -rw-r--r-- 1 root root 428381 Oct 28 21:06 coverage.out 21:08:34 -rw-rw-r-- 1 1001 1001 848 Oct 28 21:00 go.mod 21:08:34 -rw-rw-r-- 1 1001 1001 50525 Oct 28 21:00 go.sum 21:08:34 drwxrwxr-x 8 1001 1001 4096 Oct 28 21:00 internal 21:08:34 drwxrwxr-x 3 1001 1001 4096 Oct 28 21:00 openapi 21:08:34 drwxrwxr-x 4 1001 1001 4096 Oct 28 21:00 snap 21:08:34 -rw-rw-r-- 1 1001 1001 204 Oct 28 21:00 version.go [Pipeline] sh 21:08:34 + '[' -e coverage.out ] 21:08:34 + chown 1001:1001 coverage.out [Pipeline] stash 21:08:34 Warning: overwriting stash ‘coverage-report’ 21:08:35 Stashed 1 file(s) [Pipeline] sh 21:08:36 + make build 21:08:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:08:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:09:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:09:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:09:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:09:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:09:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:09:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:09:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:09:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:09:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:09:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:09:58 $ docker stop --time=1 a08478a450542927a02edc1d5827c8bc9cb4906e75596ae06136ef2ef832efe1 21:10:01 $ docker rm -f a08478a450542927a02edc1d5827c8bc9cb4906e75596ae06136ef2ef832efe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:10:03 21:10:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:10:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:10:04 latest: Pulling from edgex-devops/edgex-compose-arm64 21:10:04 29e5d40040c1: Pulling fs layer 21:10:04 1ce36da41761: Pulling fs layer 21:10:04 25b303627fd3: Pulling fs layer 21:10:04 29e5d40040c1: Verifying Checksum 21:10:04 29e5d40040c1: Download complete 21:10:04 1ce36da41761: Verifying Checksum 21:10:04 1ce36da41761: Download complete 21:10:05 29e5d40040c1: Pull complete 21:10:06 25b303627fd3: Verifying Checksum 21:10:06 25b303627fd3: Download complete 21:10:06 1ce36da41761: Pull complete 21:10:18 25b303627fd3: Pull complete 21:10:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:10:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:10:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:10:19 prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container 21:10:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:10:22 $ docker top 85211bfd2f11047572f1bc6e7fb2237a6c199cfb7fc7b50ae3848295240ab297 -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:23 + docker-compose build --help 21:10:23 + grep parallel 21:10:30 --parallel Build images in parallel. [Pipeline] } 21:10:30 $ docker stop --time=1 85211bfd2f11047572f1bc6e7fb2237a6c199cfb7fc7b50ae3848295240ab297 21:10:32 $ docker rm -f 85211bfd2f11047572f1bc6e7fb2237a6c199cfb7fc7b50ae3848295240ab297 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:10:33 . [Pipeline] withDockerContainer 21:10:33 prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container 21:10:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:10:35 $ docker top d103b8987f848928a97d2f591613e51960f6c60467167463e12c3dbd1304966b -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:36 + docker-compose -f ./docker-compose-build.yml build --parallel 21:10:44 Building core-command ... 21:10:44 Building core-data ... 21:10:44 Building core-metadata ... 21:10:44 Building security-bootstrapper ... 21:10:44 Building security-proxy-setup ... 21:10:44 Building security-secretstore-setup ... 21:10:44 Building support-notifications ... 21:10:44 Building support-scheduler ... 21:10:44 Building sys-mgmt-agent ... 21:10:44 Building sys-mgmt-agent 21:10:44 Building core-command 21:10:44 Building security-proxy-setup 21:10:44 Building support-notifications 21:10:44 Building security-secretstore-setup 21:11:52 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:11:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:11:52 ---> 68f4bfa9ba01 21:11:52 Step 3/21 : WORKDIR /edgex-go 21:11:52 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:11:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:11:52 ---> 68f4bfa9ba01 21:11:52 Step 3/20 : WORKDIR /edgex-go 21:11:52 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:11:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:11:52 ---> 68f4bfa9ba01 21:11:52 Step 3/24 : WORKDIR /edgex-go 21:11:52 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:11:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:11:52 ---> 68f4bfa9ba01 21:11:52 Step 3/22 : WORKDIR /edgex-go 21:11:52 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:11:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:11:52 ---> 68f4bfa9ba01 21:11:52 Step 3/22 : WORKDIR /edgex-go 21:11:52 ---> Running in 0ac0cc207f10 21:11:52 ---> Running in ac237ecda298 21:11:52 ---> Running in 41f9e44cb7f1 21:11:52 ---> Running in 7088035d1063 21:11:52 ---> Running in 92cd7fa35675 21:11:53 Removing intermediate container 41f9e44cb7f1 21:11:53 ---> 301a7d8adc02 21:11:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:53 Removing intermediate container ac237ecda298 21:11:53 ---> 7c53b2967014 21:11:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:53 Removing intermediate container 7088035d1063 21:11:53 ---> 6b3ca83e1d88 21:11:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:53 Removing intermediate container 0ac0cc207f10 21:11:53 ---> b8e4eb7db251 21:11:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:54 Removing intermediate container 92cd7fa35675 21:11:54 ---> 2d08974f8bc8 21:11:54 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:54 ---> Running in ad4cc99ad614 21:11:54 ---> Running in eb7924691aac 21:11:54 ---> Running in fee2105ec0d9 21:11:54 ---> Running in 82719853023d 21:11:54 ---> Running in 6d9840ebec6b 21:11:58 Removing intermediate container ad4cc99ad614 21:11:58 ---> eba0cb9c6839 21:11:58 Step 5/22 : RUN apk add --update --no-cache make git 21:11:58 ---> Running in 83434b94b34c 21:11:59 Removing intermediate container fee2105ec0d9 21:11:59 ---> 399dc41f41a2 21:11:59 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 21:11:59 Removing intermediate container eb7924691aac 21:11:59 ---> 569f2f73acb1 21:11:59 Step 5/24 : RUN apk add --update --no-cache make git 21:11:59 ---> Running in 3ac3a84461f9 21:11:59 ---> Running in d2d6b8a49b54 21:11:59 Removing intermediate container 82719853023d 21:11:59 ---> b66b635f48f4 21:11:59 Step 5/22 : RUN apk add --update --no-cache make bash git 21:11:59 Removing intermediate container 6d9840ebec6b 21:11:59 ---> 6290c98b16f1 21:11:59 Step 5/20 : RUN apk add --update --no-cache make git 21:11:59 ---> Running in 3a7bcb8b6341 21:11:59 ---> Running in 90607fabb922 21:12:01 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:12:01 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:12:02 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:12:02 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:12:02 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:12:02 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:12:02 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:12:03 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:12:03 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:12:03 OK: 219 MiB in 52 packages 21:12:03 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:12:04 OK: 219 MiB in 52 packages 21:12:04 OK: 219 MiB in 52 packages 21:12:05 OK: 219 MiB in 52 packages 21:12:05 OK: 219 MiB in 52 packages 21:12:05 Removing intermediate container 83434b94b34c 21:12:05 ---> 2d0af1ac5517 21:12:05 Step 6/22 : COPY . . 21:12:06 Removing intermediate container 3ac3a84461f9 21:12:06 ---> 955920bc4e0c 21:12:06 Step 6/21 : COPY . . 21:12:07 Removing intermediate container 3a7bcb8b6341 21:12:07 ---> 9f0c2c38331d 21:12:07 Step 6/22 : COPY . . 21:12:07 Removing intermediate container d2d6b8a49b54 21:12:07 ---> 80f9ba95cd36 21:12:07 Step 6/24 : COPY . . 21:12:07 Removing intermediate container 90607fabb922 21:12:07 ---> 4c9f65671667 21:12:07 Step 6/20 : COPY . . 21:12:34 ---> c690ba75bec2 21:12:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:12:34 ---> Running in bcc59882cb68 21:12:34 ---> 9f303f957466 21:12:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:12:34 ---> 3a0fcb394c2a 21:12:34 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:12:34 ---> 27b758a5485d 21:12:34 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:12:34 ---> Running in f2cf9b4bf925 21:12:34 ---> Running in f6f3b25149fb 21:12:34 ---> Running in a581b3a5f7f4 21:12:34 ---> 61e3ab8a88f9 21:12:34 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:12:34 ---> Running in 232b9ba21b16 21:12:38 Removing intermediate container bcc59882cb68 21:12:38 ---> 164faba4c2f1 21:12:38 Step 8/22 : RUN make cmd/core-command/core-command 21:12:38 ---> Running in 42bd7c41fa6b 21:12:38 Removing intermediate container f6f3b25149fb 21:12:38 ---> 364ea129c56d 21:12:38 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:12:39 ---> Running in dcb100a943d4 21:12:39 Removing intermediate container a581b3a5f7f4 21:12:39 ---> 9a967edad72e 21:12:39 Step 8/21 : RUN make cmd/support-notifications/support-notifications 21:12:39 Removing intermediate container f2cf9b4bf925 21:12:39 ---> e5d741541310 21:12:39 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:12:39 Removing intermediate container 232b9ba21b16 21:12:39 ---> 3dd16cc7ec13 21:12:39 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:12:39 ---> Running in bb723b698d5e 21:12:39 ---> Running in ae2456ff81d8 21:12:40 ---> Running in 4419a264f8ee 21:12:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:12:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:12:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:12:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:12:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:15:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:15:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:15:20 Removing intermediate container 42bd7c41fa6b 21:15:20 ---> a6e946bd9389 21:15:20 21:15:20 Step 9/22 : FROM alpine:3.14 21:15:20 3.14: Pulling from library/alpine 21:15:20 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 21:15:20 Status: Downloaded newer image for alpine:3.14 21:15:20 ---> bb3de5531c18 21:15:20 Step 10/22 : RUN apk add --update --no-cache dumb-init 21:15:20 ---> Running in 738197418ea5 21:15:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:15:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:15:20 Removing intermediate container bb723b698d5e 21:15:20 ---> 97d5ef22b397 21:15:20 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:15:20 ---> Running in b27e8623e244 21:15:21 (1/1) Installing dumb-init (1.2.5-r1) 21:15:21 Executing busybox-1.33.1-r3.trigger 21:15:21 OK: 5 MiB in 15 packages 21:15:23 Removing intermediate container 738197418ea5 21:15:23 ---> 569eebffa15d 21:15:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:15:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:15:23 ---> Running in 8c31588468b4 21:15:24 Removing intermediate container 8c31588468b4 21:15:24 ---> 94b12e226b81 21:15:24 Step 12/22 : ENV APP_PORT=59882 21:15:25 ---> Running in 5c207d4cf498 21:15:26 Removing intermediate container 5c207d4cf498 21:15:26 ---> e30c56bcbc40 21:15:26 Step 13/22 : EXPOSE $APP_PORT 21:15:26 ---> Running in ff016f17765a 21:15:27 Removing intermediate container ff016f17765a 21:15:27 ---> 3dde6c277834 21:15:27 Step 14/22 : WORKDIR / 21:15:28 Removing intermediate container 4419a264f8ee 21:15:28 ---> d961dad39fb7 21:15:28 21:15:28 Step 9/20 : FROM alpine:3.14 21:15:28 ---> bb3de5531c18 21:15:28 Step 10/20 : RUN apk add --update --no-cache curl 21:15:28 ---> Running in a0194e2419d4 21:15:28 Removing intermediate container dcb100a943d4 21:15:28 ---> 9d0d628b3c49 21:15:28 21:15:28 Step 9/24 : FROM alpine:3.14 21:15:28 ---> bb3de5531c18 21:15:28 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:15:28 ---> Running in 9dd5a471a1ef 21:15:28 Removing intermediate container b27e8623e244 21:15:28 ---> 7607c97cbf74 21:15:28 21:15:28 Step 10/22 : FROM docker:20.10.8 21:15:28 ---> Running in bbed4bf23a8b 21:15:28 20.10.8: Pulling from library/docker 21:15:29 Removing intermediate container a0194e2419d4 21:15:29 ---> 805a9575cff8 21:15:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:15:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:15:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:15:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:15:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:15:32 ---> bf3ce3b57775 21:15:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:15:33 (1/3) Installing ca-certificates (20191127-r5) 21:15:33 (1/5) Installing ca-certificates (20191127-r5) 21:15:33 (2/3) Installing dumb-init (1.2.5-r1) 21:15:33 (3/3) Installing su-exec (0.2-r1) 21:15:33 Executing busybox-1.33.1-r3.trigger 21:15:33 Executing ca-certificates-20191127-r5.trigger 21:15:33 (2/5) Installing brotli-libs (1.0.9-r5) 21:15:33 (3/5) Installing nghttp2-libs (1.43.0-r0) 21:15:33 (4/5) Installing libcurl (7.79.1-r0) 21:15:33 (5/5) Installing curl (7.79.1-r0) 21:15:33 Executing busybox-1.33.1-r3.trigger 21:15:33 Removing intermediate container ae2456ff81d8 21:15:33 ---> 52b374510435 21:15:33 21:15:33 Step 9/21 : FROM alpine:3.14 21:15:33 ---> bb3de5531c18 21:15:33 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 21:15:33 Executing ca-certificates-20191127-r5.trigger 21:15:33 OK: 6 MiB in 17 packages 21:15:33 OK: 8 MiB in 19 packages 21:15:33 ---> Running in de800acbd058 21:15:34 ---> fed79803251b 21:15:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:15:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:15:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:15:36 Removing intermediate container bbed4bf23a8b 21:15:36 ---> 8ef58513d2fc 21:15:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:15:36 ---> 95cb8b63782b 21:15:36 Step 18/22 : ENTRYPOINT ["/core-command"] 21:15:36 Removing intermediate container 9dd5a471a1ef 21:15:36 ---> ff5df3a4f469 21:15:36 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:15:37 ---> Running in 2153237b0f09 21:15:37 ---> Running in 5eeb4892333e 21:15:37 ---> Running in 478d7ad42e8c 21:15:37 (1/2) Installing ca-certificates (20191127-r5) 21:15:37 (2/2) Installing dumb-init (1.2.5-r1) 21:15:37 Executing busybox-1.33.1-r3.trigger 21:15:37 Executing ca-certificates-20191127-r5.trigger 21:15:38 OK: 6 MiB in 16 packages 21:15:38 Removing intermediate container 2153237b0f09 21:15:38 ---> fca148c77634 21:15:38 Step 12/24 : WORKDIR / 21:15:38 Removing intermediate container 478d7ad42e8c 21:15:38 Removing intermediate container 5eeb4892333e 21:15:38 ---> d2f97b8d092f 21:15:38 Step 12/20 : WORKDIR /edgex 21:15:38 ---> b1258491b864 21:15:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:38 ---> Running in 8e70db85300e 21:15:38 ---> Running in 9327fc02c8a3 21:15:38 ---> Running in ef3619e1f4e8 21:15:39 Removing intermediate container 8e70db85300e 21:15:39 ---> 7aff653675e6 21:15:39 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:15:39 Removing intermediate container ef3619e1f4e8 21:15:39 ---> ce977c2aff4b 21:15:39 Step 20/22 : LABEL arch=arm64 21:15:39 Removing intermediate container 9327fc02c8a3 21:15:39 ---> e074796a622f 21:15:39 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:15:39 ---> Running in 7846771a1601 21:15:40 Removing intermediate container de800acbd058 21:15:40 ---> 5b1567f9757b 21:15:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:15:41 ---> Running in 500948822f57 21:15:41 Removing intermediate container 7846771a1601 21:15:41 ---> 012142a4e56b 21:15:41 Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 21:15:41 ---> 1a26df6e3089 21:15:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:15:41 ---> 2921cfd783da 21:15:41 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:15:41 ---> Running in bbe569d39866 21:15:41 Removing intermediate container 500948822f57 21:15:41 ---> 03ce06c3ca18 21:15:41 Step 12/21 : ENV APP_PORT=59860 21:15:42 ---> Running in 812b7723f475 21:15:42 Removing intermediate container bbe569d39866 21:15:42 ---> 2d972178d091 21:15:42 Step 22/22 : LABEL version=0.0.0 21:15:42 ---> Running in c545210bfd4f 21:15:42 ---> 544d5fad98cc 21:15:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:15:43 Removing intermediate container 812b7723f475 21:15:43 ---> e2a9c615da0d 21:15:43 Step 13/21 : EXPOSE $APP_PORT 21:15:43 ---> Running in 99c480a775c2 21:15:43 ---> a0aa3f5831cc 21:15:43 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:15:43 Removing intermediate container c545210bfd4f 21:15:43 ---> b1a19de0f19e 21:15:43 21:15:44 Removing intermediate container 99c480a775c2 21:15:44 ---> e7bbb246143d 21:15:44 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 21:15:44 Successfully built b1a19de0f19e 21:15:44 ---> 9b22b20b3133 21:15:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:15:44 Successfully tagged core-command-arm64:latest 21:15:44  Building core-command ... done Building support-scheduler 21:15:45 ---> fb68f65e7457 21:15:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:15:45 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 21:15:45 Status: Downloaded newer image for docker:20.10.8 21:15:45 ---> 3734d5adc5ac 21:15:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:15:45 ---> ab1a79894415 21:15:45 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:15:45 ---> 5e95ae21486a 21:15:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:15:46 ---> Running in 841cd456829e 21:15:46 ---> Running in 340f473d7128 21:15:47 Removing intermediate container 340f473d7128 21:15:47 ---> 7944cba5a14b 21:15:47 Step 17/20 : CMD ["--init=true"] 21:15:47 Removing intermediate container 841cd456829e 21:15:47 ---> 9a1d9804a610 21:15:47 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 21:15:47 ---> ff42edb60da2 21:15:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:15:47 ---> d3260959c084 21:15:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:15:47 ---> Running in 0f83f11d6823 21:15:47 ---> Running in b4f537398c7f 21:15:48 Removing intermediate container 0f83f11d6823 21:15:48 ---> cdd2842b5181 21:15:48 Step 18/20 : LABEL arch=arm64 21:15:48 ---> Running in 2e302d2625de 21:15:49 ---> 74390cde52ac 21:15:49 Step 17/21 : ENTRYPOINT ["/support-notifications"] 21:15:49 Removing intermediate container 2e302d2625de 21:15:49 ---> d8acfb0bf935 21:15:49 Step 19/20 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 21:15:50 ---> Running in 2844b2659de2 21:15:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:15:50 ---> Running in 1f53817b22fc 21:15:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:15:50 ---> e2dcdbc9c220 21:15:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:15:50 Removing intermediate container 2844b2659de2 21:15:50 ---> d0bc7e5a5153 21:15:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:50 ---> Running in abec1c2e042d 21:15:50 Removing intermediate container 1f53817b22fc 21:15:50 ---> 3fa953ec94ed 21:15:50 Step 20/20 : LABEL version=0.0.0 21:15:51 ---> Running in d26f1d146a77 21:15:51 (1/42) Installing readline (8.1.0-r0) 21:15:51 (2/42) Installing bash (5.1.4-r0) 21:15:51 Executing bash-5.1.4-r0.post-install 21:15:51 (3/42) Installing brotli-libs (1.0.9-r5) 21:15:51 (4/42) Installing nghttp2-libs (1.43.0-r0) 21:15:51 (5/42) Installing libcurl (7.79.1-r0) 21:15:51 (6/42) Installing curl (7.79.1-r0) 21:15:51 (7/42) Installing dumb-init (1.2.5-r1) 21:15:51 (8/42) Installing libbz2 (1.0.8-r1) 21:15:51 (9/42) Installing expat (2.4.1-r0) 21:15:51 (10/42) Installing libffi (3.3-r2) 21:15:51 (11/42) Installing gdbm (1.19-r0) 21:15:51 (12/42) Installing xz-libs (5.2.5-r0) 21:15:51 (13/42) Installing libgcc (10.3.1_git20210424-r2) 21:15:51 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 21:15:51 (15/42) Installing mpdecimal (2.5.1-r1) 21:15:51 (16/42) Installing sqlite-libs (3.35.5-r0) 21:15:51 (17/42) Installing python3 (3.9.5-r1) 21:15:51 Removing intermediate container abec1c2e042d 21:15:51 ---> fcf1d8025239 21:15:51 Step 19/21 : LABEL arch=arm64 21:15:52 ---> Running in e8f27d7eb797 21:15:52 Removing intermediate container d26f1d146a77 21:15:52 ---> b628cda6e867 21:15:52 21:15:52 ---> d194946d8570 21:15:52 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:15:52 ---> Running in c4f29b3c4f3b 21:15:52 Successfully built b628cda6e867 21:15:52 Successfully tagged security-proxy-setup-arm64:latest 21:15:52  Building security-proxy-setup ... done Building security-bootstrapper 21:15:53 Removing intermediate container e8f27d7eb797 21:15:53 ---> b6862974c16f 21:15:53 Step 20/21 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 21:15:53 ---> Running in 0b29da65ec35 21:15:54 (18/42) Installing py3-appdirs (1.4.4-r2) 21:15:54 (19/42) Installing py3-chardet (4.0.0-r2) 21:15:54 (20/42) Installing py3-idna (3.2-r0) 21:15:54 (21/42) Installing py3-urllib3 (1.26.5-r0) 21:15:54 (22/42) Installing py3-certifi (2020.12.5-r1) 21:15:54 (23/42) Installing py3-requests (2.25.1-r4) 21:15:54 (24/42) Installing py3-msgpack (1.0.2-r1) 21:15:54 (25/42) Installing py3-lockfile (0.12.2-r4) 21:15:54 (26/42) Installing py3-cachecontrol (0.12.6-r1) 21:15:54 (27/42) Installing py3-colorama (0.4.4-r1) 21:15:54 (28/42) Installing py3-contextlib2 (0.6.0-r1) 21:15:54 (29/42) Installing py3-distlib (0.3.1-r3) 21:15:54 (30/42) Installing py3-distro (1.5.0-r3) 21:15:54 (31/42) Installing py3-six (1.15.0-r1) 21:15:54 (32/42) Installing py3-webencodings (0.5.1-r4) 21:15:54 (33/42) Installing py3-html5lib (1.1-r1) 21:15:54 Removing intermediate container 0b29da65ec35 21:15:54 ---> 7ff7ec972d99 21:15:54 Step 21/21 : LABEL version=0.0.0 21:15:54 (34/42) Installing py3-parsing (2.4.7-r2) 21:15:54 (35/42) Installing py3-packaging (20.9-r1) 21:15:54 (36/42) Installing py3-toml (0.10.2-r2) 21:15:54 (37/42) Installing py3-pep517 (0.10.0-r2) 21:15:54 (38/42) Installing py3-progress (1.5-r2) 21:15:54 (39/42) Installing py3-retrying (1.3.3-r1) 21:15:54 (40/42) Installing py3-ordered-set (4.0.2-r1) 21:15:54 (41/42) Installing py3-setuptools (52.0.0-r3) 21:15:55 (42/42) Installing py3-pip (20.3.4-r1) 21:15:55 ---> Running in ef6373fbd17b 21:15:55 Executing busybox-1.33.1-r3.trigger 21:15:55 OK: 84 MiB in 64 packages 21:15:56 Removing intermediate container ef6373fbd17b 21:15:56 ---> 5fb259c83f86 21:15:56 21:15:57 Successfully built 5fb259c83f86 21:15:57 Successfully tagged support-notifications-arm64:latest 21:15:57  Building support-notifications ... done Building core-data 21:15:57 Removing intermediate container c4f29b3c4f3b 21:15:57 ---> 9c1ecc0eee3c 21:15:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:15:57 ---> Running in d9fab22169ec 21:15:58 Removing intermediate container d9fab22169ec 21:15:58 ---> 936d8318615e 21:15:58 Step 22/24 : LABEL arch=arm64 21:15:58 ---> Running in 653680bc5a10 21:15:59 Removing intermediate container 653680bc5a10 21:15:59 ---> 22e2b014549c 21:15:59 Step 23/24 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 21:15:59 ---> Running in 1d4f3cea7d74 21:16:00 Removing intermediate container 1d4f3cea7d74 21:16:00 ---> f7d659ac3199 21:16:00 Step 24/24 : LABEL version=0.0.0 21:16:01 ---> Running in 34af2b69f3fa 21:16:01 Collecting docker-compose==1.23.2 21:16:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:16:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 21:16:02 Removing intermediate container 34af2b69f3fa 21:16:02 ---> e3f29a083583 21:16:02 21:16:02 Successfully built e3f29a083583 21:16:02 Successfully tagged security-secretstore-setup-arm64:latest 21:16:02  Building security-secretstore-setup ... done Building core-metadata 21:16:02 Collecting PyYAML<4,>=3.10 21:16:02 Downloading PyYAML-3.13.tar.gz (270 kB) 21:16:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:16:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:16:07 Collecting cached-property<2,>=1.2.0 21:16:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:16:07 Collecting dockerpty<0.5,>=0.4.1 21:16:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:16:09 Collecting texttable<0.10,>=0.9.0 21:16:09 Downloading texttable-0.9.1.tar.gz (11 kB) 21:16:12 Collecting websocket-client<1.0,>=0.32.0 21:16:12 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 21:16:12 Collecting docopt<0.7,>=0.6.1 21:16:12 Downloading docopt-0.6.2.tar.gz (25 kB) 21:16:15 Collecting jsonschema<3,>=2.5.1 21:16:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:16:15 Collecting docker<4.0,>=3.6.0 21:16:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:16:16 Collecting docker-pycreds>=0.4.0 21:16:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:16:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 21:16:17 Collecting idna<2.8,>=2.5 21:16:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:16:17 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:16:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:16:17 ---> 68f4bfa9ba01 21:16:17 Step 3/23 : WORKDIR /edgex-go 21:16:17 ---> Using cache 21:16:17 ---> 2d08974f8bc8 21:16:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:17 ---> Using cache 21:16:17 ---> 6290c98b16f1 21:16:17 Step 5/23 : RUN apk add --update --no-cache make git 21:16:17 ---> Using cache 21:16:17 ---> 4c9f65671667 21:16:17 Step 6/23 : COPY go.mod . 21:16:18 Collecting urllib3<1.25,>=1.21.1 21:16:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:16:18 Collecting chardet<3.1.0,>=3.0.2 21:16:18 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 21:16:18 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 21:16:18 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 21:16:18 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 21:16:18 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 21:16:20 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 21:16:20 Attempting uninstall: urllib3 21:16:20 Found existing installation: urllib3 1.26.5 21:16:20 Uninstalling urllib3-1.26.5: 21:16:20 Successfully uninstalled urllib3-1.26.5 21:16:21 Attempting uninstall: idna 21:16:21 Found existing installation: idna 3.2 21:16:21 Uninstalling idna-3.2: 21:16:22 Successfully uninstalled idna-3.2 21:16:22 ---> da37886fa894 21:16:22 Step 7/23 : RUN go mod download 21:16:22 ---> Running in b24c0b80319d 21:16:23 Attempting uninstall: chardet 21:16:23 Found existing installation: chardet 4.0.0 21:16:23 Uninstalling chardet-4.0.0: 21:16:23 Successfully uninstalled chardet-4.0.0 21:16:26 Attempting uninstall: requests 21:16:26 Found existing installation: requests 2.25.1 21:16:26 Uninstalling requests-2.25.1: 21:16:26 Successfully uninstalled requests-2.25.1 21:16:26 Running setup.py install for texttable: started 21:16:29 Running setup.py install for texttable: finished with status 'done' 21:16:29 Running setup.py install for PyYAML: started 21:16:29 Removing intermediate container b24c0b80319d 21:16:29 ---> e5591cff7a10 21:16:29 Step 8/23 : COPY . . 21:16:32 Running setup.py install for PyYAML: finished with status 'done' 21:16:32 Running setup.py install for docopt: started 21:16:35 Running setup.py install for docopt: finished with status 'done' 21:16:35 Running setup.py install for dockerpty: started 21:16:36 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:16:36 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:16:36 ---> 68f4bfa9ba01 21:16:36 Step 3/30 : WORKDIR /edgex-go 21:16:36 ---> Using cache 21:16:36 ---> 2d08974f8bc8 21:16:36 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:36 ---> Using cache 21:16:36 ---> 6290c98b16f1 21:16:36 Step 5/30 : RUN apk add --update --no-cache make git 21:16:36 ---> Using cache 21:16:36 ---> 4c9f65671667 21:16:36 Step 6/30 : COPY . . 21:16:36 ---> Using cache 21:16:36 ---> 61e3ab8a88f9 21:16:36 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:16:36 ---> Using cache 21:16:36 ---> 3dd16cc7ec13 21:16:36 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:16:38 Running setup.py install for dockerpty: finished with status 'done' 21:16:39 ---> Running in a3eb2ef76438 21:16:40 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:16:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:16:40 ---> 68f4bfa9ba01 21:16:40 Step 3/22 : WORKDIR /edgex-go 21:16:40 ---> Using cache 21:16:40 ---> 2d08974f8bc8 21:16:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:40 ---> Using cache 21:16:40 ---> 6290c98b16f1 21:16:40 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:16:40 ---> Running in 813dae853e94 21:16:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 21:16:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:16:43 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:16:43 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:16:45 OK: 219 MiB in 52 packages 21:16:45 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:16:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:16:45 ---> 68f4bfa9ba01 21:16:45 Step 3/22 : WORKDIR /edgex-go 21:16:45 ---> Using cache 21:16:45 ---> 2d08974f8bc8 21:16:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:45 ---> Using cache 21:16:45 ---> 6290c98b16f1 21:16:45 Step 5/22 : RUN apk add --update --no-cache make git 21:16:45 ---> Using cache 21:16:45 ---> 4c9f65671667 21:16:45 Step 6/22 : COPY . . 21:16:45 ---> Using cache 21:16:45 ---> 61e3ab8a88f9 21:16:45 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:16:45 ---> Using cache 21:16:45 ---> 3dd16cc7ec13 21:16:45 Step 8/22 : RUN make cmd/core-metadata/core-metadata 21:16:46 ---> Running in e7f53bc7af03 21:16:48 Removing intermediate container 813dae853e94 21:16:48 ---> 233d34db3a9f 21:16:48 Step 6/22 : COPY . . 21:16:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:17:07 ---> e489d6d23f5a 21:17:07 Step 9/23 : RUN go mod tidy 21:17:07 ---> Running in 407adb7d16cf 21:17:07 Removing intermediate container b4f537398c7f 21:17:07 ---> b7e08cb8fbb6 21:17:07 Step 13/22 : ENV APP_PORT=58890 21:17:08 ---> Running in ed30bad222c5 21:17:09 Removing intermediate container ed30bad222c5 21:17:09 ---> bcea61a95d93 21:17:09 Step 14/22 : EXPOSE $APP_PORT 21:17:10 ---> Running in b2c9d4597b8b 21:17:11 Removing intermediate container b2c9d4597b8b 21:17:11 ---> 56e2800d93d9 21:17:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:17:14 ---> a08db174460a 21:17:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:17:16 Removing intermediate container 407adb7d16cf 21:17:16 ---> 8a6bcc3834b8 21:17:16 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 21:17:16 ---> 1f074160ea2d 21:17:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:17:16 ---> Running in acde1fc487db 21:17:18 ---> 64e39e765a6e 21:17:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:17:18 ---> Running in 7fa87e43cb7c 21:17:18 ---> 4cd168e33864 21:17:18 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 21:17:18 ---> Running in 7b560d01d834 21:17:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:17:19 Removing intermediate container 7b560d01d834 21:17:19 ---> 510abb3e393f 21:17:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:17:20 ---> Running in f6a1917d6398 21:17:20 Removing intermediate container f6a1917d6398 21:17:20 ---> 3d905b96ff64 21:17:20 Step 20/22 : LABEL arch=arm64 21:17:20 ---> Running in ba1987044c0c 21:17:21 Removing intermediate container ba1987044c0c 21:17:21 ---> a629c4c57ab1 21:17:21 Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 21:17:21 ---> Running in a596f3639614 21:17:22 Removing intermediate container a596f3639614 21:17:22 ---> 2b794dbdabde 21:17:22 Step 22/22 : LABEL version=0.0.0 21:17:22 ---> Running in 72d103ff5d20 21:17:23 Removing intermediate container 72d103ff5d20 21:17:23 ---> dc40b968b7e8 21:17:23 21:17:23 Successfully built dc40b968b7e8 21:17:23 Successfully tagged sys-mgmt-agent-arm64:latest 21:17:24  Building sys-mgmt-agent ... done Removing intermediate container 7fa87e43cb7c 21:17:24 ---> 006ca5e8d00e 21:17:24 Step 8/22 : RUN make cmd/core-data/core-data 21:17:24 ---> Running in 0f12dba4db21 21:17:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:18:23 Removing intermediate container a3eb2ef76438 21:18:23 ---> 4bb445ebe7f7 21:18:23 21:18:23 Step 9/30 : FROM alpine:3.14 21:18:23 ---> bb3de5531c18 21:18:23 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:18:23 ---> Running in 335df1c69281 21:18:23 Removing intermediate container 335df1c69281 21:18:23 ---> c9c1bd36b70f 21:18:23 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 21:18:23 ---> Running in 4247aed0598c 21:18:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:18:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:18:23 (1/2) Installing dumb-init (1.2.5-r1) 21:18:23 (2/2) Installing su-exec (0.2-r1) 21:18:23 Executing busybox-1.33.1-r3.trigger 21:18:23 OK: 5 MiB in 16 packages 21:18:23 Removing intermediate container 4247aed0598c 21:18:23 ---> 1a9c13868846 21:18:23 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 21:18:23 ---> Running in f84d4a3bd52a 21:18:23 Removing intermediate container f84d4a3bd52a 21:18:23 ---> 171465d30ed6 21:18:23 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:18:24 ---> Running in aec07c58a91c 21:18:24 Removing intermediate container aec07c58a91c 21:18:24 ---> 660e970169f9 21:18:24 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:18:24 ---> Running in 969f5699d322 21:18:28 Removing intermediate container 969f5699d322 21:18:28 ---> 8d84206d62d5 21:18:28 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 21:18:28 ---> Running in 01977727583e 21:18:28 Removing intermediate container 01977727583e 21:18:28 ---> 22f06df7f233 21:18:28 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:18:30 ---> bd1192a736f5 21:18:30 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:18:30 ---> Running in c53dd0bec478 21:18:34 Removing intermediate container c53dd0bec478 21:18:34 ---> 1308b8fda3fa 21:18:34 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:18:37 ---> e0e0702d52b1 21:18:37 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:18:38 Removing intermediate container e7f53bc7af03 21:18:38 ---> 7293b5b7d414 21:18:38 21:18:38 Step 9/22 : FROM alpine:3.14 21:18:38 ---> bb3de5531c18 21:18:38 Step 10/22 : RUN apk add --update --no-cache dumb-init 21:18:38 ---> Using cache 21:18:38 ---> 569eebffa15d 21:18:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:18:38 ---> Using cache 21:18:38 ---> 94b12e226b81 21:18:38 Step 12/22 : ENV APP_PORT=59881 21:18:38 ---> Running in 468e9faaf327 21:18:39 ---> 4991d0f2a6bd 21:18:39 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:18:39 Removing intermediate container 468e9faaf327 21:18:39 ---> b85a6201a1ac 21:18:39 Step 13/22 : EXPOSE $APP_PORT 21:18:40 ---> Running in 55224e73079c 21:18:41 Removing intermediate container 55224e73079c 21:18:41 ---> 0fb9593024ff 21:18:41 Step 14/22 : WORKDIR / 21:18:41 ---> Running in e5325ef309f1 21:18:41 ---> c584694f737b 21:18:41 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:18:42 Removing intermediate container e5325ef309f1 21:18:42 ---> 990f7394823b 21:18:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:18:42 ---> cf61741de520 21:18:42 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:18:44 ---> dadec249d57f 21:18:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:18:44 ---> c7f43e25dbc4 21:18:44 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:18:45 ---> Running in 56a3d5efb862 21:18:46 ---> 4490c234e42d 21:18:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:18:46 Removing intermediate container 56a3d5efb862 21:18:46 ---> 28af6e4a8bde 21:18:46 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:18:48 ---> 9a984cc8bedb 21:18:48 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:18:48 ---> a16d1ad73882 21:18:48 Step 25/30 : RUN chmod +x /entrypoint.sh 21:18:48 ---> Running in 5411d0702be3 21:18:49 ---> Running in babfee44b90c 21:18:50 Removing intermediate container 5411d0702be3 21:18:50 ---> 61e3e8df4dea 21:18:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:18:50 ---> Running in 94a58981a036 21:18:51 Removing intermediate container 94a58981a036 21:18:51 ---> ae9ad70b6758 21:18:51 Step 20/22 : LABEL arch=arm64 21:18:51 ---> Running in 53722de109ef 21:18:51 Removing intermediate container 53722de109ef 21:18:51 ---> 1e22016fc668 21:18:51 Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 21:18:52 ---> Running in ef1020692fb0 21:18:53 Removing intermediate container ef1020692fb0 21:18:53 ---> 7eb4b5726a1e 21:18:53 Step 22/22 : LABEL version=0.0.0 21:18:53 Removing intermediate container babfee44b90c 21:18:53 ---> f0e4a299ef82 21:18:53 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:18:53 ---> Running in a93d1c454e00 21:18:53 ---> Running in 5e15e341c79b 21:18:54 Removing intermediate container a93d1c454e00 21:18:54 ---> 78e569269a0c 21:18:54 21:18:54 Removing intermediate container 5e15e341c79b 21:18:54 ---> 484803dbff4d 21:18:54 Step 27/30 : CMD ["gate"] 21:18:55 Successfully built 78e569269a0c 21:18:55 Successfully tagged core-metadata-arm64:latest 21:18:55  Building core-metadata ... done  ---> Running in 86fb50c65500 21:18:56 Removing intermediate container 86fb50c65500 21:18:56 ---> 9d5689eb8710 21:18:56 Step 28/30 : LABEL arch=arm64 21:18:56 ---> Running in fb7fb7a48d4a 21:18:57 Removing intermediate container fb7fb7a48d4a 21:18:57 ---> 1beec98c6762 21:18:57 Step 29/30 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 21:18:57 ---> Running in 6c1d0d4b7440 21:18:58 Removing intermediate container 6c1d0d4b7440 21:18:58 ---> 8cb217639280 21:18:58 Step 30/30 : LABEL version=0.0.0 21:18:58 ---> Running in a4f57cec41dc 21:18:59 Removing intermediate container a4f57cec41dc 21:18:59 ---> 6ddd814ab7c4 21:18:59 21:18:59 Successfully built 6ddd814ab7c4 21:18:59 Successfully tagged security-bootstrapper-arm64:latest 21:19:05  Building security-bootstrapper ... done Removing intermediate container acde1fc487db 21:19:05 ---> 2e2b9a4d6050 21:19:05 21:19:05 Step 11/23 : FROM alpine:3.14 21:19:05 ---> bb3de5531c18 21:19:05 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:19:05 ---> Using cache 21:19:05 ---> 569eebffa15d 21:19:05 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:19:05 ---> Using cache 21:19:05 ---> 94b12e226b81 21:19:05 Step 14/23 : ENV APP_PORT=59861 21:19:05 ---> Running in b27f0d90cfe6 21:19:05 Removing intermediate container b27f0d90cfe6 21:19:05 ---> dbffb5a6f6d2 21:19:05 Step 15/23 : EXPOSE $APP_PORT 21:19:06 ---> Running in de41e24c47bc 21:19:06 Removing intermediate container de41e24c47bc 21:19:06 ---> fbedf05e7acd 21:19:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:07 ---> 34cae9b51e43 21:19:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:19:09 ---> 3797952cc473 21:19:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:19:10 ---> a53e8a850fb2 21:19:10 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:19:10 ---> Running in 08b6ddd98b74 21:19:10 Removing intermediate container 08b6ddd98b74 21:19:10 ---> dabb057f4c5a 21:19:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:10 ---> Running in a9b57dd7b35b 21:19:11 Removing intermediate container a9b57dd7b35b 21:19:11 ---> 4bad5ce83c2f 21:19:11 Step 21/23 : LABEL arch=arm64 21:19:11 ---> Running in 6dcef185ff50 21:19:12 Removing intermediate container 6dcef185ff50 21:19:12 ---> 512d90ee5aa2 21:19:12 Step 22/23 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 21:19:12 ---> Running in 58a01ceaa98a 21:19:12 Removing intermediate container 58a01ceaa98a 21:19:12 ---> cecd1c3f5e59 21:19:12 Step 23/23 : LABEL version=0.0.0 21:19:13 ---> Running in 7348a27d8c18 21:19:13 Removing intermediate container 7348a27d8c18 21:19:13 ---> ac7855aac934 21:19:13 21:19:14 Successfully built ac7855aac934 21:19:14 Successfully tagged support-scheduler-arm64:latest 21:19:14  Building support-scheduler ... done Removing intermediate container 0f12dba4db21 21:19:14 ---> a0fab0bd57f3 21:19:14 21:19:14 Step 9/22 : FROM alpine:3.14 21:19:14 ---> bb3de5531c18 21:19:14 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:19:14 ---> Running in 0d260444e585 21:19:15 Removing intermediate container 0d260444e585 21:19:15 ---> 9be06e54aeb6 21:19:15 Step 11/22 : ENV APP_PORT=59880 21:19:15 ---> Running in 02c36de301a1 21:19:15 Removing intermediate container 02c36de301a1 21:19:15 ---> 90b6f9bcf4b0 21:19:15 Step 12/22 : EXPOSE $APP_PORT 21:19:16 ---> Running in b607e853e613 21:19:16 Removing intermediate container b607e853e613 21:19:16 ---> d7556fdcdc76 21:19:16 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:16 ---> Running in 38311103ff75 21:19:19 Removing intermediate container 38311103ff75 21:19:19 ---> 5c8fe9ee773d 21:19:19 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 21:19:19 ---> Running in c257a90002b9 21:19:20 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:19:21 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:19:22 (1/6) Installing dumb-init (1.2.5-r1) 21:19:22 (2/6) Installing libgcc (10.3.1_git20210424-r2) 21:19:22 (3/6) Installing libsodium (1.0.18-r0) 21:19:23 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 21:19:23 (5/6) Installing libzmq (4.3.4-r0) 21:19:23 (6/6) Installing zeromq (4.3.4-r0) 21:19:23 Executing busybox-1.33.1-r3.trigger 21:19:23 OK: 8 MiB in 20 packages 21:19:24 Removing intermediate container c257a90002b9 21:19:24 ---> bfec54386a39 21:19:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:25 ---> 80b5bc0df8d4 21:19:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:19:27 ---> d443a80e270a 21:19:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:19:28 ---> 2f0e30cbc357 21:19:28 Step 18/22 : ENTRYPOINT ["/core-data"] 21:19:28 ---> Running in 83df38886457 21:19:28 Removing intermediate container 83df38886457 21:19:28 ---> 0150fe63ce0e 21:19:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:19:28 ---> Running in 17d7df355d37 21:19:29 Removing intermediate container 17d7df355d37 21:19:29 ---> 3eac384de519 21:19:29 Step 20/22 : LABEL arch=arm64 21:19:29 ---> Running in 80e447cb66a1 21:19:30 Removing intermediate container 80e447cb66a1 21:19:30 ---> 610a7537b6d6 21:19:30 Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 21:19:30 ---> Running in e519c0e89d35 21:19:30 Removing intermediate container e519c0e89d35 21:19:30 ---> bcf665211f89 21:19:30 Step 22/22 : LABEL version=0.0.0 21:19:30 ---> Running in 1b51653fda2b 21:19:31 Removing intermediate container 1b51653fda2b 21:19:31 ---> b8be16ec1e2b 21:19:31 21:19:31 Successfully built b8be16ec1e2b 21:19:31 Successfully tagged core-data-arm64:latest 21:19:32  Building core-data ... done  [Pipeline] } 21:19:32 $ docker stop --time=1 d103b8987f848928a97d2f591613e51960f6c60467167463e12c3dbd1304966b 21:19:34 $ docker rm -f d103b8987f848928a97d2f591613e51960f6c60467167463e12c3dbd1304966b [Pipeline] // withDockerContainer [Pipeline] sh 21:19:34 + docker images 21:19:35 REPOSITORY TAG IMAGE ID CREATED SIZE 21:19:35 core-data-arm64 latest b8be16ec1e2b 3 seconds ago 19.5MB 21:19:35 support-scheduler-arm64 latest ac7855aac934 21 seconds ago 15.3MB 21:19:35 a0fab0bd57f3 21 seconds ago 1.58GB 21:19:35 2e2b9a4d6050 30 seconds ago 1.57GB 21:19:35 security-bootstrapper-arm64 latest 6ddd814ab7c4 35 seconds ago 17.8MB 21:19:35 core-metadata-arm64 latest 78e569269a0c 41 seconds ago 15.9MB 21:19:35 7293b5b7d414 57 seconds ago 1.57GB 21:19:35 4bb445ebe7f7 About a minute ago 1.57GB 21:19:35 sys-mgmt-agent-arm64 latest dc40b968b7e8 2 minutes ago 277MB 21:19:35 security-secretstore-setup-arm64 latest e3f29a083583 3 minutes ago 26.8MB 21:19:35 support-notifications-arm64 latest 5fb259c83f86 3 minutes ago 16.1MB 21:19:35 security-proxy-setup-arm64 latest b628cda6e867 3 minutes ago 25.4MB 21:19:35 core-command-arm64 latest b1a19de0f19e 3 minutes ago 15.2MB 21:19:35 52b374510435 4 minutes ago 1.57GB 21:19:35 7607c97cbf74 4 minutes ago 1.57GB 21:19:35 d961dad39fb7 4 minutes ago 1.57GB 21:19:35 9d0d628b3c49 4 minutes ago 1.58GB 21:19:35 a6e946bd9389 4 minutes ago 1.57GB 21:19:35 ci-base-image-arm64 latest 68f4bfa9ba01 16 minutes ago 1.24GB 21:19:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 2 weeks ago 534MB 21:19:35 docker 20.10.8 3734d5adc5ac 8 weeks ago 198MB 21:19:35 alpine 3.14 bb3de5531c18 2 months ago 5.34MB 21:19:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 16 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:19:35 21:19:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 21:19:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:19:36 arm64: Pulling from edgex-lftools-log-publisher 21:19:36 448f6bf000e3: Pulling fs layer 21:19:36 f757da607395: Pulling fs layer 21:19:36 05883995daec: Pulling fs layer 21:19:36 8603b9c90790: Pulling fs layer 21:19:36 1560dd03e051: Pulling fs layer 21:19:36 27f5ce0e4adf: Pulling fs layer 21:19:36 c2d8d7efcc4b: Pulling fs layer 21:19:36 8603b9c90790: Waiting 21:19:36 1560dd03e051: Waiting 21:19:36 27f5ce0e4adf: Waiting 21:19:36 f757da607395: Verifying Checksum 21:19:36 f757da607395: Download complete 21:19:36 8603b9c90790: Verifying Checksum 21:19:36 8603b9c90790: Download complete 21:19:36 1560dd03e051: Verifying Checksum 21:19:36 1560dd03e051: Download complete 21:19:36 27f5ce0e4adf: Verifying Checksum 21:19:36 27f5ce0e4adf: Download complete 21:19:36 05883995daec: Verifying Checksum 21:19:36 05883995daec: Download complete 21:19:37 448f6bf000e3: Verifying Checksum 21:19:37 448f6bf000e3: Download complete 21:19:39 c2d8d7efcc4b: Verifying Checksum 21:19:39 c2d8d7efcc4b: Download complete 21:19:41 448f6bf000e3: Pull complete 21:19:41 f757da607395: Pull complete 21:19:43 05883995daec: Pull complete 21:19:43 8603b9c90790: Pull complete 21:19:44 1560dd03e051: Pull complete 21:19:44 27f5ce0e4adf: Pull complete 21:19:59 c2d8d7efcc4b: Pull complete 21:19:59 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 21:19:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:19:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 21:20:00 prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container 21:20:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:20:03 $ docker top ccdc93df2039c21d6fd6e0e2fce516f1b2c6b416d0fba09b506a765f8b600a64 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:20:05 ---> job-cost.sh 21:20:05 lf-activate-venv: SKIPPING 21:20:05 INFO: No Stack... 21:20:08 INFO: Retrieving Pricing Info for: v3-standard-4 21:20:08 INFO: Archiving Costs [Pipeline] sh 21:20:09 + + catcut /w/workspace/edgex-go/7/archives/cost.csv -d, 21:20:09 -f6 [Pipeline] lock 21:20:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3780-7-stack-cost] 21:20:09 Resource [jenkins-edgexfoundry-edgex-go-PR-3780-7-stack-cost] did not exist. Created. 21:20:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3780-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:20:09 + echo total: 0.10999999940395355 [Pipeline] stash 21:20:10 Stashed 1 file(s) [Pipeline] } 21:20:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3780-7-stack-cost] [Pipeline] // lock [Pipeline] } 21:20:10 $ docker stop --time=1 ccdc93df2039c21d6fd6e0e2fce516f1b2c6b416d0fba09b506a765f8b600a64 21:20:11 $ docker rm -f ccdc93df2039c21d6fd6e0e2fce516f1b2c6b416d0fba09b506a765f8b600a64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 21:20:12 provisioning config files... 21:20:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8387290837738939749tmp [Pipeline] { [Pipeline] sh 21:20:12 + set +x 21:20:12 + curl -s https://codecov.io/bash 21:20:12 + bash -s -- 21:20:12 21:20:12 _____ _ 21:20:12 / ____| | | 21:20:12 | | ___ __| | ___ ___ _____ __ 21:20:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:20:12 | |___| (_) | (_| | __/ (_| (_) \ V / 21:20:12 \_____\___/ \__,_|\___|\___\___/ \_/ 21:20:12 Bash-1.0.6 21:20:12 21:20:12 21:20:12 ==> git version 2.24.4 found 21:20:12 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:20:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:20:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:20:12 ==> Jenkins CI detected. 21:20:12 current dir:  /w/workspace/edgex-go/7 21:20:12 project root: . 21:20:12 --> token set from env 21:20:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:20:12 ==> Running gcov in . (disable via -X gcov) 21:20:13 ==> Python coveragepy not found 21:20:13 ==> Searching for coverage reports in: 21:20:13 + . 21:20:13 -> Found 1 reports 21:20:13 ==> Detecting git/mercurial file structure 21:20:13 ==> Reading reports 21:20:13 + ./coverage.out bytes=428381 21:20:13 ==> Appending adjustments 21:20:13 https://docs.codecov.io/docs/fixing-reports 21:20:14 + Found adjustments 21:20:14 ==> Gzipping contents 21:20:14 60K /tmp/codecov.X3xJyz.gz 21:20:14 ==> Uploading reports 21:20:14 url: https://codecov.io 21:20:14 query: branch=PR-3780&commit=429f0d413a86a0f66da5d000fb0760535baac886&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3780%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3780&job=&cmd_args= 21:20:14 -> Pinging Codecov 21:20:14 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3780&commit=429f0d413a86a0f66da5d000fb0760535baac886&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3780%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3780&job=&cmd_args= 21:20:14 -> Uploading to 21:20:14 https://storage.googleapis.com/codecov/v4/raw/2021-10-28/00271124DB129430A58F1EEE437C3FCB/429f0d413a86a0f66da5d000fb0760535baac886/6f64c7da-3642-4079-97b8-3f3224265eee.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211028%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211028T212014Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7196ebfa9d6c454835bbb748dd5bd689a62aaf225b4ee5da99cb96624f0b62b2 21:20:14 % Total % Received % Xferd Average Speed Time Time Time Current 21:20:14 Dload Upload Total Spent Left Speed 21:20:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57682 0 0 100 57682 0 184k --:--:-- --:--:-- --:--:-- 185k 21:20:14 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/429f0d413a86a0f66da5d000fb0760535baac886 [Pipeline] } 21:20:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:20:15 + '[' -d /w/workspace/edgex-go/7/archives ']' [Pipeline] libraryResource [Pipeline] sh 21:20:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:20:16 ---> package-listing.sh 21:20:16 ++ facter osfamily 21:20:16 ++ tr '[:upper:]' '[:lower:]' 21:20:16 + OS_FAMILY=redhat 21:20:16 + workspace=/w/workspace/edgex-go/7 21:20:16 + START_PACKAGES=/tmp/packages_start.txt 21:20:16 + END_PACKAGES=/tmp/packages_end.txt 21:20:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:20:16 + PACKAGES=/tmp/packages_start.txt 21:20:16 + '[' /w/workspace/edgex-go/7 ']' 21:20:16 + PACKAGES=/tmp/packages_end.txt 21:20:16 + case "${OS_FAMILY}" in 21:20:16 + rpm -qa 21:20:16 + sort 21:20:20 + '[' -f /tmp/packages_start.txt ']' 21:20:20 + '[' -f /tmp/packages_end.txt ']' 21:20:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:20:20 + '[' /w/workspace/edgex-go/7 ']' 21:20:20 + mkdir -p /w/workspace/edgex-go/7/archives/ 21:20:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 21:20:20 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:20:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:20:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:20:21 21:20:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 21:20:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:20:21 latest: Pulling from edgex-lftools-log-publisher 21:20:21 b4d181a07f80: Pulling fs layer 21:20:21 a1111a8f2ec3: Pulling fs layer 21:20:21 ed53099fbce6: Pulling fs layer 21:20:21 dc539afda2c1: Pulling fs layer 21:20:21 77bc0d833cb6: Pulling fs layer 21:20:21 9065ff56babe: Pulling fs layer 21:20:21 d287ab97295c: Pulling fs layer 21:20:21 dc539afda2c1: Waiting 21:20:21 77bc0d833cb6: Waiting 21:20:21 9065ff56babe: Waiting 21:20:21 d287ab97295c: Waiting 21:20:21 a1111a8f2ec3: Verifying Checksum 21:20:21 a1111a8f2ec3: Download complete 21:20:21 dc539afda2c1: Verifying Checksum 21:20:21 dc539afda2c1: Download complete 21:20:21 ed53099fbce6: Verifying Checksum 21:20:21 ed53099fbce6: Download complete 21:20:21 9065ff56babe: Verifying Checksum 21:20:21 9065ff56babe: Download complete 21:20:21 77bc0d833cb6: Verifying Checksum 21:20:21 77bc0d833cb6: Download complete 21:20:21 b4d181a07f80: Verifying Checksum 21:20:21 b4d181a07f80: Download complete 21:20:22 d287ab97295c: Verifying Checksum 21:20:22 d287ab97295c: Download complete 21:20:23 b4d181a07f80: Pull complete 21:20:23 a1111a8f2ec3: Pull complete 21:20:23 ed53099fbce6: Pull complete 21:20:23 dc539afda2c1: Pull complete 21:20:24 77bc0d833cb6: Pull complete 21:20:24 9065ff56babe: Pull complete 21:20:29 d287ab97295c: Pull complete 21:20:29 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 21:20:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:20:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 21:20:29 prd-centos7-docker-4c-2g-121 does not seem to be running inside a container 21:20:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:20:32 $ docker top 0397d35f79729b4af52fd1aaac8e8839df6ce580f7dc3fed40e29ead370eaa55 -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:33 + touch /tmp/pre-build-complete [Pipeline] sh 21:20:33 + mkdir -p /var/log/sysstat [Pipeline] sh 21:20:33 + ls /var/log/sa-host 21:20:33 + sadf -c /var/log/sa-host/sa28 21:20:33 file_magic: OK 21:20:33 HZ: Using current value: 100 21:20:33 file_header: OK 21:20:33 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:20:33 Statistics: 21:20:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:20:33 File successfully converted to sysstat format version 12.0.3 21:20:33 + sadf -c /var/log/sa-host/sa30 21:20:33 file_magic: OK 21:20:33 HZ: Using current value: 100 21:20:33 file_header: OK 21:20:33 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:20:33 Statistics: 21:20:33 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:20:33 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:20:33 provisioning config files... 21:20:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config7914509318109666137tmp [Pipeline] { [Pipeline] echo 21:20:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:20:33 ---> create-netrc.sh [Pipeline] } 21:20:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:20:34 ---> python-tools-install.sh [Pipeline] echo 21:20:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:20:34 ---> sudo-logs.sh 21:20:34 Archiving 'sudo' log.. 21:20:34 sudo: unable to resolve host prd-centos7-docker-4c-2g-121.novalocal: Name or service not known 21:20:34 sudo: unable to resolve host prd-centos7-docker-4c-2g-121.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 21:20:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:20:34 ---> job-cost.sh 21:20:34 lf-activate-venv: SKIPPING 21:20:34 DEBUG: total: 0.10999999940395355 21:20:34 INFO: Retrieving Stack Cost... 21:20:35 INFO: Retrieving Pricing Info for: v3-standard-2 21:20:36 INFO: Archiving Costs [Pipeline] echo 21:20:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:20:36 ---> logs-deploy.sh 21:20:36 lf-activate-venv: SKIPPING 21:20:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3780/7 21:20:36 INFO: archiving workspace using pattern(s): 21:20:36 Archives upload complete. 21:20:37 INFO: archiving logs to Nexus 21:20:37 ---> uname -a: 21:20:37 Linux prd-centos7-docker-4c-2g-121.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 21:20:37 21:20:37 21:20:37 ---> lscpu: 21:20:37 Architecture: x86_64 21:20:37 CPU op-mode(s): 32-bit, 64-bit 21:20:37 Byte Order: Little Endian 21:20:37 Address sizes: 40 bits physical, 48 bits virtual 21:20:37 CPU(s): 2 21:20:37 On-line CPU(s) list: 0,1 21:20:37 Thread(s) per core: 1 21:20:37 Core(s) per socket: 1 21:20:37 Socket(s): 2 21:20:37 NUMA node(s): 1 21:20:37 Vendor ID: AuthenticAMD 21:20:37 CPU family: 23 21:20:37 Model: 49 21:20:37 Model name: AMD EPYC-Rome Processor 21:20:37 Stepping: 0 21:20:37 CPU MHz: 2800.000 21:20:37 BogoMIPS: 5600.00 21:20:37 Virtualization: AMD-V 21:20:37 Hypervisor vendor: KVM 21:20:37 Virtualization type: full 21:20:37 L1d cache: 32K 21:20:37 L1i cache: 32K 21:20:37 L2 cache: 512K 21:20:37 L3 cache: 16384K 21:20:37 NUMA node0 CPU(s): 0,1 21:20:37 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 21:20:37 21:20:37 21:20:37 ---> nproc: 21:20:37 2 21:20:37 21:20:37 21:20:37 ---> df -h: 21:20:37 Filesystem Size Used Avail Use% Mounted on 21:20:37 overlay 40G 14G 27G 33% / 21:20:37 tmpfs 64M 0 64M 0% /dev 21:20:37 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 21:20:37 shm 64M 0 64M 0% /dev/shm 21:20:37 /dev/vda1 40G 14G 27G 33% /facter-os 21:20:37 21:20:37 21:20:37 ---> sar -b -r -n DEV: 21:20:37 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/28/21 _x86_64_ (2 CPU) 21:20:37 21:20:37 18:27:30 LINUX RESTART (2 CPU) 21:20:37 21:20:37 18:28:01 tps rtps wtps bread/s bwrtn/s 21:20:37 18:29:01 93.72 3.43 90.29 2351.91 18505.33 21:20:37 18:30:01 377.94 0.00 377.94 0.00 88383.74 21:20:37 18:31:01 58.26 0.00 58.26 0.00 10708.49 21:20:37 18:32:01 112.01 0.00 112.01 0.00 4585.66 21:20:37 18:33:04 699.44 298.92 400.53 14086.15 264285.83 21:20:37 18:34:01 695.48 573.31 122.17 29974.48 41771.31 21:20:37 18:35:01 721.28 159.73 561.54 9807.62 230613.67 21:20:37 18:36:01 151.44 19.82 131.62 1649.56 22734.04 21:20:37 18:37:01 0.15 0.00 0.15 0.00 1.87 21:20:37 18:38:01 0.50 0.25 0.25 94.49 3.27 21:20:37 18:39:01 0.25 0.00 0.25 0.00 2.70 21:20:37 18:40:01 0.27 0.00 0.27 0.00 3.15 21:20:37 18:41:01 0.28 0.00 0.28 0.00 3.08 21:20:37 18:42:01 0.27 0.00 0.27 0.00 3.13 21:20:37 18:43:01 0.90 0.25 0.65 7.86 6.33 21:20:37 18:44:01 0.80 0.00 0.80 0.00 13.59 21:20:37 18:45:01 0.33 0.00 0.33 0.00 5.31 21:20:37 18:46:01 0.28 0.00 0.28 0.00 4.50 21:20:37 18:47:01 0.37 0.00 0.37 0.00 5.88 21:20:37 18:48:01 0.27 0.00 0.27 0.00 4.66 21:20:37 18:49:01 0.27 0.00 0.27 0.00 4.10 21:20:37 18:50:01 0.30 0.00 0.30 0.00 5.70 21:20:37 18:51:01 0.40 0.10 0.30 0.80 5.08 21:20:37 18:52:01 1.33 1.02 0.32 9.20 6.15 21:20:37 18:53:01 0.28 0.00 0.28 0.00 4.03 21:20:37 18:54:01 0.30 0.00 0.30 0.00 3.83 21:20:37 18:55:01 0.35 0.00 0.35 0.00 6.40 21:20:37 18:56:01 0.27 0.00 0.27 0.00 4.03 21:20:37 18:57:01 0.32 0.00 0.32 0.00 5.28 21:20:37 18:58:01 0.27 0.00 0.27 0.00 4.16 21:20:37 18:59:01 0.23 0.00 0.23 0.00 3.61 21:20:37 19:00:01 0.28 0.00 0.28 0.00 3.63 21:20:37 19:01:01 0.30 0.02 0.28 0.13 2.81 21:20:37 19:02:02 0.55 0.18 0.37 3.46 5.63 21:20:37 19:03:01 0.29 0.00 0.29 0.00 3.59 21:20:37 19:04:01 0.22 0.00 0.22 0.00 2.32 21:20:37 19:05:01 0.17 0.00 0.17 0.00 1.63 21:20:37 19:06:01 0.15 0.00 0.15 0.00 1.77 21:20:37 19:07:01 0.17 0.00 0.17 0.00 1.23 21:20:37 19:08:01 0.35 0.00 0.35 0.00 6.48 21:20:37 19:09:01 0.28 0.07 0.22 2.80 2.42 21:20:37 19:10:01 0.17 0.00 0.17 0.00 1.47 21:20:37 19:11:01 0.17 0.00 0.17 0.00 1.47 21:20:37 19:12:01 0.17 0.00 0.17 0.00 1.33 21:20:37 19:13:01 0.25 0.00 0.25 0.00 2.83 21:20:37 19:14:01 0.22 0.00 0.22 0.00 2.42 21:20:37 19:15:01 0.28 0.00 0.28 0.00 3.96 21:20:37 19:16:01 0.17 0.00 0.17 0.00 1.33 21:20:37 19:17:01 0.17 0.00 0.17 0.00 1.50 21:20:37 19:18:01 0.28 0.00 0.28 0.00 3.00 21:20:37 19:19:01 0.22 0.00 0.22 0.00 2.45 21:20:37 19:20:01 0.17 0.00 0.17 0.00 1.37 21:20:37 19:21:01 0.18 0.00 0.18 0.00 1.53 21:20:37 19:22:01 0.23 0.00 0.23 0.00 1.83 21:20:37 19:23:01 0.27 0.00 0.27 0.00 3.25 21:20:37 19:24:01 0.22 0.00 0.22 0.00 2.45 21:20:37 19:25:01 0.17 0.00 0.17 0.00 1.37 21:20:37 19:26:01 0.17 0.00 0.17 0.00 1.50 21:20:37 19:27:01 0.17 0.00 0.17 0.00 1.37 21:20:37 19:28:01 0.25 0.00 0.25 0.00 2.85 21:20:37 19:29:01 0.25 0.00 0.25 0.00 2.50 21:20:37 19:30:01 0.17 0.00 0.17 0.00 2.28 21:20:37 19:31:01 0.17 0.00 0.17 0.00 1.50 21:20:37 19:32:01 0.17 0.00 0.17 0.00 1.50 21:20:37 19:33:01 0.25 0.00 0.25 0.00 2.85 21:20:37 19:34:01 0.22 0.00 0.22 0.00 2.32 21:20:37 19:35:01 0.18 0.00 0.18 0.00 1.67 21:20:37 19:36:01 0.33 0.00 0.33 0.00 3.45 21:20:37 19:37:01 0.23 0.00 0.23 0.00 2.87 21:20:37 19:38:01 0.28 0.00 0.28 0.00 3.13 21:20:37 19:39:01 0.20 0.00 0.20 0.00 2.58 21:20:37 19:40:02 0.17 0.00 0.17 0.00 1.63 21:20:37 19:41:01 0.17 0.00 0.17 0.00 1.25 21:20:37 19:42:01 0.17 0.00 0.17 0.00 1.50 21:20:37 19:43:01 0.28 0.00 0.28 0.00 2.92 21:20:37 19:44:01 0.25 0.00 0.25 0.00 3.50 21:20:37 19:45:01 0.17 0.00 0.17 0.00 1.78 21:20:37 19:46:01 0.20 0.00 0.20 0.00 1.52 21:20:37 19:47:01 0.17 0.00 0.17 0.00 1.50 21:20:37 19:48:01 293.09 270.09 23.00 3762.16 1155.10 21:20:37 19:49:01 0.47 0.00 0.47 0.00 6.53 21:20:37 19:50:01 0.25 0.00 0.25 0.00 2.48 21:20:37 19:51:01 0.20 0.00 0.20 0.00 2.52 21:20:37 19:52:01 0.17 0.00 0.17 0.00 1.33 21:20:37 19:53:01 0.15 0.00 0.15 0.00 1.73 21:20:37 19:54:01 0.25 0.00 0.25 0.00 3.22 21:20:37 19:55:01 0.23 0.00 0.23 0.00 2.92 21:20:37 19:56:01 0.23 0.00 0.23 0.00 1.97 21:20:37 19:57:01 0.22 0.00 0.22 0.00 1.68 21:20:37 19:58:01 0.30 0.00 0.30 0.00 4.06 21:20:37 19:59:01 0.25 0.00 0.25 0.00 2.82 21:20:37 20:00:01 0.22 0.00 0.22 0.00 2.42 21:20:37 20:01:01 0.17 0.00 0.17 0.00 1.33 21:20:37 20:02:01 0.27 0.00 0.27 0.00 3.50 21:20:37 20:03:01 0.60 0.00 0.60 0.00 6.51 21:20:37 20:04:01 0.52 0.00 0.52 0.00 5.76 21:20:37 20:05:01 0.17 0.00 0.17 0.00 1.47 21:20:37 20:06:01 0.17 0.00 0.17 0.00 1.20 21:20:37 20:07:01 0.32 0.00 0.32 0.00 5.30 21:20:37 20:08:01 0.63 0.30 0.33 123.27 4.26 21:20:37 20:09:01 0.22 0.00 0.22 0.00 3.03 21:20:37 20:10:01 0.17 0.00 0.17 0.00 1.60 21:20:37 20:11:01 0.38 0.00 0.38 0.00 5.65 21:20:37 20:12:01 0.17 0.00 0.17 0.00 1.33 21:20:37 20:13:01 0.20 0.00 0.20 0.00 1.73 21:20:37 20:14:01 0.17 0.00 0.17 0.00 1.33 21:20:37 20:15:01 0.17 0.00 0.17 0.00 1.33 21:20:37 20:16:01 0.35 0.00 0.35 0.00 5.86 21:20:37 20:17:02 0.17 0.00 0.17 0.00 1.47 21:20:37 20:18:01 0.20 0.00 0.20 0.00 1.68 21:20:37 20:19:01 0.17 0.00 0.17 0.00 1.60 21:20:37 20:20:01 0.17 0.00 0.17 0.00 1.60 21:20:37 20:21:01 0.38 0.00 0.38 0.00 5.81 21:20:37 20:22:01 0.18 0.02 0.17 0.13 1.47 21:20:37 20:23:01 0.18 0.00 0.18 0.00 1.83 21:20:37 20:24:01 0.28 0.00 0.28 0.00 3.62 21:20:37 20:25:01 0.20 0.00 0.20 0.00 1.77 21:20:37 20:26:01 0.25 0.00 0.25 0.00 2.82 21:20:37 20:27:01 0.22 0.00 0.22 0.00 2.15 21:20:37 20:28:01 0.33 0.00 0.33 0.00 4.26 21:20:37 20:29:01 0.25 0.00 0.25 0.00 2.95 21:20:37 20:30:01 0.22 0.00 0.22 0.00 2.42 21:20:37 20:31:01 0.25 0.00 0.25 0.00 2.82 21:20:37 20:32:01 0.25 0.00 0.25 0.00 2.33 21:20:37 20:33:01 0.18 0.00 0.18 0.00 1.87 21:20:37 20:34:01 0.28 0.00 0.28 0.00 3.35 21:20:37 20:35:01 0.22 0.00 0.22 0.00 2.42 21:20:37 20:36:01 0.37 0.00 0.37 0.00 4.70 21:20:37 20:37:01 0.27 0.00 0.27 0.00 2.83 21:20:37 20:38:01 0.17 0.00 0.17 0.00 1.33 21:20:37 20:39:01 0.28 0.00 0.28 0.00 3.15 21:20:37 20:40:01 0.23 0.00 0.23 0.00 2.95 21:20:37 20:41:01 0.23 0.00 0.23 0.00 3.22 21:20:37 20:42:01 0.22 0.00 0.22 0.00 2.15 21:20:37 20:43:01 0.17 0.00 0.17 0.00 1.60 21:20:37 20:44:01 0.32 0.00 0.32 0.00 5.28 21:20:37 20:45:01 0.17 0.00 0.17 0.00 1.47 21:20:37 20:46:01 0.25 0.00 0.25 0.00 2.81 21:20:37 20:47:01 0.30 0.00 0.30 0.00 4.06 21:20:37 20:48:01 0.17 0.00 0.17 0.00 1.60 21:20:37 20:49:01 0.25 0.00 0.25 0.00 2.95 21:20:37 20:50:01 0.22 0.00 0.22 0.00 2.42 21:20:37 20:51:02 0.25 0.00 0.25 0.00 2.83 21:20:37 20:52:01 0.22 0.00 0.22 0.00 2.19 21:20:37 20:53:01 0.17 0.00 0.17 0.00 1.47 21:20:37 20:54:01 0.35 0.02 0.33 0.13 4.86 21:20:37 20:55:01 0.20 0.00 0.20 0.00 2.55 21:20:37 20:56:01 0.35 0.00 0.35 0.00 5.01 21:20:37 20:57:01 0.18 0.00 0.18 0.00 1.63 21:20:37 20:58:01 0.28 0.00 0.28 0.00 3.71 21:20:37 20:59:01 0.28 0.00 0.28 0.00 3.28 21:20:37 21:00:01 0.28 0.00 0.28 0.00 2.88 21:20:37 21:01:01 0.28 0.00 0.28 0.00 3.28 21:20:37 21:02:01 0.22 0.00 0.22 0.00 2.45 21:20:37 21:03:01 0.25 0.00 0.25 0.00 2.85 21:20:37 21:04:01 0.22 0.00 0.22 0.00 2.32 21:20:37 21:05:01 0.25 0.00 0.25 0.00 2.98 21:20:37 21:06:01 0.22 0.00 0.22 0.00 2.18 21:20:37 21:07:01 0.25 0.00 0.25 0.00 3.21 21:20:37 21:08:01 0.25 0.00 0.25 0.00 2.68 21:20:37 21:09:01 0.22 0.00 0.22 0.00 2.28 21:20:37 21:10:01 0.25 0.00 0.25 0.00 3.08 21:20:37 21:11:01 0.25 0.00 0.25 0.00 4.11 21:20:37 21:12:01 0.17 0.00 0.17 0.00 1.60 21:20:37 21:13:01 0.35 0.00 0.35 0.00 4.93 21:20:37 21:14:01 0.20 0.00 0.20 0.00 1.78 21:20:37 21:15:01 0.23 0.00 0.23 0.00 3.22 21:20:37 21:16:01 0.22 0.00 0.22 0.00 2.28 21:20:37 21:17:01 0.17 0.00 0.17 0.00 1.47 21:20:37 21:18:01 0.25 0.00 0.25 0.00 2.68 21:20:37 21:19:01 0.47 0.00 0.47 0.00 5.85 21:20:37 21:20:01 0.25 0.00 0.25 0.00 3.08 21:20:37 Average: 18.86 7.64 11.23 355.00 4032.40 21:20:37 21:20:37 18:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:20:37 18:29:01 5342732 0 645932 8.07 2620 2017656 1277984 14.11 739380 1680688 112 21:20:37 18:30:01 3566588 0 956088 11.94 2620 3483644 1641400 18.12 1240232 2732568 140692 21:20:37 18:31:01 3287680 0 1043444 13.03 2620 3675196 1664960 18.38 1426448 2810024 20556 21:20:37 18:32:01 3237288 0 1093472 13.65 2620 3675560 1633952 18.04 1473268 2792104 60508 21:20:37 18:33:04 545772 0 1317944 16.46 2620 6142604 2338204 25.82 2966264 3895036 8860 21:20:37 18:34:01 554704 0 1779104 22.21 2620 5672512 3860296 42.62 2823744 4003464 232956 21:20:37 18:35:01 827852 0 1672784 20.89 2620 5505684 3009860 33.23 2740124 3778852 7164 21:20:37 18:36:01 2923036 0 1133440 14.15 2620 3949844 1411632 15.59 1342556 3139216 8 21:20:37 18:37:01 2926988 0 1129484 14.10 2620 3949848 1375736 15.19 1340476 3138356 8 21:20:37 18:38:01 2929736 0 1123924 14.03 2620 3952660 1375820 15.19 1347200 3129760 8 21:20:37 18:39:01 2930944 0 1122712 14.02 2620 3952664 1375664 15.19 1346444 3129760 8 21:20:37 18:40:01 2937380 0 1116272 13.94 2620 3952668 1375616 15.19 1346168 3123640 8 21:20:37 18:41:01 2937300 0 1116344 13.94 2620 3952676 1375616 15.19 1346172 3123644 8 21:20:37 18:42:01 2937268 0 1116376 13.94 2620 3952676 1375616 15.19 1346176 3123640 8 21:20:37 18:43:01 2936460 0 1117140 13.95 2620 3952720 1375700 15.19 1346676 3123520 8 21:20:37 18:44:01 2936740 0 1116860 13.95 2620 3952720 1375652 15.19 1346424 3123516 12 21:20:37 18:45:01 2937160 0 1116436 13.94 2620 3952724 1375616 15.19 1346232 3123516 16 21:20:37 18:46:01 2937276 0 1116312 13.94 2620 3952732 1375616 15.19 1346240 3123516 8 21:20:37 18:47:01 2937252 0 1116336 13.94 2620 3952732 1375616 15.19 1346240 3123516 8 21:20:37 18:48:01 2936676 0 1116904 13.95 2620 3952740 1375700 15.19 1346692 3123516 20 21:20:37 18:49:01 2935852 0 1117728 13.96 2620 3952740 1375808 15.19 1347408 3123516 8 21:20:37 18:50:01 2937060 0 1116512 13.94 2620 3952748 1375616 15.19 1346256 3123516 16 21:20:37 18:51:01 2937060 0 1116508 13.94 2620 3952752 1375680 15.19 1346384 3123540 8 21:20:37 18:52:01 2930128 0 1123440 14.03 2620 3952752 1391576 15.36 1352040 3123816 8 21:20:37 18:53:01 2933824 0 1119736 13.98 2620 3952760 1379012 15.23 1348712 3123528 12 21:20:37 18:54:01 2934668 0 1118888 13.97 2620 3952764 1378652 15.22 1348592 3123532 16 21:20:37 18:55:01 2933544 0 1120008 13.98 2620 3952768 1384152 15.28 1349240 3123504 8 21:20:37 18:56:01 2932948 0 1120600 13.99 2620 3952772 1399572 15.45 1349748 3123504 8 21:20:37 18:57:01 2935344 0 1118200 13.96 2620 3952776 1370332 15.13 1348328 3123432 8 21:20:37 18:58:01 2932920 0 1120616 13.99 2620 3952784 1407796 15.54 1349704 3123436 20 21:20:37 18:59:01 2931904 0 1121628 14.00 2620 3952788 1425272 15.74 1350460 3123432 8 21:20:37 19:00:01 2934980 0 1118548 13.97 2620 3952792 1370332 15.13 1348460 3123384 8 21:20:37 19:01:01 2934336 0 1119188 13.97 2620 3952796 1373104 15.16 1349012 3123384 8 21:20:37 19:02:02 2932760 0 1120580 13.99 2620 3952980 1402136 15.48 1349744 3123504 8 21:20:37 19:03:01 2931628 0 1121704 14.01 2620 3952988 1421668 15.70 1350688 3123504 12 21:20:37 19:04:01 2930924 0 1122404 14.01 2620 3952992 1432976 15.82 1351068 3123504 12 21:20:37 19:05:01 2930324 0 1123000 14.02 2620 3952996 1441200 15.91 1351580 3123508 8 21:20:37 19:06:01 2934624 0 1118696 13.97 2620 3953000 1370840 15.13 1348708 3123504 8 21:20:37 19:07:01 2934980 0 1118340 13.96 2620 3953000 1370840 15.13 1348708 3123504 8 21:20:37 19:08:01 2933304 0 1120008 13.98 2620 3953008 1371352 15.14 1350060 3123504 12 21:20:37 19:09:01 2933460 0 1119764 13.98 2620 3953096 1371124 15.14 1349608 3123588 8 21:20:37 19:10:01 2934228 0 1118992 13.97 2620 3953100 1370920 15.14 1348968 3123588 8 21:20:37 19:11:01 2934972 0 1118244 13.96 2620 3953104 1370920 15.14 1348960 3123588 8 21:20:37 19:12:01 2934600 0 1118612 13.97 2620 3953108 1370920 15.14 1349048 3123588 8 21:20:37 19:13:01 2934120 0 1119088 13.97 2620 3953112 1371064 15.14 1349384 3123588 16 21:20:37 19:14:01 2934476 0 1118728 13.97 2620 3953116 1370920 15.14 1349012 3123588 12 21:20:37 19:15:01 2934584 0 1118616 13.97 2620 3953120 1370920 15.14 1349016 3123588 8 21:20:37 19:16:01 2934600 0 1118596 13.97 2620 3953124 1370920 15.14 1349012 3123588 8 21:20:37 19:17:01 2934576 0 1118612 13.97 2620 3953132 1370920 15.14 1349104 3123588 8 21:20:37 19:18:01 2934100 0 1119088 13.97 2620 3953132 1371016 15.14 1349228 3123588 12 21:20:37 19:19:01 2934224 0 1118956 13.97 2620 3953140 1371028 15.14 1349244 3123588 8 21:20:37 19:20:01 2934320 0 1118860 13.97 2620 3953140 1370920 15.14 1349032 3123588 8 21:20:37 19:21:01 2934460 0 1118712 13.97 2620 3953148 1370920 15.14 1349152 3123592 8 21:20:37 19:22:01 2934452 0 1118716 13.97 2620 3953152 1370920 15.14 1349044 3123588 8 21:20:37 19:23:01 2934224 0 1118944 13.97 2620 3953152 1371016 15.14 1349136 3123588 12 21:20:37 19:24:01 2934468 0 1118692 13.97 2620 3953160 1370920 15.14 1349052 3123588 12 21:20:37 19:25:01 2934344 0 1118816 13.97 2620 3953160 1370920 15.14 1349052 3123588 8 21:20:37 19:26:01 2934352 0 1118800 13.97 2620 3953168 1370920 15.14 1349064 3123588 8 21:20:37 19:27:01 2934344 0 1118804 13.97 2620 3953172 1370920 15.14 1349068 3123588 8 21:20:37 19:28:01 2934528 0 1118616 13.97 2620 3953176 1370992 15.14 1349260 3123592 12 21:20:37 19:29:01 2934280 0 1118860 13.97 2620 3953180 1370968 15.14 1349156 3123588 12 21:20:37 19:30:01 2934460 0 1118680 13.97 2620 3953180 1370920 15.14 1349076 3123588 8 21:20:37 19:31:01 2934344 0 1118788 13.97 2620 3953188 1370920 15.14 1349084 3123588 8 21:20:37 19:32:01 2934360 0 1118768 13.97 2620 3953192 1370920 15.14 1349092 3123588 8 21:20:37 19:33:01 2934240 0 1118884 13.97 2620 3953196 1371016 15.14 1349180 3123588 12 21:20:37 19:34:01 2934172 0 1118948 13.97 2620 3953200 1370968 15.14 1349180 3123588 12 21:20:37 19:35:01 2934104 0 1119008 13.97 2620 3953208 1370920 15.14 1349104 3123592 12 21:20:37 19:36:01 2934484 0 1118624 13.97 2620 3953212 1370920 15.14 1349116 3123592 8 21:20:37 19:37:01 2934352 0 1118748 13.97 2620 3953220 1370920 15.14 1349124 3123596 8 21:20:37 19:38:01 2934092 0 1119004 13.97 2620 3953224 1371016 15.14 1349352 3123592 20 21:20:37 19:39:01 2934304 0 1118788 13.97 2620 3953228 1371004 15.14 1349356 3123592 12 21:20:37 19:40:02 2934220 0 1118864 13.97 2620 3953236 1370920 15.14 1349156 3123592 8 21:20:37 19:41:01 2934220 0 1118864 13.97 2620 3953236 1370920 15.14 1349156 3123592 8 21:20:37 19:42:01 2934336 0 1118740 13.97 2620 3953244 1370920 15.14 1349280 3123592 8 21:20:37 19:43:01 2934108 0 1118968 13.97 2620 3953244 1371004 15.14 1349364 3123592 12 21:20:37 19:44:01 2934116 0 1118952 13.97 2620 3953252 1370992 15.14 1349260 3123596 12 21:20:37 19:45:01 2934220 0 1118840 13.97 2620 3953260 1370920 15.14 1349264 3123592 12 21:20:37 19:46:01 2934220 0 1118840 13.97 2620 3953260 1370920 15.14 1349184 3123592 8 21:20:37 19:47:01 2934096 0 1118956 13.97 2620 3953268 1370920 15.14 1349192 3123592 8 21:20:37 19:48:01 2776672 0 1213100 15.15 2620 4016548 1371036 15.14 1389580 3146612 12 21:20:37 19:49:01 2776364 0 1213400 15.15 2620 4016556 1370952 15.14 1389604 3146612 12 21:20:37 19:50:01 2776204 0 1213556 15.15 2620 4016560 1371072 15.14 1389804 3146612 8 21:20:37 19:51:01 2776720 0 1213036 15.15 2620 4016564 1370952 15.14 1389492 3146616 8 21:20:37 19:52:01 2776032 0 1213720 15.15 2620 4016568 1370952 15.14 1389584 3146612 8 21:20:37 19:53:01 2775636 0 1214116 15.16 2620 4016568 1371156 15.14 1390040 3146612 8 21:20:37 19:54:01 2775864 0 1213880 15.16 2620 4016576 1371036 15.14 1389612 3146612 8 21:20:37 19:55:01 2775752 0 1213988 15.16 2620 4016580 1370952 15.14 1389520 3146612 8 21:20:37 19:56:01 2775852 0 1213884 15.16 2620 4016584 1370952 15.14 1389640 3146612 8 21:20:37 19:57:01 2775736 0 1213996 15.16 2620 4016588 1370952 15.14 1389644 3146612 8 21:20:37 19:58:01 2775476 0 1214248 15.16 2620 4016596 1371048 15.14 1389604 3146616 12 21:20:37 19:59:01 2775704 0 1214020 15.16 2620 4016596 1370976 15.14 1389544 3146612 12 21:20:37 20:00:01 2776000 0 1213720 15.15 2620 4016600 1370952 15.14 1389540 3146612 8 21:20:37 20:01:01 2774152 0 1215564 15.18 2620 4016604 1373724 15.17 1390240 3146612 8 21:20:37 20:02:01 2776056 0 1213652 15.15 2620 4016612 1370952 15.14 1389668 3146612 8 21:20:37 20:03:01 2775508 0 1214196 15.16 2620 4016616 1371036 15.14 1389648 3146612 8 21:20:37 20:04:01 2775092 0 1214608 15.17 2620 4016620 1371156 15.14 1390020 3146612 8 21:20:37 20:05:01 2775744 0 1213952 15.16 2620 4016624 1370952 15.14 1389680 3146612 8 21:20:37 20:06:01 2775860 0 1213836 15.16 2620 4016624 1370952 15.14 1389564 3146612 8 21:20:37 20:07:01 2776908 0 1212780 15.14 2620 4016632 1369360 15.12 1388904 3146268 8 21:20:37 20:08:01 2771280 0 1214704 15.17 2620 4020336 1371132 15.14 1390380 3149952 12 21:20:37 20:09:01 2771720 0 1214260 15.16 2620 4020340 1371000 15.14 1390096 3149952 12 21:20:37 20:10:01 2771884 0 1214092 15.16 2620 4020344 1370952 15.14 1389952 3149952 8 21:20:37 20:11:01 2771908 0 1214064 15.16 2620 4020348 1370952 15.14 1389956 3149952 8 21:20:37 20:12:01 2771884 0 1214084 15.16 2620 4020352 1370952 15.14 1390076 3149952 8 21:20:37 20:13:01 2771648 0 1214312 15.16 2620 4020360 1371036 15.14 1390044 3149956 12 21:20:37 20:14:01 2771764 0 1214196 15.16 2620 4020360 1371036 15.14 1390176 3149952 8 21:20:37 20:15:01 2772040 0 1213916 15.16 2620 4020364 1370952 15.14 1390088 3149952 12 21:20:37 20:16:01 2771116 0 1214832 15.17 2620 4020372 1371144 15.14 1390372 3149956 8 21:20:37 20:17:02 2771884 0 1214060 15.16 2620 4020376 1370952 15.14 1389988 3149952 8 21:20:37 20:18:01 2771772 0 1214164 15.16 2620 4020384 1371036 15.14 1390200 3149952 12 21:20:37 20:19:01 2771240 0 1214696 15.17 2620 4020384 1371144 15.14 1390516 3149952 8 21:20:37 20:20:01 2771924 0 1214004 15.16 2620 4020392 1370952 15.14 1390004 3149952 8 21:20:37 20:21:01 2771652 0 1214272 15.16 2620 4020396 1370952 15.14 1390008 3149952 8 21:20:37 20:22:01 2771132 0 1214788 15.17 2620 4020400 1371168 15.14 1390520 3149956 16 21:20:37 20:23:01 2771508 0 1214404 15.16 2620 4020408 1371048 15.14 1390228 3149956 16 21:20:37 20:24:01 2771476 0 1214436 15.16 2620 4020408 1371060 15.14 1390128 3149956 8 21:20:37 20:25:01 2771908 0 1213996 15.16 2620 4020416 1370952 15.14 1390036 3149956 8 21:20:37 20:26:01 2771776 0 1214124 15.16 2620 4020420 1370952 15.14 1390156 3149956 8 21:20:37 20:27:01 2771892 0 1214004 15.16 2620 4020424 1370952 15.14 1390160 3149956 8 21:20:37 20:28:01 2772192 0 1213756 15.16 2620 4020372 1370484 15.13 1389852 3149928 12 21:20:37 20:29:01 2772132 0 1213812 15.16 2620 4020376 1370436 15.13 1389908 3149932 12 21:20:37 20:30:01 2772280 0 1213660 15.15 2620 4020380 1370412 15.13 1389900 3149928 8 21:20:37 20:31:01 2772156 0 1213780 15.16 2620 4020384 1370412 15.13 1389796 3149928 8 21:20:37 20:32:01 2772080 0 1213852 15.16 2620 4020388 1370412 15.13 1389800 3149928 8 21:20:37 20:33:01 2772316 0 1213612 15.15 2620 4020392 1370496 15.13 1389952 3149928 16 21:20:37 20:34:01 2772084 0 1213840 15.16 2620 4020396 1370448 15.13 1389868 3149928 12 21:20:37 20:35:01 2772256 0 1213664 15.15 2620 4020400 1370412 15.13 1389812 3149928 12 21:20:37 20:36:01 2772632 0 1213280 15.15 2620 4020408 1370412 15.13 1389796 3149928 8 21:20:37 20:37:01 2772148 0 1213764 15.16 2620 4020408 1370412 15.13 1389812 3149928 8 21:20:37 20:38:01 2772052 0 1213856 15.16 2620 4020412 1370496 15.13 1390020 3149928 12 21:20:37 20:39:01 2772092 0 1213812 15.16 2620 4020416 1370472 15.13 1389856 3149928 12 21:20:37 20:40:01 2772156 0 1213744 15.15 2620 4020420 1370412 15.13 1389824 3149928 8 21:20:37 20:41:01 2772264 0 1213628 15.15 2620 4020428 1370412 15.13 1389832 3149928 8 21:20:37 20:42:01 2771660 0 1214228 15.16 2620 4020432 1370592 15.13 1390152 3149928 12 21:20:37 20:43:01 2772028 0 1213852 15.16 2620 4020440 1370496 15.13 1390040 3149928 12 21:20:37 20:44:01 2772388 0 1213488 15.15 2620 4020444 1370412 15.13 1389964 3149928 12 21:20:37 20:45:01 2772016 0 1213856 15.16 2620 4020448 1370412 15.13 1389964 3149932 8 21:20:37 20:46:01 2771380 0 1214488 15.16 2620 4020452 1370628 15.13 1390432 3149928 16 21:20:37 20:47:01 2772056 0 1213812 15.16 2620 4020452 1370412 15.13 1389856 3149928 12 21:20:37 20:48:01 2771928 0 1213932 15.16 2620 4020460 1370496 15.13 1390068 3149928 12 21:20:37 20:49:01 2771820 0 1214036 15.16 2620 4020464 1370472 15.13 1390004 3149928 12 21:20:37 20:50:01 2772032 0 1213820 15.16 2620 4020468 1370412 15.13 1389988 3149928 8 21:20:37 20:51:02 2772032 0 1213816 15.16 2620 4020472 1370412 15.13 1389876 3149928 8 21:20:37 20:52:01 2772196 0 1213648 15.15 2620 4020476 1370412 15.13 1389876 3149932 8 21:20:37 20:53:01 2771388 0 1214452 15.16 2620 4020480 1370616 15.13 1390384 3149928 12 21:20:37 20:54:01 2770640 0 1215196 15.17 2620 4020484 1370700 15.13 1390948 3149932 20 21:20:37 20:55:01 2771916 0 1213864 15.16 2620 4020540 1370412 15.13 1389904 3149944 20 21:20:37 20:56:01 2772040 0 1213788 15.16 2620 4020492 1370412 15.13 1389904 3149932 8 21:20:37 20:57:01 2772040 0 1213776 15.16 2620 4020504 1370412 15.13 1390028 3149936 8 21:20:37 20:58:01 2771296 0 1214516 15.16 2620 4020508 1370592 15.13 1390384 3149932 12 21:20:37 20:59:01 2771860 0 1213944 15.16 2620 4020516 1370436 15.13 1390072 3149932 12 21:20:37 21:00:01 2771584 0 1214220 15.16 2620 4020516 1370592 15.13 1390512 3149932 12 21:20:37 21:01:01 2770308 0 1215492 15.18 2620 4020520 1373100 15.16 1390768 3149932 16 21:20:37 21:02:01 2771868 0 1213924 15.16 2620 4020528 1370412 15.13 1389980 3149936 8 21:20:37 21:03:01 2771632 0 1214156 15.16 2620 4020532 1370508 15.13 1390168 3149932 12 21:20:37 21:04:01 2772072 0 1213712 15.15 2620 4020536 1370412 15.13 1389972 3149932 12 21:20:37 21:05:01 2772024 0 1213756 15.16 2620 4020540 1370412 15.13 1390096 3149932 8 21:20:37 21:06:01 2771908 0 1213868 15.16 2620 4020544 1370412 15.13 1390100 3149932 8 21:20:37 21:07:01 2772148 0 1213620 15.15 2620 4020552 1370412 15.13 1389988 3149936 8 21:20:37 21:08:01 2771148 0 1214620 15.17 2620 4020552 1370604 15.13 1390380 3149932 12 21:20:37 21:09:01 2771836 0 1213928 15.16 2620 4020556 1370460 15.13 1390144 3149932 12 21:20:37 21:10:01 2770680 0 1215080 15.17 2620 4020560 1370664 15.13 1390900 3149932 16 21:20:37 21:11:01 2771040 0 1214716 15.17 2620 4020564 1370604 15.13 1390964 3149932 12 21:20:37 21:12:01 2771908 0 1213840 15.16 2620 4020572 1370412 15.13 1390128 3149932 8 21:20:37 21:13:01 2771912 0 1213832 15.16 2620 4020576 1370496 15.13 1390212 3149932 12 21:20:37 21:14:01 2772420 0 1213316 15.15 2620 4020584 1370412 15.13 1390092 3149932 20 21:20:37 21:15:01 2771864 0 1213872 15.16 2620 4020584 1370544 15.13 1390424 3149932 8 21:20:37 21:16:01 2772468 0 1213264 15.15 2620 4020588 1370412 15.13 1390144 3149932 8 21:20:37 21:17:01 2772032 0 1213692 15.15 2620 4020596 1370412 15.13 1390236 3149932 8 21:20:37 21:18:01 2771672 0 1214052 15.16 2620 4020596 1370484 15.13 1390240 3149932 12 21:20:37 21:19:01 2771924 0 1213792 15.16 2620 4020604 1370412 15.13 1390048 3149932 8 21:20:37 21:20:01 2771420 0 1214296 15.16 2620 4020604 1370592 15.13 1390528 3149932 8 21:20:37 Average: 2828362 0 1174420 14.66 2620 4003538 1407618 15.54 1394053 3136681 2747 21:20:37 21:20:37 18:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:20:37 18:29:01 eth0 980.69 1207.26 5484.19 125.15 0.00 0.00 0.00 0.00 21:20:37 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:29:01 docker0 845.14 540.89 69.83 2686.76 0.00 0.00 0.00 0.00 21:20:37 18:30:01 vethd6d2352 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:20:37 18:30:01 eth0 379.87 272.70 5277.91 35.54 0.00 0.00 0.00 0.00 21:20:37 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:30:01 docker0 190.19 239.92 14.96 2043.58 0.00 0.00 0.00 0.00 21:20:37 18:31:01 vethd6d2352 2.25 2.25 0.18 0.18 0.00 0.00 0.00 0.00 21:20:37 18:31:01 eth0 30.08 15.49 22.53 10.97 0.00 0.00 0.00 0.00 21:20:37 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:31:01 docker0 2.25 2.25 0.15 0.18 0.00 0.00 0.00 0.00 21:20:37 18:32:01 vethd6d2352 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:32:01 eth0 20.01 10.56 17.15 9.02 0.00 0.00 0.00 0.00 21:20:37 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:33:04 vethe2658f6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:33:04 veth2453995 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:33:04 eth0 141.88 86.51 1802.50 128.16 0.00 0.00 0.00 0.00 21:20:37 18:33:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:34:01 vetha955f17 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:20:37 18:34:01 vethfdc1f2b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:20:37 18:34:01 eth0 19.40 10.02 15.78 8.37 0.00 0.00 0.00 0.00 21:20:37 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:35:01 vethfa2fb3d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:20:37 18:35:01 vethd320848 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:20:37 18:35:01 eth0 135.66 63.23 1656.84 20.58 0.00 0.00 0.00 0.00 21:20:37 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:36:01 eth0 33.17 17.09 117.40 8.10 0.00 0.00 0.00 0.00 21:20:37 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:36:01 docker0 1084.48 893.57 88.04 5603.10 0.00 0.00 0.00 0.00 21:20:37 18:37:01 eth0 1.57 0.62 0.37 0.23 0.00 0.00 0.00 0.00 21:20:37 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:38:01 eth0 0.75 0.55 0.35 0.28 0.00 0.00 0.00 0.00 21:20:37 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:39:01 eth0 0.32 0.20 0.08 0.01 0.00 0.00 0.00 0.00 21:20:37 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:40:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:41:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:42:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:43:01 eth0 0.28 0.25 0.09 0.07 0.00 0.00 0.00 0.00 21:20:37 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:44:01 eth0 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 21:20:37 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:45:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:46:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:47:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:48:01 eth0 0.62 0.23 0.15 0.05 0.00 0.00 0.00 0.00 21:20:37 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:49:01 eth0 0.57 0.35 0.33 0.23 0.00 0.00 0.00 0.00 21:20:37 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:50:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:51:01 eth0 0.48 0.07 0.05 0.00 0.00 0.00 0.00 0.00 21:20:37 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:52:01 eth0 2.93 2.35 0.68 15.12 0.00 0.00 0.00 0.00 21:20:37 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:53:01 eth0 2.27 2.22 0.21 6.66 0.00 0.00 0.00 0.00 21:20:37 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:54:01 eth0 0.60 0.08 0.11 0.01 0.00 0.00 0.00 0.00 21:20:37 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:55:01 eth0 2.12 1.42 0.39 6.63 0.00 0.00 0.00 0.00 21:20:37 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:56:01 eth0 1.03 0.87 0.30 6.60 0.00 0.00 0.00 0.00 21:20:37 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:57:01 eth0 0.55 0.08 0.05 0.01 0.00 0.00 0.00 0.00 21:20:37 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:58:01 eth0 3.56 3.08 0.56 19.54 0.00 0.00 0.00 0.00 21:20:37 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:59:01 eth0 1.82 1.55 0.41 12.92 0.00 0.00 0.00 0.00 21:20:37 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:00:01 eth0 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:01:01 eth0 0.33 0.08 0.03 0.01 0.00 0.00 0.00 0.00 21:20:37 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:02:02 eth0 2.51 2.06 0.41 12.97 0.00 0.00 0.00 0.00 21:20:37 19:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:03:01 eth0 2.03 1.59 0.46 13.03 0.00 0.00 0.00 0.00 21:20:37 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:04:01 eth0 2.90 0.70 0.55 6.47 0.00 0.00 0.00 0.00 21:20:37 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:05:01 eth0 1.00 0.85 0.30 6.82 0.00 0.00 0.00 0.00 21:20:37 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:06:01 eth0 0.27 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:07:01 eth0 0.60 0.03 0.05 0.00 0.00 0.00 0.00 0.00 21:20:37 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:08:01 eth0 2.50 1.47 0.96 4.05 0.00 0.00 0.00 0.00 21:20:37 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:09:01 eth0 0.17 0.05 0.07 0.03 0.00 0.00 0.00 0.00 21:20:37 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:10:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:11:01 eth0 0.10 0.07 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:12:01 eth0 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:13:01 eth0 1.17 0.42 0.45 0.23 0.00 0.00 0.00 0.00 21:20:37 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:14:01 eth0 0.12 0.07 0.01 0.03 0.00 0.00 0.00 0.00 21:20:37 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:15:01 eth0 0.22 0.07 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:16:01 eth0 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:17:01 eth0 0.15 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:18:01 eth0 0.32 0.17 0.09 0.04 0.00 0.00 0.00 0.00 21:20:37 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:19:01 eth0 0.23 0.07 0.07 0.03 0.00 0.00 0.00 0.00 21:20:37 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:20:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:21:01 eth0 0.18 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:22:01 eth0 0.10 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:23:01 eth0 0.27 0.15 0.14 0.07 0.00 0.00 0.00 0.00 21:20:37 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:24:01 eth0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:25:01 eth0 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:26:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:27:01 eth0 0.15 0.07 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:28:01 eth0 0.23 0.15 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:29:01 eth0 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 21:20:37 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:30:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:31:01 eth0 0.10 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:32:01 eth0 0.15 0.07 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:33:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:34:01 eth0 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 21:20:37 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:35:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:36:01 eth0 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:37:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:38:01 eth0 0.23 0.13 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:39:01 eth0 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 21:20:37 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:40:02 eth0 0.10 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:41:01 eth0 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:42:01 eth0 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:43:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:44:01 eth0 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 21:20:37 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:45:01 eth0 0.15 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:46:01 eth0 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:47:01 eth0 0.10 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:48:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 21:20:37 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:49:01 eth0 0.60 0.03 0.05 0.00 0.00 0.00 0.00 0.00 21:20:37 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:50:01 eth0 0.53 0.25 0.27 0.20 0.00 0.00 0.00 0.00 21:20:37 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:51:01 eth0 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:52:01 eth0 0.53 0.05 0.05 0.00 0.00 0.00 0.00 0.00 21:20:37 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:53:01 eth0 0.73 0.37 0.35 0.26 0.00 0.00 0.00 0.00 21:20:37 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:54:01 eth0 0.15 0.02 0.06 0.00 0.00 0.00 0.00 0.00 21:20:37 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:55:01 eth0 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:56:01 eth0 0.15 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:57:01 eth0 0.15 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:58:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:59:01 eth0 0.12 0.02 0.06 0.00 0.00 0.00 0.00 0.00 21:20:37 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:00:01 eth0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:01:01 eth0 0.18 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:02:01 eth0 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:03:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:04:01 eth0 1.55 0.32 0.42 0.17 0.00 0.00 0.00 0.00 21:20:37 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:05:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 21:20:37 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:06:01 eth0 0.23 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:07:01 eth0 0.10 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:08:01 eth0 0.75 0.40 0.37 0.24 0.00 0.00 0.00 0.00 21:20:37 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:09:01 eth0 0.10 0.07 0.06 0.03 0.00 0.00 0.00 0.00 21:20:37 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:10:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:11:01 eth0 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:12:01 eth0 0.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:13:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:14:01 eth0 0.18 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:20:37 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:15:01 eth0 0.48 0.00 0.05 0.00 0.00 0.00 0.00 0.00 21:20:37 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:16:01 eth0 0.50 0.38 0.28 0.21 0.00 0.00 0.00 0.00 21:20:37 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:17:02 eth0 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:18:01 eth0 0.53 0.19 0.11 0.07 0.00 0.00 0.00 0.00 21:20:37 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:19:01 eth0 0.85 0.37 0.35 0.20 0.00 0.00 0.00 0.00 21:20:37 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:20:01 eth0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:21:01 eth0 0.52 0.00 0.05 0.00 0.00 0.00 0.00 0.00 21:20:37 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:22:01 eth0 0.57 0.33 0.28 0.20 0.00 0.00 0.00 0.00 21:20:37 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:23:01 eth0 0.25 0.15 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:24:01 eth0 0.20 0.08 0.07 0.00 0.00 0.00 0.00 0.00 21:20:37 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:25:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:26:01 eth0 0.15 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:27:01 eth0 0.15 0.07 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:28:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:29:01 eth0 0.17 0.13 0.06 0.01 0.00 0.00 0.00 0.00 21:20:37 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:30:01 eth0 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:31:01 eth0 0.17 0.08 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:32:01 eth0 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:33:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:34:01 eth0 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 21:20:37 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:35:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:36:01 eth0 0.13 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:37:01 eth0 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:38:01 eth0 0.22 0.15 0.08 0.04 0.00 0.00 0.00 0.00 21:20:37 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:39:01 eth0 0.22 0.08 0.07 0.03 0.00 0.00 0.00 0.00 21:20:37 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:40:01 eth0 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:41:01 eth0 0.22 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:42:01 eth0 1.08 0.33 0.32 0.20 0.00 0.00 0.00 0.00 21:20:37 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:43:01 eth0 0.22 0.15 0.14 0.07 0.00 0.00 0.00 0.00 21:20:37 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:44:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:20:37 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:45:01 eth0 0.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:46:01 eth0 0.97 0.32 0.31 0.20 0.00 0.00 0.00 0.00 21:20:37 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:47:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:48:01 eth0 0.30 0.17 0.08 0.07 0.00 0.00 0.00 0.00 21:20:37 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:49:01 eth0 0.18 0.03 0.06 0.00 0.00 0.00 0.00 0.00 21:20:37 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:50:01 eth0 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:51:02 eth0 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:52:01 eth0 0.95 0.05 0.07 0.00 0.00 0.00 0.00 0.00 21:20:37 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:53:01 eth0 5.75 0.53 0.89 0.28 0.00 0.00 0.00 0.00 21:20:37 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:54:01 eth0 1.62 0.73 0.87 0.55 0.00 0.00 0.00 0.00 21:20:37 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:55:01 eth0 0.18 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:56:01 eth0 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:57:01 eth0 0.60 0.05 0.05 0.03 0.00 0.00 0.00 0.00 21:20:37 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:58:01 eth0 1.55 0.47 0.38 0.27 0.00 0.00 0.00 0.00 21:20:37 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:59:01 eth0 1.38 0.05 0.20 0.00 0.00 0.00 0.00 0.00 21:20:37 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:00:01 eth0 0.63 0.27 0.27 0.17 0.00 0.00 0.00 0.00 21:20:37 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:01:01 eth0 0.23 0.08 0.01 0.04 0.00 0.00 0.00 0.00 21:20:37 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:02:01 eth0 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:03:01 eth0 0.42 0.18 0.15 0.07 0.00 0.00 0.00 0.00 21:20:37 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:04:01 eth0 0.15 0.02 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:05:01 eth0 0.15 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:06:01 eth0 0.18 0.03 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:07:01 eth0 0.35 0.00 0.02 0.00 0.00 0.00 0.00 0.00 21:20:37 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:08:01 eth0 2.17 0.32 0.46 0.23 0.00 0.00 0.00 0.00 21:20:37 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:09:01 eth0 2.82 0.12 0.32 0.03 0.00 0.00 0.00 0.00 21:20:37 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:10:01 eth0 1.52 0.83 0.80 0.53 0.00 0.00 0.00 0.00 21:20:37 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:11:01 eth0 0.53 0.22 0.27 0.25 0.00 0.00 0.00 0.00 21:20:37 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:12:01 eth0 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:13:01 eth0 0.35 0.17 0.09 0.07 0.00 0.00 0.00 0.00 21:20:37 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:14:01 eth0 0.58 0.03 0.05 0.00 0.00 0.00 0.00 0.00 21:20:37 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:15:01 eth0 0.63 0.27 0.33 0.17 0.00 0.00 0.00 0.00 21:20:37 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:16:01 eth0 0.18 0.05 0.01 0.04 0.00 0.00 0.00 0.00 21:20:37 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:17:01 eth0 0.30 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:20:37 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:18:01 eth0 2.22 0.13 0.24 0.04 0.00 0.00 0.00 0.00 21:20:37 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:19:01 eth0 1.02 0.07 0.08 0.03 0.00 0.00 0.00 0.00 21:20:37 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:20:01 eth0 1.67 0.45 0.44 0.18 0.00 0.00 0.00 0.00 21:20:37 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 Average: eth0 10.66 10.02 84.35 2.73 0.00 0.00 0.00 0.00 21:20:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:20:37 Average: docker0 6.31 5.20 0.51 32.60 0.00 0.00 0.00 0.00 21:20:37 21:20:37 21:20:37 ---> sar -P ALL: 21:20:37 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/28/21 _x86_64_ (2 CPU) 21:20:37 21:20:37 18:27:30 LINUX RESTART (2 CPU) 21:20:37 21:20:37 18:28:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 18:29:01 all 19.22 0.00 4.17 2.84 0.08 73.69 21:20:37 18:29:01 0 15.01 0.00 4.99 3.73 0.07 76.20 21:20:37 18:29:01 1 23.41 0.00 3.35 1.96 0.09 71.19 21:20:37 18:30:01 all 43.39 0.00 12.38 3.56 0.10 40.57 21:20:37 18:30:01 0 43.77 0.00 12.82 3.50 0.11 39.81 21:20:37 18:30:01 1 43.01 0.00 11.94 3.62 0.09 41.34 21:20:37 18:31:01 all 39.41 0.00 4.83 0.59 0.08 55.09 21:20:37 18:31:01 0 38.62 0.00 5.09 0.90 0.07 55.32 21:20:37 18:31:01 1 40.19 0.00 4.58 0.28 0.09 54.85 21:20:37 18:32:01 all 73.93 0.00 7.07 1.36 0.13 17.52 21:20:37 18:32:01 0 73.94 0.00 6.97 1.32 0.15 17.63 21:20:37 18:32:01 1 73.93 0.00 7.17 1.39 0.11 17.41 21:20:37 18:33:04 all 33.41 0.00 17.15 23.82 0.12 25.50 21:20:37 18:33:04 0 34.14 0.00 17.06 23.27 0.10 25.43 21:20:37 18:33:04 1 32.67 0.00 17.24 24.38 0.14 25.58 21:20:37 18:34:01 all 49.33 0.00 8.58 40.31 0.13 1.65 21:20:37 18:34:01 0 49.22 0.00 8.53 39.80 0.13 2.32 21:20:37 18:34:01 1 49.45 0.00 8.62 40.82 0.13 0.98 21:20:37 18:35:01 all 70.99 0.00 20.54 6.78 0.15 1.54 21:20:37 18:35:01 0 71.19 0.00 20.20 6.74 0.15 1.72 21:20:37 18:35:01 1 70.79 0.00 20.88 6.82 0.15 1.36 21:20:37 18:36:01 all 29.11 0.00 5.47 1.83 0.07 63.53 21:20:37 18:36:01 0 28.77 0.00 5.97 1.43 0.07 63.76 21:20:37 18:36:01 1 29.46 0.00 4.96 2.22 0.07 63.29 21:20:37 18:37:01 all 0.19 0.00 0.03 0.00 0.03 99.75 21:20:37 18:37:01 0 0.03 0.00 0.02 0.00 0.03 99.92 21:20:37 18:37:01 1 0.35 0.00 0.03 0.00 0.03 99.58 21:20:37 18:38:01 all 0.15 0.00 0.06 0.02 0.02 99.76 21:20:37 18:38:01 0 0.05 0.00 0.07 0.00 0.02 99.87 21:20:37 18:38:01 1 0.25 0.00 0.05 0.03 0.02 99.65 21:20:37 18:39:01 all 0.14 0.00 0.03 0.00 0.03 99.81 21:20:37 18:39:01 0 0.03 0.00 0.02 0.00 0.03 99.92 21:20:37 18:39:01 1 0.25 0.00 0.03 0.00 0.02 99.70 21:20:37 21:20:37 18:39:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 18:40:01 all 0.18 0.00 0.04 0.00 0.02 99.77 21:20:37 18:40:01 0 0.05 0.00 0.05 0.00 0.02 99.88 21:20:37 18:40:01 1 0.30 0.00 0.03 0.00 0.02 99.65 21:20:37 18:41:01 all 0.06 0.00 0.03 0.00 0.03 99.88 21:20:37 18:41:01 0 0.03 0.00 0.03 0.00 0.05 99.88 21:20:37 18:41:01 1 0.08 0.00 0.02 0.00 0.02 99.88 21:20:37 18:42:01 all 0.10 0.00 0.03 0.00 0.03 99.84 21:20:37 18:42:01 0 0.07 0.00 0.03 0.00 0.03 99.87 21:20:37 18:42:01 1 0.13 0.00 0.03 0.00 0.02 99.82 21:20:37 18:43:01 all 0.09 0.00 0.05 0.00 0.02 99.84 21:20:37 18:43:01 0 0.02 0.00 0.07 0.00 0.03 99.88 21:20:37 18:43:01 1 0.17 0.00 0.03 0.00 0.00 99.80 21:20:37 18:44:01 all 0.14 0.00 0.03 0.00 0.02 99.82 21:20:37 18:44:01 0 0.07 0.00 0.03 0.00 0.03 99.87 21:20:37 18:44:01 1 0.22 0.00 0.02 0.00 0.00 99.77 21:20:37 18:45:01 all 0.14 0.00 0.03 0.00 0.02 99.81 21:20:37 18:45:01 0 0.05 0.00 0.05 0.00 0.02 99.88 21:20:37 18:45:01 1 0.23 0.00 0.02 0.00 0.02 99.73 21:20:37 18:46:01 all 0.16 0.00 0.03 0.00 0.02 99.80 21:20:37 18:46:01 0 0.15 0.00 0.05 0.00 0.03 99.77 21:20:37 18:46:01 1 0.17 0.00 0.00 0.00 0.00 99.83 21:20:37 18:47:01 all 0.08 0.00 0.03 0.00 0.03 99.87 21:20:37 18:47:01 0 0.10 0.00 0.03 0.00 0.03 99.83 21:20:37 18:47:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 18:48:01 all 0.12 0.00 0.03 0.00 0.02 99.84 21:20:37 18:48:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 18:48:01 1 0.20 0.00 0.02 0.00 0.02 99.77 21:20:37 18:49:01 all 0.22 0.00 0.03 0.00 0.02 99.74 21:20:37 18:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 18:49:01 1 0.40 0.00 0.03 0.00 0.02 99.55 21:20:37 18:50:01 all 0.30 0.00 0.03 0.00 0.03 99.65 21:20:37 18:50:01 0 0.10 0.00 0.02 0.00 0.03 99.85 21:20:37 18:50:01 1 0.50 0.00 0.03 0.00 0.02 99.45 21:20:37 21:20:37 18:50:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 18:51:01 all 0.30 0.00 0.03 0.00 0.02 99.66 21:20:37 18:51:01 0 0.35 0.00 0.03 0.00 0.02 99.60 21:20:37 18:51:01 1 0.25 0.00 0.02 0.00 0.02 99.72 21:20:37 18:52:01 all 0.18 0.00 0.05 0.01 0.03 99.74 21:20:37 18:52:01 0 0.27 0.00 0.03 0.00 0.00 99.70 21:20:37 18:52:01 1 0.08 0.00 0.07 0.02 0.05 99.78 21:20:37 18:53:01 all 0.07 0.00 0.04 0.00 0.02 99.87 21:20:37 18:53:01 0 0.07 0.00 0.05 0.00 0.02 99.87 21:20:37 18:53:01 1 0.07 0.00 0.03 0.00 0.02 99.88 21:20:37 18:54:01 all 0.02 0.00 0.03 0.00 0.02 99.94 21:20:37 18:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 18:54:01 1 0.02 0.00 0.03 0.00 0.02 99.93 21:20:37 18:55:01 all 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 18:55:01 0 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 18:55:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 18:56:01 all 0.06 0.00 0.04 0.00 0.03 99.87 21:20:37 18:56:01 0 0.05 0.00 0.05 0.00 0.02 99.88 21:20:37 18:56:01 1 0.07 0.00 0.03 0.00 0.03 99.87 21:20:37 18:57:01 all 0.03 0.00 0.03 0.00 0.02 99.93 21:20:37 18:57:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 18:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 18:58:01 all 0.07 0.00 0.06 0.00 0.03 99.85 21:20:37 18:58:01 0 0.07 0.00 0.05 0.00 0.02 99.87 21:20:37 18:58:01 1 0.07 0.00 0.07 0.00 0.03 99.83 21:20:37 18:59:01 all 0.08 0.00 0.04 0.00 0.03 99.85 21:20:37 18:59:01 0 0.08 0.00 0.05 0.00 0.02 99.85 21:20:37 18:59:01 1 0.08 0.00 0.03 0.00 0.03 99.85 21:20:37 19:00:01 all 0.03 0.00 0.02 0.00 0.02 99.94 21:20:37 19:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 19:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 19:01:01 all 0.04 0.00 0.03 0.00 0.01 99.92 21:20:37 19:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:20:37 19:01:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 21:20:37 19:01:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 19:02:02 all 0.08 0.00 0.07 0.00 0.01 99.85 21:20:37 19:02:02 0 0.07 0.00 0.07 0.00 0.00 99.87 21:20:37 19:02:02 1 0.08 0.00 0.07 0.00 0.02 99.83 21:20:37 19:03:01 all 0.06 0.00 0.05 0.00 0.03 99.86 21:20:37 19:03:01 0 0.07 0.00 0.05 0.00 0.02 99.86 21:20:37 19:03:01 1 0.05 0.00 0.05 0.00 0.03 99.86 21:20:37 19:04:01 all 0.07 0.00 0.03 0.00 0.03 99.88 21:20:37 19:04:01 0 0.07 0.00 0.03 0.00 0.02 99.88 21:20:37 19:04:01 1 0.07 0.00 0.02 0.00 0.03 99.88 21:20:37 19:05:01 all 0.04 0.00 0.03 0.00 0.02 99.91 21:20:37 19:05:01 0 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 19:05:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 19:06:01 all 0.03 0.00 0.02 0.00 0.02 99.94 21:20:37 19:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:20:37 19:06:01 1 0.02 0.00 0.00 0.00 0.03 99.95 21:20:37 19:07:01 all 0.03 0.00 0.02 0.00 0.03 99.93 21:20:37 19:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 21:20:37 19:07:01 1 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 19:08:01 all 0.18 0.00 0.04 0.00 0.03 99.76 21:20:37 19:08:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 19:08:01 1 0.32 0.00 0.05 0.00 0.03 99.60 21:20:37 19:09:01 all 0.11 0.00 0.03 0.00 0.02 99.85 21:20:37 19:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 19:09:01 1 0.20 0.00 0.03 0.00 0.03 99.73 21:20:37 19:10:01 all 0.13 0.00 0.03 0.00 0.02 99.82 21:20:37 19:10:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:20:37 19:10:01 1 0.20 0.00 0.05 0.00 0.03 99.72 21:20:37 19:11:01 all 0.07 0.00 0.03 0.00 0.03 99.88 21:20:37 19:11:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:20:37 19:11:01 1 0.13 0.00 0.03 0.00 0.03 99.80 21:20:37 19:12:01 all 0.21 0.00 0.02 0.00 0.01 99.77 21:20:37 19:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:20:37 19:12:01 1 0.38 0.00 0.00 0.00 0.02 99.60 21:20:37 21:20:37 19:12:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 19:13:01 all 0.15 0.00 0.03 0.00 0.03 99.80 21:20:37 19:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 19:13:01 1 0.28 0.00 0.03 0.00 0.03 99.65 21:20:37 19:14:01 all 0.15 0.00 0.03 0.00 0.01 99.82 21:20:37 19:14:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:20:37 19:14:01 1 0.27 0.00 0.02 0.00 0.02 99.70 21:20:37 19:15:01 all 0.15 0.00 0.02 0.00 0.03 99.81 21:20:37 19:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 19:15:01 1 0.28 0.00 0.02 0.00 0.03 99.67 21:20:37 19:16:01 all 0.24 0.00 0.03 0.00 0.02 99.72 21:20:37 19:16:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 19:16:01 1 0.45 0.00 0.02 0.00 0.02 99.52 21:20:37 19:17:01 all 0.10 0.00 0.02 0.00 0.02 99.87 21:20:37 19:17:01 0 0.02 0.00 0.02 0.00 0.03 99.93 21:20:37 19:17:01 1 0.18 0.00 0.02 0.00 0.00 99.80 21:20:37 19:18:01 all 0.19 0.00 0.03 0.00 0.02 99.77 21:20:37 19:18:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 19:18:01 1 0.35 0.00 0.02 0.00 0.02 99.62 21:20:37 19:19:01 all 0.15 0.00 0.02 0.00 0.02 99.82 21:20:37 19:19:01 0 0.05 0.00 0.02 0.00 0.03 99.90 21:20:37 19:19:01 1 0.25 0.00 0.02 0.00 0.00 99.73 21:20:37 19:20:01 all 0.17 0.00 0.03 0.00 0.02 99.79 21:20:37 19:20:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 19:20:01 1 0.30 0.00 0.02 0.00 0.02 99.67 21:20:37 19:21:01 all 0.15 0.00 0.03 0.00 0.03 99.79 21:20:37 19:21:01 0 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 19:21:01 1 0.27 0.00 0.03 0.00 0.02 99.68 21:20:37 19:22:01 all 0.07 0.00 0.02 0.00 0.02 99.90 21:20:37 19:22:01 0 0.10 0.00 0.02 0.00 0.03 99.85 21:20:37 19:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 19:23:01 all 0.16 0.00 0.02 0.00 0.02 99.81 21:20:37 19:23:01 0 0.30 0.00 0.02 0.00 0.02 99.67 21:20:37 19:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 21:20:37 19:23:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 19:24:01 all 0.15 0.00 0.02 0.00 0.03 99.80 21:20:37 19:24:01 0 0.30 0.00 0.02 0.00 0.03 99.65 21:20:37 19:24:01 1 0.00 0.00 0.02 0.00 0.03 99.95 21:20:37 19:25:01 all 0.14 0.00 0.02 0.00 0.02 99.82 21:20:37 19:25:01 0 0.25 0.00 0.02 0.00 0.02 99.72 21:20:37 19:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 19:26:01 all 0.09 0.00 0.01 0.00 0.02 99.88 21:20:37 19:26:01 0 0.15 0.00 0.02 0.00 0.00 99.83 21:20:37 19:26:01 1 0.03 0.00 0.00 0.00 0.03 99.93 21:20:37 19:27:01 all 0.11 0.00 0.03 0.00 0.03 99.84 21:20:37 19:27:01 0 0.15 0.00 0.02 0.00 0.02 99.82 21:20:37 19:27:01 1 0.07 0.00 0.03 0.00 0.03 99.87 21:20:37 19:28:01 all 0.11 0.00 0.03 0.00 0.02 99.85 21:20:37 19:28:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:20:37 19:28:01 1 0.22 0.00 0.03 0.00 0.02 99.73 21:20:37 19:29:01 all 0.18 0.00 0.03 0.01 0.03 99.76 21:20:37 19:29:01 0 0.03 0.00 0.02 0.02 0.03 99.90 21:20:37 19:29:01 1 0.32 0.00 0.05 0.00 0.02 99.62 21:20:37 19:30:01 all 0.05 0.00 0.03 0.00 0.02 99.91 21:20:37 19:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 19:30:01 1 0.07 0.00 0.03 0.00 0.02 99.88 21:20:37 19:31:01 all 0.09 0.00 0.03 0.00 0.03 99.86 21:20:37 19:31:01 0 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 19:31:01 1 0.15 0.00 0.02 0.00 0.02 99.82 21:20:37 19:32:01 all 0.11 0.00 0.03 0.00 0.02 99.85 21:20:37 19:32:01 0 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 19:32:01 1 0.17 0.00 0.02 0.00 0.02 99.80 21:20:37 19:33:01 all 0.13 0.00 0.03 0.00 0.01 99.83 21:20:37 19:33:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:20:37 19:33:01 1 0.25 0.00 0.02 0.00 0.00 99.73 21:20:37 19:34:01 all 0.13 0.00 0.03 0.00 0.03 99.81 21:20:37 19:34:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 19:34:01 1 0.23 0.00 0.05 0.00 0.03 99.68 21:20:37 21:20:37 19:34:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 19:35:01 all 0.17 0.00 0.02 0.00 0.01 99.81 21:20:37 19:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 19:35:01 1 0.30 0.00 0.02 0.00 0.02 99.67 21:20:37 19:36:01 all 0.21 0.00 0.03 0.00 0.03 99.73 21:20:37 19:36:01 0 0.07 0.00 0.05 0.00 0.03 99.85 21:20:37 19:36:01 1 0.35 0.00 0.02 0.00 0.02 99.62 21:20:37 19:37:01 all 0.20 0.00 0.03 0.00 0.02 99.76 21:20:37 19:37:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:20:37 19:37:01 1 0.38 0.00 0.02 0.00 0.02 99.58 21:20:37 19:38:01 all 0.22 0.00 0.01 0.00 0.02 99.76 21:20:37 19:38:01 0 0.07 0.00 0.02 0.00 0.02 99.90 21:20:37 19:38:01 1 0.37 0.00 0.00 0.00 0.02 99.62 21:20:37 19:39:01 all 0.18 0.00 0.02 0.00 0.02 99.78 21:20:37 19:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 19:39:01 1 0.35 0.00 0.02 0.00 0.03 99.60 21:20:37 19:40:02 all 0.13 0.00 0.03 0.00 0.03 99.82 21:20:37 19:40:02 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 19:40:02 1 0.23 0.00 0.03 0.00 0.03 99.70 21:20:37 19:41:01 all 0.03 0.00 0.03 0.00 0.01 99.93 21:20:37 19:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 19:41:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:20:37 19:42:01 all 0.13 0.00 0.03 0.00 0.02 99.82 21:20:37 19:42:01 0 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 19:42:01 1 0.22 0.00 0.02 0.00 0.02 99.75 21:20:37 19:43:01 all 0.16 0.00 0.03 0.00 0.01 99.81 21:20:37 19:43:01 0 0.03 0.00 0.05 0.00 0.02 99.90 21:20:37 19:43:01 1 0.28 0.00 0.00 0.00 0.00 99.72 21:20:37 19:44:01 all 0.14 0.00 0.02 0.00 0.02 99.82 21:20:37 19:44:01 0 0.08 0.00 0.02 0.00 0.02 99.88 21:20:37 19:44:01 1 0.20 0.00 0.02 0.00 0.02 99.77 21:20:37 19:45:01 all 0.18 0.00 0.03 0.00 0.01 99.79 21:20:37 19:45:01 0 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 19:45:01 1 0.30 0.00 0.02 0.00 0.00 99.68 21:20:37 21:20:37 19:45:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 19:46:01 all 0.19 0.00 0.03 0.00 0.03 99.76 21:20:37 19:46:01 0 0.05 0.00 0.05 0.00 0.05 99.85 21:20:37 19:46:01 1 0.33 0.00 0.00 0.00 0.00 99.67 21:20:37 19:47:01 all 0.13 0.00 0.02 0.00 0.02 99.84 21:20:37 19:47:01 0 0.02 0.00 0.02 0.00 0.03 99.93 21:20:37 19:47:01 1 0.23 0.00 0.02 0.00 0.00 99.75 21:20:37 19:48:01 all 0.19 4.02 14.23 2.45 0.04 79.06 21:20:37 19:48:01 0 0.22 4.07 14.14 2.70 0.03 78.84 21:20:37 19:48:01 1 0.17 3.97 14.31 2.21 0.05 79.29 21:20:37 19:49:01 all 0.07 0.00 0.04 0.00 0.03 99.87 21:20:37 19:49:01 0 0.08 0.00 0.03 0.00 0.02 99.87 21:20:37 19:49:01 1 0.05 0.00 0.05 0.00 0.03 99.87 21:20:37 19:50:01 all 0.15 0.00 0.03 0.00 0.02 99.80 21:20:37 19:50:01 0 0.28 0.00 0.03 0.00 0.00 99.68 21:20:37 19:50:01 1 0.02 0.00 0.03 0.00 0.03 99.92 21:20:37 19:51:01 all 0.16 0.00 0.02 0.00 0.02 99.81 21:20:37 19:51:01 0 0.27 0.00 0.00 0.00 0.00 99.73 21:20:37 19:51:01 1 0.05 0.00 0.03 0.00 0.03 99.88 21:20:37 19:52:01 all 0.14 0.00 0.02 0.00 0.02 99.82 21:20:37 19:52:01 0 0.27 0.00 0.02 0.00 0.02 99.70 21:20:37 19:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 19:53:01 all 0.12 0.00 0.03 0.00 0.02 99.84 21:20:37 19:53:01 0 0.15 0.00 0.02 0.00 0.00 99.83 21:20:37 19:53:01 1 0.08 0.00 0.03 0.00 0.03 99.85 21:20:37 19:54:01 all 0.13 0.00 0.03 0.00 0.02 99.82 21:20:37 19:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 19:54:01 1 0.22 0.00 0.03 0.00 0.02 99.73 21:20:37 19:55:01 all 0.13 0.00 0.03 0.00 0.02 99.83 21:20:37 19:55:01 0 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 19:55:01 1 0.22 0.00 0.02 0.00 0.00 99.77 21:20:37 19:56:01 all 0.15 0.00 0.03 0.00 0.03 99.80 21:20:37 19:56:01 0 0.03 0.00 0.02 0.00 0.03 99.92 21:20:37 19:56:01 1 0.27 0.00 0.03 0.00 0.02 99.68 21:20:37 21:20:37 19:56:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 19:57:01 all 0.12 0.00 0.03 0.00 0.02 99.84 21:20:37 19:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 19:57:01 1 0.22 0.00 0.03 0.00 0.03 99.72 21:20:37 19:58:01 all 0.11 0.00 0.02 0.00 0.03 99.84 21:20:37 19:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 19:58:01 1 0.20 0.00 0.02 0.00 0.05 99.73 21:20:37 19:59:01 all 0.14 0.00 0.01 0.00 0.02 99.83 21:20:37 19:59:01 0 0.27 0.00 0.02 0.00 0.02 99.70 21:20:37 19:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 21:20:37 20:00:01 all 0.03 0.00 0.03 0.00 0.02 99.93 21:20:37 20:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 20:00:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 20:01:01 all 0.13 0.00 0.03 0.00 0.03 99.81 21:20:37 20:01:01 0 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 20:01:01 1 0.23 0.00 0.02 0.00 0.03 99.72 21:20:37 20:02:01 all 0.17 0.00 0.03 0.00 0.01 99.80 21:20:37 20:02:01 0 0.05 0.00 0.02 0.00 0.02 99.92 21:20:37 20:02:01 1 0.28 0.00 0.03 0.00 0.00 99.68 21:20:37 20:03:01 all 0.05 0.00 0.02 0.00 0.03 99.91 21:20:37 20:03:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 20:03:01 1 0.07 0.00 0.02 0.00 0.03 99.88 21:20:37 20:04:01 all 0.08 0.00 0.02 0.00 0.03 99.88 21:20:37 20:04:01 0 0.03 0.00 0.02 0.00 0.03 99.92 21:20:37 20:04:01 1 0.12 0.00 0.02 0.00 0.02 99.85 21:20:37 20:05:01 all 0.07 0.00 0.02 0.00 0.02 99.90 21:20:37 20:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 20:05:01 1 0.12 0.00 0.02 0.00 0.02 99.85 21:20:37 20:06:01 all 0.13 0.00 0.03 0.00 0.03 99.82 21:20:37 20:06:01 0 0.03 0.00 0.05 0.00 0.05 99.87 21:20:37 20:06:01 1 0.22 0.00 0.02 0.00 0.00 99.77 21:20:37 20:07:01 all 0.11 0.00 0.03 0.00 0.02 99.84 21:20:37 20:07:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:20:37 20:07:01 1 0.20 0.00 0.03 0.00 0.02 99.75 21:20:37 21:20:37 20:07:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 20:08:01 all 0.16 0.00 0.03 0.03 0.03 99.77 21:20:37 20:08:01 0 0.03 0.00 0.02 0.05 0.02 99.88 21:20:37 20:08:01 1 0.28 0.00 0.03 0.00 0.03 99.65 21:20:37 20:09:01 all 0.14 0.00 0.02 0.00 0.02 99.82 21:20:37 20:09:01 0 0.02 0.00 0.02 0.00 0.03 99.93 21:20:37 20:09:01 1 0.27 0.00 0.02 0.00 0.00 99.72 21:20:37 20:10:01 all 0.08 0.00 0.02 0.00 0.03 99.87 21:20:37 20:10:01 0 0.02 0.00 0.03 0.00 0.03 99.92 21:20:37 20:10:01 1 0.15 0.00 0.00 0.00 0.02 99.83 21:20:37 20:11:01 all 0.13 0.00 0.03 0.00 0.03 99.82 21:20:37 20:11:01 0 0.02 0.00 0.02 0.00 0.03 99.93 21:20:37 20:11:01 1 0.23 0.00 0.03 0.00 0.02 99.72 21:20:37 20:12:01 all 0.14 0.00 0.02 0.00 0.03 99.82 21:20:37 20:12:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 20:12:01 1 0.25 0.00 0.02 0.00 0.03 99.70 21:20:37 20:13:01 all 0.11 0.00 0.01 0.00 0.02 99.87 21:20:37 20:13:01 0 0.05 0.00 0.00 0.00 0.02 99.93 21:20:37 20:13:01 1 0.17 0.00 0.02 0.00 0.02 99.80 21:20:37 20:14:01 all 0.08 0.00 0.03 0.00 0.03 99.87 21:20:37 20:14:01 0 0.13 0.00 0.02 0.00 0.02 99.83 21:20:37 20:14:01 1 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 20:15:01 all 0.13 0.00 0.02 0.00 0.03 99.82 21:20:37 20:15:01 0 0.22 0.00 0.02 0.00 0.03 99.73 21:20:37 20:15:01 1 0.05 0.00 0.02 0.00 0.02 99.92 21:20:37 20:16:01 all 0.10 0.00 0.03 0.00 0.03 99.85 21:20:37 20:16:01 0 0.05 0.00 0.03 0.00 0.03 99.88 21:20:37 20:16:01 1 0.15 0.00 0.02 0.00 0.02 99.82 21:20:37 20:17:02 all 0.08 0.00 0.03 0.00 0.02 99.88 21:20:37 20:17:02 0 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 20:17:02 1 0.12 0.00 0.02 0.00 0.00 99.87 21:20:37 20:18:01 all 0.08 0.00 0.03 0.00 0.03 99.87 21:20:37 20:18:01 0 0.02 0.00 0.03 0.00 0.03 99.92 21:20:37 20:18:01 1 0.14 0.00 0.02 0.00 0.02 99.83 21:20:37 21:20:37 20:18:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 20:19:01 all 0.13 0.00 0.02 0.00 0.03 99.82 21:20:37 20:19:01 0 0.03 0.00 0.02 0.00 0.03 99.92 21:20:37 20:19:01 1 0.23 0.00 0.02 0.00 0.02 99.73 21:20:37 20:20:01 all 0.16 0.00 0.03 0.00 0.01 99.81 21:20:37 20:20:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 20:20:01 1 0.28 0.00 0.02 0.00 0.00 99.70 21:20:37 20:21:01 all 0.05 0.00 0.01 0.00 0.02 99.92 21:20:37 20:21:01 0 0.03 0.00 0.00 0.00 0.02 99.95 21:20:37 20:21:01 1 0.07 0.00 0.02 0.00 0.02 99.90 21:20:37 20:22:01 all 0.18 0.00 0.03 0.00 0.03 99.77 21:20:37 20:22:01 0 0.35 0.00 0.03 0.00 0.03 99.58 21:20:37 20:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 20:23:01 all 0.11 0.00 0.02 0.00 0.03 99.85 21:20:37 20:23:01 0 0.18 0.00 0.02 0.00 0.03 99.77 21:20:37 20:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 20:24:01 all 0.13 0.00 0.03 0.00 0.03 99.82 21:20:37 20:24:01 0 0.23 0.00 0.03 0.00 0.05 99.68 21:20:37 20:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 20:25:01 all 0.21 0.00 0.03 0.00 0.03 99.74 21:20:37 20:25:01 0 0.12 0.00 0.03 0.00 0.03 99.82 21:20:37 20:25:01 1 0.30 0.00 0.02 0.00 0.02 99.67 21:20:37 20:26:01 all 0.15 0.00 0.02 0.00 0.03 99.81 21:20:37 20:26:01 0 0.02 0.00 0.02 0.00 0.05 99.92 21:20:37 20:26:01 1 0.28 0.00 0.02 0.00 0.00 99.70 21:20:37 20:27:01 all 0.19 0.00 0.03 0.00 0.02 99.77 21:20:37 20:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:20:37 20:27:01 1 0.33 0.00 0.03 0.00 0.03 99.60 21:20:37 20:28:01 all 0.10 0.00 0.04 0.00 0.03 99.83 21:20:37 20:28:01 0 0.02 0.00 0.05 0.00 0.02 99.92 21:20:37 20:28:01 1 0.18 0.00 0.03 0.00 0.03 99.75 21:20:37 20:29:01 all 0.23 0.00 0.03 0.00 0.01 99.73 21:20:37 20:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 20:29:01 1 0.43 0.00 0.03 0.00 0.02 99.52 21:20:37 21:20:37 20:29:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 20:30:01 all 0.11 0.00 0.03 0.00 0.02 99.85 21:20:37 20:30:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:20:37 20:30:01 1 0.20 0.00 0.02 0.00 0.02 99.77 21:20:37 20:31:01 all 0.17 0.00 0.03 0.00 0.03 99.77 21:20:37 20:31:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 20:31:01 1 0.30 0.00 0.05 0.00 0.03 99.62 21:20:37 20:32:01 all 0.13 0.00 0.04 0.00 0.01 99.82 21:20:37 20:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 20:32:01 1 0.25 0.00 0.07 0.00 0.02 99.67 21:20:37 20:33:01 all 0.23 0.00 0.02 0.00 0.02 99.74 21:20:37 20:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 20:33:01 1 0.43 0.00 0.02 0.00 0.03 99.52 21:20:37 20:34:01 all 0.23 0.00 0.03 0.00 0.02 99.73 21:20:37 20:34:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 20:34:01 1 0.42 0.00 0.03 0.00 0.02 99.53 21:20:37 20:35:01 all 0.21 0.00 0.03 0.00 0.02 99.75 21:20:37 20:35:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:20:37 20:35:01 1 0.40 0.00 0.02 0.00 0.02 99.57 21:20:37 20:36:01 all 0.19 0.00 0.03 0.00 0.02 99.77 21:20:37 20:36:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 20:36:01 1 0.35 0.00 0.02 0.00 0.02 99.62 21:20:37 20:37:01 all 0.17 0.00 0.03 0.00 0.02 99.79 21:20:37 20:37:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 20:37:01 1 0.30 0.00 0.03 0.00 0.02 99.65 21:20:37 20:38:01 all 0.15 0.00 0.03 0.00 0.01 99.82 21:20:37 20:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 20:38:01 1 0.27 0.00 0.03 0.00 0.02 99.68 21:20:37 20:39:01 all 0.08 0.00 0.03 0.00 0.02 99.87 21:20:37 20:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 20:39:01 1 0.13 0.00 0.05 0.00 0.03 99.78 21:20:37 20:40:01 all 0.17 0.00 0.02 0.00 0.03 99.79 21:20:37 20:40:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 20:40:01 1 0.30 0.00 0.02 0.00 0.03 99.65 21:20:37 21:20:37 20:40:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 20:41:01 all 0.15 0.00 0.03 0.00 0.01 99.82 21:20:37 20:41:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 20:41:01 1 0.27 0.00 0.02 0.00 0.00 99.72 21:20:37 20:42:01 all 0.18 0.00 0.03 0.00 0.02 99.77 21:20:37 20:42:01 0 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 20:42:01 1 0.33 0.00 0.03 0.00 0.00 99.63 21:20:37 20:43:01 all 0.19 0.00 0.03 0.00 0.02 99.77 21:20:37 20:43:01 0 0.37 0.00 0.02 0.00 0.02 99.60 21:20:37 20:43:01 1 0.02 0.00 0.03 0.00 0.02 99.93 21:20:37 20:44:01 all 0.14 0.00 0.03 0.00 0.02 99.82 21:20:37 20:44:01 0 0.25 0.00 0.03 0.00 0.03 99.68 21:20:37 20:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 20:45:01 all 0.16 0.00 0.03 0.00 0.02 99.80 21:20:37 20:45:01 0 0.30 0.00 0.03 0.00 0.03 99.63 21:20:37 20:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 20:46:01 all 0.20 0.00 0.03 0.00 0.02 99.75 21:20:37 20:46:01 0 0.37 0.00 0.03 0.00 0.02 99.58 21:20:37 20:46:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 20:47:01 all 0.15 0.00 0.03 0.00 0.02 99.81 21:20:37 20:47:01 0 0.28 0.00 0.02 0.00 0.02 99.68 21:20:37 20:47:01 1 0.02 0.00 0.03 0.00 0.02 99.93 21:20:37 20:48:01 all 0.12 0.00 0.03 0.00 0.03 99.83 21:20:37 20:48:01 0 0.20 0.00 0.02 0.00 0.02 99.77 21:20:37 20:48:01 1 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 20:49:01 all 0.12 0.00 0.02 0.00 0.01 99.86 21:20:37 20:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 20:49:01 1 0.20 0.00 0.02 0.00 0.02 99.77 21:20:37 20:50:01 all 0.18 0.00 0.02 0.00 0.03 99.78 21:20:37 20:50:01 0 0.32 0.00 0.00 0.00 0.02 99.67 21:20:37 20:50:01 1 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 20:51:02 all 0.22 0.00 0.03 0.00 0.01 99.75 21:20:37 20:51:02 0 0.38 0.00 0.02 0.00 0.00 99.60 21:20:37 20:51:02 1 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 21:20:37 20:51:02 CPU %user %nice %system %iowait %steal %idle 21:20:37 20:52:01 all 0.24 0.00 0.03 0.00 0.02 99.71 21:20:37 20:52:01 0 0.29 0.00 0.02 0.00 0.00 99.69 21:20:37 20:52:01 1 0.19 0.00 0.05 0.00 0.03 99.73 21:20:37 20:53:01 all 0.15 0.00 0.03 0.00 0.01 99.81 21:20:37 20:53:01 0 0.07 0.00 0.03 0.00 0.02 99.88 21:20:37 20:53:01 1 0.23 0.00 0.03 0.00 0.00 99.73 21:20:37 20:54:01 all 0.19 0.00 0.03 0.00 0.02 99.76 21:20:37 20:54:01 0 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 20:54:01 1 0.33 0.00 0.03 0.00 0.02 99.62 21:20:37 20:55:01 all 0.13 0.00 0.03 0.00 0.02 99.82 21:20:37 20:55:01 0 0.12 0.00 0.03 0.00 0.02 99.83 21:20:37 20:55:01 1 0.15 0.00 0.03 0.00 0.02 99.80 21:20:37 20:56:01 all 0.18 0.00 0.03 0.00 0.01 99.78 21:20:37 20:56:01 0 0.05 0.00 0.05 0.00 0.02 99.88 21:20:37 20:56:01 1 0.30 0.00 0.02 0.00 0.00 99.68 21:20:37 20:57:01 all 0.18 0.00 0.03 0.00 0.02 99.77 21:20:37 20:57:01 0 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 20:57:01 1 0.33 0.00 0.02 0.00 0.00 99.65 21:20:37 20:58:01 all 0.22 0.00 0.04 0.00 0.01 99.73 21:20:37 20:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:20:37 20:58:01 1 0.40 0.00 0.05 0.00 0.02 99.53 21:20:37 20:59:01 all 0.14 0.00 0.03 0.00 0.03 99.80 21:20:37 20:59:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 20:59:01 1 0.25 0.00 0.03 0.00 0.03 99.68 21:20:37 21:00:01 all 0.18 0.00 0.03 0.00 0.01 99.78 21:20:37 21:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 21:00:01 1 0.32 0.00 0.05 0.00 0.02 99.62 21:20:37 21:01:01 all 0.12 0.00 0.03 0.00 0.03 99.82 21:20:37 21:01:01 0 0.07 0.00 0.03 0.00 0.03 99.87 21:20:37 21:01:01 1 0.17 0.00 0.03 0.00 0.02 99.78 21:20:37 21:02:01 all 0.13 0.00 0.04 0.00 0.03 99.80 21:20:37 21:02:01 0 0.03 0.00 0.05 0.00 0.03 99.88 21:20:37 21:02:01 1 0.23 0.00 0.03 0.00 0.02 99.72 21:20:37 21:20:37 21:02:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 21:03:01 all 0.16 0.00 0.02 0.00 0.02 99.81 21:20:37 21:03:01 0 0.30 0.00 0.02 0.00 0.03 99.65 21:20:37 21:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 21:04:01 all 0.22 0.00 0.03 0.00 0.02 99.74 21:20:37 21:04:01 0 0.42 0.00 0.03 0.00 0.02 99.53 21:20:37 21:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 21:05:01 all 0.14 0.00 0.03 0.00 0.02 99.82 21:20:37 21:05:01 0 0.25 0.00 0.02 0.00 0.02 99.72 21:20:37 21:05:01 1 0.03 0.00 0.03 0.00 0.02 99.92 21:20:37 21:06:01 all 0.18 0.00 0.02 0.00 0.02 99.78 21:20:37 21:06:01 0 0.08 0.00 0.03 0.00 0.03 99.85 21:20:37 21:06:01 1 0.28 0.00 0.00 0.00 0.00 99.72 21:20:37 21:07:01 all 0.19 0.00 0.03 0.00 0.02 99.77 21:20:37 21:07:01 0 0.05 0.00 0.03 0.00 0.02 99.90 21:20:37 21:07:01 1 0.33 0.00 0.02 0.00 0.02 99.63 21:20:37 21:08:01 all 0.16 0.00 0.03 0.00 0.02 99.79 21:20:37 21:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 21:08:01 1 0.28 0.00 0.05 0.00 0.02 99.65 21:20:37 21:09:01 all 0.12 0.00 0.03 0.00 0.02 99.83 21:20:37 21:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:20:37 21:09:01 1 0.20 0.00 0.03 0.00 0.03 99.73 21:20:37 21:10:01 all 0.17 0.00 0.04 0.00 0.03 99.76 21:20:37 21:10:01 0 0.03 0.00 0.03 0.00 0.03 99.90 21:20:37 21:10:01 1 0.30 0.00 0.05 0.00 0.03 99.62 21:20:37 21:11:01 all 0.18 0.00 0.03 0.00 0.02 99.78 21:20:37 21:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 21:11:01 1 0.32 0.00 0.03 0.00 0.03 99.62 21:20:37 21:12:01 all 0.17 0.00 0.03 0.00 0.02 99.78 21:20:37 21:12:01 0 0.05 0.00 0.05 0.00 0.03 99.87 21:20:37 21:12:01 1 0.28 0.00 0.02 0.00 0.00 99.70 21:20:37 21:13:01 all 0.12 0.00 0.03 0.00 0.02 99.84 21:20:37 21:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:20:37 21:13:01 1 0.22 0.00 0.03 0.00 0.03 99.72 21:20:37 21:20:37 21:13:01 CPU %user %nice %system %iowait %steal %idle 21:20:37 21:14:01 all 0.13 0.00 0.03 0.00 0.01 99.83 21:20:37 21:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 21:20:37 21:14:01 1 0.20 0.00 0.05 0.00 0.00 99.75 21:20:37 21:15:01 all 0.18 0.00 0.03 0.00 0.02 99.77 21:20:37 21:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:20:37 21:15:01 1 0.35 0.00 0.03 0.00 0.02 99.60 21:20:37 21:16:01 all 0.24 0.00 0.03 0.00 0.02 99.72 21:20:37 21:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:20:37 21:16:01 1 0.45 0.00 0.03 0.00 0.02 99.50 21:20:37 21:17:01 all 0.23 0.00 0.03 0.00 0.01 99.74 21:20:37 21:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 21:17:01 1 0.42 0.00 0.03 0.00 0.02 99.53 21:20:37 21:18:01 all 0.16 0.00 0.06 0.00 0.03 99.76 21:20:37 21:18:01 0 0.02 0.00 0.05 0.00 0.02 99.92 21:20:37 21:18:01 1 0.30 0.00 0.07 0.00 0.03 99.60 21:20:37 21:19:01 all 0.15 0.00 0.02 0.00 0.01 99.82 21:20:37 21:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:20:37 21:19:01 1 0.27 0.00 0.02 0.00 0.02 99.70 21:20:37 21:20:01 all 0.06 0.00 0.04 0.00 0.02 99.88 21:20:37 21:20:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:20:37 21:20:01 1 0.10 0.00 0.05 0.00 0.02 99.83 21:20:37 Average: all 2.06 0.02 0.54 0.44 0.02 96.91 21:20:37 Average: 0 1.98 0.02 0.55 0.44 0.02 96.98 21:20:37 Average: 1 2.14 0.02 0.53 0.44 0.02 96.84 21:20:37 21:20:37 21:20:37