Pull request #3331 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1e59b5aae2d2031bf0470ae103b5b12fbca793d4+abd01a6d142b6f684e0380bd2bdcda548b905f03 (28a8ccec45d25cdcee4d690ff64d9866e0e21a41) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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/v1, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 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-33189 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 Merge succeeded, producing 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 Checking out Revision 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 (PR-3331) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 Commit message: "fix: integrate with the latest go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:49:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:49:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 8230932a761358ff52cdf0d729b70af81ccdf72a # timeout=10 [Pipeline] echo 20:49:52 ========================================================= 20:49:52 EdgeX Global Pipelines Version Info 20:49:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:49:54 ------------------- 20:49:54 stable info: 20:49:54 ------------------- 20:49:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:49:54 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:49:54 Message: update stable to v1.0.186 20:49:55 ------------------- 20:49:55 experimental info: 20:49:55 ------------------- 20:49:55 Commited By: **** collab-it+edgex@linuxfoundation.org 20:49:55 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:49:55 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:49:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:49:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:49:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:49:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:49:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:49:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:49:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:49:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:49:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:49:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:49:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:49:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:49:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:49:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3331 [Pipeline] echo 20:49:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3331 [Pipeline] echo 20:49:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3331 [Pipeline] echo 20:49:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [Pipeline] echo 20:49:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e59b5a [Pipeline] echo 20:49:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:49:58 provisioning config files... 20:49:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2715610038943387076tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:49:59 ---> docker-login.sh 20:49:59 nexus3.edgexfoundry.org:10001 20:50:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:01 Configure a credential helper to remove this warning. See 20:50:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:01 20:50:01 Login Succeeded 20:50:01 nexus3.edgexfoundry.org:10002 20:50:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:02 Configure a credential helper to remove this warning. See 20:50:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:02 20:50:02 Login Succeeded 20:50:02 nexus3.edgexfoundry.org:10003 20:50:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:03 Configure a credential helper to remove this warning. See 20:50:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:03 20:50:03 Login Succeeded 20:50:03 nexus3.edgexfoundry.org:10004 20:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:04 Configure a credential helper to remove this warning. See 20:50:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:04 20:50:04 Login Succeeded 20:50:04 docker.io 20:50:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:06 Configure a credential helper to remove this warning. See 20:50:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:06 20:50:06 Login Succeeded 20:50:06 ---> docker-login.sh ends [Pipeline] } 20:50:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:50:06 ++ 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 20:50:06 + for file in '`ls cmd/**/Dockerfile`' 20:50:06 ++ dirname cmd/core-command/Dockerfile 20:50:06 ++ cut -d/ -f2 20:50:06 + echo core-command,cmd/core-command/Dockerfile 20:50:06 + for file in '`ls cmd/**/Dockerfile`' 20:50:06 ++ dirname cmd/core-data/Dockerfile 20:50:06 ++ cut -d/ -f2 20:50:06 + echo core-data,cmd/core-data/Dockerfile 20:50:06 + for file in '`ls cmd/**/Dockerfile`' 20:50:06 ++ dirname cmd/core-metadata/Dockerfile 20:50:06 ++ cut -d/ -f2 20:50:06 + echo core-metadata,cmd/core-metadata/Dockerfile 20:50:06 + for file in '`ls cmd/**/Dockerfile`' 20:50:06 ++ dirname cmd/security-bootstrapper/Dockerfile 20:50:06 ++ cut -d/ -f2 20:50:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:50:06 + for file in '`ls cmd/**/Dockerfile`' 20:50:06 ++ dirname cmd/security-proxy-setup/Dockerfile 20:50:06 ++ cut -d/ -f2 20:50:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:50:06 + for file in '`ls cmd/**/Dockerfile`' 20:50:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:50:06 ++ cut -d/ -f2 20:50:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:50:06 + for file in '`ls cmd/**/Dockerfile`' 20:50:06 ++ cut -d/ -f2 20:50:06 ++ dirname cmd/support-notifications/Dockerfile 20:50:06 + echo support-notifications,cmd/support-notifications/Dockerfile 20:50:06 + for file in '`ls cmd/**/Dockerfile`' 20:50:06 ++ dirname cmd/support-scheduler/Dockerfile 20:50:06 ++ cut -d/ -f2 20:50:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:50:06 + for file in '`ls cmd/**/Dockerfile`' 20:50:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:50:06 ++ cut -d/ -f2 20:50:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:50:06 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:50:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:09 20:50:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:50:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:10 latest: Pulling from edgex-devops/git-semver 20:50:10 31603596830f: Pulling fs layer 20:50:10 2a8b12db71e7: Pulling fs layer 20:50:10 6ca5941a6612: Pulling fs layer 20:50:10 ecc8261a40a4: Pulling fs layer 20:50:10 ecc8261a40a4: Waiting 20:50:10 2a8b12db71e7: Verifying Checksum 20:50:10 2a8b12db71e7: Download complete 20:50:11 31603596830f: Verifying Checksum 20:50:11 31603596830f: Download complete 20:50:11 6ca5941a6612: Verifying Checksum 20:50:11 6ca5941a6612: Download complete 20:50:11 ecc8261a40a4: Verifying Checksum 20:50:11 ecc8261a40a4: Download complete 20:50:13 31603596830f: Pull complete 20:50:13 2a8b12db71e7: Pull complete 20:50:16 6ca5941a6612: Pull complete 20:50:16 ecc8261a40a4: Pull complete 20:50:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:50:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:50:16 prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container 20:50:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 20:50:20 $ docker top 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:50:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:50:21 [ssh-agent] Looking for ssh-agent implementation... 20:50:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:50:22 $ docker exec 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf ssh-agent 20:50:22 SSH_AUTH_SOCK=/tmp/ssh-MWwQUzhQkiuG/agent.11 20:50:22 SSH_AGENT_PID=16 20:50:22 Running ssh-add (command line suppressed) 20:50:23 Identity added: /w/workspace/edgex-go/6@tmp/private_key_1030192186288082276.key (/w/workspace/edgex-go/6@tmp/private_key_1030192186288082276.key) 20:50:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:50:24 + git tag --points-at HEAD [Pipeline] } 20:50:24 $ docker exec --env ******** --env ******** 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf ssh-agent -k 20:50:25 unset SSH_AUTH_SOCK; 20:50:25 unset SSH_AGENT_PID; 20:50:25 echo Agent pid 16 killed; 20:50:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:50:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:50:25 [ssh-agent] Looking for ssh-agent implementation... 20:50:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:50:26 $ docker exec 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf ssh-agent 20:50:27 SSH_AUTH_SOCK=/tmp/ssh-TBcz2bsV16fJ/agent.44 20:50:27 SSH_AGENT_PID=49 20:50:27 Running ssh-add (command line suppressed) 20:50:27 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6172281581755557957.key (/w/workspace/edgex-go/6@tmp/private_key_6172281581755557957.key) 20:50:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:50:29 + git semver init 20:50:29 # -> Open(): unable to determine branch for HEAD 20:50:29 # $GIT_DIR = /w/workspace/edgex-go/6/.git 20:50:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 20:50:29 # $SEMVER_REMOTE_NAME = origin 20:50:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:50:29 # $SEMVER_USER_NAME = edgex-jenkins 20:50:29 # $SEMVER_BRANCH = PR-3331 20:50:29 # $SEMVER_TEMP = /tmp/semver-350458509 20:50:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:51:11 # '/tmp/semver-350458509' -> '/w/workspace/edgex-go/6/.semver' 20:51:11 # -> Force: false 20:51:11 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 20:51:11 $ docker exec --env ******** --env ******** 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf ssh-agent -k 20:51:12 unset SSH_AUTH_SOCK; 20:51:12 unset SSH_AGENT_PID; 20:51:12 echo Agent pid 49 killed; 20:51:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:13 + git semver [Pipeline] } 20:51:13 $ docker stop --time=1 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf 20:51:16 $ docker rm -f 1e55c4e1fe826b9f691e91e767590ae95d4571e3fcc4dae9d766a372a636a2bf [Pipeline] // withDockerContainer [Pipeline] sh 20:51:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:51:19 Stashed 1 file(s) [Pipeline] echo 20:51:19 [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] sh 20:51:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:51:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:51:21 + sudo service docker restart 20:51:21 + true 20:51:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:51:24 ========================================================= 20:51:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:51:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:51:24 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:51:35 Sending build context to Docker daemon 329.4MB 20:51:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:51:35 Step 2/6 : FROM ${BASE} 20:51:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:51:35 188c0c94c7c5: Pulling fs layer 20:51:35 0ef7d3d256c8: Pulling fs layer 20:51:35 de9db76c5a1d: Pulling fs layer 20:51:35 bca2f99d35d6: Pulling fs layer 20:51:35 93359f2a8cfa: Pulling fs layer 20:51:35 7c6f9722023f: Pulling fs layer 20:51:35 a35cf1a2eb13: Pulling fs layer 20:51:35 bca2f99d35d6: Waiting 20:51:35 93359f2a8cfa: Waiting 20:51:35 7c6f9722023f: Waiting 20:51:35 a35cf1a2eb13: Waiting 20:51:35 de9db76c5a1d: Verifying Checksum 20:51:35 de9db76c5a1d: Download complete 20:51:35 0ef7d3d256c8: Verifying Checksum 20:51:35 0ef7d3d256c8: Download complete 20:51:35 93359f2a8cfa: Verifying Checksum 20:51:35 93359f2a8cfa: Download complete 20:51:35 7c6f9722023f: Verifying Checksum 20:51:35 7c6f9722023f: Download complete 20:51:35 Still waiting to schedule task 20:51:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:51:36 188c0c94c7c5: Verifying Checksum 20:51:36 188c0c94c7c5: Download complete 20:51:38 188c0c94c7c5: Pull complete 20:51:39 0ef7d3d256c8: Pull complete 20:51:39 de9db76c5a1d: Pull complete 20:51:45 a35cf1a2eb13: Verifying Checksum 20:51:45 a35cf1a2eb13: Download complete 20:51:45 bca2f99d35d6: Verifying Checksum 20:51:45 bca2f99d35d6: Download complete 20:52:01 bca2f99d35d6: Pull complete 20:52:01 93359f2a8cfa: Pull complete 20:52:01 7c6f9722023f: Pull complete 20:52:09 a35cf1a2eb13: Pull complete 20:52:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:52:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:52:09 ---> a62c8e92a672 20:52:09 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:52:09 ---> Running in 392444d90775 20:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:12 (1/12) Installing libmagic (5.38-r0) 20:52:12 (2/12) Installing file (5.38-r0) 20:52:12 (3/12) Installing libc-dev (0.7.2-r3) 20:52:12 (4/12) Installing g++ (9.3.0-r2) 20:52:31 (5/12) Installing fortify-headers (1.1-r0) 20:52:31 (6/12) Installing patch (2.7.6-r6) 20:52:31 (7/12) Installing build-base (0.5-r2) 20:52:31 (8/12) Installing libsodium (1.0.18-r0) 20:52:31 (9/12) Installing pkgconf (1.7.2-r0) 20:52:31 (10/12) Installing libsodium-dev (1.0.18-r0) 20:52:31 (11/12) Installing libzmq (4.3.3-r0) 20:52:31 (12/12) Installing zeromq-dev (4.3.3-r0) 20:52:31 Executing busybox-1.31.1-r19.trigger 20:52:31 OK: 233 MiB in 51 packages 20:52:36 Removing intermediate container 392444d90775 20:52:36 ---> 04331dc47886 20:52:36 Step 4/6 : WORKDIR /edgex-go 20:52:36 ---> Running in e7b7246ee206 20:52:36 Removing intermediate container e7b7246ee206 20:52:36 ---> 835d74b57855 20:52:36 Step 5/6 : COPY go.mod . 20:52:37 ---> 7b5396112103 20:52:37 Step 6/6 : RUN go mod download 20:52:37 ---> Running in 80b017713bba 20:53:11 Removing intermediate container 80b017713bba 20:53:11 ---> 873f87f64ee2 20:53:11 Successfully built 873f87f64ee2 20:53:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:53:11 + docker inspect -f . ci-base-image-x86_64 20:53:11 . [Pipeline] withDockerContainer 20:53:12 prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container 20:53:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 20:53:14 $ docker top 8419abc01e102f318d6d5a1576da56650534180763057c53017ca372296cdef8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:16 + go version 20:53:16 go version go1.15.5 linux/amd64 [Pipeline] } 20:53:16 $ docker stop --time=1 8419abc01e102f318d6d5a1576da56650534180763057c53017ca372296cdef8 20:53:19 $ docker rm -f 8419abc01e102f318d6d5a1576da56650534180763057c53017ca372296cdef8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:21 + docker inspect -f . ci-base-image-x86_64 20:53:21 . [Pipeline] withDockerContainer 20:53:21 prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container 20:53:22 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 20:53:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33190 in /w/workspace/edgexfoundry_edgex-go_PR-3331 20:53:24 $ docker top f1f2c1a54c1a0ee612f358e2e1707a3fb59c4071450d87c7bbf4c274047edabe -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] ws 20:53:24 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] echo 20:53:24 ========================================================= 20:53:24 [edgeXBuildGoParallel] Running Tests and Build... 20:53:24 ========================================================= [Pipeline] sh [Pipeline] checkout 20:53:27 + make test 20:53:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:53:30 using credential edgex-jenkins-ssh 20:53:30 Cloning the remote Git repository 20:53:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:53:30 > git init /w/workspace/edgex-go/6 # timeout=10 20:53:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:53:30 > git --version # timeout=10 20:53:30 > git --version # 'git version 2.17.1' 20:53:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:53:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:53:46 Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 20:53:46 Merge succeeded, producing 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 20:53:46 Checking out Revision 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 (PR-3331) 20:53:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:53:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:53:46 > git config core.sparsecheckout # timeout=10 20:53:46 > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 20:53:46 > git remote # timeout=10 20:53:46 > git config --get remote.origin.url # timeout=10 20:53:46 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:46 > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 20:53:46 > git rev-parse HEAD^{commit} # timeout=10 20:53:46 > git config core.sparsecheckout # timeout=10 20:53:46 > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 20:53:51 Commit message: "fix: integrate with the latest go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:53:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:53:53 + + true 20:53:53 sudo service docker restart 20:53:54 ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:53:55 provisioning config files... 20:53:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8179421833001712714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:53:56 ---> docker-login.sh 20:53:56 nexus3.edgexfoundry.org:10001 20:53:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:57 Configure a credential helper to remove this warning. See 20:53:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:57 20:53:57 Login Succeeded 20:53:57 nexus3.edgexfoundry.org:10002 20:53:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:57 Configure a credential helper to remove this warning. See 20:53:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:57 20:53:57 Login Succeeded 20:53:57 nexus3.edgexfoundry.org:10003 20:53:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:58 Configure a credential helper to remove this warning. See 20:53:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:58 20:53:58 Login Succeeded 20:53:58 nexus3.edgexfoundry.org:10004 20:53:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:58 Configure a credential helper to remove this warning. See 20:53:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:58 20:53:58 Login Succeeded 20:53:58 docker.io 20:53:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:59 Configure a credential helper to remove this warning. See 20:53:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:59 20:53:59 Login Succeeded 20:53:59 ---> docker-login.sh ends [Pipeline] } 20:53:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:53:59 ========================================================= 20:53:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:53:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:54:00 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:54:02 Sending build context to Docker daemon 167.3MB 20:54:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:54:02 Step 2/6 : FROM ${BASE} 20:54:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:54:02 5f621e34cdf4: Pulling fs layer 20:54:02 a4357932f1b6: Pulling fs layer 20:54:02 18c013af1878: Pulling fs layer 20:54:02 00ac8860ef70: Pulling fs layer 20:54:02 63d7cb157983: Pulling fs layer 20:54:02 b116817d02f9: Pulling fs layer 20:54:02 745a02a5169b: Pulling fs layer 20:54:02 00ac8860ef70: Waiting 20:54:02 63d7cb157983: Waiting 20:54:02 745a02a5169b: Waiting 20:54:02 b116817d02f9: Waiting 20:54:02 18c013af1878: Verifying Checksum 20:54:02 a4357932f1b6: Verifying Checksum 20:54:02 18c013af1878: Download complete 20:54:02 a4357932f1b6: Download complete 20:54:02 63d7cb157983: Verifying Checksum 20:54:02 63d7cb157983: Download complete 20:54:02 b116817d02f9: Verifying Checksum 20:54:02 b116817d02f9: Download complete 20:54:02 5f621e34cdf4: Verifying Checksum 20:54:02 5f621e34cdf4: Download complete 20:54:03 5f621e34cdf4: Pull complete 20:54:04 a4357932f1b6: Pull complete 20:54:04 18c013af1878: Pull complete 20:54:05 745a02a5169b: Verifying Checksum 20:54:05 745a02a5169b: Download complete 20:54:06 00ac8860ef70: Verifying Checksum 20:54:06 00ac8860ef70: Download complete 20:54:16 00ac8860ef70: Pull complete 20:54:16 63d7cb157983: Pull complete 20:54:16 b116817d02f9: Pull complete 20:54:19 745a02a5169b: Pull complete 20:54:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:54:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:54:19 ---> b7e6874047d6 20:54:19 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:54:23 ---> Running in 4e3e26630a7e 20:54:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:54:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:54:26 (1/12) Installing libmagic (5.38-r0) 20:54:27 (2/12) Installing file (5.38-r0) 20:54:27 (3/12) Installing libc-dev (0.7.2-r3) 20:54:27 (4/12) Installing g++ (9.3.0-r2) 20:54:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:54:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:54:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:54:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:54:40 (5/12) Installing fortify-headers (1.1-r0) 20:54:40 (6/12) Installing patch (2.7.6-r6) 20:54:40 (7/12) Installing build-base (0.5-r2) 20:54:40 (8/12) Installing libsodium (1.0.18-r0) 20:54:40 (9/12) Installing pkgconf (1.7.2-r0) 20:54:40 (10/12) Installing libsodium-dev (1.0.18-r0) 20:54:40 (11/12) Installing libzmq (4.3.3-r0) 20:54:40 (12/12) Installing zeromq-dev (4.3.3-r0) 20:54:40 Executing busybox-1.31.1-r19.trigger 20:54:40 OK: 217 MiB in 51 packages 20:54:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:54:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:54:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:54:44 Removing intermediate container 4e3e26630a7e 20:54:44 ---> a4be577cb28f 20:54:44 Step 4/6 : WORKDIR /edgex-go 20:54:44 ---> Running in a5acbaef4274 20:54:44 Removing intermediate container a5acbaef4274 20:54:44 ---> b4ed26ff608d 20:54:44 Step 5/6 : COPY go.mod . 20:54:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:54:45 ---> 78a01fd60f61 20:54:45 Step 6/6 : RUN go mod download 20:54:45 ---> Running in 9e888294811c 20:54:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:54:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:54:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:54:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:54:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 45.9% of statements 20:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.123s coverage: 19.8% of statements 20:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.195s coverage: 100.0% of statements 20:55:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.139s coverage: 27.1% of statements 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:55:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:55:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:55:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.370s coverage: 71.3% of statements 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:55:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 82.9% of statements 20:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.221s coverage: 78.9% of statements 20:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:55:12 Removing intermediate container 9e888294811c 20:55:12 ---> 50fa7b1a7234 20:55:12 Successfully built 50fa7b1a7234 20:55:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:55:12 + docker inspect -f . ci-base-image-arm64 20:55:12 . [Pipeline] withDockerContainer 20:55:13 prd-ubuntu18.04-docker-arm64-4c-16g-33190 does not seem to be running inside a container 20:55:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 20:55:14 $ docker top f27fa02712aff691051f75f27656d7c0d14ec1563b09e36685dca9aba1dd9fb2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:15 + go version 20:55:15 go version go1.15.5 linux/arm64 [Pipeline] } 20:55:15 $ docker stop --time=1 f27fa02712aff691051f75f27656d7c0d14ec1563b09e36685dca9aba1dd9fb2 20:55:17 $ docker rm -f f27fa02712aff691051f75f27656d7c0d14ec1563b09e36685dca9aba1dd9fb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:55:18 + docker inspect -f . ci-base-image-arm64 20:55:18 . [Pipeline] withDockerContainer 20:55:18 prd-ubuntu18.04-docker-arm64-4c-16g-33190 does not seem to be running inside a container 20:55:18 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 20:55:20 $ docker top e729d097f53e4e3a549b4abb175c4c326070cc2555b8a2fee9a3b79c47b53c02 -eo pid,comm 20:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.123s coverage: 28.6% of statements 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.289s coverage: 100.0% of statements 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 1.327s coverage: 100.0% of statements 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.524s coverage: 86.7% of statements 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.628s coverage: 97.5% of statements 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:55:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.318s coverage: 78.3% of statements 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] { [Pipeline] echo 20:55:20 ========================================================= 20:55:20 [edgeXBuildGoParallel] Running Tests and Build... 20:55:20 ========================================================= [Pipeline] sh 20:55:21 + make test 20:55:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:55:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.513s coverage: 92.8% of statements 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:55:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:55:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.110s coverage: 1.0% of statements 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.252s coverage: 47.1% of statements 20:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.145s coverage: 79.5% of statements 20:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.095s coverage: 94.1% of statements 20:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.145s coverage: 96.3% of statements 20:55:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.215s coverage: 87.5% of statements 20:55:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.272s coverage: 94.4% of statements 20:55:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.140s coverage: 44.8% of statements 20:55:43 ? github.com/edgexfoundry/edgex-go [no test files] 20:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.222s coverage: 81.5% of statements 20:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.280s coverage: 87.1% of statements 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.336s coverage: 92.9% of statements 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.090s coverage: 77.8% of statements 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.310s coverage: 87.2% of statements 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.566s coverage: 75.5% of statements 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.108s coverage: 80.8% of statements 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.212s coverage: 87.2% of statements 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.111s coverage: 84.6% of statements 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.130s coverage: 91.6% of statements 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.785s coverage: 64.4% of statements 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.273s coverage: 91.3% of statements 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.088s coverage: 100.0% of statements 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.424s coverage: 73.7% of statements 20:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements 20:56:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.382s coverage: 69.0% of statements 20:56:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:56:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:56:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:56:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.501s coverage: 38.4% of statements 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:56:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.230s coverage: 89.5% of statements 20:56:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements 20:56:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.450s coverage: 47.0% of statements 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:56:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.240s coverage: 100.0% of statements 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:56:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:56:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.165s coverage: 11.0% of statements 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:56:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.355s coverage: 87.1% of statements 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:56:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.035s coverage: 29.1% of statements 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:56:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.466s coverage: 99.0% of statements 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:56:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.174s coverage: 100.0% of statements 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:56:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.202s coverage: 95.6% of statements 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:56:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.086s coverage: 0.0% of statements 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:56:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.082s coverage: 100.0% of statements 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:56:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.123s coverage: 87.9% of statements 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:56:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:56:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.137s coverage: 100.0% of statements 20:56:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.173s coverage: 32.1% of statements 20:56:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 20:56:19 GO111MODULE=on go vet ./... 20:56:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:56:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:56:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:56:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:56:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:56:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:56:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:56:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:56:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:56:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:57:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:57:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:57:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 45.9% of statements 20:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.142s coverage: 19.8% of statements 20:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.248s coverage: 100.0% of statements 20:57:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.525s coverage: 27.1% of statements 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:57:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.157s coverage: 100.0% of statements 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:57:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.179s coverage: 100.0% of statements 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:57:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 71.3% of statements 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:57:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.511s coverage: 82.9% of statements 20:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:57:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.170s coverage: 78.9% of statements 20:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:57:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.138s coverage: 28.6% of statements 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:57:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.236s coverage: 100.0% of statements 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:57:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.160s coverage: 100.0% of statements 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:57:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.456s coverage: 86.7% of statements 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:57:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.513s coverage: 97.5% of statements 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:57:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.186s coverage: 78.3% of statements 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:57:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.182s coverage: 92.8% of statements 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:57:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.119s coverage: 58.8% of statements 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:57:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.210s coverage: 1.0% of statements 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:57:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.185s coverage: 47.1% of statements 20:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.152s coverage: 79.5% of statements 20:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.114s coverage: 94.1% of statements 20:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.222s coverage: 96.3% of statements 20:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.120s coverage: 87.5% of statements 20:57:43 gofmt -l . 20:57:43 [ "`gofmt -l .`" = "" ] 20:57:43 ./bin/test-go-mod-tidy.sh 20:57:43 ./bin/test-attribution-txt.sh [Pipeline] sh 20:57:45 + ls -al . 20:57:45 total 808 20:57:45 drwxrwxr-x 10 1001 1001 4096 Apr 7 20:57 . 20:57:45 drwxr-xr-x 4 root root 28 Apr 7 20:53 .. 20:57:45 -rw-rw-r-- 1 1001 1001 11 Apr 7 20:49 .dockerignore 20:57:45 drwxrwxr-x 8 1001 1001 179 Apr 7 20:49 .git 20:57:45 drwxrwxr-x 3 1001 1001 125 Apr 7 20:49 .github 20:57:45 -rw-rw-r-- 1 1001 1001 818 Apr 7 20:49 .gitignore 20:57:45 drwx------ 3 1001 1001 60 Apr 7 20:51 .semver 20:57:45 -rw-rw-r-- 1 1001 1001 166 Apr 7 20:49 .sonarcloud.properties 20:57:45 -rw-rw-r-- 1 1001 1001 8607 Apr 7 20:49 Attribution.txt 20:57:45 -rw-rw-r-- 1 1001 1001 3804 Apr 7 20:49 CONTRIBUTING.md 20:57:45 -rw-rw-r-- 1 1001 1001 931 Apr 7 20:49 Dockerfile.build 20:57:45 -rw-rw-r-- 1 1001 1001 863 Apr 7 20:49 Jenkinsfile 20:57:45 -rw-rw-r-- 1 1001 1001 10775 Apr 7 20:49 LICENSE 20:57:45 -rw-rw-r-- 1 1001 1001 5774 Apr 7 20:49 Makefile 20:57:45 -rw-rw-r-- 1 1001 1001 6548 Apr 7 20:49 README.md 20:57:45 -rw-rw-r-- 1 1001 1001 6755 Apr 7 20:49 SECURITY.md 20:57:45 -rw-rw-r-- 1 1001 1001 5 Apr 7 20:51 VERSION 20:57:45 -rw-rw-r-- 1 1001 1001 4131 Apr 7 20:49 ZMQWindows.md 20:57:45 drwxrwxr-x 2 1001 1001 117 Apr 7 20:49 bin 20:57:45 drwxrwxr-x 14 1001 1001 4096 Apr 7 20:49 cmd 20:57:45 -rw-r--r-- 1 root root 697383 Apr 7 20:56 coverage.out 20:57:45 -rw-r--r-- 1 root root 1056 Apr 7 20:57 go.mod 20:57:45 -rw-r--r-- 1 root root 21911 Apr 7 20:57 go.sum 20:57:45 drwxrwxr-x 8 1001 1001 127 Apr 7 20:49 internal 20:57:45 drwxrwxr-x 4 1001 1001 26 Apr 7 20:49 openapi 20:57:45 drwxrwxr-x 4 1001 1001 71 Apr 7 20:49 snap 20:57:45 -rw-rw-r-- 1 1001 1001 168 Apr 7 20:49 version.go [Pipeline] sh 20:57:46 + '[' -e coverage.out ] 20:57:46 + chown 1001:1001 coverage.out [Pipeline] stash 20:57:47 Stashed 1 file(s) [Pipeline] sh 20:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.133s coverage: 94.4% of statements 20:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.123s coverage: 44.8% of statements 20:57:48 + make build 20:57:48 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 20:57:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.583s coverage: 81.5% of statements 20:57:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:57:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.092s coverage: 87.1% of statements 20:57:57 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 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.177s coverage: 92.9% of statements 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.112s coverage: 100.0% of statements 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.8% of statements 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.190s coverage: 84.6% of statements 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.267s coverage: 91.6% of statements 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 20:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 20:58:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 69.0% of statements 20:58:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:58:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:58:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:58:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.458s coverage: 38.4% of statements 20:58:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:58:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:58:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.124s coverage: 89.5% of statements 20:58:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:58:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements 20:58:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.526s coverage: 47.0% of statements 20:58:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:58:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:58:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:58:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:58:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:58:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements 20:58:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:58:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 20:58:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:58:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:58:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.113s coverage: 11.0% of statements 20:58:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:58:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.464s coverage: 87.1% of statements 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:58:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.375s coverage: 29.1% of statements 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:58:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.207s coverage: 99.0% of statements 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:58:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.223s coverage: 100.0% of statements 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:58:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.324s coverage: 95.6% of statements 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:58:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:58:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:58:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:58:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:58:25 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 20:58:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 20:58:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements 20:58:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 20:58:26 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 20:58:27 GO111MODULE=on go vet ./... 20:58:33 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 20:58:35 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 20:58:41 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 20:58:50 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 20:58:56 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 20:59:02 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 20:59:06 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 20:59:12 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] } 20:59:19 $ docker stop --time=1 f1f2c1a54c1a0ee612f358e2e1707a3fb59c4071450d87c7bbf4c274047edabe 20:59:21 $ docker rm -f f1f2c1a54c1a0ee612f358e2e1707a3fb59c4071450d87c7bbf4c274047edabe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:59:25 20:59:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:59:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:59:26 latest: Pulling from edgex-devops/edgex-compose 20:59:26 cbdbe7a5bc2a: Pulling fs layer 20:59:26 ca9280d653b3: Pulling fs layer 20:59:26 7e9c9ca2126c: Pulling fs layer 20:59:27 cbdbe7a5bc2a: Verifying Checksum 20:59:27 cbdbe7a5bc2a: Download complete 20:59:28 ca9280d653b3: Verifying Checksum 20:59:28 ca9280d653b3: Download complete 20:59:28 cbdbe7a5bc2a: Pull complete 20:59:32 ca9280d653b3: Pull complete 20:59:32 7e9c9ca2126c: Download complete 20:59:48 7e9c9ca2126c: Pull complete 20:59:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:59:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:59:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:59:48 prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container 20:59:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 20:59:49 gofmt -l . 20:59:49 [ "`gofmt -l .`" = "" ] 20:59:49 ./bin/test-go-mod-tidy.sh 20:59:49 ./bin/test-attribution-txt.sh 20:59:51 $ docker top eea8879b596afa1788381f93555a6bfcf775cc522e081b959014242d7a2d56b3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 20:59:52 + ls -al . 20:59:52 total 836 20:59:52 drwxrwxr-x 9 1001 1001 4096 Apr 7 20:59 . 20:59:52 drwxr-xr-x 4 root root 4096 Apr 7 20:55 .. 20:59:52 -rw-rw-r-- 1 1001 1001 11 Apr 7 20:53 .dockerignore 20:59:52 drwxrwxr-x 8 1001 1001 4096 Apr 7 20:53 .git 20:59:52 drwxrwxr-x 3 1001 1001 4096 Apr 7 20:53 .github 20:59:52 -rw-rw-r-- 1 1001 1001 818 Apr 7 20:53 .gitignore 20:59:52 -rw-rw-r-- 1 1001 1001 166 Apr 7 20:53 .sonarcloud.properties 20:59:52 -rw-rw-r-- 1 1001 1001 8607 Apr 7 20:53 Attribution.txt 20:59:52 -rw-rw-r-- 1 1001 1001 3804 Apr 7 20:53 CONTRIBUTING.md 20:59:52 -rw-rw-r-- 1 1001 1001 931 Apr 7 20:53 Dockerfile.build 20:59:52 -rw-rw-r-- 1 1001 1001 863 Apr 7 20:53 Jenkinsfile 20:59:52 -rw-rw-r-- 1 1001 1001 10775 Apr 7 20:53 LICENSE 20:59:52 -rw-rw-r-- 1 1001 1001 5774 Apr 7 20:53 Makefile 20:59:52 -rw-rw-r-- 1 1001 1001 6548 Apr 7 20:53 README.md 20:59:52 -rw-rw-r-- 1 1001 1001 6755 Apr 7 20:53 SECURITY.md 20:59:52 -rw-rw-r-- 1 1001 1001 5 Apr 7 20:51 VERSION 20:59:52 -rw-rw-r-- 1 1001 1001 4131 Apr 7 20:53 ZMQWindows.md 20:59:52 drwxrwxr-x 2 1001 1001 4096 Apr 7 20:53 bin 20:59:52 drwxrwxr-x 14 1001 1001 4096 Apr 7 20:53 cmd 20:59:52 -rw-r--r-- 1 root root 697383 Apr 7 20:58 coverage.out 20:59:52 -rw-r--r-- 1 root root 1056 Apr 7 20:59 go.mod 20:59:52 -rw-r--r-- 1 root root 21911 Apr 7 20:59 go.sum 20:59:52 drwxrwxr-x 8 1001 1001 4096 Apr 7 20:53 internal 20:59:52 drwxrwxr-x 4 1001 1001 4096 Apr 7 20:53 openapi 20:59:52 drwxrwxr-x 4 1001 1001 4096 Apr 7 20:53 snap 20:59:52 -rw-rw-r-- 1 1001 1001 168 Apr 7 20:53 version.go [Pipeline] sh 20:59:52 + docker-compose build --help 20:59:52 + grep parallel 20:59:53 + '[' -e coverage.out ] 20:59:53 + chown 1001:1001 coverage.out [Pipeline] stash 20:59:53 Warning: overwriting stash ‘coverage-report’ 20:59:54 --parallel Build images in parallel. 20:59:54 Stashed 1 file(s) [Pipeline] sh [Pipeline] } 20:59:54 $ docker stop --time=1 eea8879b596afa1788381f93555a6bfcf775cc522e081b959014242d7a2d56b3 20:59:54 + make build 20:59:54 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 20:59:56 $ docker rm -f eea8879b596afa1788381f93555a6bfcf775cc522e081b959014242d7a2d56b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:59:57 . [Pipeline] withDockerContainer 20:59:58 prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container 20:59:58 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:00:00 $ docker top c83791d887ba0af1885dbb69d29de9d7f5fb5c7f18eef60da03cf69d01c0abf3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:02 + docker-compose -f ./docker-compose-build.yml build --parallel 21:00:04 Building docker-core-command-go ... 21:00:04 Building docker-core-data-go ... 21:00:04 Building docker-core-metadata-go ... 21:00:04 Building docker-security-bootstrapper-go ... 21:00:04 Building docker-security-proxy-setup-go ... 21:00:04 Building docker-security-secretstore-setup-go ... 21:00:04 Building docker-support-notifications-go ... 21:00:04 Building docker-support-scheduler-go ... 21:00:04 Building docker-sys-mgmt-agent-go ... 21:00:04 Building docker-support-notifications-go 21:00:04 Building docker-sys-mgmt-agent-go 21:00:04 Building docker-security-proxy-setup-go 21:00:04 Building docker-security-secretstore-setup-go 21:00:04 Building docker-core-command-go 21:00:05 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:00:27 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:00:32 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:00:39 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:00:40 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:00:45 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:00:50 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:00:56 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:01:00 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:01:03 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:01:08 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:01:15 $ docker stop --time=1 e729d097f53e4e3a549b4abb175c4c326070cc2555b8a2fee9a3b79c47b53c02 21:01:17 $ docker rm -f e729d097f53e4e3a549b4abb175c4c326070cc2555b8a2fee9a3b79c47b53c02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:19 21:01:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:01:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:20 latest: Pulling from edgex-devops/edgex-compose-arm64 21:01:20 29e5d40040c1: Pulling fs layer 21:01:20 1ce36da41761: Pulling fs layer 21:01:20 25b303627fd3: Pulling fs layer 21:01:20 29e5d40040c1: Verifying Checksum 21:01:20 29e5d40040c1: Download complete 21:01:21 1ce36da41761: Verifying Checksum 21:01:21 1ce36da41761: Download complete 21:01:21 29e5d40040c1: Pull complete 21:01:23 25b303627fd3: Verifying Checksum 21:01:23 25b303627fd3: Download complete 21:01:23 1ce36da41761: Pull complete 21:01:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 873f87f64ee2 21:01:27 Step 3/23 : WORKDIR /edgex-go 21:01:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 873f87f64ee2 21:01:27 Step 3/24 : WORKDIR /edgex-go 21:01:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 873f87f64ee2 21:01:27 Step 3/23 : WORKDIR /edgex-go 21:01:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 873f87f64ee2 21:01:27 Step 3/21 : WORKDIR /edgex-go 21:01:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:01:27 ---> 873f87f64ee2 21:01:27 Step 3/22 : WORKDIR /edgex-go 21:01:27 ---> Running in 611b20ebe34c 21:01:27 ---> Running in a25498f8a57c 21:01:27 ---> Running in 32e214cc1720 21:01:27 ---> Running in 57d74067b8a3 21:01:27 ---> Running in e3a67785b780 21:01:28 Removing intermediate container e3a67785b780 21:01:28 ---> b1edee5052d8 21:01:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:28 Removing intermediate container 611b20ebe34c 21:01:28 ---> e0fa7e6bf113 21:01:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:28 Removing intermediate container 32e214cc1720 21:01:28 ---> 202cfae3a6ac 21:01:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:28 Removing intermediate container 57d74067b8a3 21:01:28 ---> 38526d1c7d97 21:01:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:28 ---> Running in af1ca1a78d60 21:01:28 Removing intermediate container a25498f8a57c 21:01:28 ---> 05fde64bf826 21:01:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:28 ---> Running in 70e02b4c64b2 21:01:28 ---> Running in 395ca04065ea 21:01:28 ---> Running in ad1a26f1da58 21:01:28 ---> Running in a3ea50467f88 21:01:33 25b303627fd3: Pull complete 21:01:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:01:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:01:33 Removing intermediate container 395ca04065ea 21:01:33 ---> 50abad37a5ad 21:01:33 Step 5/23 : RUN apk add --update --no-cache make bash git 21:01:33 prd-ubuntu18.04-docker-arm64-4c-16g-33190 does not seem to be running inside a container 21:01:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:01:33 ---> Running in 4a12f424996a 21:01:34 Removing intermediate container af1ca1a78d60 21:01:34 ---> 0f5106483daf 21:01:34 Step 5/21 : RUN apk add --update --no-cache make git 21:01:34 Removing intermediate container 70e02b4c64b2 21:01:34 ---> 363cb0dfe507 21:01:34 Step 5/24 : RUN apk add --update --no-cache make git 21:01:34 Removing intermediate container a3ea50467f88 21:01:34 ---> 1005a8b61527 21:01:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:01:34 ---> Running in 667ace90722e 21:01:34 ---> Running in da082680d359 21:01:34 ---> Running in 02c607c7bc3e 21:01:35 Removing intermediate container ad1a26f1da58 21:01:35 ---> 9a16780d833b 21:01:35 Step 5/23 : RUN apk add --update --no-cache make git 21:01:35 ---> Running in d7fd46abba59 21:01:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:36 $ docker top 84f158399eedbfa9a0fa290872e13b5c2d88fa5c031f0bb4b605a791d9e6fc1f -eo pid,comm 21:01:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 21:01:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:37 OK: 233 MiB in 51 packages 21:01:37 OK: 233 MiB in 51 packages 21:01:37 + grep parallel 21:01:37 + docker-compose build --help 21:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:38 OK: 233 MiB in 51 packages 21:01:39 OK: 233 MiB in 51 packages 21:01:39 OK: 233 MiB in 51 packages 21:01:39 Removing intermediate container 667ace90722e 21:01:39 ---> 90dd25eef724 21:01:39 Step 6/21 : COPY go.mod . 21:01:39 Removing intermediate container 4a12f424996a 21:01:39 ---> 59c05cf8468e 21:01:39 Step 6/23 : COPY go.mod . 21:01:40 ---> fe5924e0e8c4 21:01:40 Step 7/21 : RUN go mod download 21:01:40 ---> f101d890b97e 21:01:40 Step 7/23 : RUN go mod download 21:01:40 Removing intermediate container 02c607c7bc3e 21:01:40 ---> 3682de152a39 21:01:40 Step 6/22 : COPY go.mod . 21:01:40 ---> Running in bc86d6ececcd 21:01:40 ---> Running in 338029df037e 21:01:41 --parallel Build images in parallel. 21:01:41 Removing intermediate container d7fd46abba59 21:01:41 ---> a693163dbb71 21:01:41 Step 6/23 : COPY go.mod . 21:01:41 Removing intermediate container da082680d359 21:01:41 ---> 49624d2c02eb 21:01:41 Step 6/24 : COPY go.mod . [Pipeline] } 21:01:41 $ docker stop --time=1 84f158399eedbfa9a0fa290872e13b5c2d88fa5c031f0bb4b605a791d9e6fc1f 21:01:41 ---> cb664a105976 21:01:41 Step 7/22 : RUN go mod download 21:01:42 ---> Running in 0b7ebc15aa30 21:01:42 ---> 1b2052ac4c1b 21:01:42 Step 7/23 : RUN go mod download 21:01:42 ---> 77b493434a6c 21:01:42 Step 7/24 : RUN go mod download 21:01:43 ---> Running in 3ff2443ffe29 21:01:43 ---> Running in e4827c33ee44 21:01:43 $ docker rm -f 84f158399eedbfa9a0fa290872e13b5c2d88fa5c031f0bb4b605a791d9e6fc1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:44 . [Pipeline] withDockerContainer 21:01:44 prd-ubuntu18.04-docker-arm64-4c-16g-33190 does not seem to be running inside a container 21:01:44 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:01:46 $ docker top 5f0dd03c2d7a2723ca2177d23954c81670e887a81e1c745d0293e4baa178059b -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:47 + docker-compose -f ./docker-compose-build.yml build --parallel 21:01:49 Removing intermediate container 3ff2443ffe29 21:01:49 ---> ebd2a015a77f 21:01:49 Step 8/23 : COPY . . 21:01:49 Removing intermediate container 0b7ebc15aa30 21:01:49 ---> e5942b129bf3 21:01:49 Step 8/22 : COPY . . 21:01:49 Removing intermediate container bc86d6ececcd 21:01:49 ---> c79bc3410edd 21:01:49 Step 8/23 : COPY . . 21:01:49 Removing intermediate container 338029df037e 21:01:49 ---> 5b1ccd1c2f7c 21:01:49 Step 8/21 : COPY . . 21:01:50 Removing intermediate container e4827c33ee44 21:01:50 ---> 5170bb46c9b3 21:01:50 Step 8/24 : COPY . . 21:01:51 Building docker-core-command-go ... 21:01:51 Building docker-core-data-go ... 21:01:51 Building docker-core-metadata-go ... 21:01:51 Building docker-security-bootstrapper-go ... 21:01:51 Building docker-security-proxy-setup-go ... 21:01:51 Building docker-security-secretstore-setup-go ... 21:01:51 Building docker-support-notifications-go ... 21:01:51 Building docker-support-scheduler-go ... 21:01:51 Building docker-sys-mgmt-agent-go ... 21:01:51 Building docker-security-secretstore-setup-go 21:01:51 Building docker-security-proxy-setup-go 21:01:51 Building docker-core-metadata-go 21:01:51 Building docker-support-notifications-go 21:01:51 Building docker-support-scheduler-go 21:03:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:03:13 ---> 50fa7b1a7234 21:03:13 Step 3/23 : WORKDIR /edgex-go 21:03:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:03:13 ---> 50fa7b1a7234 21:03:13 Step 3/22 : WORKDIR /edgex-go 21:03:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:03:13 ---> 50fa7b1a7234 21:03:13 Step 3/22 : WORKDIR /edgex-go 21:03:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:03:13 ---> 50fa7b1a7234 21:03:13 Step 3/24 : WORKDIR /edgex-go 21:03:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:03:13 ---> 50fa7b1a7234 21:03:13 Step 3/21 : WORKDIR /edgex-go 21:03:13 ---> Running in def74b169ea9 21:03:13 ---> Running in 28e1847d3f1f 21:03:13 ---> Running in ce351dbc070e 21:03:13 ---> Running in 44cbc19db1a6 21:03:13 ---> Running in 3b8d876efc5d 21:03:13 Removing intermediate container 28e1847d3f1f 21:03:13 ---> 71d02924e634 21:03:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:13 Removing intermediate container ce351dbc070e 21:03:13 ---> a62d6038a801 21:03:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:13 Removing intermediate container 44cbc19db1a6 21:03:13 ---> 7109e12cf774 21:03:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:13 Removing intermediate container 3b8d876efc5d 21:03:13 ---> f1aaa17fe2a0 21:03:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:13 Removing intermediate container def74b169ea9 21:03:13 ---> 62c7158a2fa8 21:03:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:13 ---> Running in 67c66775e20b 21:03:13 ---> Running in a69b63325f9e 21:03:13 ---> Running in d04f999ae227 21:03:13 ---> Running in 76382af4b126 21:03:13 ---> Running in bb55dd0718d3 21:03:13 Removing intermediate container 67c66775e20b 21:03:13 ---> 684d9c0ecc7d 21:03:13 Step 5/23 : RUN apk add --update --no-cache make git 21:03:13 ---> Running in ffd9b6955e98 21:03:13 Removing intermediate container a69b63325f9e 21:03:13 Removing intermediate container d04f999ae227 21:03:13 ---> 43a4b1de01ee 21:03:13 ---> 58d8464884fa 21:03:13 Step 5/22 : RUN apk add --update --no-cache make git 21:03:13 Step 5/21 : RUN apk add --update --no-cache make git 21:03:13 Removing intermediate container 76382af4b126 21:03:13 ---> 64e18e2d772a 21:03:13 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:03:13 ---> Running in 4c462f66712e 21:03:13 ---> Running in 05660cd98b60 21:03:13 ---> Running in 861c1ea6a358 21:03:13 Removing intermediate container bb55dd0718d3 21:03:13 ---> ab14e7b1066d 21:03:13 Step 5/24 : RUN apk add --update --no-cache make git 21:03:13 ---> Running in 59255c774f9d 21:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:13 OK: 217 MiB in 51 packages 21:03:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:14 OK: 217 MiB in 51 packages 21:03:14 Removing intermediate container ffd9b6955e98 21:03:14 ---> a1022b347192 21:03:14 Step 6/23 : COPY go.mod . 21:03:14 OK: 217 MiB in 51 packages 21:03:14 OK: 217 MiB in 51 packages 21:03:14 OK: 217 MiB in 51 packages 21:03:15 ---> 803ead195217 21:03:15 Step 7/23 : RUN go mod download 21:03:16 ---> Running in 4ec684599752 21:03:16 Removing intermediate container 4c462f66712e 21:03:16 ---> a1d2e540b38d 21:03:16 Step 6/21 : COPY go.mod . 21:03:16 Removing intermediate container 05660cd98b60 21:03:16 ---> f5877c620422 21:03:16 Step 6/22 : COPY go.mod . 21:03:16 Removing intermediate container 861c1ea6a358 21:03:16 ---> dd769d964baa 21:03:16 Step 6/22 : COPY go.mod . 21:03:17 Removing intermediate container 59255c774f9d 21:03:17 ---> fec7dd2cb605 21:03:17 Step 6/24 : COPY go.mod . 21:03:17 ---> 69c29781e81d 21:03:17 Step 7/21 : RUN go mod download 21:03:17 ---> Running in 61fd118e296a 21:03:17 ---> c61d5afeb92d 21:03:17 Step 7/22 : RUN go mod download 21:03:17 ---> Running in 3e2ad3e9e30c 21:03:18 ---> 2426125a3ceb 21:03:18 Step 7/22 : RUN go mod download 21:03:18 ---> 8ee78adb0eb0 21:03:18 Step 7/24 : RUN go mod download 21:03:18 ---> Running in f2859f3a3e5d 21:03:18 ---> Running in 7f60c4265501 21:03:19 Removing intermediate container 4ec684599752 21:03:19 ---> d5cb29aab441 21:03:19 Step 8/23 : COPY . . 21:03:22 Removing intermediate container 61fd118e296a 21:03:22 ---> bd3a89cd4a53 21:03:22 Step 8/21 : COPY . . 21:03:23 Removing intermediate container 3e2ad3e9e30c 21:03:23 ---> 94d428f677c2 21:03:23 Step 8/22 : COPY . . 21:03:23 Removing intermediate container f2859f3a3e5d 21:03:23 ---> b494b84f9a9d 21:03:23 Step 8/22 : COPY . . 21:03:24 Removing intermediate container 7f60c4265501 21:03:24 ---> 0ceaba11f6db 21:03:24 Step 8/24 : COPY . . 21:03:29 ---> 67b10541249c 21:03:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:03:29 ---> 3afe3b2aa3de 21:03:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:03:29 ---> a12f6db7d7f2 21:03:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:03:29 ---> c0b6d44cc8b8 21:03:29 Step 9/23 : RUN make cmd/core-command/core-command 21:03:29 ---> fbd00fd0433a 21:03:29 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:03:29 ---> Running in e0eb304d8c80 21:03:29 ---> Running in 1bb28d1f31fe 21:03:29 ---> Running in 42de36338b21 21:03:29 ---> Running in 527968169ccb 21:03:29 ---> Running in 40254aad41c2 21:03:29 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:03:29 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:03:29 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:03:29 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:03:29 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:03:50 ---> a7fcd6afda66 21:03:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:03:50 ---> Running in 492c6cdb0682 21:03:50 ---> b66ba769219e 21:03:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:03:50 ---> 688ef8912126 21:03:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:03:50 ---> ef98afdad9d2 21:03:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:03:50 ---> df77778c95fa 21:03:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:03:50 ---> Running in 6e5a7b9ed5db 21:03:50 ---> Running in 5f6431e61f3a 21:03:50 ---> Running in d5dc03275a94 21:03:50 ---> Running in 04fbb32d93c8 21:03:50 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:03: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 21:03:51 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:03:51 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:03:51 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:04:38 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:04:40 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:04:59 Removing intermediate container 40254aad41c2 21:04:59 ---> 9876ef4dfeca 21:04:59 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:04:59 ---> Running in 580c557bd156 21:04:59 Removing intermediate container 42de36338b21 21:04:59 ---> abeb2e564471 21:04:59 21:04:59 Step 10/22 : FROM alpine:3.12 21:04:59 Removing intermediate container 527968169ccb 21:04:59 ---> 0342ca9b5343 21:04:59 21:04:59 Step 10/23 : FROM alpine:3.12 21:04:59 3.12: Pulling from library/alpine 21:04:59 3.12: Pulling from library/alpine 21:04:59 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:05:00 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 21:05:00 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 21:05:00 Status: Image is up to date for alpine:3.12 21:05:00 ---> 7230e588e954 21:05:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:05:00 Status: Downloaded newer image for alpine:3.12 21:05:00 ---> 7230e588e954 21:05:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:05:02 ---> Running in 71e56f75f1da 21:05:02 ---> Running in 87c933bcf780 21:05:02 Removing intermediate container e0eb304d8c80 21:05:02 ---> f89be5918136 21:05:02 21:05:02 Step 10/21 : FROM alpine:3.12 21:05:02 ---> 7230e588e954 21:05:02 Step 11/21 : RUN apk add --update --no-cache curl 21:05:03 Removing intermediate container 1bb28d1f31fe 21:05:03 ---> ca8be2572052 21:05:03 21:05:03 Step 10/24 : FROM alpine:3.12 21:05:03 ---> 7230e588e954 21:05:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:05:03 ---> Running in eaad51390b20 21:05:03 ---> Running in 36e35f9158b2 21:05:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:05 Removing intermediate container 580c557bd156 21:05:05 ---> 8cf6ab22fbe8 21:05:05 21:05:05 Step 11/23 : FROM docker:20.10.0 21:05:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:05 20.10.0: Pulling from library/docker 21:05:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:06 (1/1) Installing dumb-init (1.2.2-r1) 21:05:06 Executing busybox-1.31.1-r20.trigger 21:05:06 OK: 6 MiB in 15 packages 21:05:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:06 (1/2) Installing ca-certificates (20191127-r4) 21:05:07 (1/6) Installing ca-certificates (20191127-r4) 21:05:07 (2/2) Installing dumb-init (1.2.2-r1) 21:05:07 Executing busybox-1.31.1-r20.trigger 21:05:07 Executing ca-certificates-20191127-r4.trigger 21:05:07 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:05:07 (3/6) Installing libcurl (7.69.1-r3) 21:05:07 (4/6) Installing curl (7.69.1-r3) 21:05:07 (5/6) Installing dumb-init (1.2.2-r1) 21:05:07 (6/6) Installing su-exec (0.2-r1) 21:05:07 Executing busybox-1.31.1-r20.trigger 21:05:07 Executing ca-certificates-20191127-r4.trigger 21:05:07 (1/4) Installing ca-certificates (20191127-r4) 21:05:07 OK: 6 MiB in 16 packages 21:05:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:05:07 (3/4) Installing libcurl (7.69.1-r3) 21:05:07 (4/4) Installing curl (7.69.1-r3) 21:05:07 OK: 7 MiB in 20 packages 21:05:07 Executing busybox-1.31.1-r20.trigger 21:05:07 Executing ca-certificates-20191127-r4.trigger 21:05:07 OK: 7 MiB in 18 packages 21:05:10 Removing intermediate container 71e56f75f1da 21:05:10 ---> 9025dc747650 21:05:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:05:10 ---> Running in 3aecfde5bebe 21:05:11 Removing intermediate container 87c933bcf780 21:05:11 ---> 27f682af23aa 21:05:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:05:11 Removing intermediate container 36e35f9158b2 21:05:11 ---> 73faca348292 21:05:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:11 Removing intermediate container eaad51390b20 21:05:11 ---> 6c31899892a6 21:05:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:11 Removing intermediate container 3aecfde5bebe 21:05:11 ---> fc1b3315d58e 21:05:11 Step 13/23 : ENV APP_PORT=48082 21:05:11 ---> Running in 7771f893c51e 21:05:11 ---> Running in c9b9fa035ab4 21:05:11 ---> Running in 6ddbad7a3dec 21:05:11 ---> Running in fc8c9f759379 21:05:12 Removing intermediate container 7771f893c51e 21:05:12 ---> 4b2e52d989ea 21:05:12 Step 13/22 : ENV APP_PORT=48060 21:05:12 Removing intermediate container c9b9fa035ab4 21:05:12 ---> 70b916e98733 21:05:12 Step 13/24 : WORKDIR / 21:05:12 Removing intermediate container 6ddbad7a3dec 21:05:12 ---> ea4ad434fb99 21:05:12 Step 13/21 : WORKDIR /edgex 21:05:12 Removing intermediate container fc8c9f759379 21:05:12 ---> db4cdcc83ac8 21:05:12 Step 14/23 : EXPOSE $APP_PORT 21:05:13 ---> Running in bbb1ef5208c7 21:05:13 ---> Running in d0d1a08c8327 21:05:13 ---> Running in 65a908e16738 21:05:14 ---> Running in ba3a59a8e91f 21:05:14 Removing intermediate container 65a908e16738 21:05:14 ---> 50bf1072a828 21:05:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:05:14 Removing intermediate container d0d1a08c8327 21:05:14 ---> bf9b834ffbc3 21:05:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:05:14 Removing intermediate container bbb1ef5208c7 21:05:14 ---> 686235d64f74 21:05:14 Step 14/22 : EXPOSE $APP_PORT 21:05:14 Removing intermediate container ba3a59a8e91f 21:05:14 ---> 1df33c754789 21:05:14 Step 15/23 : WORKDIR / 21:05:15 ---> Running in e4a023918316 21:05:15 ---> Running in 9ccbe149c950 21:05:15 ---> 00da3d0943ed 21:05:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:05:16 ---> 2c49b10caa04 21:05:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:05:16 Removing intermediate container e4a023918316 21:05:16 ---> 816c12fecb96 21:05:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:05:16 Removing intermediate container 9ccbe149c950 21:05:16 ---> 3b6fc7f58baf 21:05:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:05:17 ---> 8e2c077cf237 21:05:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:05:17 ---> 2864fb952978 21:05:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:05:18 ---> 396dbad2ef2b 21:05:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:05:18 ---> b1b73ec60393 21:05:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:05:19 ---> 985dda9f498f 21:05:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:05:20 ---> dc486eeab0fc 21:05:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:05:21 ---> 57b18e1b8342 21:05:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:05:21 ---> 2ad4240611e8 21:05:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:05:21 ---> Running in 626448e766bb 21:05:21 ---> a98183e9ebbe 21:05:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:05:21 Removing intermediate container 626448e766bb 21:05:21 ---> 7eec29255cfb 21:05:21 Step 18/21 : CMD ["--init=true"] 21:05:22 ---> Running in e40c44772d0e 21:05:22 ---> 30f684d3419b 21:05:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:05:22 ---> 33d6b0d01e27 21:05:22 Step 19/23 : ENTRYPOINT ["/core-command"] 21:05:22 ---> Running in a83ecd0a860e 21:05:22 ---> Running in 158e9404ffe2 21:05:22 ---> 4dce0c322502 21:05:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:05:22 Removing intermediate container e40c44772d0e 21:05:22 ---> cfc02e966592 21:05:22 Step 19/21 : LABEL arch=x86_64 21:05:23 ---> Running in b6c787233c4a 21:05:23 Removing intermediate container a83ecd0a860e 21:05:23 ---> 1b7abc9b40fb 21:05:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:23 Removing intermediate container 158e9404ffe2 21:05:23 ---> 8efe9f4d10ff 21:05:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:23 ---> Running in f380d09a0123 21:05:23 ---> Running in 4366ed83078e 21:05:23 ---> 829089183c37 21:05: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/ 21:05:23 Removing intermediate container b6c787233c4a 21:05:23 ---> d997bb7fff87 21:05:23 Step 20/21 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:05:23 ---> Running in bdaf04f3b621 21:05:24 ---> Running in fc2f8b3de691 21:05:24 Removing intermediate container f380d09a0123 21:05:24 ---> 96e5a62f3ec7 21:05:24 Step 20/22 : LABEL arch=x86_64 21:05:24 Removing intermediate container 4366ed83078e 21:05:24 ---> 0134adb85202 21:05:24 Step 21/23 : LABEL arch=x86_64 21:05:24 ---> Running in 2c906f356abc 21:05:24 ---> Running in 0e44290f13da 21:05:25 Removing intermediate container fc2f8b3de691 21:05:25 ---> a82acb5756ee 21:05:25 Step 21/21 : LABEL version=0.0.0 21:05:25 ---> Running in 6e378ab10705 21:05:25 Removing intermediate container 2c906f356abc 21:05:25 ---> 1dc1f3a341a8 21:05:25 Step 21/22 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:05:26 Removing intermediate container 0e44290f13da 21:05:26 ---> 9a59295f4d2a 21:05:26 Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:05:26 ---> Running in 05fbe1e458c0 21:05:26 Removing intermediate container 6e378ab10705 21:05:26 ---> 2c2765a71ef2 21:05:26 21:05:26 ---> Running in 80ab6d485757 21:05:27 Removing intermediate container 05fbe1e458c0 21:05:27 ---> 034b8739a593 21:05:27 Step 22/22 : LABEL version=0.0.0 21:05:27 Removing intermediate container 80ab6d485757 21:05:27 ---> f908fddc574b 21:05:27 Step 23/23 : LABEL version=0.0.0 21:05:28 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:05:28 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:05:28 ---> Running in 03fabfb38dcd 21:05:28 Successfully built 2c2765a71ef2 21:05:28 ---> Running in 1fd02d063a35 21:05:29 Successfully tagged docker-security-proxy-setup-go:latest 21:05:29 Building docker-core-data-go 21:05:29  Building docker-security-proxy-setup-go ... done Removing intermediate container bdaf04f3b621 21:05:29 ---> 6039a4cf84bb 21:05:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:05:29 ---> Running in dc7c4ac88f5a 21:05:29 Removing intermediate container 03fabfb38dcd 21:05:29 ---> e823035a4cd7 21:05:29 21:05:29 Removing intermediate container 1fd02d063a35 21:05:29 ---> 7cb362252f8a 21:05:29 21:05:31 Successfully built e823035a4cd7 21:05:31 Successfully built 7cb362252f8a 21:05:31 Successfully tagged docker-support-notifications-go:latest 21:05:31  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 21:05:31 Removing intermediate container dc7c4ac88f5a 21:05:31 ---> 606c7ca614fa 21:05:31 Step 22/24 : LABEL arch=x86_64 21:05:31 Successfully tagged docker-core-command-go:latest 21:05:31  Building docker-core-command-go ... done Building docker-core-metadata-go 21:05:32 ---> Running in a8aa9be5b5ef 21:05:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:05:32 Status: Downloaded newer image for docker:20.10.0 21:05:32 ---> aefe523efa57 21:05:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:05:32 ---> Running in c78c92f3c6dd 21:05:32 Removing intermediate container a8aa9be5b5ef 21:05:32 ---> 9b735489b4cd 21:05:32 Step 23/24 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:05:33 ---> Running in f283f24dd9bb 21:05:33 Removing intermediate container c78c92f3c6dd 21:05:33 ---> b3521cc1afbb 21:05:33 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:05:33 ---> Running in 0a1bca18213a 21:05:33 Removing intermediate container f283f24dd9bb 21:05:33 ---> 8020b57669c4 21:05:33 Step 24/24 : LABEL version=0.0.0 21:05:36 ---> Running in f16b0fb6d453 21:05:39 Removing intermediate container f16b0fb6d453 21:05:39 ---> 6ef09265a07e 21:05:39 21:05:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:40 Successfully built 6ef09265a07e 21:05:40 (1/39) Installing readline (8.0.4-r0) 21:05:40 Successfully tagged docker-security-secretstore-setup-go:latest 21:05:40 Building docker-support-scheduler-go 21:05:41  Building docker-security-secretstore-setup-go ... done (2/39) Installing bash (5.0.17-r0) 21:05:41 Executing bash-5.0.17-r0.post-install 21:05:41 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:05:41 (4/39) Installing libcurl (7.69.1-r3) 21:05:41 (5/39) Installing curl (7.69.1-r3) 21:05:41 (6/39) Installing dumb-init (1.2.2-r1) 21:05:41 (7/39) Installing libbz2 (1.0.8-r1) 21:05:41 (8/39) Installing expat (2.2.9-r1) 21:05:41 (9/39) Installing libffi (3.3-r2) 21:05:41 (10/39) Installing gdbm (1.13-r1) 21:05:41 (11/39) Installing xz-libs (5.2.5-r0) 21:05:41 (12/39) Installing sqlite-libs (3.32.1-r0) 21:05:41 (13/39) Installing python3 (3.8.8-r0) 21:05:43 Removing intermediate container 04fbb32d93c8 21:05:43 ---> c33cd13873e2 21:05:43 21:05:43 Step 10/24 : FROM alpine:3.12 21:05:43 3.12: Pulling from library/alpine 21:05:43 Removing intermediate container 5f6431e61f3a 21:05:43 ---> 09c897d866cf 21:05:43 21:05:43 Step 10/21 : FROM alpine:3.12 21:05:43 3.12: Pulling from library/alpine 21:05:43 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 21:05:43 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 21:05:43 Status: Downloaded newer image for alpine:3.12 21:05:43 Status: Image is up to date for alpine:3.12 21:05:43 ---> d75e27dfc0a0 21:05:43 ---> d75e27dfc0a0 21:05:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-execStep 11/21 : RUN apk add --update --no-cache curl 21:05:43 21:05:44 ---> Running in 3914d4bdbed6 21:05:44 ---> Running in 7196a8e4bb41 21:05:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:47 (1/4) Installing ca-certificates (20191127-r4) 21:05:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:05:47 (1/6) Installing ca-certificates (20191127-r4) 21:05:47 (3/4) Installing libcurl (7.69.1-r3) 21:05:47 (4/4) Installing curl (7.69.1-r3) 21:05:47 Executing busybox-1.31.1-r20.trigger 21:05:47 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:05:47 Executing ca-certificates-20191127-r4.trigger 21:05:47 (3/6) Installing libcurl (7.69.1-r3) 21:05:47 (4/6) Installing curl (7.69.1-r3) 21:05:47 (5/6) Installing dumb-init (1.2.2-r1) 21:05:47 (6/6) Installing su-exec (0.2-r1) 21:05:47 Executing busybox-1.31.1-r20.trigger 21:05:47 Executing ca-certificates-20191127-r4.trigger 21:05:47 OK: 7 MiB in 18 packages 21:05:48 OK: 7 MiB in 20 packages 21:05:49 (14/39) Installing py3-appdirs (1.4.4-r1) 21:05:49 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:05:49 (16/39) Installing py3-parsing (2.4.7-r0) 21:05:49 (17/39) Installing py3-six (1.15.0-r0) 21:05:49 (18/39) Installing py3-packaging (20.4-r0) 21:05:49 (19/39) Installing py3-setuptools (47.0.0-r0) 21:05:49 (20/39) Installing py3-chardet (3.0.4-r4) 21:05:50 (21/39) Installing py3-idna (2.9-r0) 21:05:50 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:05:50 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:05:50 (24/39) Installing py3-requests (2.23.0-r0) 21:05:51 (25/39) Installing py3-msgpack (1.0.0-r0) 21:05:51 (26/39) Installing py3-lockfile (0.12.2-r3) 21:05:51 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:05:51 (28/39) Installing py3-colorama (0.4.3-r0) 21:05:51 (29/39) Installing py3-distlib (0.3.0-r0) 21:05:51 (30/39) Installing py3-distro (1.5.0-r1) 21:05:51 (31/39) Installing py3-webencodings (0.5.1-r3) 21:05:51 (32/39) Installing py3-html5lib (1.0.1-r4) 21:05:51 Removing intermediate container 6e5a7b9ed5db 21:05:51 ---> 3a067af30a9f 21:05:51 21:05:51 Step 10/22 : FROM alpine:3.12 21:05:51 ---> d75e27dfc0a0 21:05:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:05:51 Removing intermediate container d5dc03275a94 21:05:51 ---> f3bcde55c6d6 21:05:51 21:05:51 Step 10/22 : FROM alpine:3.12 21:05:51 ---> d75e27dfc0a0 21:05:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:05:51 Removing intermediate container 7196a8e4bb41 21:05:51 ---> 02754bea1df1 21:05:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:51 ---> Running in c0261bd91d02 21:05:51 ---> Running in f596b128e947 21:05:51 Removing intermediate container 3914d4bdbed6 21:05:51 ---> e84cdf0af8d1 21:05:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:51 ---> Running in d788844243d3 21:05:52 ---> Running in 5d00b5abda8e 21:05:52 Removing intermediate container d788844243d3 21:05:52 ---> 37e1d9bb0d56 21:05:52 Step 13/21 : WORKDIR /edgex 21:05:52 (33/39) Installing py3-pytoml (0.1.21-r0) 21:05:52 ---> Running in 2a4c523442ea 21:05:52 (34/39) Installing py3-pep517 (0.8.2-r0) 21:05:52 (35/39) Installing py3-progress (1.5-r0) 21:05:52 (36/39) Installing py3-toml (0.10.1-r0) 21:05:52 (37/39) Installing py3-retrying (1.3.3-r0) 21:05:53 Removing intermediate container 5d00b5abda8e 21:05:53 ---> 3e0bfe0877af 21:05:53 Step 13/24 : WORKDIR / 21:05:53 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:05:53 (39/39) Installing py3-pip (20.1.1-r0) 21:05:53 ---> Running in f5f8463def1b 21:05:53 Removing intermediate container 2a4c523442ea 21:05:53 ---> a6581d9d9e1b 21:05:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:05:53 Executing busybox-1.31.1-r19.trigger 21:05:53 OK: 72 MiB in 59 packages 21:05:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:54 Removing intermediate container f5f8463def1b 21:05:54 ---> 561fc520e181 21:05:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:05:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:54 (1/2) Installing ca-certificates (20191127-r4) 21:05:54 (2/2) Installing dumb-init (1.2.2-r1) 21:05:54 Executing busybox-1.31.1-r20.trigger 21:05:54 Executing ca-certificates-20191127-r4.trigger 21:05:54 (1/1) Installing dumb-init (1.2.2-r1) 21:05:54 Executing busybox-1.31.1-r20.trigger 21:05:54 OK: 5 MiB in 15 packages 21:05:54 OK: 6 MiB in 16 packages 21:05:55 ---> acd4f00a65e7 21:05:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:05:55 ---> 2afc0a3df6ca 21:05:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:05:57 Removing intermediate container c0261bd91d02 21:05:57 ---> e4b2508252e7 21:05:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:05:57 Removing intermediate container 492c6cdb0682 21:05:57 ---> 9a8e2573b23f 21:05:57 21:05:57 Step 10/23 : FROM alpine:3.12 21:05:57 ---> d75e27dfc0a0 21:05:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:05:57 ---> Using cache 21:05:57 ---> e4b2508252e7 21:05:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:05:57 ---> b688b4530c33 21:05:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:05:57 ---> 34e8df8554b6 21:05:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:05:57 ---> Running in a03160e7f57f 21:05:57 ---> Running in bb5e19b1edb0 21:05:57 Removing intermediate container f596b128e947 21:05:57 ---> 3e94b7869274 21:05:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:05:57 ---> Running in fef21ea54576 21:05:58 Removing intermediate container a03160e7f57f 21:05:58 ---> 4e5b5c52ebfe 21:05:58 Step 13/22 : ENV APP_PORT=48085 21:05:58 Removing intermediate container bb5e19b1edb0 21:05:58 ---> 16b2bae5c2ef 21:05:58 Step 13/23 : ENV APP_PORT=48081 21:05:58 ---> Running in b20b5db7b93e 21:05:58 ---> ebc70993d982 21:05:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:05:58 ---> Running in f0f179f1c7d4 21:05:58 Removing intermediate container fef21ea54576 21:05:58 ---> 01ccadff8b09 21:05:58 Step 13/22 : ENV APP_PORT=48060 21:05:58 ---> ca746ace7b05 21:05:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:05:58 ---> Running in a141ef95b192 21:05:58 ---> Running in 8e3c1992022a 21:05:59 Removing intermediate container b20b5db7b93e 21:05:59 ---> 868c5a3afa7b 21:05:59 Step 14/22 : EXPOSE $APP_PORT 21:05:59 Removing intermediate container f0f179f1c7d4 21:05:59 ---> 22ebcfe15c40 21:05:59 Step 14/23 : EXPOSE $APP_PORT 21:05:59 ---> Running in ad86e6d9e17c 21:05:59 Removing intermediate container a141ef95b192 21:05:59 ---> 6c6dfd33d847 21:05:59 Step 14/22 : EXPOSE $APP_PORT 21:05:59 ---> Running in 360893cc0c01 21:05:59 Removing intermediate container 8e3c1992022a 21:05:59 ---> c811a38af858 21:05:59 Step 18/21 : CMD ["--init=true"] 21:06:00 ---> Running in ef08fbf66e2f 21:06:00 ---> Running in 5f8e35a7110a 21:06:00 Removing intermediate container ad86e6d9e17c 21:06:00 ---> ed234793f253 21:06:00 Removing intermediate container 360893cc0c01 21:06:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / ---> 7891afee5871 21:06:00 21:06:00 Step 15/23 : WORKDIR / 21:06:00 ---> c82cafdd7f55 21:06:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:06:00 ---> Running in ca8bc308414e 21:06:00 Removing intermediate container ef08fbf66e2f 21:06:00 ---> e3326af0448f 21:06:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:06:00 Removing intermediate container 5f8e35a7110a 21:06:00 ---> a6be4338db16 21:06:00 Step 19/21 : LABEL arch=arm64 21:06:00 Collecting docker-compose==1.23.2 21:06:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:06:00 Collecting websocket-client<1.0,>=0.32.0 21:06:00 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:06:01 ---> Running in 4112b03c111e 21:06:01 Collecting jsonschema<3,>=2.5.1 21:06:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:06:01 ---> 5118222e18ab 21:06:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:06:01 Removing intermediate container ca8bc308414e 21:06:01 ---> 91a8d549eb96 21:06:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:06:01 ---> 08f5a918c9e7 21:06:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:06:01 ---> 7d51024a2c67 21:06:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:06:02 Removing intermediate container 4112b03c111e 21:06:02 ---> 768454e8a601 21:06:02 Step 20/21 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:06:02 Collecting cached-property<2,>=1.2.0 21:06:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:06:02 ---> Running in 8ebc542a662b 21:06:02 ---> d2913a926237 21:06:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:06:02 Removing intermediate container 8ebc542a662b 21:06:02 ---> ddbb307b7931 21:06:02 Step 21/21 : LABEL version=0.0.0 21:06:03 ---> Running in 91fefdcdde8a 21:06:03 ---> 23c830e82559 21:06:03 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:06:03 ---> e6e1be1f6edc 21:06:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:06:03 ---> Running in 49faee08a31d 21:06:03 ---> b92246188f3f 21:06:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:06:03 Collecting docopt<0.7,>=0.6.1 21:06:03 Downloading docopt-0.6.2.tar.gz (25 kB) 21:06:03 Removing intermediate container 91fefdcdde8a 21:06:03 ---> 3e28707d2ce8 21:06:03 21:06:04 ---> ca37114cdddb 21:06:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:06:04 Successfully built 3e28707d2ce8 21:06:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:06:04  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 21:06:04 ---> b44ee2a00b8d 21:06:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:06:04 ---> b3e3a8cc83ae 21:06:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:06:05 ---> Running in 56f0638810de 21:06:05 ---> Running in f5afba0c5ea4 21:06:05 ---> 4c8caed480fa 21:06:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:06:05 ---> Running in 74493f7ef97a 21:06:06 Removing intermediate container 56f0638810de 21:06:06 ---> d02bfbf6beeb 21:06:06 Removing intermediate container f5afba0c5ea4 21:06:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:06:06 ---> 1a1028e1043c 21:06:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:06:06 ---> Running in 1d0c020f7bbd 21:06:06 ---> Running in 4c656f73828e 21:06:06 Removing intermediate container 74493f7ef97a 21:06:06 ---> b8e916750d38 21:06:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:06:06 Removing intermediate container 49faee08a31d 21:06:06 ---> 5a09a9ec3a08 21:06:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:06:07 ---> Running in acc27b70da01 21:06:07 ---> Running in d088b5a32577 21:06:07 Removing intermediate container 4c656f73828e 21:06:07 ---> 1a8dd3e71723 21:06:07 Step 20/22 : LABEL arch=arm64 21:06:07 Removing intermediate container 1d0c020f7bbd 21:06:07 ---> fbbefeda2aec 21:06:07 Step 20/22 : LABEL arch=arm64 21:06:08 ---> Running in fbfdf0943b13 21:06:08 ---> Running in 0dbe49d20823 21:06:08 Removing intermediate container d088b5a32577 21:06:08 ---> d65c344fda64 21:06:08 Step 22/24 : LABEL arch=arm64 21:06:08 Removing intermediate container acc27b70da01 21:06:08 ---> cd41b22d911a 21:06:08 Step 21/23 : LABEL arch=arm64 21:06:08 ---> Running in 130f1afa91f0 21:06:08 ---> Running in fd5a54fefa0d 21:06:08 Removing intermediate container 0dbe49d20823 21:06:08 ---> 75d5c22ef7ce 21:06:08 Step 21/22 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:06:08 Removing intermediate container fbfdf0943b13 21:06:08 ---> bc17728df186 21:06:08 Step 21/22 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:06:08 ---> Running in 11a3377b870a 21:06:08 ---> Running in b9f2af19ea54 21:06:09 Removing intermediate container fd5a54fefa0d 21:06:09 ---> cdc9f3e636ab 21:06:09 Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:06:09 Removing intermediate container 130f1afa91f0 21:06:09 ---> 8987d7a52af0 21:06:09 Step 23/24 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:06:09 ---> Running in 84215040e549 21:06:09 ---> Running in 458a498807e4 21:06:09 Removing intermediate container 11a3377b870a 21:06:09 Removing intermediate container b9f2af19ea54 21:06:09 ---> 53c73ef05b5b 21:06:09 ---> 6f381bf0cc9d 21:06:09 Step 22/22 : LABEL version=0.0.0 21:06:09 Step 22/22 : LABEL version=0.0.0 21:06:10 ---> Running in 73740d37c895 21:06:10 ---> Running in fee9bcfd1354 21:06:10 Removing intermediate container 84215040e549 21:06:10 Removing intermediate container 458a498807e4 21:06:10 ---> 56fca1249a87 21:06:10 ---> b80324e181e0 21:06:10 Step 24/24 : LABEL version=0.0.0 21:06:10 Step 23/23 : LABEL version=0.0.0 21:06:11 ---> Running in eae04b6e3a3f 21:06:11 ---> Running in b319681e79af 21:06:11 Removing intermediate container fee9bcfd1354 21:06:11 ---> 556c357381fc 21:06:11 21:06:11 Removing intermediate container 73740d37c895 21:06:11 ---> 44f136483719 21:06:11 21:06:11 Successfully built 556c357381fc 21:06:11 Successfully built 44f136483719 21:06:11 Removing intermediate container b319681e79af 21:06:11 ---> 6e8cf7eb3083 21:06:11 21:06:11 Successfully tagged docker-support-scheduler-go-arm64:latest 21:06:11 Successfully tagged docker-support-notifications-go-arm64:latest 21:06:12  Building docker-support-notifications-go ... done  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 21:06:12 Building docker-core-command-go 21:06:12 Removing intermediate container eae04b6e3a3f 21:06:12 ---> ccf6089bb8ae 21:06:12 21:06:12 Successfully built 6e8cf7eb3083 21:06:12 Successfully built ccf6089bb8ae 21:06:12 Successfully tagged docker-core-metadata-go-arm64:latest 21:06:12  Building docker-core-metadata-go ... done Building docker-core-data-go 21:06:12 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:06:15 Collecting docker<4.0,>=3.6.0 21:06:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:06:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:06:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:06:16 Collecting dockerpty<0.5,>=0.4.1 21:06:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:06:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:06:23 Collecting PyYAML<4,>=3.10 21:06:23 Downloading PyYAML-3.13.tar.gz (270 kB) 21:06:29 Collecting texttable<0.10,>=0.9.0 21:06:29 Downloading texttable-0.9.1.tar.gz (11 kB) 21:06:30 Collecting docker-pycreds>=0.4.0 21:06:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:06:31 Collecting urllib3<1.25,>=1.21.1 21:06:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:06:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:06:31 Collecting idna<2.8,>=2.5 21:06:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:06:31 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:06:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:06:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:06:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:06:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:06:33 Installing collected packages: websocket-client, jsonschema, cached-property, docopt, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, texttable, docker-compose 21:06:35 Running setup.py install for docopt: started 21:06:41 Running setup.py install for docopt: finished with status 'done' 21:06:42 Attempting uninstall: urllib3 21:06:42 Found existing installation: urllib3 1.25.9 21:06:42 Uninstalling urllib3-1.25.9: 21:06:42 Successfully uninstalled urllib3-1.25.9 21:06:44 Attempting uninstall: idna 21:06:44 Found existing installation: idna 2.9 21:06:44 Uninstalling idna-2.9: 21:06:44 Successfully uninstalled idna-2.9 21:06:46 Attempting uninstall: requests 21:06:46 Found existing installation: requests 2.23.0 21:06:46 Uninstalling requests-2.23.0: 21:06:46 Successfully uninstalled requests-2.23.0 21:06:49 Running setup.py install for dockerpty: started 21:06:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:06:49 ---> 873f87f64ee2 21:06:49 Step 3/23 : WORKDIR /edgex-go 21:06:49 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:06:49 ---> 873f87f64ee2 21:06:49 Step 3/31 : WORKDIR /edgex-go 21:06:49 ---> Using cache 21:06:49 ---> 05fde64bf826 21:06:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:49 ---> Using cache 21:06:49 ---> 05fde64bf826 21:06:49 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:49 ---> Using cache 21:06:49 ---> 1005a8b61527 21:06:49 Step 5/31 : RUN apk add --update --no-cache make git 21:06:49 ---> Using cache 21:06:49 ---> 1005a8b61527 21:06:49 Step 5/23 : RUN apk add --update --no-cache make git 21:06:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:06:49 ---> 873f87f64ee2 21:06:49 Step 3/23 : WORKDIR /edgex-go 21:06:49 ---> Using cache 21:06:49 ---> 05fde64bf826 21:06:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:49 ---> Using cache 21:06:49 ---> 1005a8b61527 21:06:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:06:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:06:50 ---> 873f87f64ee2 21:06:50 Step 3/22 : WORKDIR /edgex-go 21:06:50 ---> Using cache 21:06:50 ---> 05fde64bf826 21:06:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:50 ---> Using cache 21:06:50 ---> 1005a8b61527 21:06:50 Step 5/22 : RUN apk add --update --no-cache make git 21:06:51 ---> Running in addd920c9984 21:06:51 ---> Running in 536d2b31e2b3 21:06:51 ---> Running in 3858cff6da6d 21:06:51 ---> Running in bd96fcfab118 21:06:51 Running setup.py install for dockerpty: finished with status 'done' 21:06:51 Running setup.py install for PyYAML: started 21:06:53 Running setup.py install for PyYAML: finished with status 'done' 21:06:53 Running setup.py install for texttable: started 21:06:55 Running setup.py install for texttable: finished with status 'done' 21:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:06:55 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 21:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:06:57 OK: 233 MiB in 51 packages 21:06:57 OK: 233 MiB in 51 packages 21:06:57 OK: 233 MiB in 51 packages 21:06:57 OK: 233 MiB in 51 packages 21:06:59  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:06:59 ---> 50fa7b1a7234 21:06:59 Step 3/31 : WORKDIR /edgex-go 21:06:59 ---> Using cache 21:06:59 ---> 62c7158a2fa8 21:06:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:59 ---> Using cache 21:06:59 ---> ab14e7b1066d 21:06:59 Step 5/31 : RUN apk add --update --no-cache make git 21:06:59 ---> Using cache 21:06:59 ---> fec7dd2cb605 21:06:59 Step 6/31 : COPY go.mod . 21:06:59 ---> Using cache 21:06:59 ---> 8ee78adb0eb0 21:06:59 Step 7/31 : RUN go mod download 21:06:59 ---> Using cache 21:06:59 ---> 0ceaba11f6db 21:06:59 Step 8/31 : COPY . . 21:06:59 ---> Using cache 21:06:59 ---> df77778c95fa 21:06:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:06:59 ---> Running in 417efcd78efc 21:06:59 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:07:00 Removing intermediate container 536d2b31e2b3 21:07:00 ---> e8fb22f6a6c3 21:07:00 Step 6/22 : COPY go.mod . 21:07:01 Removing intermediate container bd96fcfab118 21:07:01 ---> 38f9a1ddb8eb 21:07:01 Step 6/31 : COPY go.mod . 21:07:01 Removing intermediate container 3858cff6da6d 21:07:01 ---> 50e627b15bdb 21:07:01 Step 6/23 : COPY go.mod . 21:07:02 Removing intermediate container addd920c9984 21:07:02 ---> 7195f623392e 21:07:02 Step 6/23 : COPY go.mod . 21:07:02 ---> d11a70fa1284 21:07:02 Step 7/22 : RUN go mod download 21:07:02 ---> eb23f35de46b 21:07:02 Step 7/31 : RUN go mod download 21:07:02 ---> 03622908c055 21:07:02 Step 7/23 : RUN go mod download 21:07:02 ---> Running in f21aebe8123c 21:07:02 ---> Running in 2d73e035dcd4 21:07:02 ---> Running in 19cb746a00da 21:07:03 ---> 8fa712f349ed 21:07:03 Step 7/23 : RUN go mod download 21:07:03 ---> Running in 1f068956476c 21:07:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:07:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:07:06 ---> 50fa7b1a7234 21:07:06 Step 3/23 : WORKDIR /edgex-go 21:07:06 ---> Using cache 21:07:06 ---> 62c7158a2fa8 21:07:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:07:06 ---> Using cache 21:07:06 ---> ab14e7b1066d 21:07:06 Step 5/23 : RUN apk add --update --no-cache make git 21:07:06 ---> Using cache 21:07:06 ---> fec7dd2cb605 21:07:06 Step 6/23 : COPY go.mod . 21:07:06 ---> Using cache 21:07:06 ---> 8ee78adb0eb0 21:07:06 Step 7/23 : RUN go mod download 21:07:06 ---> Using cache 21:07:06 ---> 0ceaba11f6db 21:07:06 Step 8/23 : COPY . . 21:07:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:07:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:07:06 ---> 50fa7b1a7234 21:07:06 Step 3/23 : WORKDIR /edgex-go 21:07:06 ---> Using cache 21:07:06 ---> 62c7158a2fa8 21:07:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:07:06 ---> Using cache 21:07:06 ---> ab14e7b1066d 21:07:06 Step 5/23 : RUN apk add --update --no-cache make bash git 21:07:06 ---> Using cache 21:07:06 ---> df77778c95fa 21:07:06 Step 9/23 : RUN make cmd/core-command/core-command 21:07:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:07:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:07:06 ---> 50fa7b1a7234 21:07:06 Step 3/23 : WORKDIR /edgex-go 21:07:06 ---> Using cache 21:07:06 ---> 62c7158a2fa8 21:07:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:07:06 ---> Using cache 21:07:06 ---> ab14e7b1066d 21:07:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:07:07 ---> Running in 8c6c3ee99f58 21:07:07 ---> Running in 0b680269adfc 21:07:07 ---> Running in 713733cc3a4b 21:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:10 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:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:11 Removing intermediate container 19cb746a00da 21:07:11 ---> 31975901595d 21:07:11 Step 8/23 : COPY . . 21:07:11 Removing intermediate container 1f068956476c 21:07:11 ---> 7d8a186b30ed 21:07:11 Step 8/23 : COPY . . 21:07:11 Removing intermediate container f21aebe8123c 21:07:11 ---> c130990f52dc 21:07:11 Step 8/22 : COPY . . 21:07:11 Removing intermediate container 2d73e035dcd4 21:07:11 ---> 54a2e31bef03 21:07:11 Step 8/31 : COPY . . 21:07:11 OK: 217 MiB in 51 packages 21:07:11 OK: 217 MiB in 51 packages 21:07:13 Removing intermediate container 8c6c3ee99f58 21:07:13 ---> cdb72f5504e5 21:07:13 Step 6/23 : COPY go.mod . 21:07:13 Removing intermediate container 0b680269adfc 21:07:13 ---> 79071aacc1df 21:07:13 Step 6/23 : COPY go.mod . 21:07:14 ---> 70e2fca9ad4f 21:07:14 Step 7/23 : RUN go mod download 21:07:15 ---> bb606d9913d4 21:07:15 Step 7/23 : RUN go mod download 21:07:15 ---> Running in d6688d89c5cd 21:07:15 ---> Running in 790da4324c22 21:07:21 Removing intermediate container d6688d89c5cd 21:07:21 ---> b7025096cf0a 21:07:21 Step 8/23 : COPY . . 21:07:21 Removing intermediate container 790da4324c22 21:07:21 ---> 5ca70e6aaff4 21:07:21 Step 8/23 : COPY . . 21:07:53 ---> ae23e77536b3 21:07:53 Step 9/23 : RUN make cmd/core-data/core-data 21:07:53 ---> 6e17ea5d75a5 21:07:53 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:07:53 ---> Running in 9c91245a796f 21:07:53 ---> Running in 16fd0918b0ff 21:07:53 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:07:53 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:08:00 Removing intermediate container 417efcd78efc 21:08:00 ---> 46a5ae0c7c4c 21:08:00 21:08:00 Step 10/31 : FROM alpine:3.12 21:08:00 ---> d75e27dfc0a0 21:08:00 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:08:00 ---> Running in 7c35bac2baeb 21:08:01 Removing intermediate container 7c35bac2baeb 21:08:01 ---> 185cb8e604db 21:08:01 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:08:01 ---> Running in 035a26ad8c0e 21:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:04 (1/2) Installing dumb-init (1.2.2-r1) 21:08:04 (2/2) Installing su-exec (0.2-r1) 21:08:04 Executing busybox-1.31.1-r20.trigger 21:08:04 OK: 5 MiB in 16 packages 21:08:06 Removing intermediate container 035a26ad8c0e 21:08:06 ---> 07dc9c49d23a 21:08:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:08:06 ---> Running in d31251b3b83f 21:08:06 Removing intermediate container d31251b3b83f 21:08:06 ---> e203a67d00f7 21:08:06 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:08:06 ---> Running in a723c5411c39 21:08:07 Removing intermediate container a723c5411c39 21:08:07 ---> a56d92fe2311 21:08:07 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:08:07 ---> Running in b0376d1d038f 21:08:12 Removing intermediate container b0376d1d038f 21:08:12 ---> 0399706182ac 21:08:12 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:08:12 ---> Running in ca9b222cd2b7 21:08:12 Removing intermediate container ca9b222cd2b7 21:08:12 ---> aa150062de60 21:08:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:08:13 ---> fcc08af97514 21:08:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:08:13 ---> Running in f68b1a318008 21:08:17 Removing intermediate container f68b1a318008 21:08:17 ---> 1f19962ca422 21:08:17 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:08:18 ---> bd43afb66cf7 21:08:18 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:08:20 ---> d5a6306cf11a 21:08:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:08:21 ---> 5ac182dfd292 21:08:21 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:08:23 ---> 8ff894ddbc03 21:08:23 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:08:24 ---> 35ff67739c00 21:08:24 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:08:24 ---> Running in 3db198f25ddc 21:08:25 Removing intermediate container 3db198f25ddc 21:08:25 ---> dbe4e91a8dc5 21:08:25 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:08:27 ---> 77e210fc4304 21:08:27 Step 26/31 : RUN chmod +x /entrypoint.sh 21:08:28 ---> Running in ac1b60a54c7c 21:08:29 Removing intermediate container 713733cc3a4b 21:08:29 ---> 1292aea79d24 21:08:29 21:08:29 Step 10/23 : FROM alpine:3.12 21:08:29 ---> d75e27dfc0a0 21:08:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:08:29 ---> Using cache 21:08:29 ---> e4b2508252e7 21:08:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:08:29 ---> Using cache 21:08:29 ---> 16b2bae5c2ef 21:08:29 Step 13/23 : ENV APP_PORT=48082 21:08:30 ---> Running in a78751220105 21:08:31 Removing intermediate container a78751220105 21:08:31 ---> a4bdadc57009 21:08:31 Step 14/23 : EXPOSE $APP_PORT 21:08:31 ---> Running in f69245a96fed 21:08:32 Removing intermediate container f69245a96fed 21:08:32 ---> 404fd3d4d881 21:08:32 Step 15/23 : WORKDIR / 21:08:32 Removing intermediate container ac1b60a54c7c 21:08:32 ---> 8db95066e5df 21:08:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:08:32 ---> Running in 28c9719131ac 21:08:32 ---> Running in d193638005f6 21:08:33 Removing intermediate container 28c9719131ac 21:08:33 ---> ab6e4cc34af2 21:08:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:08:33 Removing intermediate container d193638005f6 21:08:33 ---> 24ddf7c3c358 21:08:33 Step 28/31 : CMD ["gate"] 21:08:34 ---> Running in 4038ae3fa268 21:08:34 ---> 18bcfb0f2f81 21:08:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:08:34 Removing intermediate container 0a1bca18213a 21:08:34 ---> 3a0d48596cbc 21:08:34 Step 14/23 : ENV APP_PORT=48090 21:08:34 ---> Running in 372a430f50cd 21:08:34 Removing intermediate container 372a430f50cd 21:08:34 ---> 71c6b175569d 21:08:34 Step 15/23 : EXPOSE $APP_PORT 21:08:34 Removing intermediate container 4038ae3fa268 21:08:34 ---> 0ad6f1679e05 21:08:34 Step 29/31 : LABEL arch=arm64 21:08:35 ---> Running in bf0e1fa58f9f 21:08:35 ---> Running in 9958f9cc0ead 21:08:36 Removing intermediate container 9958f9cc0ead 21:08:36 ---> 812997fb3dc6 21:08:36 Step 30/31 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:08:36 ---> 2b63c379800a 21:08:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:08:37 ---> Running in 4c692f2d3d3c 21:08:37 ---> d441396454ea 21:08:37 Step 19/23 : ENTRYPOINT ["/core-command"] 21:08:38 ---> Running in 42263b76ab99 21:08:38 Removing intermediate container 4c692f2d3d3c 21:08:38 ---> e7f0c08b764c 21:08:38 Step 31/31 : LABEL version=0.0.0 21:08:38 ---> Running in f9b905704350 21:08:38 Removing intermediate container 42263b76ab99 21:08:38 ---> da4d342e8285 21:08:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:39 ---> Running in a9626360d1cb 21:08:39 Removing intermediate container f9b905704350 21:08:39 ---> 249520758811 21:08:39 21:08:39 Removing intermediate container a9626360d1cb 21:08:39 ---> bb8f6019b2f2 21:08:39 Step 21/23 : LABEL arch=arm64 21:08:40 ---> Running in 0705304a217b 21:08:40 Successfully built 249520758811 21:08:40 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:08:40  Building docker-security-bootstrapper-go ... done Removing intermediate container 0705304a217b 21:08:40 ---> 9fb45cafd383 21:08:40 Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:08:40 ---> Running in 4c05a52f6ce8 21:08:41 Removing intermediate container 4c05a52f6ce8 21:08:41 ---> 4e16ff653ef1 21:08:41 Step 23/23 : LABEL version=0.0.0 21:08:41 ---> Running in ae05b642264e 21:08:42 Removing intermediate container ae05b642264e 21:08:42 ---> ed690e653c00 21:08:42 21:08:43 Successfully built ed690e653c00 21:08:43 Successfully tagged docker-core-command-go-arm64:latest 21:08:44 Removing intermediate container bf0e1fa58f9f 21:08:44 ---> 077f33e3b97b 21:08:44 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:08:47 ---> db576d42e5f2 21:08:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:08:50 ---> 45e54bdd9bd8 21:08:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:08:51 ---> d40b61a4bbc9 21:08:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:08:51 ---> 7a8954ef77ca 21:08:51 Step 9/23 : RUN make cmd/core-data/core-data 21:08:51 ---> e8e5d98b592c 21:08:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:08:51 ---> a51915171c01 21:08:51 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 21:08:52 ---> Running in 6eb7ea4bf324 21:08:52 ---> Running in 30e3020ca57a 21:08:52 ---> Running in 9a92750f390d 21:08:52 ---> Running in 1795edd14d2c 21:08:54 ---> e2b134239051 21:08:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:08:54 Removing intermediate container 1795edd14d2c 21:08:54 ---> febf714c9ab5 21:08:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:54 ---> Running in 1c7385bebbe2 21:08:54 ---> Running in f57e180eb436 21:08:55 Removing intermediate container f57e180eb436 21:08:55 ---> 417198d6c6be 21:08:55 Step 21/23 : LABEL arch=x86_64 21:08:56 ---> Running in e011f5ad41e7 21:08:56 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:08:56 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:08:56 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: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 21:08:56 Removing intermediate container e011f5ad41e7 21:08:56 ---> b8a9b85d83d3 21:08:56 Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:08:57 ---> Running in 62b2207bffb3 21:08:58 Removing intermediate container 62b2207bffb3 21:08:58 ---> de141423cea1 21:08:58 Step 23/23 : LABEL version=0.0.0 21:08:58 ---> Running in 710de5e2f21c 21:08:59 Removing intermediate container 710de5e2f21c 21:08:59 ---> 4ecce28bfab8 21:08:59 21:09:00 Successfully built 4ecce28bfab8 21:09:00 Successfully tagged docker-sys-mgmt-agent-go:latest 21:09:05  Building docker-core-command-go ... done Removing intermediate container 9c91245a796f 21:09:05 ---> 70653dc5aef2 21:09:05 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:09:05 ---> Running in 72e5b5fb2f7c 21:09: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 21:09:08 Removing intermediate container 72e5b5fb2f7c 21:09:08 ---> c8934ed57d14 21:09:08 21:09:08 Step 11/23 : FROM docker:20.10.0 21:09:08 20.10.0: Pulling from library/docker 21:09:15 Removing intermediate container 16fd0918b0ff 21:09:15 ---> 1e7592cb5d0e 21:09:15 21:09:15 Step 10/23 : FROM alpine:3.12 21:09:15 ---> d75e27dfc0a0 21:09:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:09:15 ---> Running in ffcd755b751a 21:09:15 Removing intermediate container ffcd755b751a 21:09:15 ---> 4e419dacaea3 21:09:15 Step 12/23 : ENV APP_PORT=48080 21:09:16 ---> Running in 6e7e67d07782 21:09:16 Removing intermediate container 6e7e67d07782 21:09:16 ---> be99e4ab9989 21:09:16 Step 13/23 : EXPOSE $APP_PORT 21:09:17 ---> Running in 9e7b33172e80 21:09:17 Removing intermediate container 9e7b33172e80 21:09:17 ---> 56782645d921 21:09:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:17 ---> Running in 8c3f3e62c081 21:09:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:09:17 Status: Downloaded newer image for docker:20.10.0 21:09:17 ---> eeaf43b92773 21:09:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:09:17 ---> Running in d3e4c77b1577 21:09:18 Removing intermediate container d3e4c77b1577 21:09:18 ---> c4e695adf860 21:09:18 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:09:18 ---> Running in 7b6c4694ee9f 21:09:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:20 Removing intermediate container 8c3f3e62c081 21:09:20 ---> de739d72b7b7 21:09:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:09:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:20 ---> Running in 27190fafeeb6 21:09:20 (1/39) Installing readline (8.0.4-r0) 21:09:20 (2/39) Installing bash (5.0.17-r0) 21:09:20 Executing bash-5.0.17-r0.post-install 21:09:20 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:09:20 (4/39) Installing libcurl (7.69.1-r3) 21:09:20 (5/39) Installing curl (7.69.1-r3) 21:09:20 (6/39) Installing dumb-init (1.2.2-r1) 21:09:20 (7/39) Installing libbz2 (1.0.8-r1) 21:09:20 (8/39) Installing expat (2.2.9-r1) 21:09:20 (9/39) Installing libffi (3.3-r2) 21:09:20 (10/39) Installing gdbm (1.13-r1) 21:09:20 (11/39) Installing xz-libs (5.2.5-r0) 21:09:20 (12/39) Installing sqlite-libs (3.32.1-r0) 21:09:20 (13/39) Installing python3 (3.8.8-r0) 21:09:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:09:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:09:22 (14/39) Installing py3-appdirs (1.4.4-r1) 21:09:22 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:09:22 (16/39) Installing py3-parsing (2.4.7-r0) 21:09:22 (17/39) Installing py3-six (1.15.0-r0) 21:09:22 (18/39) Installing py3-packaging (20.4-r0) 21:09:22 (19/39) Installing py3-setuptools (47.0.0-r0) 21:09:22 (20/39) Installing py3-chardet (3.0.4-r4) 21:09:22 (21/39) Installing py3-idna (2.9-r0) 21:09:22 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:09:22 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:09:22 (24/39) Installing py3-requests (2.23.0-r0) 21:09:22 (25/39) Installing py3-msgpack (1.0.0-r0) 21:09:22 (26/39) Installing py3-lockfile (0.12.2-r3) 21:09:22 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:09:22 (28/39) Installing py3-colorama (0.4.3-r0) 21:09:22 (29/39) Installing py3-distlib (0.3.0-r0) 21:09:22 (1/6) Installing dumb-init (1.2.2-r1) 21:09:22 (30/39) Installing py3-distro (1.5.0-r1) 21:09:22 (31/39) Installing py3-webencodings (0.5.1-r3) 21:09:22 (32/39) Installing py3-html5lib (1.0.1-r4) 21:09:23 (2/6) Installing libgcc (9.3.0-r2) 21:09:23 (33/39) Installing py3-pytoml (0.1.21-r0) 21:09:23 (34/39) Installing py3-pep517 (0.8.2-r0) 21:09:23 (35/39) Installing py3-progress (1.5-r0) 21:09:23 (36/39) Installing py3-toml (0.10.1-r0) 21:09:23 (37/39) Installing py3-retrying (1.3.3-r0) 21:09:23 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:09:23 (39/39) Installing py3-pip (20.1.1-r0) 21:09:23 (3/6) Installing libsodium (1.0.18-r0) 21:09:23 (4/6) Installing libstdc++ (9.3.0-r2) 21:09:23 Executing busybox-1.31.1-r19.trigger 21:09:23 OK: 72 MiB in 59 packages 21:09:23 (5/6) Installing libzmq (4.3.3-r0) 21:09:23 (6/6) Installing zeromq (4.3.3-r0) 21:09:23 Executing busybox-1.31.1-r20.trigger 21:09:23 OK: 8 MiB in 20 packages 21:09:26 Removing intermediate container 27190fafeeb6 21:09:26 ---> f423998fd6dc 21:09:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:26 ---> 13bda81bc250 21:09:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:09:27 Collecting docker-compose==1.23.2 21:09:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:09:28 ---> b557c0d2e7aa 21:09:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:09:28 Collecting jsonschema<3,>=2.5.1 21:09:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:09:28 ---> 19692a4d061a 21:09:28 Step 19/23 : ENTRYPOINT ["/core-data"] 21:09:29 Collecting dockerpty<0.5,>=0.4.1 21:09:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:09:29 ---> Running in acb734ee3f62 21:09:29 Removing intermediate container acb734ee3f62 21:09:29 ---> 6b34c82712c1 21:09:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:29 ---> Running in 0fc0b4154d62 21:09:30 Removing intermediate container 0fc0b4154d62 21:09:30 ---> 6d6740f0f8ef 21:09:30 Step 21/23 : LABEL arch=arm64 21:09:30 ---> Running in e63ac21058a9 21:09:30 Removing intermediate container e63ac21058a9 21:09:30 ---> 62970b278ad2 21:09:30 Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:09:30 ---> Running in 627044c27f95 21:09:31 Removing intermediate container 627044c27f95 21:09:31 ---> 4615705cf504 21:09:31 Step 23/23 : LABEL version=0.0.0 21:09:31 ---> Running in f7790a608c4c 21:09:31 Collecting websocket-client<1.0,>=0.32.0 21:09:31 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:09:31 Removing intermediate container f7790a608c4c 21:09:31 ---> c2a578280105 21:09:31 21:09:32 Successfully built c2a578280105 21:09:32 Successfully tagged docker-core-data-go-arm64:latest 21:09:32  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 21:09:32 Downloading PyYAML-3.13.tar.gz (270 kB) 21:09:35 Collecting docker<4.0,>=3.6.0 21:09:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:09:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:09:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:09:37 Collecting docopt<0.7,>=0.6.1 21:09:37 Downloading docopt-0.6.2.tar.gz (25 kB) 21:09:39 Collecting texttable<0.10,>=0.9.0 21:09:39 Downloading texttable-0.9.1.tar.gz (11 kB) 21:09:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:09:41 Collecting cached-property<2,>=1.2.0 21:09:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:09:41 Collecting docker-pycreds>=0.4.0 21:09:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:09:41 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:09:41 Collecting urllib3<1.25,>=1.21.1 21:09:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:09:42 Collecting idna<2.8,>=2.5 21:09:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:09:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:09:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:09:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:09:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:09:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:09:43 Installing collected packages: jsonschema, dockerpty, websocket-client, PyYAML, docker-pycreds, urllib3, idna, requests, docker, docopt, texttable, cached-property, docker-compose 21:09:43 Running setup.py install for dockerpty: started 21:09:45 Running setup.py install for dockerpty: finished with status 'done' 21:09:45 Running setup.py install for PyYAML: started 21:09:47 Running setup.py install for PyYAML: finished with status 'done' 21:09:47 Attempting uninstall: urllib3 21:09:47 Found existing installation: urllib3 1.25.9 21:09:47 Uninstalling urllib3-1.25.9: 21:09:47 Successfully uninstalled urllib3-1.25.9 21:09:48 Attempting uninstall: idna 21:09:48 Found existing installation: idna 2.9 21:09:48 Uninstalling idna-2.9: 21:09:48 Successfully uninstalled idna-2.9 21:09:48 Attempting uninstall: requests 21:09:48 Found existing installation: requests 2.23.0 21:09:48 Uninstalling requests-2.23.0: 21:09:48 Successfully uninstalled requests-2.23.0 21:09:49 Running setup.py install for docopt: started 21:09:51 Running setup.py install for docopt: finished with status 'done' 21:09:51 Running setup.py install for texttable: started 21:09:53 Running setup.py install for texttable: finished with status 'done' 21:09:54 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 21:10:02 Removing intermediate container 7b6c4694ee9f 21:10:02 ---> 36b17d6b963f 21:10:02 Step 14/23 : ENV APP_PORT=48090 21:10:02 ---> Running in 3d4162c14688 21:10:02 Removing intermediate container 3d4162c14688 21:10:02 ---> f8e43e1a01b1 21:10:02 Step 15/23 : EXPOSE $APP_PORT 21:10:02 ---> Running in ab3e0c8c01cf 21:10:03 Removing intermediate container ab3e0c8c01cf 21:10:03 ---> ee23a90eb6bf 21:10:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:10:04 ---> 10b1911b494d 21:10:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:10:05 ---> 1d64bd6370a1 21:10:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:10:06 ---> 7970c214553e 21:10:06 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 21:10:06 ---> Running in 1fc7c521d2f3 21:10:06 Removing intermediate container 1fc7c521d2f3 21:10:06 ---> 1ea11039e27f 21:10:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:06 ---> Running in 8a41f9423c9c 21:10:07 Removing intermediate container 8a41f9423c9c 21:10:07 ---> 63b95998924e 21:10:07 Step 21/23 : LABEL arch=arm64 21:10:07 ---> Running in d5d9fd8b8cf5 21:10:08 Removing intermediate container d5d9fd8b8cf5 21:10:08 ---> db25272abf00 21:10:08 Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:10:08 ---> Running in 51c6e44f489f 21:10:08 Removing intermediate container 51c6e44f489f 21:10:08 ---> c34d0c9fa9a1 21:10:08 Step 23/23 : LABEL version=0.0.0 21:10:08 ---> Running in 90b5e8504dfa 21:10:09 Removing intermediate container 90b5e8504dfa 21:10:09 ---> 64e7875fe1b6 21:10:09 21:10:09 Successfully built 64e7875fe1b6 21:10:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:10:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:10:09 $ docker stop --time=1 5f0dd03c2d7a2723ca2177d23954c81670e887a81e1c745d0293e4baa178059b 21:10:11 $ docker rm -f 5f0dd03c2d7a2723ca2177d23954c81670e887a81e1c745d0293e4baa178059b [Pipeline] // withDockerContainer [Pipeline] sh 21:10:12 + docker images 21:10:12 + grep docker 21:10:12 docker-sys-mgmt-agent-go-arm64 latest 64e7875fe1b6 4 seconds ago 299MB 21:10:12 docker-core-data-go-arm64 latest c2a578280105 41 seconds ago 21.4MB 21:10:12 docker-core-command-go-arm64 latest ed690e653c00 About a minute ago 16.3MB 21:10:12 docker-security-bootstrapper-go-arm64 latest 249520758811 About a minute ago 17.9MB 21:10:12 docker-core-metadata-go-arm64 latest 6e8cf7eb3083 4 minutes ago 17.9MB 21:10:12 docker-security-secretstore-setup-go-arm64 latest ccf6089bb8ae 4 minutes ago 24.4MB 21:10:12 docker-support-notifications-go-arm64 latest 556c357381fc 4 minutes ago 16.9MB 21:10:12 docker-support-scheduler-go-arm64 latest 44f136483719 4 minutes ago 16.4MB 21:10:12 docker-security-proxy-setup-go-arm64 latest 3e28707d2ce8 4 minutes ago 24.2MB 21:10:12 docker 20.10.0 eeaf43b92773 3 months ago 228MB [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] libraryResource [Pipeline] sh 21:10:15 ---> job-cost.sh 21:10:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-io9y 21:10:23  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 30e3020ca57a 21:10:23 ---> 053cbb526cb1 21:10:23 21:10:23 Step 10/31 : FROM alpine:3.12 21:10:23 ---> 7230e588e954 21:10:23 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:10:23 Removing intermediate container 6eb7ea4bf324 21:10:23 ---> a09e6e127a0b 21:10:23 21:10:23 Step 10/22 : FROM alpine:3.12 21:10:23 ---> 7230e588e954 21:10:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:10:23 ---> Using cache 21:10:23 ---> 9025dc747650 21:10:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:10:23 ---> Using cache 21:10:23 ---> fc1b3315d58e 21:10:23 Step 13/22 : ENV APP_PORT=48085 21:10:23 ---> Running in 1276ab7f8967 21:10:23 ---> Running in fa0c8c345140 21:10:23 Removing intermediate container 1276ab7f8967 21:10:23 ---> ef6cd8841550 21:10:23 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:10:23 ---> Running in d270392c52f9 21:10:23 Removing intermediate container fa0c8c345140 21:10:23 ---> 4625b1f1ccc5 21:10:23 Step 14/22 : EXPOSE $APP_PORT 21:10:23 ---> Running in e19ae1527df3 21:10:24 Removing intermediate container e19ae1527df3 21:10:24 ---> 6798be07a6de 21:10:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:26 (1/2) Installing dumb-init (1.2.2-r1) 21:10:26 (2/2) Installing su-exec (0.2-r1) 21:10:26 Executing busybox-1.31.1-r20.trigger 21:10:26 OK: 6 MiB in 16 packages 21:10:27 ---> 87cb0aa7fa8d 21:10:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:10:27 Removing intermediate container 1c7385bebbe2 21:10:27 ---> 9ac4796fb154 21:10:27 21:10:27 Step 10/23 : FROM alpine:3.12 21:10:27 ---> 7230e588e954 21:10:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:10:27 ---> Using cache 21:10:27 ---> 9025dc747650 21:10:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:10:27 ---> Using cache 21:10:27 ---> fc1b3315d58e 21:10:27 Step 13/23 : ENV APP_PORT=48081 21:10:27 Removing intermediate container 9a92750f390d 21:10:27 ---> a791bdf70939 21:10:27 21:10:27 Step 10/23 : FROM alpine:3.12 21:10:27 ---> 7230e588e954 21:10:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:10:27 ---> Running in 0ded8f10962b 21:10:28 ---> Running in 210d385d3e3d 21:10:28 Removing intermediate container 0ded8f10962b 21:10:28 ---> d8e170c7d868 21:10:28 Step 14/23 : EXPOSE $APP_PORT 21:10:29 ---> Running in 534b264b5196 21:10:29 Removing intermediate container d270392c52f9 21:10:29 ---> 4de84c00254e 21:10:29 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:10:29 Removing intermediate container 210d385d3e3d 21:10:29 ---> 5266cd6f114f 21:10:29 Step 12/23 : ENV APP_PORT=48080 21:10:30 ---> 6263c111812e 21:10:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:10:30 ---> Running in e6471135129f 21:10:30 ---> Running in 795e04bdf0ad 21:10:30 Removing intermediate container 534b264b5196 21:10:30 ---> 59b2ebe800a4 21:10:30 Step 15/23 : WORKDIR / 21:10:30 Removing intermediate container e6471135129f 21:10:30 ---> f04281234d97 21:10:30 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:10:30 ---> Running in 943dab27e508 21:10:30 Removing intermediate container 795e04bdf0ad 21:10:30 ---> 159e894ad39a 21:10:30 Step 13/23 : EXPOSE $APP_PORT 21:10:31 ---> Running in cc4f216fea74 21:10:31 ---> Running in 6faa5dd47b06 21:10:32 ---> 36c8880cc7b9 21:10:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:10:32 ---> Running in 4a4a16b734ee 21:10:32 Removing intermediate container 943dab27e508 21:10:32 ---> d8e8f5f133f5 21:10:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:33 Removing intermediate container cc4f216fea74 21:10:33 ---> e7814b14b9e2 21:10:33 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:10:33 Removing intermediate container 6faa5dd47b06 21:10:33 ---> aba057b15a9f 21:10:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:33 ---> Running in 468fca64fbdd 21:10:33 ---> Running in 2994dfdfeaf5 21:10:33 Removing intermediate container 4a4a16b734ee 21:10:33 ---> f929995b2e0d 21:10:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:34 ---> Running in 47dc34d194fb 21:10:34 ---> 884e238d6fc9 21:10:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:10:35 Removing intermediate container 47dc34d194fb 21:10:35 ---> ee920e9b2ceb 21:10:35 Step 20/22 : LABEL arch=x86_64 21:10:35 ---> Running in fbaed20e1c4f 21:10:37 Removing intermediate container fbaed20e1c4f 21:10:37 ---> 3014acbc944e 21:10:37 Step 21/22 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:10:37 ---> 792a531550d9 21:10:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:10:37 ---> Running in 4b11385bdda1 21:10:37 Removing intermediate container 468fca64fbdd 21:10:37 ---> e2e545a5d50e 21:10:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:10:37 Removing intermediate container 4b11385bdda1 21:10:37 ---> 0716a2999729 21:10:37 Step 22/22 : LABEL version=0.0.0 21:10:38 ---> Running in 9836173b001d 21:10:38 ---> Running in e2e8f7ee2349 21:10:38 ---> 5251286e1d34 21:10:38 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:10:38 Removing intermediate container 2994dfdfeaf5 21:10:38 ---> 2f3c74815553 21:10:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:10:39 ---> Running in 047babe9e395 21:10:39 ---> Running in e4ae554a4b18 21:10:39 Removing intermediate container e2e8f7ee2349 21:10:39 ---> fa0f7cd7c39b 21:10:39 21:10:39 Removing intermediate container 047babe9e395 21:10:39 ---> 72aaf98b71f7 21:10:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:40 ---> Running in 058e3d4d059c 21:10:40 Removing intermediate container e4ae554a4b18 21:10:40 ---> a1fc777efe4d 21:10:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:10:40 Successfully built fa0f7cd7c39b 21:10:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:40 Successfully tagged docker-support-scheduler-go:latest 21:10:41  Building docker-support-scheduler-go ... done Removing intermediate container 058e3d4d059c 21:10:41 ---> e03c58568e7e 21:10:41 Step 21/23 : LABEL arch=x86_64 21:10:41 ---> Running in 64ebb84eaecf 21:10:41 (1/6) Installing dumb-init (1.2.2-r1) 21:10:41 (2/6) Installing libgcc (9.3.0-r2) 21:10:41 (3/6) Installing libsodium (1.0.18-r0) 21:10:41 ---> bb7b34b902e1 21:10:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:10:41 (4/6) Installing libstdc++ (9.3.0-r2) 21:10:41 ---> Running in 2a464b4e03a4 21:10:42 (5/6) Installing libzmq (4.3.3-r0) 21:10:42 (6/6) Installing zeromq (4.3.3-r0) 21:10:42 Removing intermediate container 64ebb84eaecf 21:10:42 ---> 27ac3bf0267a 21:10:42 Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:10:42 Executing busybox-1.31.1-r20.trigger 21:10:42 OK: 8 MiB in 20 packages 21:10:42 ---> Running in 8d9ff9cbece2 21:10:43 Removing intermediate container 8d9ff9cbece2 21:10:43 ---> 9a15c564014f 21:10:43 Step 23/23 : LABEL version=0.0.0 21:10:43 ---> Running in 06b56c2f0502 21:10:44 Removing intermediate container 9836173b001d 21:10:44 ---> 06c1923f1f82 21:10:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:44 Removing intermediate container 06b56c2f0502 21:10:44 ---> 1736cec33bdf 21:10:44 21:10:44 ---> 2ad9605bcbee 21:10:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:10:45 Successfully built 1736cec33bdf 21:10:45 Successfully tagged docker-core-metadata-go:latest 21:10:45  Building docker-core-metadata-go ... done Removing intermediate container 2a464b4e03a4 21:10:45 ---> 74839a1e51fb 21:10:45 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:46 ---> e3a0ed659433 21:10:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:10:46 ---> e2f8d77123a2 21:10:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:10:47 ---> 51f8017003e6 21:10:47 Step 19/23 : ENTRYPOINT ["/core-data"] 21:10:47 ---> Running in ca91ddd10603 21:10:47 ---> 3b79c0917b16 21:10:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:10:48 Removing intermediate container ca91ddd10603 21:10:48 ---> 0b0942cf6bbb 21:10:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:10:48 ---> 0e72e4b8b590 21:10:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:10:48 ---> Running in 9c0c23eda157 21:10:49 Removing intermediate container 9c0c23eda157 21:10:49 ---> 1eff9a251f93 21:10:49 Step 21/23 : LABEL arch=x86_64 21:10:49 ---> Running in 1dc8d7be771f 21:10:49 ---> fe2bb6a1fe01 21:10:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:10:51 Removing intermediate container 1dc8d7be771f 21:10:51 ---> 3887d3113178 21:10:51 Step 22/23 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:10:51 ---> Running in c394b329b86a 21:10:51 ---> 667fd216dbcf 21:10:51 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:10:51 Removing intermediate container c394b329b86a 21:10:51 ---> 7f57e542e06e 21:10:51 Step 23/23 : LABEL version=0.0.0 21:10:52 ---> Running in 38bb7830f1e0 21:10:52 ---> Running in ece1a9c605bf 21:10:53 Removing intermediate container 38bb7830f1e0 21:10:53 ---> f312a991e5aa 21:10:53 21:10:53 Removing intermediate container ece1a9c605bf 21:10:53 ---> bdbe7bb005d4 21:10:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:10:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:10:54 Successfully built f312a991e5aa 21:10:55 Successfully tagged docker-core-data-go:latest 21:10:55  Building docker-core-data-go ... done  ---> fe6391dc00a4 21:10:55 Step 26/31 : RUN chmod +x /entrypoint.sh 21:10:55 ---> Running in 63fc8a7d95a3 21:10:59 Removing intermediate container 63fc8a7d95a3 21:10:59 ---> aa1586711d57 21:10:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:10:59 ---> Running in 499aae76ff86 21:11:00 Removing intermediate container 499aae76ff86 21:11:00 ---> 4f30141ad8cd 21:11:00 Step 28/31 : CMD ["gate"] 21:11:00 ---> Running in 0ee3b2e541e5 21:11:00 Removing intermediate container 0ee3b2e541e5 21:11:00 ---> 75debe09b183 21:11:00 Step 29/31 : LABEL arch=x86_64 21:11:01 ---> Running in bf3c8a74a924 21:11:02 Removing intermediate container bf3c8a74a924 21:11:02 ---> 19aee4e5ab5b 21:11:02 Step 30/31 : LABEL git_sha=1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:11:02 ---> Running in d2d4bd1f9744 21:11:03 Removing intermediate container d2d4bd1f9744 21:11:03 ---> 57cf8e787405 21:11:03 Step 31/31 : LABEL version=0.0.0 21:11:03 ---> Running in e3844e13528a 21:11:04 Removing intermediate container e3844e13528a 21:11:04 ---> e8d755d7d51a 21:11:04 21:11:04 Successfully built e8d755d7d51a 21:11:04 Successfully tagged docker-security-bootstrapper-go:latest 21:11:05  Building docker-security-bootstrapper-go ... done  [Pipeline] } 21:11:05 $ docker stop --time=1 c83791d887ba0af1885dbb69d29de9d7f5fb5c7f18eef60da03cf69d01c0abf3 21:11:09 $ docker rm -f c83791d887ba0af1885dbb69d29de9d7f5fb5c7f18eef60da03cf69d01c0abf3 [Pipeline] // withDockerContainer [Pipeline] sh 21:11:10 + grep docker 21:11:10 + docker images 21:11:11 docker-security-bootstrapper-go latest e8d755d7d51a 7 seconds ago 19MB 21:11:11 docker-core-data-go latest f312a991e5aa 18 seconds ago 22.7MB 21:11:11 docker-core-metadata-go latest 1736cec33bdf 27 seconds ago 19MB 21:11:11 docker-support-scheduler-go latest fa0f7cd7c39b 33 seconds ago 17.4MB 21:11:11 docker-sys-mgmt-agent-go latest 4ecce28bfab8 2 minutes ago 312MB 21:11:11 docker-security-secretstore-setup-go latest 6ef09265a07e 5 minutes ago 25.8MB 21:11:11 docker-core-command-go latest 7cb362252f8a 5 minutes ago 17.3MB 21:11:11 docker-support-notifications-go latest e823035a4cd7 5 minutes ago 17.9MB 21:11:11 docker-security-proxy-setup-go latest 2c2765a71ef2 5 minutes ago 25.5MB 21:11:11 docker 20.10.0 aefe523efa57 3 months ago 240MB [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 21:11:28 Still waiting to schedule task 21:11:28 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:12:21 Running on prd-ubuntu18.04-docker-8c-8g-33195 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws 21:12:21 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 21:12:23 using credential edgex-jenkins-ssh 21:12:23 Cloning the remote Git repository 21:12:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:12:23 > git init /w/workspace/edgex-go/6 # timeout=10 21:12:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:12:23 > git --version # timeout=10 21:12:23 > git --version # 'git version 2.17.1' 21:12:23 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:12:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:12:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:12:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:12:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:12:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:12:30 Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:12:30 Merge succeeded, producing 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 21:12:30 Checking out Revision 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 (PR-3331) 21:12:31 lf-activate-venv(): INFO: Adding /tmp/venv-io9y/bin to PATH 21:12:31 INFO: No Stack... 21:12:31 INFO: Retrieving Pricing Info for: lf-standard-4 21:12:31 INFO: Archiving Costs 21:12:30 > git config core.sparsecheckout # timeout=10 21:12:30 > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 21:12:30 > git remote # timeout=10 21:12:30 > git config --get remote.origin.url # timeout=10 21:12:30 using GIT_SSH to set credentials SSH Credentials for GitHub 21:12:30 > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 21:12:30 > git rev-parse HEAD^{commit} # timeout=10 21:12:30 > git config core.sparsecheckout # timeout=10 21:12:30 > git checkout -f 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 [Pipeline] sh 21:12:31 + cat /w/workspace/edgex-go/6/archives/cost.csv 21:12:31 + cut -d, -f6 [Pipeline] lock 21:12:31 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3331-6-stack-cost] 21:12:31 Resource [jenkins-edgexfoundry-edgex-go-PR-3331-6-stack-cost] did not exist. Created. 21:12:31 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3331-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:12:32 + echo total: 0.20999999344348907 [Pipeline] stash 21:12:32 Stashed 1 file(s) [Pipeline] } 21:12:32 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3331-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:12:33 Commit message: "fix: integrate with the latest go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:12:34 + echo snap-build.sh 21:12:34 snap-build.sh 21:12:34 + SNAP_BASE_DIR=. 21:12:34 + '[' '!' -z /w/workspace/edgex-go/6 ']' 21:12:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 21:12:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 21:12:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 21:12:34 + cd /w/workspace/edgex-go/6 21:12:34 + sudo apt-get remove -qy --purge lxd lxd-client 21:12:34 Reading package lists... 21:12:34 Building dependency tree... 21:12:34 Reading state information... 21:12:35 The following packages were automatically installed and are no longer required: 21:12:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:12:35 uidmap xdelta3 21:12:35 Use 'sudo apt autoremove' to remove them. 21:12:35 The following packages will be REMOVED: 21:12:35 lxd* lxd-client* 21:12:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:12:35 After this operation, 31.7 MB disk space will be freed. 21:12:36 (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 ... 190027 files and directories currently installed.) 21:12:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:12:37 Removing lxd dnsmasq configuration 21:12:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:12:37 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:12:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:12:38 (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 ... 189852 files and directories currently installed.) 21:12:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:12:40 Processing triggers for systemd (237-3ubuntu10.42) ... 21:12:40 Processing triggers for ureadahead (0.100.0-21) ... 21:12:41 + sudo snap remove --purge lxd 21:12:41 snap "lxd" is not installed 21:12:41 + sudo groupadd --force --system lxd 21:12:41 ++ whoami 21:12:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:12:41 + newgrp - lxd 21:12:41 + sudo snap install lxd 21:16:33 2021-04-07T21:16:27Z INFO Waiting for automatic snapd restart... 21:16:48 lxd 4.12 from Canonical* installed 21:16:48 + sudo lxd init --auto 21:16:56 + sudo snap install --classic snapcraft 21:25:03 snapcraft 4.6 from Canonical* installed 21:25:03 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 21:25:03 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 21:25:03 % Total % Received % Xferd Average Speed Time Time Time Current 21:25:03 Dload Upload Total Spent Left Speed 21:25:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4071 0 --:--:-- --:--:-- --:--:-- 4071 21:25:03 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M 21:25:03 ./yq_linux_amd64 21:25:03 + sudo snapcraft prime --use-lxd 21:25:03 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:25:03 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: 21:25:03 - README.md 21:25:03 21:25:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:25:03 Launching a container. 21:26:11 Waiting for container to be ready 21:26:11 To start your first instance, try: lxc launch ubuntu:18.04 21:26:11 21:26:11 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:26:11 Waiting for network to be ready... 21:26:11 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:26:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:26:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:26:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 21:26:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:26:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 21:26:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:26:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:26:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 21:26:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 21:26:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 21:26:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 21:26:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:26:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:26:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:26:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:26:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:26:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:26:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:26:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 21:26:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 21:26:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:26:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:26:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 21:26:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 21:26:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 21:26:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 21:26:15 Fetched 24.2 MB in 6s (3941 kB/s) 21:26:15 Reading package lists... 21:26:16 Reading package lists... 21:26:16 Building dependency tree... 21:26:16 Reading state information... 21:26:16 The following additional packages will be installed: 21:26:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:26:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:26:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:26:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:26:16 Suggested packages: 21:26:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:26:16 Recommended packages: 21:26:16 gnupg libsasl2-modules 21:26:16 The following NEW packages will be installed: 21:26:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:26:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:26:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:26:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:26:16 The following packages will be upgraded: 21:26:16 gpg gpg-agent gpgconf libudev1 21:26:16 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:26:16 Need to get 3530 kB of archives. 21:26:16 After this operation, 13.3 MB of additional disk space will be used. 21:26:16 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] 21:26:16 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] 21:26:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:26:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:26:16 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 21:26:16 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 21:26:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:26:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:26:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:26:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:26:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:26:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:26:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:26:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:26:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:26:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:26:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:26:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:26:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:26:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:26:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:26:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:26:17 debconf: delaying package configuration, since apt-utils is not installed 21:26:17 Fetched 3530 kB in 1s (3445 kB/s) 21:26:17 (Reading database ... 12511 files and directories currently installed.) 21:26:17 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 21:26:17 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:26:17 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 21:26:18 Selecting previously unselected package udev. 21:26:18 (Reading database ... 12511 files and directories currently installed.) 21:26:18 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 21:26:18 Unpacking udev (237-3ubuntu10.45) ... 21:26:18 Selecting previously unselected package libfuse2:amd64. 21:26:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:26:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:26:18 Selecting previously unselected package fuse. 21:26:18 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:26:18 Unpacking fuse (2.9.7-1ubuntu1) ... 21:26:18 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:26:18 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:26:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:26:18 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:26:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:26:18 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:26:18 Selecting previously unselected package libksba8:amd64. 21:26:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:26:18 Unpacking libksba8:amd64 (1.3.5-2) ... 21:26:18 Selecting previously unselected package libroken18-heimdal:amd64. 21:26:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:26:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:26:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:26:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:19 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:26:19 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:26:19 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:26:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:26:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:19 Selecting previously unselected package libwind0-heimdal:amd64. 21:26:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:26:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:19 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:26:19 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:26:19 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:26:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:26:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:26:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:26:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:26:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:26:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:19 Selecting previously unselected package libsasl2-modules-db:amd64. 21:26:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:26:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:26:19 Selecting previously unselected package libsasl2-2:amd64. 21:26:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:26:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:26:19 Selecting previously unselected package libldap-common. 21:26:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:26:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:26:19 Selecting previously unselected package libldap-2.4-2:amd64. 21:26:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:26:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:26:20 Selecting previously unselected package dirmngr. 21:26:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:26:20 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:26:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:26:20 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:26:20 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:26:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:26:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:26:20 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:26:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:20 Setting up libksba8:amd64 (1.3.5-2) ... 21:26:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:26:20 Setting up udev (237-3ubuntu10.45) ... 21:26:20 invoke-rc.d: policy-rc.d denied execution of start. 21:26:20 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:20 Processing triggers for systemd (237-3ubuntu10) ... 21:26:20 Setting up fuse (2.9.7-1ubuntu1) ... 21:26:20 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:26:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:26:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:26:21 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:26:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:26:21 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:26:21 settings in the [Install] section, and DefaultInstance for template units). 21:26:21 This means they are not meant to be enabled using systemctl. 21:26:21 Possible reasons for having this kind of units are: 21:26:21 1) A unit may be statically enabled by being symlinked from another unit's 21:26:21 .wants/ or .requires/ directory. 21:26:21 2) A unit's purpose may be to act as a helper for some other unit which has 21:26:21 a requirement dependency on it. 21:26:21 3) A unit may be started when needed via activation (socket, path, timer, 21:26:21 D-Bus, udev, scripted systemctl call, ...). 21:26:21 4) In case of template units, the unit is meant to be enabled with some 21:26:21 instance name specified. 21:26:22 Reading package lists... 21:26:22 Building dependency tree... 21:26:22 Reading state information... 21:26:22 The following additional packages will be installed: 21:26:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:26:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:26:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:26:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:26:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:26:22 Suggested packages: 21:26:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:26:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:26:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:26:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:26:22 systemd-container policykit-1 21:26:22 Recommended packages: 21:26:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:26:22 The following NEW packages will be installed: 21:26:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:26:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:26:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:26:22 multiarch-support openssh-client python3 python3-minimal python3.6 21:26:22 python3.6-minimal snapd squashfs-tools sudo 21:26:22 The following packages will be upgraded: 21:26:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:26:22 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:26:22 Need to get 35.2 MB of archives. 21:26:22 After this operation, 141 MB of additional disk space will be used. 21:26:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 21:26:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 21:26:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 21:26:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:26:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 21:26:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 21:26:23 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 21:26:23 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 21:26:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:26:23 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 21:26:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:26:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:26:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:26:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:26:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:26:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:26:23 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:26:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:26:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:26:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:26:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:26:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:26:23 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:26:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:26:23 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:26:23 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:26:23 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:26:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:26:23 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:26:23 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:26:25 debconf: delaying package configuration, since apt-utils is not installed 21:26:25 Fetched 35.2 MB in 3s (13.2 MB/s) 21:26:25 (Reading database ... 12757 files and directories currently installed.) 21:26:25 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 21:26:25 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:26:25 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 21:26:25 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:26:25 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 21:26:26 (Reading database ... 12757 files and directories currently installed.) 21:26:26 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 21:26:26 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 21:26:26 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 21:26:27 (Reading database ... 12757 files and directories currently installed.) 21:26:27 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 21:26:27 Unpacking apt (1.6.13) over (1.6.1) ... 21:26:29 Setting up apt (1.6.13) ... 21:26:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:26:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:26:31 (Reading database ... 12764 files and directories currently installed.) 21:26:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:26:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:26:31 Selecting previously unselected package libpython3.6-minimal:amd64. 21:26:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:26:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:26:31 Selecting previously unselected package libexpat1:amd64. 21:26:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:26:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:26:31 Selecting previously unselected package python3.6-minimal. 21:26:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:26:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:26:32 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 21:26:32 Checking for services that may need to be restarted...done. 21:26:32 Checking for services that may need to be restarted...done. 21:26:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:26:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:26:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:26:32 Selecting previously unselected package python3-minimal. 21:26:32 (Reading database ... 13012 files and directories currently installed.) 21:26:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:26:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:26:32 Selecting previously unselected package mime-support. 21:26:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:26:32 Unpacking mime-support (3.60ubuntu1) ... 21:26:32 Selecting previously unselected package libmpdec2:amd64. 21:26:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:26:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:26:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:26:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:26:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:26:33 Selecting previously unselected package python3.6. 21:26:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:26:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:26:33 Selecting previously unselected package libpython3-stdlib:amd64. 21:26:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:26:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:26:33 Setting up python3-minimal (3.6.7-1~18.04) ... 21:26:33 Selecting previously unselected package python3. 21:26:33 (Reading database ... 13442 files and directories currently installed.) 21:26:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:26:33 Unpacking python3 (3.6.7-1~18.04) ... 21:26:33 Selecting previously unselected package multiarch-support. 21:26:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:26:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:26:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:26:34 Selecting previously unselected package liblzo2-2:amd64. 21:26:34 (Reading database ... 13479 files and directories currently installed.) 21:26:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:26:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:26:34 Selecting previously unselected package libbsd0:amd64. 21:26:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:26:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:26:34 Selecting previously unselected package sudo. 21:26:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:26:34 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:26:34 Selecting previously unselected package apparmor. 21:26:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:26:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:26:34 Selecting previously unselected package libedit2:amd64. 21:26:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:26:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:26:34 Selecting previously unselected package libkrb5support0:amd64. 21:26:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:26:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:26:34 Selecting previously unselected package libk5crypto3:amd64. 21:26:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:26:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:26:35 Selecting previously unselected package libkeyutils1:amd64. 21:26:35 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:26:35 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:26:35 Selecting previously unselected package libkrb5-3:amd64. 21:26:35 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:26:35 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:26:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:26:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:26:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:26:35 Selecting previously unselected package libssl1.0.0:amd64. 21:26:35 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:26:35 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:26:35 Selecting previously unselected package openssh-client. 21:26:35 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:26:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:26:35 Selecting previously unselected package squashfs-tools. 21:26:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:26:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:26:35 Selecting previously unselected package snapd. 21:26:35 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:26:35 Unpacking snapd (2.48.3+18.04) ... 21:26:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:26:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:26:38 Setting up mime-support (3.60ubuntu1) ... 21:26:38 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:26:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:26:38 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:26:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:26:38 Setting up systemd (237-3ubuntu10.45) ... 21:26:38 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:26:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:26:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:26:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:26:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:26:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:26:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:26:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:26:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:26:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:26:39 Setting up python3 (3.6.7-1~18.04) ... 21:26:39 running python rtupdate hooks for python3.6... 21:26:39 running python post-rtupdate hooks for python3.6... 21:26:39 Setting up apparmor (2.12-4ubuntu5.1) ... 21:26:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:26:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:26:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:26:41 Setting up snapd (2.48.3+18.04) ... 21:26:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:26:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:26:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:26:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:26:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:26:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:26:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:26:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:26:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:26:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:26:43 /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' 21:26:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:26:43 Processing triggers for systemd (237-3ubuntu10.45) ... 21:26:44 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:26:44 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:26:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:26:45 Reading package lists... 21:26:45 Reading package lists... 21:26:45 Building dependency tree... 21:26:45 Reading state information... 21:26:45 Calculating upgrade... 21:26:46 The following packages will be upgraded: 21:26:46 advancecomp base-files bash binutils binutils-common 21:26:46 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:26:46 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:26:46 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:26:46 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:26:46 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:26:46 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:26:46 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:26:46 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:26:46 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:26:46 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:26:46 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:26:46 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:26:46 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:26:46 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:26:46 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:26:46 Need to get 63.8 MB of archives. 21:26:46 After this operation, 5208 kB of additional disk space will be used. 21:26:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 21:26:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:26:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:26:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:26:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:26:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:26:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:26:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:26:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:26:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:26:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:26:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:26:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:26:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:26:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:26:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:26:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:26:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:26:46 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:26:46 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:26:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:26:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:26:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:26:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:26:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:26:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:26:46 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:26:46 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:26:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:26:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:26:46 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:26:46 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:26:46 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:26:46 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:26:46 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:26:46 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 21:26:46 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:26:46 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:26:46 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:26:46 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 21:26:46 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:26:46 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:26:46 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:26:46 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:26:46 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:26:46 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:26:46 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:26:46 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 21:26:46 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:26:46 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:26:46 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:26:46 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:26:46 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:26:46 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:26:46 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:26:47 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:26:47 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:26:47 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:26:47 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:26:47 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:26:47 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:26:47 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:26:47 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:26:47 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:26:47 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:26:47 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:26:47 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:26:47 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:26:47 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:26:47 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:26:47 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:26:47 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:26:47 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:26:47 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:26:47 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:26:47 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:26:47 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:26:47 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:26:47 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:26:47 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:26:47 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:26:47 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:26:47 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:26:47 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 21:26:47 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:26:47 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:26:47 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:26:47 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:26:47 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:26:47 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 21:26:47 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:26:47 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:26:47 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:26:47 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:26:47 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:26:48 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:26:48 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:26:48 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:26:48 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:26:48 debconf: delaying package configuration, since apt-utils is not installed 21:26:48 Fetched 63.8 MB in 2s (34.4 MB/s) 21:26:48 (Reading database ... 13912 files and directories currently installed.) 21:26:48 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:26:48 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:26:48 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:26:48 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:26:48 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 21:26:48 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 21:26:49 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:50 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:50 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:50 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:50 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:50 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:50 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:50 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:26:50 (Reading database ... 13911 files and directories currently installed.) 21:26:50 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:50 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:26:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:26:51 (Reading database ... 13911 files and directories currently installed.) 21:26:51 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:51 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:51 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:51 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:51 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:26:51 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:26:51 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:26:51 (Reading database ... 13911 files and directories currently installed.) 21:26:51 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:26:51 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:26:52 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:26:52 (Reading database ... 13911 files and directories currently installed.) 21:26:52 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:26:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:26:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:26:52 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:26:52 Setting up base-files (10.1ubuntu2.10) ... 21:26:52 Installing new version of config file /etc/issue ... 21:26:52 Installing new version of config file /etc/issue.net ... 21:26:52 Installing new version of config file /etc/lsb-release ... 21:26:52 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:26:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:26:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:26:53 Removing obsolete conffile /etc/default/motd-news ... 21:26:53 (Reading database ... 13912 files and directories currently installed.) 21:26:53 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:26:53 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:26:53 Setting up bash (4.4.18-2ubuntu1.2) ... 21:26:53 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 21:26:53 (Reading database ... 13912 files and directories currently installed.) 21:26:53 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:26:53 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:26:54 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:26:54 (Reading database ... 13912 files and directories currently installed.) 21:26:54 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:26:54 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:26:54 Setting up tar (1.29b-2ubuntu0.2) ... 21:26:54 (Reading database ... 13912 files and directories currently installed.) 21:26:54 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:26:54 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:26:55 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:26:55 (Reading database ... 13912 files and directories currently installed.) 21:26:55 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:26:55 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:26:55 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:26:55 (Reading database ... 13912 files and directories currently installed.) 21:26:55 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:26:55 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:26:55 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:26:55 (Reading database ... 13912 files and directories currently installed.) 21:26:55 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:26:55 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:26:55 Setting up grep (3.1-2build1) ... 21:26:56 (Reading database ... 13912 files and directories currently installed.) 21:26:56 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:26:56 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:26:56 Setting up login (1:4.5-1ubuntu2) ... 21:26:56 (Reading database ... 13912 files and directories currently installed.) 21:26:56 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:26:56 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:26:56 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:26:56 (Reading database ... 13912 files and directories currently installed.) 21:26:56 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:26:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:26:57 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:26:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:26:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:26:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:26:58 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:26:58 (Reading database ... 13912 files and directories currently installed.) 21:26:58 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:26:58 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:26:59 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:26:59 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:26:59 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:26:59 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:26:59 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:26:59 (Reading database ... 13912 files and directories currently installed.) 21:26:59 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:26:59 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:26:59 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:26:59 (Reading database ... 13912 files and directories currently installed.) 21:26:59 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:26:59 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:26:59 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:26:59 (Reading database ... 13912 files and directories currently installed.) 21:26:59 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:26:59 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:27:00 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:27:00 (Reading database ... 13912 files and directories currently installed.) 21:27:00 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:27:00 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:27:00 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:27:00 (Reading database ... 13912 files and directories currently installed.) 21:27:00 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:27:00 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:27:00 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:27:00 (Reading database ... 13912 files and directories currently installed.) 21:27:00 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:27:00 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:27:00 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:27:00 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:27:00 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:27:01 (Reading database ... 13912 files and directories currently installed.) 21:27:01 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:27:01 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:27:01 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:27:01 (Reading database ... 13912 files and directories currently installed.) 21:27:01 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:27:01 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:27:01 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:27:01 (Reading database ... 13912 files and directories currently installed.) 21:27:01 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:27:01 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:27:01 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:27:01 (Reading database ... 13912 files and directories currently installed.) 21:27:01 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:27:01 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:27:02 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:27:02 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:27:02 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:27:02 (Reading database ... 13912 files and directories currently installed.) 21:27:02 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:27:02 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:27:03 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:27:03 (Reading database ... 13912 files and directories currently installed.) 21:27:03 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:27:03 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:27:03 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:27:03 (Reading database ... 13914 files and directories currently installed.) 21:27:03 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:27:03 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:27:03 Setting up debconf (1.5.66ubuntu1) ... 21:27:03 (Reading database ... 13914 files and directories currently installed.) 21:27:03 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:27:03 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:27:03 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:27:03 (Reading database ... 13914 files and directories currently installed.) 21:27:03 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:27:03 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:27:04 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:27:04 (Reading database ... 13914 files and directories currently installed.) 21:27:04 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:27:04 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:27:04 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:27:04 (Reading database ... 13914 files and directories currently installed.) 21:27:04 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:27:04 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:27:04 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:27:04 (Reading database ... 13914 files and directories currently installed.) 21:27:04 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:27:04 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:27:04 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:27:04 (Reading database ... 13914 files and directories currently installed.) 21:27:04 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:27:04 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:27:05 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 21:27:05 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:27:05 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:27:05 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:27:05 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:27:05 (Reading database ... 13914 files and directories currently installed.) 21:27:05 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:27:05 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:27:05 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:27:05 (Reading database ... 13914 files and directories currently installed.) 21:27:05 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:27:05 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:27:05 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:27:06 (Reading database ... 13914 files and directories currently installed.) 21:27:06 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:27:06 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:27:06 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:27:06 (Reading database ... 13914 files and directories currently installed.) 21:27:06 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 21:27:06 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 21:27:06 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 21:27:06 (Reading database ... 13914 files and directories currently installed.) 21:27:06 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:27:06 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:27:06 Setting up passwd (1:4.5-1ubuntu2) ... 21:27:06 (Reading database ... 13914 files and directories currently installed.) 21:27:06 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:27:06 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:27:07 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:27:07 (Reading database ... 13914 files and directories currently installed.) 21:27:07 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:27:07 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:27:07 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:27:07 (Reading database ... 13914 files and directories currently installed.) 21:27:07 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:27:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:27:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:27:09 (Reading database ... 13914 files and directories currently installed.) 21:27:09 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:27:09 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:27:09 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:27:09 (Reading database ... 13914 files and directories currently installed.) 21:27:09 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:27:09 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:27:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:27:09 (Reading database ... 13914 files and directories currently installed.) 21:27:09 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:27:09 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:27:09 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:27:09 (Reading database ... 13914 files and directories currently installed.) 21:27:09 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 21:27:09 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 21:27:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 21:27:10 (Reading database ... 13915 files and directories currently installed.) 21:27:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:27:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:27:10 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:27:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:27:10 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:27:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:27:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:27:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:27:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:27:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:27:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:27:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:27:11 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:27:11 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:27:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:27:11 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:27:11 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:27:11 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:27:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:27:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:27:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:27:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:27:12 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:27:12 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:27:12 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:27:12 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:27:12 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:27:12 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:27:12 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:27:12 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:27:13 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:27:13 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:27:13 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:27:13 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:27:13 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:27:13 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:27:14 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:27:14 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:27:14 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:27:14 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:27:14 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:27:14 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:27:14 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:27:14 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:27:15 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:27:15 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:27:16 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:27:16 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:27:17 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:27:17 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:27:17 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:27:17 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:27:18 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:27:18 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:27:18 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:27:18 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:27:18 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:27:18 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:27:19 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:27:19 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:27:19 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:27:19 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:27:19 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:27:19 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:27:19 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:27:19 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:27:19 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:27:19 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:27:19 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:19 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:27:19 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:19 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:19 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:19 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:27:19 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:27:19 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:27:19 21:27:19 Current default time zone: 'Etc/UTC' 21:27:19 Local time is now: Wed Apr 7 21:27:19 UTC 2021. 21:27:19 Universal Time is now: Wed Apr 7 21:27:19 UTC 2021. 21:27:19 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:27:19 21:27:19 Setting up systemd-sysv (237-3ubuntu10.45) ... 21:27:20 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:20 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 21:27:20 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:27:20 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:27:20 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:27:20 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:27:20 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:27:20 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:27:20 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:27:20 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:20 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:27:20 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:27:20 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:27:20 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:20 Setting up patch (2.7.6-2ubuntu1.1) ... 21:27:20 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:27:20 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:27:20 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 21:27:20 Installing new version of config file /etc/ssl/openssl.cnf ... 21:27:20 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:27:20 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:27:20 Setting up ca-certificates (20210119~18.04.1) ... 21:27:22 Updating certificates in /etc/ssl/certs... 21:27:23 23 added, 27 removed; done. 21:27:23 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:27:23 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:27:23 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:27:23 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:27:23 Setting up pkgbinarymangler (138.18.04.1) ... 21:27:23 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:27:23 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:27:23 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:27:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:27:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:27:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:27:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:27:23 Setting up perl (5.26.1-6ubuntu0.5) ... 21:27:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:27:23 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:27:23 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:27:23 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:27:23 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:27:23 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:27:23 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:27:23 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:27:23 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:27:24 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:27:24 Processing triggers for systemd (237-3ubuntu10.45) ... 21:27:24 Processing triggers for mime-support (3.60ubuntu1) ... 21:27:24 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:27:24 Updating certificates in /etc/ssl/certs... 21:27:24 0 added, 0 removed; done. 21:27:24 Running hooks in /etc/ca-certificates/update.d... 21:27:24 done. 21:27:25 Reading package lists... 21:27:25 Building dependency tree... 21:27:25 Reading state information... 21:27:25 The following NEW packages will be installed: 21:27:25 apt-transport-https 21:27:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:27:25 Need to get 1692 B of archives. 21:27:25 After this operation, 154 kB of additional disk space will be used. 21:27:25 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 21:27:25 debconf: delaying package configuration, since apt-utils is not installed 21:27:25 Fetched 1692 B in 0s (5678 B/s) 21:27:25 Selecting previously unselected package apt-transport-https. 21:27:26 (Reading database ... 13920 files and directories currently installed.) 21:27:26 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 21:27:26 Unpacking apt-transport-https (1.6.13) ... 21:27:26 Setting up apt-transport-https (1.6.13) ... 21:27:26 Waiting for network to be ready... 21:27:33 2021-04-07T21:27:29Z INFO Waiting for automatic snapd restart... 21:27:33 snapd 2.49.2 from Canonical* installed 21:27:35 "snapd" switched to the "latest/stable" channel 21:27:35 21:27:41 core18 20210309 from Canonical* installed 21:27:41 "core18" switched to the "latest/stable" channel 21:27:41 21:27:44 snapcraft 4.6 from Canonical* installed 21:27:44 "snapcraft" switched to the "latest/stable" channel 21:27:44 21:27:48 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: 21:27:48 - README.md 21:27:48 21:27:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:27:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:27:55 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:27:55 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:27:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:27:56 Reading package lists... 21:27:56 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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 21:28:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:28:03 Reading package lists... 21:28:03 Building dependency tree... 21:28:03 Reading state information... 21:28:03 Suggested packages: 21:28:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:28:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:28:03 Recommended packages: 21:28:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:28:03 The following NEW packages will be installed: 21:28:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:28:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:28:03 pkg-config zip 21:28:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:28:03 Need to get 7663 kB of archives. 21:28:03 After this operation, 43.8 MB of additional disk space will be used. 21:28:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 21:28:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 21:28:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 21:28:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 21:28:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:28:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:28:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:28:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:28:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:28:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:28:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:28:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:28:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:28:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:28:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:28:03 debconf: delaying package configuration, since apt-utils is not installed 21:28:03 Fetched 7663 kB in 1s (10.5 MB/s) 21:28:03 Selecting previously unselected package libglib2.0-0:amd64. 21:28:03 (Reading database ... 13924 files and directories currently installed.) 21:28:03 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 21:28:03 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:28:04 Selecting previously unselected package libpsl5:amd64. 21:28:04 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:28:04 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:28:04 Selecting previously unselected package libnghttp2-14:amd64. 21:28:04 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:28:04 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:28:04 Selecting previously unselected package librtmp1:amd64. 21:28:04 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:28:04 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:28:04 Selecting previously unselected package libcurl3-gnutls:amd64. 21:28:04 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 21:28:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 21:28:04 Selecting previously unselected package liberror-perl. 21:28:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:28:04 Unpacking liberror-perl (0.17025-1) ... 21:28:04 Selecting previously unselected package git-man. 21:28:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 21:28:04 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 21:28:04 Selecting previously unselected package git. 21:28:04 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 21:28:04 Unpacking git (1:2.17.1-1ubuntu0.8) ... 21:28:05 Selecting previously unselected package libnorm1:amd64. 21:28:05 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:28:05 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:28:05 Selecting previously unselected package libpgm-5.2-0:amd64. 21:28:05 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:28:05 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:28:05 Selecting previously unselected package libsodium23:amd64. 21:28:05 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:28:05 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:28:05 Selecting previously unselected package libzmq5:amd64. 21:28:05 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:28:05 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:28:05 Selecting previously unselected package libzmq3-dev:amd64. 21:28:05 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:28:05 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:28:06 Selecting previously unselected package pkg-config. 21:28:06 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:28:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:28:06 Selecting previously unselected package zip. 21:28:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:28:06 Unpacking zip (3.0-11build1) ... 21:28:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:28:06 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 21:28:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:28:06 Setting up liberror-perl (0.17025-1) ... 21:28:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:28:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:28:06 No schema files found: doing nothing. 21:28:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:28:06 Setting up zip (3.0-11build1) ... 21:28:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:28:06 Setting up libsodium23:amd64 (1.0.16-2) ... 21:28:06 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:28:06 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:28:06 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 21:28:06 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:28:06 Setting up git (1:2.17.1-1ubuntu0.8) ... 21:28:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:28:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:28:13 git set to automatically installed. 21:28:13 git-man set to automatically installed. 21:28:13 libcurl3-gnutls set to automatically installed. 21:28:13 liberror-perl set to automatically installed. 21:28:13 libglib2.0-0 set to automatically installed. 21:28:13 libnghttp2-14 set to automatically installed. 21:28:13 libnorm1 set to automatically installed. 21:28:13 libpgm-5.2-0 set to automatically installed. 21:28:13 libpsl5 set to automatically installed. 21:28:13 librtmp1 set to automatically installed. 21:28:13 libsodium23 set to automatically installed. 21:28:13 libzmq3-dev set to automatically installed. 21:28:13 libzmq5 set to automatically installed. 21:28:13 pkg-config set to automatically installed. 21:28:13 zip set to automatically installed. 21:28:14 snapd is not logged in, snap install commands will use sudo 21:28:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:39:13 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 21:39:13 snapd is not logged in, snap install commands will use sudo 21:39:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:39:19 snap "core18" has no updates available 21:39:20 Pulling go-build-helper 21:39:20 + snapcraftctl pull 21:39:21 'app-service-config' has dependencies that need to be staged: go-build-helper 21:39:21 Skipping pull go-build-helper (already ran) 21:39:21 Building go-build-helper 21:39:21 + snapcraftctl build 21:39:23 Staging go-build-helper 21:39:23 + snapcraftctl stage 21:39:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:39:33 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:39:33 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:39:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 21:39:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:39:33 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:39:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:39:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:39:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:39:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 21:39:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:39:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:39:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:39:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:39:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 21:39:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 21:39:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 21:39:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 21:39:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:39:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 21:39:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 21:39:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:39:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:39:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 21:39:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 21:39:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 21:39:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 21:39:33 Fetched 24.2 MB in 0s (0 B/s) 21:39:33 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:39:33 Fetched 224 kB in 0s (0 B/s) 21:39:33 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:39:33 Fetched 157 kB in 0s (0 B/s) 21:39:33 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:39:33 Fetched 221 kB in 0s (0 B/s) 21:39:33 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:39:33 Fetched 143 kB in 0s (0 B/s) 21:39:33 Pulling app-service-config 21:39:33 + snapcraftctl pull 21:39:34 Cloning into '/root/parts/app-service-config/src'... 21:39:34 Pulling config-common 21:39:34 + snapcraftctl pull 21:39:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:39:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:39:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:39:38 Fetched 0 B in 0s (0 B/s) 21:39:38 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:39:38 Fetched 0 B in 0s (0 B/s) 21:39:38 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:39:38 Fetched 0 B in 0s (0 B/s) 21:39:38 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:39:38 Fetched 0 B in 0s (0 B/s) 21:39:38 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:39:38 Fetched 0 B in 0s (0 B/s) 21:39:38 Pulling edgex-go 21:39:38 + snapcraftctl pull 21:40:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:40:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:40:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:40:00 Fetched 0 B in 0s (0 B/s) 21:40:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:40:00 Fetched 96.5 kB in 0s (0 B/s) 21:40:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:40:00 Fetched 279 kB in 0s (0 B/s) 21:40:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:40:00 Fetched 122 kB in 0s (0 B/s) 21:40:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:40:00 Fetched 77.8 kB in 0s (0 B/s) 21:40:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:40:00 Fetched 8848 B in 0s (0 B/s) 21:40:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:40:00 Fetched 47.8 kB in 0s (0 B/s) 21:40:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:40:00 Fetched 45.6 kB in 0s (0 B/s) 21:40:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:40:00 Fetched 15.0 kB in 0s (0 B/s) 21:40:00 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 21:40:00 Fetched 219 kB in 0s (0 B/s) 21:40:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:40:00 Fetched 154 kB in 0s (0 B/s) 21:40:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:40:00 Fetched 50.6 kB in 0s (0 B/s) 21:40:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:40:00 Fetched 14.8 kB in 0s (0 B/s) 21:40:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:40:00 Fetched 41.8 kB in 0s (0 B/s) 21:40:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:40:00 Fetched 499 kB in 0s (0 B/s) 21:40:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:40:00 Fetched 111 kB in 0s (0 B/s) 21:40:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:40:00 Fetched 240 kB in 0s (0 B/s) 21:40:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:40:00 Fetched 29.3 kB in 0s (0 B/s) 21:40:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:40:00 Fetched 85.5 kB in 0s (0 B/s) 21:40:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:40:00 Fetched 24.5 kB in 0s (0 B/s) 21:40:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:40:00 Fetched 49.2 kB in 0s (0 B/s) 21:40:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:40:00 Fetched 54.2 kB in 0s (0 B/s) 21:40:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:40:00 Fetched 30.8 kB in 0s (0 B/s) 21:40:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:40:00 Fetched 15.8 kB in 0s (0 B/s) 21:40:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:40:00 Fetched 85.9 kB in 0s (0 B/s) 21:40:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:40:00 Fetched 8720 B in 0s (0 B/s) 21:40:00 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:40:00 Fetched 137 kB in 0s (0 B/s) 21:40:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:40:00 Fetched 119 kB in 0s (0 B/s) 21:40:00 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:40:00 Fetched 109 kB in 0s (0 B/s) 21:40:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:40:00 Fetched 11.1 kB in 0s (0 B/s) 21:40:00 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:40:00 Fetched 645 kB in 0s (0 B/s) 21:40:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:40:00 Fetched 41.3 kB in 0s (0 B/s) 21:40:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:40:00 Fetched 17.9 kB in 0s (0 B/s) 21:40:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:40:00 Fetched 368 kB in 0s (0 B/s) 21:40:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:40:00 Fetched 187 kB in 0s (0 B/s) 21:40:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:40:00 Fetched 175 kB in 0s (0 B/s) 21:40:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:40:00 Fetched 206 kB in 0s (0 B/s) 21:40:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 21:40:00 Fetched 1301 kB in 0s (0 B/s) 21:40:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:40:00 Fetched 36.2 kB in 0s (0 B/s) 21:40:00 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 21:40:00 Fetched 159 kB in 0s (0 B/s) 21:40:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:40:00 Fetched 107 kB in 0s (0 B/s) 21:40:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:40:00 Fetched 48.7 kB in 0s (0 B/s) 21:40:00 Pulling static-packages 21:40:00 + snapcraftctl pull 21:40:00 Pulling version 21:40:00 + cd /root/project 21:40:00 + [ -f VERSION ] 21:40:00 + PROJECT_VERSION=local-dev 21:40:00 + git rev-parse --short HEAD 21:40:00 + GIT_REVISION=1e59b5aa 21:40:00 + snapcraftctl set-version local-dev 21:40:00 Skipping build go-build-helper (already ran) 21:40:01 Building app-service-config 21:40:01 + make build 21:40:01 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 21:40:03 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.41 21:40:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 21:40:03 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 21:40:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.29 21:40:03 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 21:40:03 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 21:40:03 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:40:03 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:40:03 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 21:40:03 go: downloading github.com/go-kit/kit v0.8.0 21:40:03 go: downloading github.com/google/uuid v1.2.0 21:40:03 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:40:03 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:40:03 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:40:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 21:40:03 go: downloading github.com/x448/float16 v0.8.4 21:40:03 go: downloading github.com/pelletier/go-toml v1.2.0 21:40:03 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:40:04 go: downloading github.com/BurntSushi/toml v0.3.1 21:40:04 go: downloading github.com/gorilla/mux v1.8.0 21:40:04 go: downloading github.com/mitchellh/copystructure v1.0.0 21:40:04 go: downloading github.com/hashicorp/consul/api v1.8.1 21:40:04 go: downloading github.com/go-playground/validator/v10 v10.4.1 21:40:04 go: downloading github.com/go-playground/universal-translator v0.17.0 21:40:04 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:40:04 go: downloading github.com/leodido/go-urn v1.2.0 21:40:04 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:40:04 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:40:04 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 21:40:04 go: downloading github.com/gorilla/websocket v1.4.2 21:40:04 go: downloading github.com/pebbe/zmq4 v1.2.7 21:40:04 go: downloading github.com/hashicorp/serf v0.9.5 21:40:04 go: downloading github.com/mattn/go-isatty v0.0.12 21:40:04 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:40:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:40:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:40:04 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:40:04 go: downloading github.com/go-playground/locales v0.13.0 21:40:04 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:40:04 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:40:04 go: downloading github.com/fatih/color v1.9.0 21:40:04 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:40:04 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:40:05 go: downloading github.com/mattn/go-colorable v0.1.6 21:40:05 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:40:15 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 21:40:15 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 21:40:15 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 21:40:15 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 21:40:15 Building config-common 21:40:15 + snapcraftctl build 21:40:17 Building edgex-go 21:40:17 + cd /root/parts/edgex-go/src 21:40:17 + make build 21:40:17 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:40:17 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 21:40:17 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.31 21:40:17 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:40:17 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 21:40:17 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 21:40:17 go: downloading github.com/pkg/errors v0.8.1 21:40:18 go: downloading github.com/imdario/mergo v0.3.12 21:40:18 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 21:40:21 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:40:21 go: downloading gopkg.in/yaml.v2 v2.4.0 21:40:27 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:40:27 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:40:29 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:40:29 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:40:29 go: downloading github.com/stretchr/testify v1.7.0 21:40:30 go: downloading github.com/pmezard/go-difflib v1.0.0 21:40:30 go: downloading github.com/davecgh/go-spew v1.1.1 21:40:30 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:40:32 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:40:32 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:40:32 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:40: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:40:35 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:40: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 21:40:37 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:40:37 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:40:38 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:40:38 go: downloading github.com/lib/pq v1.9.0 21:40:40 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:40:40 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:40:40 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:40:40 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:40:40 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:40:40 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:40:40 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:40:40 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:40:40 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:40:40 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:40:40 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:40:40 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:40:40 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:40:40 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:40:40 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:40:40 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:40:40 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:40:40 + 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 21:40:40 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:40:40 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:40:40 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 21:40:40 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:40:40 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:40:40 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:40:40 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:40:40 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 21:40:44 Building static-packages 21:40:44 + snapcraftctl build 21:40:46 Building version 21:40:46 + snapcraftctl build 21:40:47 Skipping stage go-build-helper (already ran) 21:40:47 Staging app-service-config 21:40:47 + snapcraftctl stage 21:40:48 Staging config-common 21:40:48 + snapcraftctl stage 21:40:49 Staging edgex-go 21:40:49 + snapcraftctl stage 21:40:50 Staging static-packages 21:40:50 + snapcraftctl stage 21:40:51 Staging version 21:40:51 + snapcraftctl stage 21:40:52 Priming go-build-helper 21:40:52 + snapcraftctl prime 21:40:53 Priming app-service-config 21:40:53 + snapcraftctl prime 21:40:54 Priming config-common 21:40:54 + snapcraftctl prime 21:40:55 Priming edgex-go 21:40:55 + snapcraftctl prime 21:40:57 Priming static-packages 21:40:57 + snapcraftctl prime 21:40:59 Priming version 21:40:59 + snapcraftctl prime 21:41:00 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:41:04 provisioning config files... 21:41:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config4050594957519055129tmp [Pipeline] { [Pipeline] sh 21:41:05 + set +x 21:41:05 + curl -s https://codecov.io/bash 21:41:05 + bash -s -- 21:41:05 21:41:05 _____ _ 21:41:05 / ____| | | 21:41:05 | | ___ __| | ___ ___ _____ __ 21:41:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:41:05 | |___| (_) | (_| | __/ (_| (_) \ V / 21:41:05 \_____\___/ \__,_|\___|\___\___/ \_/ 21:41:05 Bash-20210309-2b87ace 21:41:05 21:41:05 21:41:05 ==> git version 2.24.3 found 21:41:05 ==> 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:41:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:41:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:41:05 ==> Jenkins CI detected. 21:41:05 project root: . 21:41:05 --> token set from env 21:41:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:41:05 ==> Running gcov in . (disable via -X gcov) 21:41:05 ==> Python coveragepy not found 21:41:05 ==> Searching for coverage reports in: 21:41:05 + . 21:41:06 -> Found 1 reports 21:41:06 ==> Detecting git/mercurial file structure 21:41:06 ==> Reading reports 21:41:06 + ./coverage.out bytes=697383 21:41:06 ==> Appending adjustments 21:41:06 https://docs.codecov.io/docs/fixing-reports 21:41:14 + Found adjustments 21:41:14 ==> Gzipping contents 21:41:14 100K /tmp/codecov.GG2pbU.gz 21:41:14 ==> Uploading reports 21:41:14 url: https://codecov.io 21:41:14 query: branch=PR-3331&commit=1e59b5aae2d2031bf0470ae103b5b12fbca793d4&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= 21:41:14 -> Pinging Codecov 21:41:14 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3331&commit=1e59b5aae2d2031bf0470ae103b5b12fbca793d4&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= 21:41:15 -> Uploading to 21:41:15 https://storage.googleapis.com/codecov/v4/raw/2021-04-07/00271124DB129430A58F1EEE437C3FCB/1e59b5aae2d2031bf0470ae103b5b12fbca793d4/01d539d9-54d5-4717-9caf-b2cbd1f58c89.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T214115Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dacb4e75658e8ae92da3ac3aa9c1febe248a27551fc68a57d8a4515b89b43ce7 21:41:16 % Total % Received % Xferd Average Speed Time Time Time Current 21:41:16 Dload Upload Total Spent Left Speed 21:41:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99488 0 0 100 99488 0 168k --:--:-- --:--:-- --:--:-- 168k 21:41:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1e59b5aae2d2031bf0470ae103b5b12fbca793d4 [Pipeline] } 21:41:16 Deleting 1 temporary files [Pipeline] // wrap [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] libraryResource [Pipeline] sh 21:41:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:41:20 ---> package-listing.sh 21:41:20 ++ tr '[:upper:]' '[:lower:]' 21:41:20 ++ facter osfamily 21:41:21 + OS_FAMILY=redhat 21:41:21 + workspace=/w/workspace/edgex-go/6 21:41:21 + START_PACKAGES=/tmp/packages_start.txt 21:41:21 + END_PACKAGES=/tmp/packages_end.txt 21:41:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:41:21 + PACKAGES=/tmp/packages_start.txt 21:41:21 + '[' /w/workspace/edgex-go/6 ']' 21:41:21 + PACKAGES=/tmp/packages_end.txt 21:41:21 + case "${OS_FAMILY}" in 21:41:21 + sort 21:41:21 + rpm -qa 21:41:28 + '[' -f /tmp/packages_start.txt ']' 21:41:28 + '[' -f /tmp/packages_end.txt ']' 21:41:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:41:28 + '[' /w/workspace/edgex-go/6 ']' 21:41:28 + mkdir -p /w/workspace/edgex-go/6/archives/ 21:41:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 21:41:28 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:41:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:41:30 21:41:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:41:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:41:31 alpine: Pulling from edgex-lftools-log-publisher 21:41:31 df20fa9351a1: Pulling fs layer 21:41:31 36b3adc4ff6f: Pulling fs layer 21:41:31 8ad3a11d3b57: Pulling fs layer 21:41:31 46f8f816bc3b: Pulling fs layer 21:41:31 93b61091891f: Pulling fs layer 21:41:31 93b9cdb0e59b: Pulling fs layer 21:41:31 5e14af77c1be: Pulling fs layer 21:41:31 01666e4c0597: Pulling fs layer 21:41:31 aa168da1d23b: Pulling fs layer 21:41:31 46f8f816bc3b: Waiting 21:41:31 93b61091891f: Waiting 21:41:31 93b9cdb0e59b: Waiting 21:41:31 5e14af77c1be: Waiting 21:41:31 01666e4c0597: Waiting 21:41:31 aa168da1d23b: Waiting 21:41:31 36b3adc4ff6f: Verifying Checksum 21:41:31 36b3adc4ff6f: Download complete 21:41:31 46f8f816bc3b: Verifying Checksum 21:41:31 46f8f816bc3b: Download complete 21:41:31 93b61091891f: Verifying Checksum 21:41:31 93b61091891f: Download complete 21:41:31 df20fa9351a1: Download complete 21:41:31 93b9cdb0e59b: Verifying Checksum 21:41:31 93b9cdb0e59b: Download complete 21:41:31 5e14af77c1be: Verifying Checksum 21:41:31 5e14af77c1be: Download complete 21:41:31 01666e4c0597: Verifying Checksum 21:41:31 01666e4c0597: Download complete 21:41:33 8ad3a11d3b57: Verifying Checksum 21:41:33 8ad3a11d3b57: Download complete 21:41:33 df20fa9351a1: Pull complete 21:41:35 36b3adc4ff6f: Pull complete 21:41:39 8ad3a11d3b57: Pull complete 21:41:39 46f8f816bc3b: Pull complete 21:41:41 aa168da1d23b: Verifying Checksum 21:41:41 aa168da1d23b: Download complete 21:41:41 93b61091891f: Pull complete 21:41:42 93b9cdb0e59b: Pull complete 21:41:43 5e14af77c1be: Pull complete 21:41:43 01666e4c0597: Pull complete 21:42:11 aa168da1d23b: Pull complete 21:42:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:42:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:42:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:42:12 prd-centos7-docker-4c-2g-33189 does not seem to be running inside a container 21:42:13 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:alpine cat 21:42:15 $ docker top d9737aafe06deceadd861aceb17e2cfd185caaa761ed4ca2caaa165e40cf699d -eo pid,comm [Pipeline] { [Pipeline] sh 21:42:18 + touch /tmp/pre-build-complete [Pipeline] sh 21:42:19 + mkdir -p /var/log/sa [Pipeline] sh 21:42:20 + ls /var/log/sa-host 21:42:20 + sadf -c /var/log/sa-host/sa07 21:42:20 file_magic: OK 21:42:20 HZ: Using current value: 100 21:42:20 file_header: OK 21:42:20 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:42:20 Statistics: 21:42:20 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... 21:42:20 File successfully converted to sysstat format version 12.2.1 21:42:20 + sadf -c /var/log/sa-host/sa23 21:42:20 file_magic: OK 21:42:20 HZ: Using current value: 100 21:42:20 file_header: OK 21:42:20 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:42:20 Statistics: 21:42:20 Hnuu...uuuununununu... 21:42:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:42:21 provisioning config files... 21:42:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config3303270159550686520tmp [Pipeline] { [Pipeline] echo 21:42:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:42:22 ---> create-netrc.sh [Pipeline] } 21:42:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:42:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:42:23 ---> python-tools-install.sh [Pipeline] echo 21:42:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:42:24 ---> sudo-logs.sh 21:42:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:42:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:42:25 ---> job-cost.sh 21:42:25 lf-activate-venv: SKIPPING 21:42:25 DEBUG: total: 0.20999999344348907 21:42:25 INFO: Retrieving Stack Cost... 21:42:26 INFO: Retrieving Pricing Info for: v1-standard-2 21:42:27 INFO: Archiving Costs [Pipeline] echo 21:42:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:42:27 ---> logs-deploy.sh 21:42:27 lf-activate-venv: SKIPPING 21:42:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3331/6 21:42:27 INFO: archiving workspace using pattern(s): 21:42:30 Archives upload complete. 21:42:30 INFO: archiving logs to Nexus 21:42:32 ---> uname -a: 21:42:32 Linux prd-centos7-docker-4c-2g-33189.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:42:32 21:42:32 21:42:32 ---> lscpu: 21:42:32 Architecture: x86_64 21:42:32 CPU op-mode(s): 32-bit, 64-bit 21:42:32 Byte Order: Little Endian 21:42:32 Address sizes: 40 bits physical, 48 bits virtual 21:42:32 CPU(s): 4 21:42:32 On-line CPU(s) list: 0-3 21:42:32 Thread(s) per core: 1 21:42:32 Core(s) per socket: 1 21:42:32 Socket(s): 4 21:42:32 NUMA node(s): 1 21:42:32 Vendor ID: GenuineIntel 21:42:32 CPU family: 6 21:42:32 Model: 44 21:42:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:42:32 Stepping: 1 21:42:32 CPU MHz: 2933.438 21:42:32 BogoMIPS: 5866.87 21:42:32 Virtualization: VT-x 21:42:32 Hypervisor vendor: KVM 21:42:32 Virtualization type: full 21:42:32 L1d cache: 128 KiB 21:42:32 L1i cache: 128 KiB 21:42:32 L2 cache: 16 MiB 21:42:32 L3 cache: 64 MiB 21:42:32 NUMA node0 CPU(s): 0-3 21:42:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:42:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:42:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:42:32 Vulnerability Meltdown: Mitigation; PTI 21:42:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:42:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:42:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:42:32 Vulnerability Srbds: Not affected 21:42:32 Vulnerability Tsx async abort: Not affected 21:42:32 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:42:32 21:42:32 21:42:32 ---> nproc: 21:42:32 4 21:42:32 21:42:32 21:42:32 ---> df -h: 21:42:32 Filesystem Size Used Available Use% Mounted on 21:42:32 overlay 50.0G 13.1G 36.9G 26% / 21:42:32 tmpfs 64.0M 0 64.0M 0% /dev 21:42:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:42:32 shm 64.0M 0 64.0M 0% /dev/shm 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/6@tmp 21:42:32 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/6 21:42:32 21:42:32 21:42:32 ---> free -m: 21:42:32 total used free shared buff/cache available 21:42:32 Mem: 1837 822 91 0 923 962 21:42:32 Swap: 1023 124 899 21:42:32 21:42:32 21:42:32 ---> ip addr: 21:42:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:42:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:42:32 inet 127.0.0.1/8 scope host lo 21:42:32 valid_lft forever preferred_lft forever 21:42:32 inet6 ::1/128 scope host 21:42:32 valid_lft forever preferred_lft forever 21:42:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:42:32 link/ether fa:16:3e:c3:b0:f9 brd ff:ff:ff:ff:ff:ff 21:42:32 inet 10.30.123.3/23 brd 10.30.123.255 scope global dynamic eth0 21:42:32 valid_lft 83134sec preferred_lft 83134sec 21:42:32 inet6 fe80::f816:3eff:fec3:b0f9/64 scope link 21:42:32 valid_lft forever preferred_lft forever 21:42:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:42:32 link/ether 02:42:65:84:1b:9e brd ff:ff:ff:ff:ff:ff 21:42:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:42:32 valid_lft forever preferred_lft forever 21:42:32 inet6 fe80::42:65ff:fe84:1b9e/64 scope link 21:42:32 valid_lft forever preferred_lft forever 21:42:32 21:42:32 21:42:32 ---> sar -b -r -n DEV: 21:42:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 21:42:32 21:42:32 20:47:51 LINUX RESTART (4 CPU) 21:42:32 21:42:32 20:49:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:42:32 20:50:01 51.25 17.27 33.98 0.00 4234.37 7165.01 0.00 21:42:32 20:51:02 39.49 10.16 29.33 0.00 1882.33 7444.24 0.00 21:42:32 20:52:01 117.92 38.79 79.13 0.00 4754.86 31337.33 0.00 21:42:32 20:53:01 154.47 40.82 113.66 0.00 1982.50 19119.99 0.00 21:42:32 20:54:02 135.94 68.80 67.14 0.00 2338.86 6817.52 0.00 21:42:32 20:55:01 105.29 30.39 74.90 0.00 1158.93 9897.53 0.00 21:42:32 20:56:01 27.36 2.93 24.43 0.00 110.89 2326.41 0.00 21:42:32 20:57:02 83.73 46.00 37.74 0.00 1600.13 2925.72 0.00 21:42:32 20:58:01 63.99 29.14 34.85 0.00 2003.04 2766.62 0.00 21:42:32 20:59:01 14.37 0.02 14.35 0.00 0.13 3632.94 0.00 21:42:32 21:00:01 99.32 12.82 86.50 0.00 826.70 18437.35 0.00 21:42:32 21:01:06 279.51 132.28 147.24 0.00 68043.82 118869.52 0.00 21:42:32 21:02:03 1185.93 1050.03 135.90 0.00 47934.94 50895.50 0.00 21:42:32 21:03:03 1246.52 1092.59 153.92 0.00 98272.64 103044.50 0.00 21:42:32 21:04:02 569.53 473.41 96.11 0.00 25845.14 30205.71 0.00 21:42:32 21:05:01 168.97 80.85 88.12 0.00 6884.51 19276.83 0.00 21:42:32 21:06:03 309.59 100.71 208.88 0.00 19863.18 74203.53 0.00 21:42:32 21:07:02 832.57 686.99 145.58 0.00 62833.17 67727.36 0.00 21:42:32 21:08:05 1369.18 1216.57 152.62 0.00 65455.36 71726.99 0.00 21:42:32 21:09:02 779.87 612.23 167.64 0.00 52290.03 54877.94 0.00 21:42:32 21:10:03 105.79 46.82 58.97 0.00 6364.29 9827.11 0.00 21:42:32 21:11:01 173.92 34.54 139.38 0.00 4204.67 18708.53 0.00 21:42:32 21:12:02 34.98 24.58 10.40 0.00 3121.08 1086.33 0.00 21:42:32 21:13:01 1.18 1.07 0.12 0.00 17.73 1.96 0.00 21:42:32 21:14:01 0.35 0.03 0.32 0.00 1.60 3.83 0.00 21:42:32 21:15:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 21:42:32 21:16:01 0.22 0.00 0.22 0.00 0.00 2.91 0.00 21:42:32 21:17:01 0.33 0.00 0.33 0.00 0.00 5.31 0.00 21:42:32 21:18:01 0.57 0.30 0.27 0.00 13.32 3.78 0.00 21:42:32 21:19:01 0.32 0.00 0.32 0.00 0.00 3.78 0.00 21:42:32 21:20:01 0.75 0.47 0.28 0.00 8.79 4.51 0.00 21:42:32 21:21:01 0.27 0.02 0.25 0.00 0.13 3.50 0.00 21:42:32 21:22:01 0.35 0.00 0.35 0.00 0.00 5.31 0.00 21:42:32 21:23:01 0.30 0.00 0.30 0.00 0.00 4.21 0.00 21:42:32 21:24:02 0.32 0.00 0.32 0.00 0.00 3.81 0.00 21:42:32 21:25:01 1.07 0.56 0.51 0.00 122.57 4.32 0.00 21:42:32 21:26:01 0.55 0.00 0.55 0.00 0.00 5.84 0.00 21:42:32 21:27:01 0.72 0.00 0.72 0.00 0.00 8.09 0.00 21:42:32 21:28:01 0.55 0.00 0.55 0.00 0.00 5.69 0.00 21:42:32 21:29:01 0.62 0.00 0.62 0.00 0.00 6.33 0.00 21:42:32 21:30:01 0.62 0.02 0.60 0.00 0.13 6.01 0.00 21:42:32 21:31:01 0.60 0.00 0.60 0.00 0.00 6.25 0.00 21:42:32 21:32:01 0.72 0.05 0.67 0.00 0.53 7.83 0.00 21:42:32 21:33:01 0.55 0.00 0.55 0.00 0.00 5.83 0.00 21:42:32 21:34:01 0.60 0.00 0.60 0.00 0.00 5.95 0.00 21:42:32 21:35:01 0.57 0.05 0.52 0.00 0.80 5.75 0.00 21:42:32 21:36:02 0.17 0.00 0.17 0.00 0.00 1.59 0.00 21:42:32 21:37:01 0.25 0.00 0.25 0.00 0.00 3.03 0.00 21:42:32 21:38:01 111.01 106.10 4.92 0.00 1301.93 261.18 0.00 21:42:32 21:39:01 211.33 192.39 18.95 0.00 3177.80 707.25 0.00 21:42:32 21:40:01 9.90 8.07 1.83 0.00 116.21 233.48 0.00 21:42:32 21:41:01 0.20 0.00 0.20 0.00 0.00 1.50 0.00 21:42:32 21:42:02 163.46 79.64 83.82 0.00 6094.51 14791.33 0.00 21:42:32 Average: 159.14 117.19 41.95 0.00 9339.08 14256.29 0.00 21:42:32 21:42:32 20:49:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:42:32 20:50:01 95124 0 568932 30.24 2620 1214868 1102572 37.63 514192 1073204 13356 21:42:32 20:51:02 84816 0 797360 42.38 2620 996748 1598344 54.55 654864 935780 20 21:42:32 20:52:01 172916 0 704900 37.46 2424 1001304 1623640 55.41 584100 889000 64612 21:42:32 20:53:01 71268 0 754180 40.08 1604 1054492 1508672 51.49 615600 909744 83992 21:42:32 20:54:02 124620 0 791520 42.07 1496 963908 1565648 53.43 627432 858376 84260 21:42:32 20:55:01 102008 0 915528 48.66 612 863396 1832176 62.53 774432 727976 49692 21:42:32 20:56:01 167516 0 830592 44.14 572 882864 1655952 56.51 709376 725392 25684 21:42:32 20:57:02 234788 0 826668 43.94 516 819572 1812232 61.85 643008 717500 42836 21:42:32 20:58:01 268520 0 796080 42.31 432 816512 1412516 48.21 626648 697908 36192 21:42:32 20:59:01 151564 0 814352 43.28 432 915196 1413124 48.23 667392 774620 59576 21:42:32 21:00:01 206728 0 738736 39.26 396 935684 1268828 43.30 558924 828544 40 21:42:32 21:01:06 75712 0 855576 45.47 4 950252 2272112 77.54 712900 885196 17160 21:42:32 21:02:03 78740 0 868800 46.17 4 934000 2332928 79.62 731556 846256 49788 21:42:32 21:03:03 76788 0 870776 46.28 4 933976 2341576 79.91 709480 860024 82068 21:42:32 21:04:02 245956 0 1168108 62.08 4 467476 4250188 145.05 743508 614920 11120 21:42:32 21:05:01 289140 0 738708 39.26 4 853692 1589660 54.25 553588 780780 16 21:42:32 21:06:03 78564 0 861088 45.76 4 941888 2293804 78.28 783888 773280 99072 21:42:32 21:07:02 444800 0 717360 38.13 4 719380 1671556 57.05 530392 674600 468 21:42:32 21:08:05 68264 0 813612 43.24 4 999664 2352140 80.27 720412 844960 61184 21:42:32 21:09:02 345440 0 812660 43.19 4 723440 3202088 109.28 587948 663096 732 21:42:32 21:10:03 257992 0 890448 47.33 4 733100 2485824 84.84 634544 706048 43684 21:42:32 21:11:01 402068 0 689036 36.62 4 790436 1557792 53.16 532648 680644 24 21:42:32 21:12:02 398964 0 617020 32.79 4 865556 1296396 44.24 506016 714192 16 21:42:32 21:13:01 404552 0 611428 32.50 4 865560 1197072 40.85 501908 714576 8 21:42:32 21:14:01 406320 0 609652 32.40 4 865568 1176452 40.15 500784 714556 8 21:42:32 21:15:01 406488 0 609480 32.39 4 865572 1176536 40.15 501008 714552 8 21:42:32 21:16:01 406672 0 609296 32.38 4 865572 1176452 40.15 500940 714552 8 21:42:32 21:17:01 406516 0 609412 32.39 4 865612 1176452 40.15 500832 714560 20 21:42:32 21:18:01 406376 0 609204 32.38 4 865960 1176452 40.15 500736 714948 8 21:42:32 21:19:01 406128 0 609448 32.39 4 865964 1176452 40.15 500732 714952 8 21:42:32 21:20:01 405552 0 610020 32.42 4 865968 1176524 40.15 501048 715212 8 21:42:32 21:21:01 405836 0 609728 32.41 4 865976 1176452 40.15 500840 715220 12 21:42:32 21:22:01 405852 0 609708 32.40 4 865980 1176452 40.15 500844 715224 8 21:42:32 21:23:01 405556 0 609996 32.42 4 865988 1176452 40.15 500852 715224 8 21:42:32 21:24:02 405360 0 610184 32.43 4 865996 1176488 40.15 500872 715220 8 21:42:32 21:25:01 399400 0 612628 32.56 4 869512 1176524 40.15 506412 716008 8 21:42:32 21:26:01 399652 0 612368 32.55 4 869520 1176452 40.15 506344 716008 8 21:42:32 21:27:01 399548 0 612468 32.55 4 869524 1176500 40.15 506480 716008 12 21:42:32 21:28:01 399232 0 612780 32.57 4 869528 1176452 40.15 506476 716008 12 21:42:32 21:29:01 399076 0 612932 32.58 4 869532 1176452 40.15 506604 716008 8 21:42:32 21:30:01 398904 0 613100 32.58 4 869536 1176512 40.15 506568 716012 8 21:42:32 21:31:01 399388 0 612608 32.56 4 869544 1176448 40.15 506528 716008 12 21:42:32 21:32:01 399652 0 612344 32.54 4 869544 1176452 40.15 506500 716028 12 21:42:32 21:33:01 399520 0 612468 32.55 4 869552 1176452 40.15 506636 716028 8 21:42:32 21:34:01 399240 0 612744 32.57 4 869556 1176452 40.15 506392 716028 8 21:42:32 21:35:01 399152 0 612828 32.57 4 869560 1176524 40.15 507036 716052 8 21:42:32 21:36:02 399264 0 612712 32.56 4 869564 1176452 40.15 506652 716052 8 21:42:32 21:37:01 399268 0 612704 32.56 4 869568 1176524 40.15 506604 716052 8 21:42:32 21:38:01 345860 0 633380 33.66 4 902300 1187132 40.51 535888 724608 552 21:42:32 21:39:01 212384 0 738452 39.25 4 930704 1178140 40.21 548520 735848 4328 21:42:32 21:40:01 204172 0 745548 39.62 4 931820 1176568 40.15 547892 737032 8 21:42:32 21:41:01 204008 0 745712 39.63 4 931820 1176568 40.15 547840 737032 8 21:42:32 21:42:02 73644 0 834936 44.38 0 972964 1604508 54.76 644740 753484 73152 21:42:32 Average: 293299 0 706081 37.53 262 881901 1513115 51.64 568761 750135 17054 21:42:32 21:42:32 20:49:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:42:32 20:50:01 eth0 553.18 272.99 3360.33 68.90 0.00 0.00 0.00 0.00 21:42:32 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:51:02 veth27c8089 756.45 666.73 77.24 2661.38 0.00 0.00 0.00 0.00 21:42:32 20:51:02 eth0 735.92 812.11 2994.19 117.87 0.00 0.00 0.00 0.00 21:42:32 20:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:51:02 docker0 756.45 666.59 66.90 2661.36 0.00 0.00 0.00 0.00 21:42:32 20:52:01 eth0 292.32 257.08 2872.61 27.57 0.00 0.00 0.00 0.00 21:42:32 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:52:01 docker0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:53:01 eth0 172.07 117.57 840.00 16.23 0.00 0.00 0.00 0.00 21:42:32 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:53:01 docker0 104.13 152.07 7.15 825.75 0.00 0.00 0.00 0.00 21:42:32 20:54:02 eth0 31.95 29.28 25.79 63.39 0.00 0.00 0.00 0.00 21:42:32 20:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:54:02 vethd97e408 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 20:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:55:01 eth0 19.11 14.23 14.64 7.94 0.00 0.00 0.00 0.00 21:42:32 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:55:01 vethd97e408 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:56:01 eth0 22.74 17.92 16.12 9.01 0.00 0.00 0.00 0.00 21:42:32 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:56:01 vethd97e408 1.84 1.84 0.15 0.15 0.00 0.00 0.00 0.00 21:42:32 20:56:01 docker0 1.84 1.84 0.12 0.15 0.00 0.00 0.00 0.00 21:42:32 20:57:02 eth0 24.42 23.78 11.92 67.63 0.00 0.00 0.00 0.00 21:42:32 20:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:57:02 vethd97e408 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:58:01 eth0 13.17 9.02 11.80 6.44 0.00 0.00 0.00 0.00 21:42:32 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:58:01 vethd97e408 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:59:01 eth0 19.42 14.69 14.97 8.13 0.00 0.00 0.00 0.00 21:42:32 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:59:01 vethd97e408 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:00:01 veth8c6091c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:00:01 eth0 181.73 149.45 1692.63 66.81 0.00 0.00 0.00 0.00 21:42:32 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:01:06 veth8c6091c 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:01:06 eth0 7.91 5.32 6.06 3.20 0.00 0.00 0.00 0.00 21:42:32 21:01:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:01:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:02:03 veth8c6091c 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:02:03 eth0 48.73 31.12 171.77 10.37 0.00 0.00 0.00 0.00 21:42:32 21:02:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:02:03 docker0 14.26 25.93 0.79 153.66 0.00 0.00 0.00 0.00 21:42:32 21:03:03 veth8c6091c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:03:03 eth0 9.67 11.52 2.58 44.09 0.00 0.00 0.00 0.00 21:42:32 21:03:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:03:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:04:02 vethb1df641 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:04:02 vethd41b9e9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:04:02 vethc5c93d6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:04:02 veth8c6091c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:05:01 veth8c6091c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:05:01 eth0 2216.50 1825.16 12287.28 538.05 0.00 0.00 0.00 0.00 21:42:32 21:05:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:42:32 21:05:01 veth8c9cc86 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:06:03 veth8c6091c 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:06:03 eth0 240.82 155.42 1667.62 34.96 0.00 0.00 0.00 0.00 21:42:32 21:06:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:06:03 veth7dacb5f 24.57 56.02 1.78 321.08 0.00 0.00 0.00 0.00 21:42:32 21:07:02 veth8c6091c 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:07:02 eth0 62.20 46.69 158.53 61.22 0.00 0.00 0.00 0.00 21:42:32 21:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:07:02 docker0 959.67 985.60 80.73 4370.48 0.00 0.00 0.00 0.00 21:42:32 21:08:05 veth8c6091c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:08:05 eth0 9.47 7.49 7.45 4.11 0.00 0.00 0.00 0.00 21:42:32 21:08:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:08:05 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:09:02 veth97ff6df 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:09:02 veth89333f7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:09:02 veth4866f2e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:09:02 veth8c6091c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:10:03 veth97ff6df 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:10:03 veth89333f7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:10:03 veth4866f2e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:10:03 veth8c6091c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:11:01 veth8c6091c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:42:32 21:11:01 eth0 2656.78 2132.58 14554.76 723.97 0.00 0.00 0.00 0.00 21:42:32 21:11:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:42:32 21:11:01 docker0 967.81 1001.30 81.28 4463.21 0.00 0.00 0.00 0.00 21:42:32 21:12:02 eth0 14.83 13.88 7.35 48.76 0.00 0.00 0.00 0.00 21:42:32 21:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:13:01 eth0 0.44 0.29 0.27 0.17 0.00 0.00 0.00 0.00 21:42:32 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:14:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 21:42:32 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:15:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:42:32 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:16:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:17:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:42:32 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:18:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:19:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:20:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 21:42:32 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:21:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:42:32 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:22:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:23:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:24:02 eth0 0.12 0.07 0.12 0.00 0.00 0.00 0.00 0.00 21:42:32 21:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:25:01 eth0 0.14 0.10 0.08 0.07 0.00 0.00 0.00 0.00 21:42:32 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:42:32 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:27:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 21:42:32 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:30:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:42:32 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:31:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:32:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:33:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:34:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:35:01 eth0 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:42:32 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:36:02 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:37:01 eth0 0.12 0.10 0.12 0.01 0.00 0.00 0.00 0.00 21:42:32 21:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:38:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:39:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:40:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 21:42:32 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:41:01 eth0 0.15 0.08 0.06 0.00 0.00 0.00 0.00 0.00 21:42:32 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:42:02 eth0 213.02 174.45 2174.14 25.36 0.00 0.00 0.00 0.00 21:42:32 21:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 21:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 Average: eth0 52.40 42.35 306.77 14.64 0.00 0.00 0.00 0.00 21:42:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:32 Average: docker0 17.74 18.35 1.49 81.80 0.00 0.00 0.00 0.00 21:42:32 21:42:32 21:42:32 ---> sar -P ALL: 21:42:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 21:42:32 21:42:32 20:47:51 LINUX RESTART (4 CPU) 21:42:32 21:42:32 20:49:02 CPU %user %nice %system %iowait %steal %idle 21:42:32 20:50:01 all 12.39 0.00 4.11 1.52 31.06 50.92 21:42:32 20:50:01 0 11.97 0.00 4.35 1.57 31.75 50.37 21:42:32 20:50:01 1 8.09 0.00 3.42 0.77 32.11 55.60 21:42:32 20:50:01 2 16.07 0.00 4.02 0.95 30.17 48.79 21:42:32 20:50:01 3 13.75 0.00 4.70 2.85 30.12 48.58 21:42:32 20:51:02 all 7.98 0.00 4.45 0.60 32.81 54.16 21:42:32 20:51:02 0 6.82 0.00 4.02 0.11 34.85 54.20 21:42:32 20:51:02 1 7.48 0.00 4.25 0.78 33.63 53.86 21:42:32 20:51:02 2 9.16 0.00 4.37 1.36 31.73 53.38 21:42:32 20:51:02 3 8.56 0.00 5.17 0.16 30.91 55.20 21:42:32 20:52:01 all 4.31 0.00 4.02 0.94 30.86 59.87 21:42:32 20:52:01 0 4.49 0.00 4.19 0.82 31.95 58.55 21:42:32 20:52:01 1 5.69 0.00 4.69 0.97 32.44 56.21 21:42:32 20:52:01 2 3.38 0.00 3.78 1.25 29.57 62.03 21:42:32 20:52:01 3 3.68 0.00 3.40 0.72 29.50 62.70 21:42:32 20:53:01 all 3.52 0.00 4.40 2.26 23.41 66.41 21:42:32 20:53:01 0 3.54 0.00 3.91 2.56 25.09 64.90 21:42:32 20:53:01 1 3.94 0.00 4.72 2.12 23.77 65.45 21:42:32 20:53:01 2 3.17 0.00 4.18 2.01 22.81 67.84 21:42:32 20:53:01 3 3.44 0.00 4.80 2.34 21.92 67.49 21:42:32 20:54:02 all 13.48 0.00 7.33 3.08 32.97 43.14 21:42:32 20:54:02 0 15.74 0.00 7.96 2.77 32.95 40.57 21:42:32 20:54:02 1 14.60 0.00 7.44 2.27 34.44 41.24 21:42:32 20:54:02 2 10.97 0.00 6.89 4.00 33.13 45.01 21:42:32 20:54:02 3 12.73 0.00 7.07 3.23 31.38 45.59 21:42:32 20:55:01 all 37.59 0.00 11.35 3.48 29.33 18.25 21:42:32 20:55:01 0 44.79 0.00 12.60 2.89 27.10 12.62 21:42:32 20:55:01 1 41.99 0.00 11.49 2.62 27.70 16.19 21:42:32 20:55:01 2 30.27 0.00 10.88 4.08 31.21 23.56 21:42:32 20:55:01 3 34.19 0.00 10.54 4.23 31.04 20.00 21:42:32 20:56:01 all 18.84 0.00 7.70 0.91 43.49 29.06 21:42:32 20:56:01 0 16.02 0.00 6.75 1.33 45.29 30.61 21:42:32 20:56:01 1 18.76 0.00 8.16 0.59 41.58 30.91 21:42:32 20:56:01 2 18.86 0.00 7.42 1.08 43.78 28.85 21:42:32 20:56:01 3 21.94 0.00 8.55 0.63 43.22 25.66 21:42:32 20:57:02 all 26.98 0.00 11.48 2.41 39.30 19.83 21:42:32 20:57:02 0 26.10 0.00 10.83 2.93 41.18 18.96 21:42:32 20:57:02 1 26.58 0.00 11.57 2.50 38.42 20.93 21:42:32 20:57:02 2 25.34 0.00 10.80 2.30 39.44 22.12 21:42:32 20:57:02 3 30.05 0.00 12.79 1.88 38.14 17.13 21:42:32 20:58:01 all 17.40 0.00 10.24 1.67 38.59 32.10 21:42:32 20:58:01 0 16.01 0.00 8.77 1.41 39.56 34.25 21:42:32 20:58:01 1 18.55 0.00 10.72 1.64 38.76 30.34 21:42:32 20:58:01 2 17.08 0.00 9.93 2.02 38.00 32.97 21:42:32 20:58:01 3 18.06 0.00 11.66 1.61 37.99 30.68 21:42:32 20:59:01 all 10.80 0.00 8.85 0.28 42.02 38.05 21:42:32 20:59:01 0 8.84 0.00 7.31 0.20 43.17 40.48 21:42:32 20:59:01 1 11.76 0.00 10.17 0.52 41.82 35.72 21:42:32 20:59:01 2 11.27 0.00 9.35 0.16 41.87 37.35 21:42:32 20:59:01 3 11.43 0.00 8.64 0.23 41.15 38.55 21:42:32 21:00:01 all 5.91 0.00 7.01 0.57 29.20 57.31 21:42:32 21:00:01 0 5.01 0.00 6.87 0.23 29.81 58.08 21:42:32 21:00:01 1 4.76 0.00 6.01 0.92 29.30 59.00 21:42:32 21:00:01 2 7.59 0.00 7.34 0.31 28.92 55.84 21:42:32 21:00:01 3 6.35 0.00 7.88 0.82 28.73 56.22 21:42:32 21:42:32 21:00:01 CPU %user %nice %system %iowait %steal %idle 21:42:32 21:01:06 all 9.00 0.00 9.13 9.23 43.04 29.61 21:42:32 21:01:06 0 9.24 0.00 9.36 9.22 43.50 28.69 21:42:32 21:01:06 1 9.98 0.00 8.59 9.18 42.99 29.26 21:42:32 21:01:06 2 7.69 0.00 8.79 9.26 42.78 31.49 21:42:32 21:01:06 3 9.09 0.00 9.78 9.26 42.88 28.97 21:42:32 21:02:03 all 6.54 0.00 9.10 20.71 38.88 24.77 21:42:32 21:02:03 0 6.90 0.00 8.94 20.76 37.95 25.45 21:42:32 21:02:03 1 6.31 0.00 8.62 19.92 38.86 26.29 21:42:32 21:02:03 2 6.48 0.00 9.56 21.74 38.79 23.43 21:42:32 21:02:03 3 6.46 0.00 9.29 20.44 39.94 23.88 21:42:32 21:03:03 all 6.98 0.00 7.56 28.44 36.51 20.51 21:42:32 21:03:03 0 7.00 0.00 7.23 31.20 36.77 17.80 21:42:32 21:03:03 1 6.40 0.00 7.55 26.77 37.12 22.16 21:42:32 21:03:03 2 7.49 0.00 7.78 25.76 35.26 23.72 21:42:32 21:03:03 3 7.04 0.00 7.67 30.00 36.90 18.39 21:42:32 21:04:02 all 25.11 0.00 9.63 13.87 38.03 13.36 21:42:32 21:04:02 0 26.75 0.00 9.51 14.13 37.74 11.87 21:42:32 21:04:02 1 25.22 0.00 9.11 14.07 36.63 14.98 21:42:32 21:04:02 2 23.34 0.00 9.36 14.12 39.29 13.89 21:42:32 21:04:02 3 25.15 0.00 10.59 13.12 38.47 12.66 21:42:32 21:05:01 all 41.32 0.00 10.90 4.75 34.61 8.42 21:42:32 21:05:01 0 44.19 0.00 10.60 5.05 32.48 7.69 21:42:32 21:05:01 1 40.75 0.00 11.58 3.84 35.78 8.05 21:42:32 21:05:01 2 40.39 0.00 10.28 5.40 33.51 10.42 21:42:32 21:05:01 3 39.87 0.00 11.15 4.71 36.74 7.54 21:42:32 21:06:03 all 7.59 0.00 9.17 14.74 40.58 27.92 21:42:32 21:06:03 0 6.67 0.00 7.87 14.68 40.87 29.91 21:42:32 21:06:03 1 7.95 0.00 9.24 13.99 41.71 27.11 21:42:32 21:06:03 2 7.66 0.00 9.38 15.99 40.43 26.54 21:42:32 21:06:03 3 8.11 0.00 10.23 14.28 39.30 28.09 21:42:32 21:07:02 all 12.40 0.00 8.50 11.72 43.46 23.92 21:42:32 21:07:02 0 11.04 0.00 7.33 10.23 44.74 26.65 21:42:32 21:07:02 1 13.20 0.00 8.35 13.36 44.62 20.48 21:42:32 21:07:02 2 12.22 0.00 9.25 11.17 42.43 24.92 21:42:32 21:07:02 3 13.19 0.00 9.11 12.20 41.96 23.54 21:42:32 21:08:05 all 3.91 0.00 7.17 35.45 33.62 19.86 21:42:32 21:08:05 0 4.09 0.00 7.49 37.52 33.71 17.19 21:42:32 21:08:05 1 4.26 0.00 7.99 34.67 33.34 19.74 21:42:32 21:08:05 2 3.83 0.00 6.69 34.81 32.97 21.70 21:42:32 21:08:05 3 3.47 0.00 6.53 34.82 34.44 20.75 21:42:32 21:09:02 all 8.33 0.00 7.61 23.18 39.69 21.18 21:42:32 21:09:02 0 8.57 0.00 8.18 23.89 40.65 18.71 21:42:32 21:09:02 1 8.23 0.00 7.47 20.97 39.37 23.97 21:42:32 21:09:02 2 8.10 0.00 7.05 25.77 40.28 18.81 21:42:32 21:09:02 3 8.43 0.00 7.77 22.11 38.45 23.24 21:42:32 21:10:03 all 54.58 0.00 11.73 0.09 33.31 0.29 21:42:32 21:10:03 0 58.36 0.00 12.00 0.08 29.45 0.10 21:42:32 21:10:03 1 54.44 0.00 11.98 0.10 33.33 0.16 21:42:32 21:10:03 2 52.93 0.00 11.40 0.10 35.31 0.26 21:42:32 21:10:03 3 52.63 0.00 11.55 0.08 35.10 0.65 21:42:32 21:11:01 all 6.80 0.00 8.35 7.76 39.40 37.69 21:42:32 21:11:01 0 7.78 0.00 8.70 5.15 39.92 38.45 21:42:32 21:11:01 1 5.86 0.00 7.28 9.13 40.02 37.72 21:42:32 21:11:01 2 6.18 0.00 8.42 8.23 38.59 38.59 21:42:32 21:11:01 3 7.41 0.00 9.05 8.51 39.10 35.94 21:42:32 21:42:32 21:11:01 CPU %user %nice %system %iowait %steal %idle 21:42:32 21:12:02 all 0.45 0.00 1.08 1.47 6.20 90.80 21:42:32 21:12:02 0 0.51 0.00 1.17 1.84 5.69 90.79 21:42:32 21:12:02 1 0.56 0.00 0.76 2.47 8.16 88.04 21:42:32 21:12:02 2 0.38 0.00 0.95 1.11 5.92 91.63 21:42:32 21:12:02 3 0.35 0.00 1.47 0.40 4.95 92.82 21:42:32 21:13:01 all 0.09 0.00 0.14 0.03 2.25 97.49 21:42:32 21:13:01 0 0.28 0.00 0.11 0.13 3.48 95.99 21:42:32 21:13:01 1 0.02 0.00 0.12 0.00 2.09 97.77 21:42:32 21:13:01 2 0.03 0.00 0.20 0.00 2.37 97.40 21:42:32 21:13:01 3 0.02 0.00 0.12 0.00 1.04 98.83 21:42:32 21:14:01 all 0.11 0.00 0.50 0.02 2.41 96.97 21:42:32 21:14:01 0 0.31 0.00 0.54 0.00 2.71 96.44 21:42:32 21:14:01 1 0.08 0.00 0.24 0.03 3.11 96.53 21:42:32 21:14:01 2 0.03 0.00 0.69 0.00 2.12 97.16 21:42:32 21:14:01 3 0.02 0.00 0.51 0.03 1.68 97.76 21:42:32 21:15:01 all 0.10 0.00 0.04 0.00 0.60 99.27 21:42:32 21:15:01 0 0.32 0.00 0.02 0.00 0.25 99.42 21:42:32 21:15:01 1 0.03 0.00 0.03 0.00 0.65 99.29 21:42:32 21:15:01 2 0.03 0.00 0.10 0.00 0.86 99.00 21:42:32 21:15:01 3 0.02 0.00 0.00 0.00 0.63 99.35 21:42:32 21:16:01 all 0.08 0.00 0.03 0.00 0.41 99.48 21:42:32 21:16:01 0 0.00 0.00 0.03 0.00 0.66 99.30 21:42:32 21:16:01 1 0.02 0.00 0.03 0.00 0.13 99.82 21:42:32 21:16:01 2 0.28 0.00 0.02 0.00 0.53 99.17 21:42:32 21:16:01 3 0.03 0.00 0.03 0.00 0.32 99.62 21:42:32 21:17:01 all 0.06 0.00 0.02 0.00 0.70 99.21 21:42:32 21:17:01 0 0.02 0.00 0.02 0.00 0.93 99.04 21:42:32 21:17:01 1 0.03 0.00 0.03 0.00 0.96 98.98 21:42:32 21:17:01 2 0.18 0.00 0.02 0.00 0.63 99.17 21:42:32 21:17:01 3 0.02 0.00 0.02 0.00 0.30 99.67 21:42:32 21:18:01 all 0.08 0.00 0.03 0.01 0.38 99.49 21:42:32 21:18:01 0 0.03 0.00 0.03 0.05 0.43 99.45 21:42:32 21:18:01 1 0.02 0.00 0.07 0.00 0.65 99.27 21:42:32 21:18:01 2 0.25 0.00 0.02 0.00 0.27 99.47 21:42:32 21:18:01 3 0.02 0.00 0.02 0.00 0.18 99.78 21:42:32 21:19:01 all 0.08 0.00 0.02 0.00 0.12 99.77 21:42:32 21:19:01 0 0.02 0.00 0.02 0.00 0.18 99.78 21:42:32 21:19:01 1 0.02 0.00 0.02 0.00 0.12 99.85 21:42:32 21:19:01 2 0.27 0.00 0.03 0.00 0.15 99.55 21:42:32 21:19:01 3 0.03 0.00 0.03 0.00 0.03 99.90 21:42:32 21:20:01 all 0.07 0.00 0.02 0.03 0.95 98.92 21:42:32 21:20:01 0 0.00 0.00 0.02 0.00 0.42 99.57 21:42:32 21:20:01 1 0.05 0.00 0.03 0.12 1.11 98.70 21:42:32 21:20:01 2 0.23 0.00 0.02 0.00 2.06 97.69 21:42:32 21:20:01 3 0.02 0.00 0.03 0.00 0.22 99.73 21:42:32 21:21:01 all 0.09 0.00 0.03 0.00 0.31 99.57 21:42:32 21:21:01 0 0.02 0.00 0.02 0.00 0.12 99.85 21:42:32 21:21:01 1 0.03 0.00 0.05 0.00 0.43 99.48 21:42:32 21:21:01 2 0.32 0.00 0.03 0.00 0.55 99.10 21:42:32 21:21:01 3 0.00 0.00 0.02 0.00 0.15 99.83 21:42:32 21:22:01 all 0.10 0.00 0.03 0.00 0.33 99.54 21:42:32 21:22:01 0 0.00 0.00 0.03 0.00 0.03 99.93 21:42:32 21:22:01 1 0.03 0.00 0.05 0.00 1.07 98.84 21:42:32 21:22:01 2 0.33 0.00 0.02 0.00 0.13 99.52 21:42:32 21:22:01 3 0.03 0.00 0.02 0.00 0.08 99.87 21:42:32 21:42:32 21:22:01 CPU %user %nice %system %iowait %steal %idle 21:42:32 21:23:01 all 0.10 0.00 0.02 0.00 0.18 99.70 21:42:32 21:23:01 0 0.00 0.00 0.00 0.00 0.07 99.93 21:42:32 21:23:01 1 0.03 0.00 0.05 0.00 0.38 99.53 21:42:32 21:23:01 2 0.33 0.00 0.00 0.00 0.12 99.55 21:42:32 21:23:01 3 0.02 0.00 0.02 0.00 0.17 99.80 21:42:32 21:24:02 all 0.10 0.00 0.02 0.00 1.21 98.66 21:42:32 21:24:02 0 0.02 0.00 0.02 0.00 1.67 98.30 21:42:32 21:24:02 1 0.05 0.00 0.07 0.00 1.87 98.02 21:42:32 21:24:02 2 0.31 0.00 0.02 0.00 0.88 98.79 21:42:32 21:24:02 3 0.03 0.00 0.00 0.00 0.43 99.54 21:42:32 21:25:01 all 0.08 0.00 0.05 0.02 0.67 99.18 21:42:32 21:25:01 0 0.00 0.00 0.07 0.00 0.25 99.68 21:42:32 21:25:01 1 0.03 0.00 0.08 0.07 1.09 98.72 21:42:32 21:25:01 2 0.27 0.00 0.03 0.00 1.13 98.57 21:42:32 21:25:01 3 0.02 0.00 0.03 0.00 0.19 99.76 21:42:32 21:26:01 all 0.11 0.00 0.05 0.00 0.33 99.52 21:42:32 21:26:01 0 0.00 0.00 0.03 0.00 0.17 99.80 21:42:32 21:26:01 1 0.08 0.00 0.07 0.00 0.65 99.20 21:42:32 21:26:01 2 0.35 0.00 0.07 0.00 0.37 99.22 21:42:32 21:26:01 3 0.00 0.00 0.02 0.00 0.13 99.85 21:42:32 21:27:01 all 0.10 0.00 0.02 0.00 0.60 99.27 21:42:32 21:27:01 0 0.03 0.00 0.00 0.00 0.17 99.80 21:42:32 21:27:01 1 0.03 0.00 0.05 0.00 0.76 99.16 21:42:32 21:27:01 2 0.33 0.00 0.03 0.00 1.12 98.51 21:42:32 21:27:01 3 0.02 0.00 0.02 0.00 0.35 99.62 21:42:32 21:28:01 all 0.09 0.00 0.03 0.00 0.29 99.59 21:42:32 21:28:01 0 0.00 0.00 0.02 0.00 0.05 99.93 21:42:32 21:28:01 1 0.02 0.00 0.05 0.00 0.18 99.75 21:42:32 21:28:01 2 0.33 0.00 0.05 0.00 0.85 98.77 21:42:32 21:28:01 3 0.00 0.00 0.02 0.00 0.07 99.92 21:42:32 21:29:01 all 0.06 0.00 0.07 0.00 1.56 98.31 21:42:32 21:29:01 0 0.02 0.00 0.13 0.00 2.35 97.51 21:42:32 21:29:01 1 0.13 0.00 0.11 0.00 2.48 97.27 21:42:32 21:29:01 2 0.07 0.00 0.02 0.00 0.83 99.09 21:42:32 21:29:01 3 0.02 0.00 0.02 0.00 0.56 99.40 21:42:32 21:30:01 all 0.12 0.00 0.03 0.00 0.34 99.51 21:42:32 21:30:01 0 0.02 0.00 0.03 0.00 0.40 99.55 21:42:32 21:30:01 1 0.40 0.00 0.02 0.02 0.35 99.22 21:42:32 21:30:01 2 0.05 0.00 0.07 0.00 0.47 99.42 21:42:32 21:30:01 3 0.02 0.00 0.00 0.00 0.13 99.85 21:42:32 21:31:01 all 0.11 0.00 0.03 0.00 1.01 98.84 21:42:32 21:31:01 0 0.03 0.00 0.03 0.00 0.73 99.21 21:42:32 21:31:01 1 0.36 0.00 0.02 0.02 1.44 98.16 21:42:32 21:31:01 2 0.03 0.00 0.05 0.00 1.36 98.56 21:42:32 21:31:01 3 0.02 0.00 0.02 0.00 0.51 99.45 21:42:32 21:32:01 all 0.09 0.00 0.04 0.02 1.15 98.71 21:42:32 21:32:01 0 0.00 0.00 0.02 0.00 1.04 98.94 21:42:32 21:32:01 1 0.11 0.00 0.05 0.03 2.29 97.52 21:42:32 21:32:01 2 0.23 0.00 0.03 0.02 0.45 99.27 21:42:32 21:32:01 3 0.00 0.00 0.05 0.03 0.79 99.12 21:42:32 21:33:01 all 0.11 0.00 0.03 0.00 0.17 99.69 21:42:32 21:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:42:32 21:33:01 1 0.07 0.00 0.05 0.02 0.32 99.55 21:42:32 21:33:01 2 0.33 0.00 0.02 0.00 0.30 99.35 21:42:32 21:33:01 3 0.02 0.00 0.03 0.00 0.03 99.92 21:42:32 21:42:32 21:33:01 CPU %user %nice %system %iowait %steal %idle 21:42:32 21:34:01 all 0.09 0.00 0.03 0.00 0.15 99.73 21:42:32 21:34:01 0 0.02 0.00 0.02 0.00 0.03 99.93 21:42:32 21:34:01 1 0.05 0.00 0.07 0.00 0.20 99.68 21:42:32 21:34:01 2 0.30 0.00 0.02 0.00 0.33 99.35 21:42:32 21:34:01 3 0.00 0.00 0.02 0.00 0.02 99.97 21:42:32 21:35:01 all 0.10 0.00 0.02 0.00 0.12 99.75 21:42:32 21:35:01 0 0.02 0.00 0.00 0.00 0.03 99.95 21:42:32 21:35:01 1 0.03 0.00 0.03 0.00 0.27 99.67 21:42:32 21:35:01 2 0.35 0.00 0.03 0.00 0.13 99.48 21:42:32 21:35:01 3 0.02 0.00 0.02 0.00 0.07 99.90 21:42:32 21:36:02 all 0.11 0.00 0.03 0.00 0.55 99.31 21:42:32 21:36:02 0 0.02 0.00 0.03 0.00 0.40 99.55 21:42:32 21:36:02 1 0.07 0.00 0.08 0.00 1.57 98.28 21:42:32 21:36:02 2 0.35 0.00 0.00 0.00 0.15 99.50 21:42:32 21:36:02 3 0.00 0.00 0.02 0.00 0.08 99.90 21:42:32 21:37:01 all 0.08 0.00 0.03 0.00 1.20 98.70 21:42:32 21:37:01 0 0.00 0.00 0.02 0.00 0.19 99.80 21:42:32 21:37:01 1 0.03 0.00 0.05 0.00 3.34 96.58 21:42:32 21:37:01 2 0.27 0.00 0.02 0.00 0.77 98.94 21:42:32 21:37:01 3 0.02 0.00 0.02 0.00 0.44 99.53 21:42:32 21:38:01 all 0.06 1.20 5.45 4.01 28.39 60.89 21:42:32 21:38:01 0 0.05 1.26 5.62 3.91 28.15 61.00 21:42:32 21:38:01 1 0.09 1.01 4.71 3.31 28.47 62.41 21:42:32 21:38:01 2 0.08 1.14 5.50 2.98 28.78 61.51 21:42:32 21:38:01 3 0.01 1.40 5.97 5.86 28.14 58.61 21:42:32 21:39:01 all 0.07 0.89 4.98 3.48 21.69 68.90 21:42:32 21:39:01 0 0.03 0.85 4.40 3.24 20.65 70.83 21:42:32 21:39:01 1 0.03 0.93 5.30 2.98 22.99 67.77 21:42:32 21:39:01 2 0.11 0.85 4.94 4.43 21.86 67.81 21:42:32 21:39:01 3 0.10 0.92 5.26 3.26 21.24 69.22 21:42:32 21:40:01 all 0.07 0.01 0.09 0.00 1.14 98.69 21:42:32 21:40:01 0 0.03 0.00 0.02 0.00 1.28 98.67 21:42:32 21:40:01 1 0.05 0.05 0.28 0.00 0.90 98.72 21:42:32 21:40:01 2 0.20 0.00 0.03 0.00 1.06 98.71 21:42:32 21:40:01 3 0.00 0.00 0.03 0.00 1.32 98.65 21:42:32 21:41:01 all 0.09 0.00 0.03 0.00 0.41 99.47 21:42:32 21:41:01 0 0.02 0.00 0.02 0.00 0.23 99.73 21:42:32 21:41:01 1 0.03 0.00 0.07 0.00 0.66 99.24 21:42:32 21:41:01 2 0.28 0.00 0.02 0.00 0.73 98.97 21:42:32 21:41:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:42:32 21:42:02 all 3.96 0.00 4.27 3.16 27.69 60.93 21:42:32 21:42:02 0 3.75 0.00 4.16 4.02 28.45 59.62 21:42:32 21:42:02 1 4.42 0.00 4.74 2.70 27.32 60.83 21:42:32 21:42:02 2 3.31 0.00 3.64 2.53 26.82 63.69 21:42:32 21:42:02 3 4.36 0.00 4.54 3.40 28.17 59.54 21:42:32 Average: all 6.25 0.05 3.78 3.99 17.53 68.40 21:42:32 Average: 0 6.32 0.05 3.67 4.03 17.74 68.20 21:42:32 Average: 1 6.29 0.04 3.78 3.85 17.84 68.20 21:42:32 Average: 2 6.15 0.05 3.73 4.06 17.49 68.53 21:42:32 Average: 3 6.25 0.05 3.93 4.03 17.05 68.69 21:42:32 21:42:32 21:42:32