Pull request #3381 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 soda480 for edgexfoundry/edgex-go Obtained Jenkinsfile from 2d718ae38af5677d2ecb37db5b545b28beba233c+95928816a7d3351701d43cfae6e5bb9ec9c35404 (9a53888036d96dda68b03b54c4b7dbce8fb035f4) 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-933 in /w/workspace/edgexfoundry_edgex-go_PR-3381 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit 2d718ae38af5677d2ecb37db5b545b28beba233c Merge succeeded, producing 2d718ae38af5677d2ecb37db5b545b28beba233c Checking out Revision 2d718ae38af5677d2ecb37db5b545b28beba233c (PR-3381) > 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/3381/head:refs/remotes/origin/PR-3381 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 Commit message: "docs: Add badges to readme" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:50:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:50:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:50:14 ========================================================= 20:50:14 EdgeX Global Pipelines Version Info 20:50:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:50:16 ------------------- 20:50:16 stable info: 20:50:16 ------------------- 20:50:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:50:16 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:50:16 Message: update stable to v1.0.186 > git rev-list --no-walk cf636624737cc5f70e8e9162c2f14abe0487c23b # timeout=10 20:50:17 ------------------- 20:50:17 experimental info: 20:50:17 ------------------- 20:50:17 Commited By: **** collab-it+edgex@linuxfoundation.org 20:50:17 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:50:17 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:50:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3381 [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3381 [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3381 [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d718ae38af5677d2ecb37db5b545b28beba233c [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d718ae [Pipeline] echo 20:50:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:50:18 provisioning config files... 20:50:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3816477321675856994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:50:18 ---> docker-login.sh 20:50:18 nexus3.edgexfoundry.org:10001 20:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:19 Configure a credential helper to remove this warning. See 20:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:19 20:50:19 Login Succeeded 20:50:19 nexus3.edgexfoundry.org:10002 20:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:19 Configure a credential helper to remove this warning. See 20:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:19 20:50:19 Login Succeeded 20:50:19 nexus3.edgexfoundry.org:10003 20:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:19 Configure a credential helper to remove this warning. See 20:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:19 20:50:19 Login Succeeded 20:50:19 nexus3.edgexfoundry.org:10004 20:50:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:20 Configure a credential helper to remove this warning. See 20:50:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:20 20:50:20 Login Succeeded 20:50:20 docker.io 20:50:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:20 Configure a credential helper to remove this warning. See 20:50:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:20 20:50:20 Login Succeeded 20:50:20 ---> docker-login.sh ends [Pipeline] } 20:50:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:50:21 ++ 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:21 + for file in '`ls cmd/**/Dockerfile`' 20:50:21 ++ dirname cmd/core-command/Dockerfile 20:50:21 ++ cut -d/ -f2 20:50:21 + echo core-command,cmd/core-command/Dockerfile 20:50:21 + for file in '`ls cmd/**/Dockerfile`' 20:50:21 ++ dirname cmd/core-data/Dockerfile 20:50:21 ++ cut -d/ -f2 20:50:21 + echo core-data,cmd/core-data/Dockerfile 20:50:21 + for file in '`ls cmd/**/Dockerfile`' 20:50:21 ++ dirname cmd/core-metadata/Dockerfile 20:50:21 ++ cut -d/ -f2 20:50:21 + echo core-metadata,cmd/core-metadata/Dockerfile 20:50:21 + for file in '`ls cmd/**/Dockerfile`' 20:50:21 ++ dirname cmd/security-bootstrapper/Dockerfile 20:50:21 ++ cut -d/ -f2 20:50:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:50:21 + for file in '`ls cmd/**/Dockerfile`' 20:50:21 ++ dirname cmd/security-proxy-setup/Dockerfile 20:50:21 ++ cut -d/ -f2 20:50:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:50:21 + for file in '`ls cmd/**/Dockerfile`' 20:50:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:50:21 ++ cut -d/ -f2 20:50:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:50:21 + for file in '`ls cmd/**/Dockerfile`' 20:50:21 ++ cut -d/ -f2 20:50:21 ++ dirname cmd/support-notifications/Dockerfile 20:50:21 + echo support-notifications,cmd/support-notifications/Dockerfile 20:50:21 + for file in '`ls cmd/**/Dockerfile`' 20:50:21 ++ cut -d/ -f2 20:50:21 ++ dirname cmd/support-scheduler/Dockerfile 20:50:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:50:21 + for file in '`ls cmd/**/Dockerfile`' 20:50:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:50:21 ++ cut -d/ -f2 20:50:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:50:21 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:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:21 20:50:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:50:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:22 latest: Pulling from edgex-devops/git-semver 20:50:22 31603596830f: Pulling fs layer 20:50:22 2a8b12db71e7: Pulling fs layer 20:50:22 6ca5941a6612: Pulling fs layer 20:50:22 ecc8261a40a4: Pulling fs layer 20:50:22 ecc8261a40a4: Waiting 20:50:22 2a8b12db71e7: Verifying Checksum 20:50:22 2a8b12db71e7: Download complete 20:50:22 31603596830f: Verifying Checksum 20:50:22 31603596830f: Download complete 20:50:22 ecc8261a40a4: Verifying Checksum 20:50:22 ecc8261a40a4: Download complete 20:50:22 6ca5941a6612: Verifying Checksum 20:50:22 6ca5941a6612: Download complete 20:50:22 31603596830f: Pull complete 20:50:23 2a8b12db71e7: Pull complete 20:50:24 6ca5941a6612: Pull complete 20:50:24 ecc8261a40a4: Pull complete 20:50:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:50:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:50:24 prd-centos7-docker-4c-2g-933 does not seem to be running inside a container 20:50:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:50:27 $ docker top 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:50:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:50:27 [ssh-agent] Looking for ssh-agent implementation... 20:50:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:50:28 $ docker exec 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 ssh-agent 20:50:28 SSH_AUTH_SOCK=/tmp/ssh-wf8lLHOvg2Fv/agent.11 20:50:28 SSH_AGENT_PID=16 20:50:28 Running ssh-add (command line suppressed) 20:50:28 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1247318262971971790.key (/w/workspace/edgex-go/2@tmp/private_key_1247318262971971790.key) 20:50:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:50:28 + git tag --points-at HEAD [Pipeline] } 20:50:28 $ docker exec --env ******** --env ******** 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 ssh-agent -k 20:50:29 unset SSH_AUTH_SOCK; 20:50:29 unset SSH_AGENT_PID; 20:50:29 echo Agent pid 16 killed; 20:50:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:50:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:50:29 [ssh-agent] Looking for ssh-agent implementation... 20:50:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:50:29 $ docker exec 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 ssh-agent 20:50:29 SSH_AUTH_SOCK=/tmp/ssh-kmhAFWW3NI82/agent.45 20:50:29 SSH_AGENT_PID=50 20:50:29 Running ssh-add (command line suppressed) 20:50:29 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4534118101646947823.key (/w/workspace/edgex-go/2@tmp/private_key_4534118101646947823.key) 20:50:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:50:30 + git semver init 20:50:30 # -> Open(): unable to determine branch for HEAD 20:50:30 # $GIT_DIR = /w/workspace/edgex-go/2/.git 20:50:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 20:50:30 # $SEMVER_REMOTE_NAME = origin 20:50:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:50:30 # $SEMVER_USER_NAME = edgex-jenkins 20:50:30 # $SEMVER_BRANCH = PR-3381 20:50:30 # $SEMVER_TEMP = /tmp/semver-088802174 20:50:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:51:02 # '/tmp/semver-088802174' -> '/w/workspace/edgex-go/2/.semver' 20:51:02 # -> Force: false 20:51:02 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 20:51:03 $ docker exec --env ******** --env ******** 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 ssh-agent -k 20:51:03 unset SSH_AUTH_SOCK; 20:51:03 unset SSH_AGENT_PID; 20:51:03 echo Agent pid 50 killed; 20:51:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:03 + git semver [Pipeline] } 20:51:03 $ docker stop --time=1 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 20:51:05 $ docker rm -f 8f8479bca52396ba17a5305ef59525d77f7805e69717910cef87e04ff7a9e844 [Pipeline] // withDockerContainer [Pipeline] sh 20:51:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:51:06 Stashed 1 file(s) [Pipeline] echo 20:51:06 [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:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:51:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:51:07 + sudo service docker restart 20:51:07 + true 20:51:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:51:08 ========================================================= 20:51:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:51:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:51:08 + 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:12 Sending build context to Docker daemon 329.6MB 20:51:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:51:12 Step 2/6 : FROM ${BASE} 20:51:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:51:12 188c0c94c7c5: Pulling fs layer 20:51:12 0ef7d3d256c8: Pulling fs layer 20:51:12 de9db76c5a1d: Pulling fs layer 20:51:12 bca2f99d35d6: Pulling fs layer 20:51:12 93359f2a8cfa: Pulling fs layer 20:51:12 7c6f9722023f: Pulling fs layer 20:51:12 a35cf1a2eb13: Pulling fs layer 20:51:12 93359f2a8cfa: Waiting 20:51:12 7c6f9722023f: Waiting 20:51:12 a35cf1a2eb13: Waiting 20:51:12 bca2f99d35d6: Waiting 20:51:12 de9db76c5a1d: Verifying Checksum 20:51:12 de9db76c5a1d: Download complete 20:51:12 0ef7d3d256c8: Verifying Checksum 20:51:12 0ef7d3d256c8: Download complete 20:51:12 93359f2a8cfa: Verifying Checksum 20:51:12 93359f2a8cfa: Download complete 20:51:12 7c6f9722023f: Verifying Checksum 20:51:12 7c6f9722023f: Download complete 20:51:12 188c0c94c7c5: Verifying Checksum 20:51:12 188c0c94c7c5: Download complete 20:51:13 188c0c94c7c5: Pull complete 20:51:13 0ef7d3d256c8: Pull complete 20:51:13 de9db76c5a1d: Pull complete 20:51:15 a35cf1a2eb13: Verifying Checksum 20:51:15 a35cf1a2eb13: Download complete 20:51:17 bca2f99d35d6: Verifying Checksum 20:51:17 bca2f99d35d6: Download complete 20:51:21 Still waiting to schedule task 20:51:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:51:22 bca2f99d35d6: Pull complete 20:51:22 93359f2a8cfa: Pull complete 20:51:22 7c6f9722023f: Pull complete 20:51:28 a35cf1a2eb13: Pull complete 20:51:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:51:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:51:28 ---> a62c8e92a672 20:51:28 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:51:28 ---> Running in ec4e44e2b45c 20:51:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:51:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:51:30 (1/12) Installing libmagic (5.38-r0) 20:51:30 (2/12) Installing file (5.38-r0) 20:51:30 (3/12) Installing libc-dev (0.7.2-r3) 20:51:31 (4/12) Installing g++ (9.3.0-r2) 20:51:39 (5/12) Installing fortify-headers (1.1-r0) 20:51:39 (6/12) Installing patch (2.7.6-r6) 20:51:39 (7/12) Installing build-base (0.5-r2) 20:51:39 (8/12) Installing libsodium (1.0.18-r0) 20:51:39 (9/12) Installing pkgconf (1.7.2-r0) 20:51:39 (10/12) Installing libsodium-dev (1.0.18-r0) 20:51:39 (11/12) Installing libzmq (4.3.3-r0) 20:51:39 (12/12) Installing zeromq-dev (4.3.3-r0) 20:51:39 Executing busybox-1.31.1-r19.trigger 20:51:39 OK: 233 MiB in 51 packages 20:51:43 Removing intermediate container ec4e44e2b45c 20:51:43 ---> f6cba30bbf8f 20:51:43 Step 4/6 : WORKDIR /edgex-go 20:51:43 ---> Running in 80bc99108f31 20:51:43 Removing intermediate container 80bc99108f31 20:51:43 ---> c9bcbb100701 20:51:43 Step 5/6 : COPY go.mod . 20:51:43 ---> 2ddb38980fe9 20:51:43 Step 6/6 : RUN go mod download 20:51:43 ---> Running in 84bb0827fb4a 20:52:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-939 in /w/workspace/edgexfoundry_edgex-go_PR-3381 [Pipeline] { [Pipeline] ws 20:52:00 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 20:52:05 Removing intermediate container 84bb0827fb4a 20:52:05 ---> 7defafb1fe61 20:52:05 Successfully built 7defafb1fe61 20:52:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:52:06 + docker inspect -f . ci-base-image-x86_64 20:52:06 . [Pipeline] withDockerContainer 20:52:06 prd-centos7-docker-4c-2g-933 does not seem to be running inside a container 20:52:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 20:52:06 using credential edgex-jenkins-ssh 20:52:06 Cloning the remote Git repository 20:52:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:52:07 > git init /w/workspace/edgex-go/2 # timeout=10 20:52:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:52:07 > git --version # timeout=10 20:52:07 > git --version # 'git version 2.17.1' 20:52:07 using GIT_SSH to set credentials SSH Credentials for GitHub 20:52:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:52:07 $ docker top b1e6f9991dcdbb08eb62a226b800530b719e916954f96bfe13e74fe46f172dd0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:08 + go version 20:52:08 go version go1.15.5 linux/amd64 [Pipeline] } 20:52:08 $ docker stop --time=1 b1e6f9991dcdbb08eb62a226b800530b719e916954f96bfe13e74fe46f172dd0 20:52:09 $ docker rm -f b1e6f9991dcdbb08eb62a226b800530b719e916954f96bfe13e74fe46f172dd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:52:10 + docker inspect -f . ci-base-image-x86_64 20:52:10 . [Pipeline] withDockerContainer 20:52:10 prd-centos7-docker-4c-2g-933 does not seem to be running inside a container 20:52:10 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 20:52:11 $ docker top cb6ac571f4f4f252aa6c613ecabd7648e655184d2f5ec0d8176b23476377313d -eo pid,comm [Pipeline] { [Pipeline] echo 20:52:11 ========================================================= 20:52:11 [edgeXBuildGoParallel] Running Tests and Build... 20:52:11 ========================================================= [Pipeline] sh 20:52:11 + make test 20:52:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:52:21 ? github.com/edgexfoundry/edgex-go [no test files] 20:52:23 Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit 2d718ae38af5677d2ecb37db5b545b28beba233c 20:52:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:52:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:52:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:52:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:52:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:52:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3381/head:refs/remotes/origin/PR-3381 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:52:23 > git config core.sparsecheckout # timeout=10 20:52:23 > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 20:52:23 > git remote # timeout=10 20:52:23 > git config --get remote.origin.url # timeout=10 20:52:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:52:23 > git merge 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 20:52:23 > git rev-parse HEAD^{commit} # timeout=10 20:52:23 Merge succeeded, producing 2d718ae38af5677d2ecb37db5b545b28beba233c 20:52:23 Checking out Revision 2d718ae38af5677d2ecb37db5b545b28beba233c (PR-3381) 20:52:23 > git config core.sparsecheckout # timeout=10 20:52:23 > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 20:52:27 Commit message: "docs: Add badges to readme" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:52:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:52:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:52:30 + true 20:52:30 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:52:32 provisioning config files... 20:52:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config105379336805053772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:52:33 ---> docker-login.sh 20:52:33 nexus3.edgexfoundry.org:10001 20:52:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:52:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:52:34 Configure a credential helper to remove this warning. See 20:52:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:52:34 20:52:34 Login Succeeded 20:52:34 nexus3.edgexfoundry.org:10002 20:52:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:52:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:52:34 Configure a credential helper to remove this warning. See 20:52:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:52:34 20:52:34 Login Succeeded 20:52:34 nexus3.edgexfoundry.org:10003 20:52:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:52:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:52:35 Configure a credential helper to remove this warning. See 20:52:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:52:35 20:52:35 Login Succeeded 20:52:35 nexus3.edgexfoundry.org:10004 20:52:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:52:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:52:35 Configure a credential helper to remove this warning. See 20:52:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:52:35 20:52:35 Login Succeeded 20:52:35 docker.io 20:52:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:52:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:52:36 Configure a credential helper to remove this warning. See 20:52:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:52:36 20:52:36 Login Succeeded 20:52:36 ---> docker-login.sh ends [Pipeline] } 20:52:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:52:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] echo 20:52:36 ========================================================= 20:52:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:52:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:52:37 + 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:52:39 Sending build context to Docker daemon 167.4MB 20:52:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:52:39 Step 2/6 : FROM ${BASE} 20:52:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:52:39 5f621e34cdf4: Pulling fs layer 20:52:39 a4357932f1b6: Pulling fs layer 20:52:39 18c013af1878: Pulling fs layer 20:52:39 00ac8860ef70: Pulling fs layer 20:52:39 63d7cb157983: Pulling fs layer 20:52:39 b116817d02f9: Pulling fs layer 20:52:39 745a02a5169b: Pulling fs layer 20:52:39 00ac8860ef70: Waiting 20:52:39 63d7cb157983: Waiting 20:52:39 b116817d02f9: Waiting 20:52:39 745a02a5169b: Waiting 20:52:39 18c013af1878: Verifying Checksum 20:52:39 18c013af1878: Download complete 20:52:39 a4357932f1b6: Download complete 20:52:39 63d7cb157983: Verifying Checksum 20:52:39 63d7cb157983: Download complete 20:52:39 b116817d02f9: Verifying Checksum 20:52:39 b116817d02f9: Download complete 20:52:39 5f621e34cdf4: Verifying Checksum 20:52:39 5f621e34cdf4: Download complete 20:52:40 5f621e34cdf4: Pull complete 20:52:41 a4357932f1b6: Pull complete 20:52:41 18c013af1878: Pull complete 20:52:42 745a02a5169b: Verifying Checksum 20:52:42 745a02a5169b: Download complete 20:52:43 00ac8860ef70: Verifying Checksum 20:52:43 00ac8860ef70: Download complete 20:52:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:52:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:52:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:52:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:52:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:52:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:52:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:52:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:52:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:52:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:52:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:52:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:52:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.159s coverage: 45.9% of statements 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:52:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.072s coverage: 19.8% of statements 20:52:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements 20:52:53 00ac8860ef70: Pull complete 20:52:53 63d7cb157983: Pull complete 20:52:53 b116817d02f9: Pull complete 20:52:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.192s coverage: 27.1% of statements 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:52:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.105s coverage: 100.0% of statements 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:52:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:52:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:52:56 745a02a5169b: Pull complete 20:52:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:52:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:52:56 ---> b7e6874047d6 20:52:56 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:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.206s coverage: 82.9% of statements 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:52:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.064s coverage: 78.9% of statements 20:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:53:00 ---> Running in 6768b97e2329 20:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:53:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:53:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:53:02 (1/12) Installing libmagic (5.38-r0) 20:53:03 (2/12) Installing file (5.38-r0) 20:53:03 (3/12) Installing libc-dev (0.7.2-r3) 20:53:03 (4/12) Installing g++ (9.3.0-r2) 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.402s coverage: 93.0% of statements 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.9% of statements 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:53:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 20:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 20:53:06 (5/12) Installing fortify-headers (1.1-r0) 20:53:06 (6/12) Installing patch (2.7.6-r6) 20:53:06 (7/12) Installing build-base (0.5-r2) 20:53:06 (8/12) Installing libsodium (1.0.18-r0) 20:53:06 (9/12) Installing pkgconf (1.7.2-r0) 20:53:06 (10/12) Installing libsodium-dev (1.0.18-r0) 20:53:07 (11/12) Installing libzmq (4.3.3-r0) 20:53:07 (12/12) Installing zeromq-dev (4.3.3-r0) 20:53:07 Executing busybox-1.31.1-r19.trigger 20:53:07 OK: 217 MiB in 51 packages 20:53:11 Removing intermediate container 6768b97e2329 20:53:11 ---> 793280a3afa3 20:53:11 Step 4/6 : WORKDIR /edgex-go 20:53:11 ---> Running in 8ac9873267e4 20:53:12 Removing intermediate container 8ac9873267e4 20:53:12 ---> 7bd7cac2108e 20:53:12 Step 5/6 : COPY go.mod . 20:53:12 ---> fc102bc56b41 20:53:12 Step 6/6 : RUN go mod download 20:53:12 ---> Running in 19eadd5f0bbf 20:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements 20:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 20:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.267s coverage: 81.9% of statements 20:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.103s coverage: 92.9% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.107s coverage: 91.6% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 64.4% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 69.0% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 38.4% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.075s coverage: 100.0% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.059s coverage: 9.6% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.164s coverage: 88.6% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.802s coverage: 28.7% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.061s coverage: 64.6% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.122s coverage: 95.6% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:53:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:53:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 20:53:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements 20:53:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 20:53:30 GO111MODULE=on go vet ./... 20:53:39 Removing intermediate container 19eadd5f0bbf 20:53:39 ---> bafb97b13daf 20:53:39 Successfully built bafb97b13daf 20:53:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:53:39 + docker inspect -f . ci-base-image-arm64 20:53:39 . [Pipeline] withDockerContainer 20:53:39 prd-ubuntu18.04-docker-arm64-4c-16g-939 does not seem to be running inside a container 20:53:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 20:53:41 $ docker top adbb7a526dffd0529cc35122f62f1160c3d70e554a709803392c2cbd6573d042 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:42 + go version 20:53:42 go version go1.15.5 linux/arm64 [Pipeline] } 20:53:42 $ docker stop --time=1 adbb7a526dffd0529cc35122f62f1160c3d70e554a709803392c2cbd6573d042 20:53:44 $ docker rm -f adbb7a526dffd0529cc35122f62f1160c3d70e554a709803392c2cbd6573d042 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:45 + docker inspect -f . ci-base-image-arm64 20:53:45 . [Pipeline] withDockerContainer 20:53:45 prd-ubuntu18.04-docker-arm64-4c-16g-939 does not seem to be running inside a container 20:53:45 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 20:53:47 $ docker top 34641b4d18093ea3d96f98156f5b9fab4fc36f057b32c7fece63538fdc7702ee -eo pid,comm [Pipeline] { [Pipeline] echo 20:53:47 ========================================================= 20:53:47 [edgeXBuildGoParallel] Running Tests and Build... 20:53:47 ========================================================= [Pipeline] sh 20:53:48 + make test 20:53:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:54:02 gofmt -l . 20:54:02 [ "`gofmt -l .`" = "" ] 20:54:02 ./bin/test-go-mod-tidy.sh 20:54:02 ./bin/test-attribution-txt.sh [Pipeline] sh 20:54:03 + ls -al . 20:54:03 total 812 20:54:03 drwxrwxr-x 10 1001 1001 4096 Apr 19 20:54 . 20:54:03 drwxr-xr-x 4 root root 28 Apr 19 20:52 .. 20:54:03 -rw-rw-r-- 1 1001 1001 11 Apr 19 20:50 .dockerignore 20:54:03 drwxrwxr-x 8 1001 1001 179 Apr 19 20:50 .git 20:54:03 drwxrwxr-x 3 1001 1001 125 Apr 19 20:50 .github 20:54:03 -rw-rw-r-- 1 1001 1001 818 Apr 19 20:50 .gitignore 20:54:03 drwx------ 3 1001 1001 60 Apr 19 20:51 .semver 20:54:03 -rw-rw-r-- 1 1001 1001 166 Apr 19 20:50 .sonarcloud.properties 20:54:03 -rw-rw-r-- 1 1001 1001 8609 Apr 19 20:50 Attribution.txt 20:54:03 -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:50 CONTRIBUTING.md 20:54:03 -rw-rw-r-- 1 1001 1001 931 Apr 19 20:50 Dockerfile.build 20:54:03 -rw-rw-r-- 1 1001 1001 863 Apr 19 20:50 Jenkinsfile 20:54:03 -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:50 LICENSE 20:54:03 -rw-rw-r-- 1 1001 1001 5774 Apr 19 20:50 Makefile 20:54:03 -rw-rw-r-- 1 1001 1001 7978 Apr 19 20:50 README.md 20:54:03 -rw-rw-r-- 1 1001 1001 6755 Apr 19 20:50 SECURITY.md 20:54:03 -rw-rw-r-- 1 1001 1001 5 Apr 19 20:51 VERSION 20:54:03 -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:50 ZMQWindows.md 20:54:03 drwxrwxr-x 2 1001 1001 117 Apr 19 20:50 bin 20:54:03 drwxrwxr-x 14 1001 1001 4096 Apr 19 20:50 cmd 20:54:03 -rw-r--r-- 1 root root 703598 Apr 19 20:53 coverage.out 20:54:03 -rw-r--r-- 1 root root 1058 Apr 19 20:53 go.mod 20:54:03 -rw-r--r-- 1 root root 22256 Apr 19 20:54 go.sum 20:54:03 drwxrwxr-x 8 1001 1001 127 Apr 19 20:50 internal 20:54:03 drwxrwxr-x 4 1001 1001 26 Apr 19 20:50 openapi 20:54:03 drwxrwxr-x 4 1001 1001 71 Apr 19 20:50 snap 20:54:03 -rw-rw-r-- 1 1001 1001 168 Apr 19 20:50 version.go [Pipeline] sh 20:54:03 + '[' -e coverage.out ] 20:54:03 + chown 1001:1001 coverage.out [Pipeline] stash 20:54:03 Stashed 1 file(s) [Pipeline] sh 20:54:04 + make build 20:54:04 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:54:07 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:54:10 ? github.com/edgexfoundry/edgex-go [no test files] 20:54:15 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:54:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:54:19 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:54:19 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:54:21 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:54:23 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:54:24 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:54:26 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:54:27 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:54:29 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:54:31 $ docker stop --time=1 cb6ac571f4f4f252aa6c613ecabd7648e655184d2f5ec0d8176b23476377313d 20:54:33 $ docker rm -f cb6ac571f4f4f252aa6c613ecabd7648e655184d2f5ec0d8176b23476377313d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:54:35 20:54:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:54:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:54:35 latest: Pulling from edgex-devops/edgex-compose 20:54:35 cbdbe7a5bc2a: Pulling fs layer 20:54:35 ca9280d653b3: Pulling fs layer 20:54:35 7e9c9ca2126c: Pulling fs layer 20:54:35 cbdbe7a5bc2a: Download complete 20:54:36 ca9280d653b3: Verifying Checksum 20:54:36 ca9280d653b3: Download complete 20:54:36 cbdbe7a5bc2a: Pull complete 20:54:37 ca9280d653b3: Pull complete 20:54:37 7e9c9ca2126c: Verifying Checksum 20:54:37 7e9c9ca2126c: Download complete 20:54:45 7e9c9ca2126c: Pull complete 20:54:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:54:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:54:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:54:45 prd-centos7-docker-4c-2g-933 does not seem to be running inside a container 20:54:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:54:47 $ docker top 38b6c0f929769919a944c9ad4fa2847e5f3ae88bb3caafb4a2d6cb3b85e7e4bf -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:48 + docker-compose build --help 20:54:48 + grep parallel 20:54:49 --parallel Build images in parallel. [Pipeline] } 20:54:49 $ docker stop --time=1 38b6c0f929769919a944c9ad4fa2847e5f3ae88bb3caafb4a2d6cb3b85e7e4bf 20:54:51 $ docker rm -f 38b6c0f929769919a944c9ad4fa2847e5f3ae88bb3caafb4a2d6cb3b85e7e4bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:54:51 . [Pipeline] withDockerContainer 20:54:51 prd-centos7-docker-4c-2g-933 does not seem to be running inside a container 20:54:51 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-devops/edgex-compose:latest cat 20:54:52 $ docker top 30d5c6614233f149646d6717c3f6dd549f70419d701352493df4c82bbc6d16fc -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:52 + docker-compose -f ./docker-compose-build.yml build --parallel 20:54:53 Building docker-core-command-go ... 20:54:53 Building docker-core-data-go ... 20:54:53 Building docker-core-metadata-go ... 20:54:53 Building docker-security-bootstrapper-go ... 20:54:53 Building docker-security-proxy-setup-go ... 20:54:53 Building docker-security-secretstore-setup-go ... 20:54:53 Building docker-support-notifications-go ... 20:54:53 Building docker-support-scheduler-go ... 20:54:53 Building docker-sys-mgmt-agent-go ... 20:54:53 Building docker-security-secretstore-setup-go 20:54:53 Building docker-core-metadata-go 20:54:53 Building docker-core-command-go 20:54:53 Building docker-support-scheduler-go 20:54:53 Building docker-security-bootstrapper-go 20:55:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:55:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:55:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:55:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:55:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:55:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:55:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:55:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:55:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:55:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:55:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:55:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 7defafb1fe61 20:55:32 Step 3/22 : WORKDIR /edgex-go 20:55:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 7defafb1fe61 20:55:32 Step 3/23 : WORKDIR /edgex-go 20:55:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 7defafb1fe61 20:55:32 Step 3/24 : WORKDIR /edgex-go 20:55:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 7defafb1fe61 20:55:32 Step 3/23 : WORKDIR /edgex-go 20:55:32 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:32 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 7defafb1fe61 20:55:32 Step 3/31 : WORKDIR /edgex-go 20:55:32 ---> Running in aeda4f5bc06b 20:55:32 ---> Running in 7bb902e6d8db 20:55:32 ---> Running in c41e93d29189 20:55:32 ---> Running in 25ec6d6f1e1d 20:55:32 ---> Running in 2ffb7d527fdc 20:55:32 Removing intermediate container c41e93d29189 20:55:32 ---> d2a85dd8f1c0 20:55:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:32 Removing intermediate container 25ec6d6f1e1d 20:55:32 ---> c2334108a0a3 20:55:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:32 Removing intermediate container aeda4f5bc06b 20:55:32 ---> 287ce55f63f9 20:55:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:32 Removing intermediate container 7bb902e6d8db 20:55:32 ---> d00d47f7c812 20:55:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:32 Removing intermediate container 2ffb7d527fdc 20:55:32 ---> 20f1f72cefb5 20:55:32 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:32 ---> Running in 30e5d0cb2bb6 20:55:32 ---> Running in f220b17de71e 20:55:32 ---> Running in eafef3c88ce2 20:55:32 ---> Running in 560365d8a414 20:55:32 ---> Running in fb55cf5a49c1 20:55:32 Removing intermediate container f220b17de71e 20:55:32 ---> a0e1638303d6 20:55:32 Step 5/23 : RUN apk add --update --no-cache make git 20:55:32 Removing intermediate container 30e5d0cb2bb6 20:55:32 ---> 3b765be20a19 20:55:32 Step 5/22 : RUN apk add --update --no-cache make git 20:55:32 Removing intermediate container fb55cf5a49c1 20:55:32 ---> 7ac615eff1a1 20:55:32 Step 5/31 : RUN apk add --update --no-cache make git 20:55:32 Removing intermediate container 560365d8a414 20:55:32 ---> c9b2e32a0701 20:55:32 Step 5/23 : RUN apk add --update --no-cache make git 20:55:32 ---> Running in 6082f564a9cc 20:55:32 ---> Running in 637636d0c469 20:55:32 ---> Running in f35dc50b3102 20:55:32 Removing intermediate container eafef3c88ce2 20:55:32 ---> 27cf732226d3 20:55:32 Step 5/24 : RUN apk add --update --no-cache make git 20:55:32 ---> Running in 602c78fefc12 20:55:33 ---> Running in 3ec6df67e485 20:55:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.311s coverage: 45.9% of statements 20:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:55:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.132s coverage: 19.8% of statements 20:55:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.254s coverage: 100.0% of statements 20:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:35 OK: 233 MiB in 51 packages 20:55:35 OK: 233 MiB in 51 packages 20:55:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:35 OK: 233 MiB in 51 packages 20:55:35 Removing intermediate container f35dc50b3102 20:55:35 ---> 8cf3865391e7 20:55:35 Step 6/31 : COPY go.mod . 20:55:35 Removing intermediate container 602c78fefc12 20:55:35 ---> cd5d253d9167 20:55:35 Step 6/23 : COPY go.mod . 20:55:36 ---> 29ff2c832088 20:55:36 Step 7/31 : RUN go mod download 20:55:36 Removing intermediate container 3ec6df67e485 20:55:36 ---> c663f9a5c08a 20:55:36 Step 6/24 : COPY go.mod . 20:55:36 ---> 0cd8afa71107 20:55:36 Step 7/23 : RUN go mod download 20:55:36 ---> Running in 49b9b4bd27b4 20:55:36 ---> Running in bc406eebe46b 20:55:36 ---> bfd309b687e2 20:55:36 Step 7/24 : RUN go mod download 20:55:36 ---> Running in 77760cf89cb2 20:55:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:37 OK: 233 MiB in 51 packages 20:55:37 Removing intermediate container 6082f564a9cc 20:55:37 ---> b5fad70a89f4 20:55:37 Step 6/23 : COPY go.mod . 20:55:38 ---> faf93f8664a7 20:55:38 Step 7/23 : RUN go mod download 20:55:38 ---> Running in a2a666cf3b34 20:55:38 Removing intermediate container 49b9b4bd27b4 20:55:38 ---> e63b7695aaee 20:55:38 Step 8/31 : COPY . . 20:55:38 Removing intermediate container bc406eebe46b 20:55:38 ---> 6e1fe2489a09 20:55:38 Step 8/23 : COPY . . 20:55:38 Removing intermediate container 77760cf89cb2 20:55:38 ---> 1221e45d295b 20:55:38 Step 8/24 : COPY . . 20:55:39 OK: 233 MiB in 51 packages 20:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.179s coverage: 100.0% of statements 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.158s coverage: 100.0% of statements 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.258s coverage: 71.3% of statements 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:55:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.492s coverage: 82.9% of statements 20:55:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:55:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:55:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.171s coverage: 78.9% of statements 20:55:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:55:49 Removing intermediate container a2a666cf3b34 20:55:49 ---> 4ba19a8fc091 20:55:49 Step 8/23 : COPY . . 20:55:49 Removing intermediate container 637636d0c469 20:55:49 ---> fc2cf75ed633 20:55:49 Step 6/22 : COPY go.mod . 20:55:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:55:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.221s coverage: 100.0% of statements 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:55:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.168s coverage: 100.0% of statements 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:55:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.468s coverage: 86.7% of statements 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:55:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:55:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.198s coverage: 78.3% of statements 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:55:57 ---> bb0354687d37 20:55:57 Step 7/22 : RUN go mod download 20:55:59 ---> Running in 127aef5476ae 20:56:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.196s coverage: 93.0% of statements 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:56:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.110s coverage: 58.8% of statements 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:56:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.9% of statements 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.141s coverage: 47.1% of statements 20:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.218s coverage: 79.5% of statements 20:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.141s coverage: 94.1% of statements 20:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.196s coverage: 96.3% of statements 20:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.124s coverage: 87.5% of statements 20:56:14 Removing intermediate container 127aef5476ae 20:56:14 ---> 669d370dbd8a 20:56:14 Step 8/22 : COPY . . 20:56:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.147s coverage: 94.4% of statements 20:56:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.112s coverage: 44.8% of statements 20:56:20 ---> 8d03940af783 20:56:20 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:56:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.512s coverage: 81.9% of statements 20:56:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:56:21 ---> b7356a7574bc 20:56:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:56:21 ---> 2e137005ba6f 20:56:21 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:56:21 ---> Running in bd09096b4f31 20:56:21 ---> Running in 47bec3a736d5 20:56:21 ---> Running in 8a2220fbdd31 20:56:21 ---> 1a1f82aa650f 20:56:21 Step 9/23 : RUN make cmd/core-command/core-command 20:56:22 ---> Running in eaa0f4f0e58c 20:56:24 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:56:24 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:56:24 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 20:56: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:56:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.194s coverage: 92.9% of statements 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:56:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:56:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:56:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:56:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.147s coverage: 75.5% of statements 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:56:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.147s coverage: 80.8% of statements 20:56:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.188s coverage: 87.2% of statements 20:56:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements 20:56:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.6% of statements 20:56:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.682s coverage: 64.4% of statements 20:56:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:56:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.114s coverage: 100.0% of statements 20:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements 20:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 20:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements 20:56:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 20:56:33 ---> b2e4b5d794b4 20:56:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:56:33 ---> Running in 5433e732a18e 20:56:34 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:56:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.962s coverage: 69.0% of statements 20:56:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:56:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:56:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:56:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 38.4% of statements 20:56:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:56:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:56:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements 20:56:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:56:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 20:56:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.459s coverage: 47.0% of statements 20:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:56:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 20:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:56:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.144s coverage: 100.0% of statements 20:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:56:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.164s coverage: 9.6% of statements 20:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:56:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.486s coverage: 88.6% of statements 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:56:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:56:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.380s coverage: 28.7% of statements 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:56:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:56:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.212s coverage: 100.0% of statements 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:56:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.144s coverage: 64.6% of statements 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:56:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.355s coverage: 95.6% of statements 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:56:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:56:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:56:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:56:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:56:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 20:56: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:56:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 28.1% of statements 20:56:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 20:56:58 GO111MODULE=on go vet ./... 20:57:03 Removing intermediate container 8a2220fbdd31 20:57:03 ---> b1759be862d7 20:57:03 20:57:03 Step 10/31 : FROM alpine:3.12 20:57:03 3.12: Pulling from library/alpine 20:57:04 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:57:04 Status: Downloaded newer image for alpine:3.12 20:57:04 ---> 13621d1b12d4 20:57:04 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:57:07 ---> Running in 922e7608a1f0 20:57:08 Removing intermediate container bd09096b4f31 20:57:08 ---> 8101873ecb08 20:57:08 20:57:08 Step 10/24 : FROM alpine:3.12 20:57:08 ---> 13621d1b12d4 20:57:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:57:08 Removing intermediate container eaa0f4f0e58c 20:57:08 ---> 75145c040749 20:57:08 20:57:08 Step 10/23 : FROM alpine:3.12 20:57:08 ---> 13621d1b12d4 20:57:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:57:08 Removing intermediate container 922e7608a1f0 20:57:08 ---> f8156c8519c6 20:57:08 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:57:08 ---> Running in e669a02411d7 20:57:08 ---> Running in 3e39e586e9c4 20:57:08 ---> Running in 839a77bd3075 20:57:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:09 (1/1) Installing dumb-init (1.2.2-r1) 20:57:09 Executing busybox-1.31.1-r20.trigger 20:57:09 OK: 6 MiB in 15 packages 20:57:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:10 Removing intermediate container 47bec3a736d5 20:57:10 ---> 3cfa848abdda 20:57:10 20:57:10 Step 10/23 : FROM alpine:3.12 20:57:10 ---> 13621d1b12d4 20:57:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:57:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:11 ---> Running in dd8ce067d77f 20:57:11 (1/2) Installing dumb-init (1.2.2-r1) 20:57:11 (2/2) Installing su-exec (0.2-r1) 20:57:11 Executing busybox-1.31.1-r20.trigger 20:57:11 OK: 6 MiB in 16 packages 20:57:11 (1/6) Installing ca-certificates (20191127-r4) 20:57:11 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:57:11 (3/6) Installing libcurl (7.76.1-r0) 20:57:11 (4/6) Installing curl (7.76.1-r0) 20:57:11 (5/6) Installing dumb-init (1.2.2-r1) 20:57:11 (6/6) Installing su-exec (0.2-r1) 20:57:11 Executing busybox-1.31.1-r20.trigger 20:57:11 Executing ca-certificates-20191127-r4.trigger 20:57:11 OK: 7 MiB in 20 packages 20:57:13 Removing intermediate container e669a02411d7 20:57:13 ---> 342c3dce9803 20:57:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:57:13 ---> Running in 502928fa40e9 20:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:13 (1/1) Installing dumb-init (1.2.2-r1) 20:57:13 Executing busybox-1.31.1-r20.trigger 20:57:13 OK: 6 MiB in 15 packages 20:57:15 Removing intermediate container 839a77bd3075 20:57:15 ---> 4f0cfe9c0fd1 20:57:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:57:15 Removing intermediate container 502928fa40e9 20:57:15 ---> 09a1acb52673 20:57:15 Step 13/23 : ENV APP_PORT=48082 20:57:16 Removing intermediate container 5433e732a18e 20:57:16 ---> 6500f00cf6a1 20:57:16 20:57:16 Step 10/22 : FROM alpine:3.12 20:57:16 ---> 13621d1b12d4 20:57:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:57:16 ---> Using cache 20:57:16 ---> 342c3dce9803 20:57:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:57:16 ---> Using cache 20:57:16 ---> 09a1acb52673 20:57:16 Step 13/22 : ENV APP_PORT=48085 20:57:16 ---> Running in be1a4d235e18 20:57:16 ---> Running in 7b42481a4f69 20:57:16 Removing intermediate container 3e39e586e9c4 20:57:16 ---> 729f325161dc 20:57:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:57:16 ---> Running in 7d940a19b695 20:57:16 ---> Running in c245cd907229 20:57:16 Removing intermediate container dd8ce067d77f 20:57:16 ---> 9ae7557aeb8a 20:57:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:57:16 Removing intermediate container be1a4d235e18 20:57:16 ---> 18d6853ff166 20:57:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:57:16 Removing intermediate container 7b42481a4f69 20:57:16 ---> 52e69f985d7a 20:57:16 Step 14/23 : EXPOSE $APP_PORT 20:57:16 Removing intermediate container 7d940a19b695 20:57:16 ---> e5221be9dae3 20:57:16 Step 14/22 : EXPOSE $APP_PORT 20:57:16 ---> Running in 811b78499d76 20:57:16 Removing intermediate container c245cd907229 20:57:16 ---> 7a23bfb65e16 20:57:16 Step 13/24 : WORKDIR / 20:57:16 ---> Running in ca147cf05d88 20:57:16 ---> Running in 5486df030e16 20:57:16 ---> Running in ee22c80e3350 20:57:16 ---> Running in e4fcd22aa793 20:57:17 Removing intermediate container 811b78499d76 20:57:17 ---> d04d8fc3dac8 20:57:17 Step 13/23 : ENV APP_PORT=48081 20:57:17 Removing intermediate container ca147cf05d88 20:57:17 ---> a1ece9f9cc04 20:57:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:57:17 Removing intermediate container 5486df030e16 20:57:17 ---> 491ca2a5bd7a 20:57:17 Step 15/23 : WORKDIR / 20:57:17 Removing intermediate container ee22c80e3350 20:57:17 ---> 3709cf97e739 20:57:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:57:17 ---> Running in c453a39c1a6a 20:57:17 ---> Running in fc6e77517ac9 20:57:18 ---> Running in 6d29de900fc2 20:57:18 Removing intermediate container e4fcd22aa793 20:57:18 ---> 529a03e483f2 20:57:18 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:57:18 Removing intermediate container c453a39c1a6a 20:57:18 ---> 7b4948c240a2 20:57:18 Step 14/23 : EXPOSE $APP_PORT 20:57:18 ---> ba0205ca5361 20:57:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:57:18 Removing intermediate container 6d29de900fc2 20:57:18 ---> dc5cfc1d05e6 20:57:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:57:18 ---> 5c273c8ec60c 20:57:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:57:18 ---> Running in 170fa3b18ae3 20:57:18 Removing intermediate container 170fa3b18ae3 20:57:18 ---> 30e515d593f0 20:57:18 Step 15/23 : WORKDIR / 20:57:18 ---> 972aa0ad6b86 20:57:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:57:19 ---> 77fa30841249 20:57:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:57:19 ---> Running in f0d234dcc23d 20:57:19 ---> bc85774bebf5 20:57:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:57:19 ---> 472753abf410 20:57:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:57:19 Removing intermediate container f0d234dcc23d 20:57:19 ---> 85c3fdc5869e 20:57:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:57:19 ---> a3dda77ad7e6 20:57:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:57:19 Removing intermediate container fc6e77517ac9 20:57:19 ---> cdf72ed13576 20:57:19 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:57:19 ---> 314c40c48b24 20:57:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:57:19 ---> Running in 42acf8a874be 20:57:20 ---> f7863979d0f6 20:57:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:57:20 ---> Running in b7f365219041 20:57:20 ---> dd0e709a3aac 20:57:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:57:20 ---> c516674457b9 20:57:20 Step 19/23 : ENTRYPOINT ["/core-command"] 20:57:20 ---> Running in c3831c4acdf4 20:57:20 Removing intermediate container 42acf8a874be 20:57:20 ---> b119a031b8bd 20:57:20 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:57:21 ---> 33166f8d4ab6 20:57:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:57:21 Removing intermediate container b7f365219041 20:57:21 ---> 93ca3cc6357d 20:57:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:57:21 ---> e4fabe2a1a44 20:57:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:57:21 ---> Running in 3eb892c16394 20:57:21 Removing intermediate container c3831c4acdf4 20:57:21 ---> 4aff297728dc 20:57:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:57:21 ---> 96d5e71418a8 20:57:21 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:57:21 ---> 23803bd0624c 20:57:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:57:21 ---> fc9cdb94abfe 20:57:21 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/ 20:57:21 Removing intermediate container 3eb892c16394 20:57:21 ---> 66192c274f84 20:57:21 Step 20/22 : LABEL arch=x86_64 20:57:21 ---> Running in 945e5571b9ac 20:57:21 ---> Running in 6728d0ccbe9a 20:57:21 ---> Running in 19ac3cc44b64 20:57:21 ---> Running in 7aa65ede3244 20:57:21 ---> Running in 77226a0dd7a7 20:57:22 Removing intermediate container 945e5571b9ac 20:57:22 ---> 0d55aa96e41e 20:57:22 Step 21/23 : LABEL arch=x86_64 20:57:22 Removing intermediate container 19ac3cc44b64 20:57:22 ---> a66a60b8a63d 20:57:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:57:22 Removing intermediate container 77226a0dd7a7 20:57:22 ---> 2765bf7bd7ac 20:57:22 Step 21/22 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 20:57:22 ---> Running in 4825ac899be4 20:57:22 ---> Running in 3d1b079332fe 20:57:22 ---> Running in 6af36f86b00d 20:57:22 Removing intermediate container 4825ac899be4 20:57:22 ---> f4e70bf4f10b 20:57:22 Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 20:57:22 Removing intermediate container 3d1b079332fe 20:57:22 ---> 0c2e2fa99401 20:57:22 Step 21/23 : LABEL arch=x86_64 20:57:22 ---> Running in 81db4ab80dd9 20:57:22 Removing intermediate container 6af36f86b00d 20:57:22 ---> 14b1af022c28 20:57:22 Step 22/22 : LABEL version=0.0.0 20:57:22 ---> Running in 7e1ed1c77c7e 20:57:22 ---> Running in ae5c063f29e3 20:57:23 Removing intermediate container 81db4ab80dd9 20:57:23 ---> c936b2bf72c4 20:57:23 Step 23/23 : LABEL version=0.0.0 20:57:23 Removing intermediate container 7e1ed1c77c7e 20:57:23 ---> a977f044ebf3 20:57:23 Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 20:57:23 Removing intermediate container ae5c063f29e3 20:57:23 ---> 49ffa40c836f 20:57:23 20:57:23 ---> Running in 0497e1e03953 20:57:23 ---> Running in cca3c032342c 20:57:23 Successfully built 49ffa40c836f 20:57:23 Successfully tagged docker-support-scheduler-go:latest 20:57:23  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 20:57:23 Removing intermediate container 0497e1e03953 20:57:23 ---> 2374e817078d 20:57:23 20:57:24 Removing intermediate container cca3c032342c 20:57:24 ---> e7b9c17a5f81 20:57:24 Step 23/23 : LABEL version=0.0.0 20:57:24 Successfully built 2374e817078d 20:57:24 Removing intermediate container 6728d0ccbe9a 20:57:24 ---> c102368b6a94 20:57:24 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:57:24 Successfully tagged docker-core-command-go:latest 20:57:24 Building docker-security-proxy-setup-go 20:57:24  Building docker-core-command-go ... done Removing intermediate container 7aa65ede3244 20:57:24 ---> 1c3370af2f3b 20:57:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:57:24 ---> Running in bfb355b06563 20:57:24 ---> Running in 2e60d92c569a 20:57:24 ---> 86f9a34e6882 20:57:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:57:24 Removing intermediate container bfb355b06563 20:57:24 ---> 1b09734e4ceb 20:57:24 20:57:25 Removing intermediate container 2e60d92c569a 20:57:25 ---> 736867c6827c 20:57:25 Step 22/24 : LABEL arch=x86_64 20:57:26 Successfully built 1b09734e4ceb 20:57:28 Successfully tagged docker-core-metadata-go:latest 20:57:28 Building docker-sys-mgmt-agent-go 20:57:29  Building docker-core-metadata-go ... done  ---> Running in af512b519861 20:57:29 ---> 9add5f4ea274 20:57:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:57:33 Removing intermediate container af512b519861 20:57:33 ---> cb987b84be8e 20:57:33 Step 23/24 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 20:57:33 ---> ef382f8d06d4 20:57:33 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:57:33 ---> Running in d3bd88f84654 20:57:34 ---> bb8117e67fff 20:57:34 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:57:34 Removing intermediate container d3bd88f84654 20:57:34 ---> 3eb4113cedec 20:57:34 Step 24/24 : LABEL version=0.0.0 20:57:34 ---> Running in 701e836fb4f7 20:57:34 ---> de352f37747e 20:57:34 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:57:36 ---> Running in d19e1e7adba7 20:57:36 Removing intermediate container 701e836fb4f7 20:57:36 ---> 3144ef92c29f 20:57:36 20:57:37 Successfully built 3144ef92c29f 20:57:37 Successfully tagged docker-security-secretstore-setup-go:latest 20:57:37  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 20:57:38 Removing intermediate container d19e1e7adba7 20:57:38 ---> 4e06dc6ea090 20:57:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:57:42 ---> d1abb4e3b206 20:57:42 Step 26/31 : RUN chmod +x /entrypoint.sh 20:57:45 ---> Running in 509d34808c2d 20:57:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:57:47 ---> 7defafb1fe61 20:57:47 Step 3/22 : WORKDIR /edgex-go 20:57:47 ---> Using cache 20:57:47 ---> 20f1f72cefb5 20:57:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:47 ---> Using cache 20:57:47 ---> 7ac615eff1a1 20:57:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:57:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:57:47 ---> 7defafb1fe61 20:57:47 Step 3/21 : WORKDIR /edgex-go 20:57:47 ---> Using cache 20:57:47 ---> 20f1f72cefb5 20:57:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:47 ---> Using cache 20:57:47 ---> 7ac615eff1a1 20:57:47 Step 5/21 : RUN apk add --update --no-cache make git 20:57:48 ---> Using cache 20:57:48 ---> 8cf3865391e7 20:57:48 Step 6/21 : COPY go.mod . 20:57:48 ---> Using cache 20:57:48 ---> 29ff2c832088 20:57:48 Step 7/21 : RUN go mod download 20:57:48 ---> Using cache 20:57:48 ---> e63b7695aaee 20:57:48 Step 8/21 : COPY . . 20:57:48 ---> Using cache 20:57:48 ---> 2e137005ba6f 20:57:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:57:50 ---> Running in 7e05e325f275 20:57:50 ---> Running in b4ff05dbdc15 20:57:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:57:50 ---> 7defafb1fe61 20:57:50 Step 3/23 : WORKDIR /edgex-go 20:57:50 ---> Using cache 20:57:50 ---> 20f1f72cefb5 20:57:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:50 ---> Using cache 20:57:50 ---> 7ac615eff1a1 20:57:50 Step 5/23 : RUN apk add --update --no-cache make bash git 20:57:51 ---> Running in aa163737832d 20:57:52 Removing intermediate container 509d34808c2d 20:57:52 ---> cee2d73ee696 20:57:52 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:57:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:53 ---> Running in b21991d204eb 20:57:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:53 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:57:54 OK: 233 MiB in 51 packages 20:57:54 Removing intermediate container b21991d204eb 20:57:54 ---> 624c4e186cb6 20:57:54 Step 28/31 : CMD ["gate"] 20:57:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:55 OK: 233 MiB in 51 packages 20:57:55 ---> Running in e9a22fe025d5 20:57:57 Removing intermediate container e9a22fe025d5 20:57:57 ---> 1ace8f49021e 20:57:57 Step 29/31 : LABEL arch=x86_64 20:57:59 Removing intermediate container 7e05e325f275 20:57:59 ---> 5275b0208b4d 20:57:59 Step 6/22 : COPY go.mod . 20:57:59 ---> Running in 577a576d7b54 20:57:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:57:59 ---> 7defafb1fe61 20:57:59 Step 3/23 : WORKDIR /edgex-go 20:57:59 ---> Using cache 20:57:59 ---> 20f1f72cefb5 20:57:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:59 ---> Using cache 20:57:59 ---> 7ac615eff1a1 20:57:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:58:00 Removing intermediate container aa163737832d 20:58:00 ---> 83e97e2ab3a4 20:58:00 Step 6/23 : COPY go.mod . 20:58:00 ---> Running in 3aeb8f846c79 20:58:00 ---> d8e332ae1547 20:58:00 Step 7/22 : RUN go mod download 20:58:00 Removing intermediate container 577a576d7b54 20:58:00 ---> 5edff1b5a7f8 20:58:00 Step 30/31 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 20:58:00 ---> Running in 771730155c2c 20:58:00 ---> Running in b66f4443ffcd 20:58:00 ---> d07cd22095c1 20:58:00 Step 7/23 : RUN go mod download 20:58:01 ---> Running in 33bbf51de917 20:58:01 Removing intermediate container b66f4443ffcd 20:58:01 ---> 1024d79f5977 20:58:01 Step 31/31 : LABEL version=0.0.0 20:58:01 ---> Running in fe7e5a5aae4e 20:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:02 Removing intermediate container fe7e5a5aae4e 20:58:02 ---> 7f711da6d640 20:58:02 20:58:02 Successfully built 7f711da6d640 20:58:02 Successfully tagged docker-security-bootstrapper-go:latest 20:58:02  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:03 OK: 233 MiB in 51 packages 20:58:04 Removing intermediate container 771730155c2c 20:58:04 ---> fc2e83c5428a 20:58:04 Step 8/22 : COPY . . 20:58:04 Removing intermediate container 33bbf51de917 20:58:04 ---> 894c29b2b984 20:58:04 Step 8/23 : COPY . . 20:58:04 Removing intermediate container 3aeb8f846c79 20:58:04 ---> a9f35921ed8a 20:58:04 Step 6/23 : COPY go.mod . 20:58:07 ---> d097f1e24a70 20:58:07 Step 7/23 : RUN go mod download 20:58:11 ---> Running in 5240dfd6872b 20:58:16 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:58:19 gofmt -l . 20:58:19 [ "`gofmt -l .`" = "" ] 20:58:19 ./bin/test-go-mod-tidy.sh 20:58:20 ./bin/test-attribution-txt.sh 20:58:21 Removing intermediate container 5240dfd6872b 20:58:21 ---> d7a66a137804 20:58:21 Step 8/23 : COPY . . [Pipeline] sh 20:58:23 + ls -al . 20:58:23 total 840 20:58:23 drwxrwxr-x 9 1001 1001 4096 Apr 19 20:58 . 20:58:23 drwxr-xr-x 4 root root 4096 Apr 19 20:53 .. 20:58:23 -rw-rw-r-- 1 1001 1001 11 Apr 19 20:52 .dockerignore 20:58:23 drwxrwxr-x 8 1001 1001 4096 Apr 19 20:52 .git 20:58:23 drwxrwxr-x 3 1001 1001 4096 Apr 19 20:52 .github 20:58:23 -rw-rw-r-- 1 1001 1001 818 Apr 19 20:52 .gitignore 20:58:23 -rw-rw-r-- 1 1001 1001 166 Apr 19 20:52 .sonarcloud.properties 20:58:23 -rw-rw-r-- 1 1001 1001 8609 Apr 19 20:52 Attribution.txt 20:58:23 -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:52 CONTRIBUTING.md 20:58:23 -rw-rw-r-- 1 1001 1001 931 Apr 19 20:52 Dockerfile.build 20:58:23 -rw-rw-r-- 1 1001 1001 863 Apr 19 20:52 Jenkinsfile 20:58:23 -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:52 LICENSE 20:58:23 -rw-rw-r-- 1 1001 1001 5774 Apr 19 20:52 Makefile 20:58:23 -rw-rw-r-- 1 1001 1001 7978 Apr 19 20:52 README.md 20:58:23 -rw-rw-r-- 1 1001 1001 6755 Apr 19 20:52 SECURITY.md 20:58:23 -rw-rw-r-- 1 1001 1001 5 Apr 19 20:51 VERSION 20:58:23 -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:52 ZMQWindows.md 20:58:23 drwxrwxr-x 2 1001 1001 4096 Apr 19 20:52 bin 20:58:23 drwxrwxr-x 14 1001 1001 4096 Apr 19 20:52 cmd 20:58:23 -rw-r--r-- 1 root root 703598 Apr 19 20:56 coverage.out 20:58:23 -rw-r--r-- 1 root root 1058 Apr 19 20:58 go.mod 20:58:23 -rw-r--r-- 1 root root 22256 Apr 19 20:58 go.sum 20:58:23 drwxrwxr-x 8 1001 1001 4096 Apr 19 20:52 internal 20:58:23 drwxrwxr-x 4 1001 1001 4096 Apr 19 20:52 openapi 20:58:23 drwxrwxr-x 4 1001 1001 4096 Apr 19 20:52 snap 20:58:23 -rw-rw-r-- 1 1001 1001 168 Apr 19 20:52 version.go [Pipeline] sh 20:58:23 + '[' -e coverage.out ] 20:58:23 + chown 1001:1001 coverage.out [Pipeline] stash 20:58:23 Warning: overwriting stash ‘coverage-report’ 20:58:25 Stashed 1 file(s) [Pipeline] sh 20:58:25 + make build 20:58:25 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:58:36 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:36 ---> 88cce42072c2 20:58:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:58:36 ---> 8eec82512988 20:58:36 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:58:38 Removing intermediate container b4ff05dbdc15 20:58:38 ---> a17dc2b27420 20:58:38 20:58:38 Step 10/21 : FROM alpine:3.12 20:58:38 ---> 13621d1b12d4 20:58:38 Step 11/21 : RUN apk add --update --no-cache curl 20:58:38 ---> Running in 7473a66e2df9 20:58:38 ---> Running in d357a600c700 20:58:40 ---> Running in 54b7fdc76023 20:58:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:58:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:58:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:42 (1/4) Installing ca-certificates (20191127-r4) 20:58:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:58:42 (3/4) Installing libcurl (7.76.1-r0) 20:58:42 (4/4) Installing curl (7.76.1-r0) 20:58:42 Executing busybox-1.31.1-r20.trigger 20:58:42 Executing ca-certificates-20191127-r4.trigger 20:58:42 OK: 7 MiB in 18 packages 20:58:45 ---> 030717e5a6b6 20:58:45 Step 9/23 : RUN make cmd/core-data/core-data 20:58:45 Removing intermediate container 54b7fdc76023 20:58:45 ---> 20975249b24d 20:58:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:58:45 ---> Running in b4acb787a5f4 20:58:45 ---> Running in 80836c11e10e 20:58:45 Removing intermediate container 80836c11e10e 20:58:45 ---> 498eaee930ae 20:58:45 Step 13/21 : WORKDIR /edgex 20:58:46 ---> Running in 21d30ec13293 20:58:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:58:46 Removing intermediate container 21d30ec13293 20:58:46 ---> c55a78eeca5e 20:58:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:58:47 ---> f33e9622599d 20:58:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:58:48 ---> d42ee1a3be94 20:58:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:58:49 ---> 53144b7ec648 20:58:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:58:49 ---> Running in 0e0ace37ee0c 20:58:49 Removing intermediate container 0e0ace37ee0c 20:58:49 ---> ff1209647dd4 20:58:49 Step 18/21 : CMD ["--init=true"] 20:58:49 ---> Running in 6af0b6993369 20:58:49 Removing intermediate container 6af0b6993369 20:58:49 ---> 9a31aa043907 20:58:49 Step 19/21 : LABEL arch=x86_64 20:58:49 ---> Running in 35f5e880dfa3 20:58:51 Removing intermediate container 35f5e880dfa3 20:58:51 ---> f36511851144 20:58:51 Step 20/21 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 20:58:51 ---> Running in 95ee47719dd1 20:58:51 Removing intermediate container 95ee47719dd1 20:58:51 ---> eb7c4a090e0c 20:58:51 Step 21/21 : LABEL version=0.0.0 20:58:51 ---> Running in 42eff231ef87 20:58:51 Removing intermediate container 42eff231ef87 20:58:51 ---> 93256c8be3e6 20:58:51 20:58:52 Successfully built 93256c8be3e6 20:58:52 Successfully tagged docker-security-proxy-setup-go:latest 20:59:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:59:07 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:59:10  Building docker-security-proxy-setup-go ... done Removing intermediate container d357a600c700 20:59:10 ---> 6e83d14e2f8f 20:59:10 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:59:10 ---> Running in 19d8202ef2ea 20:59:10 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:59:12 Removing intermediate container 7473a66e2df9 20:59:12 ---> f38ea8520c8f 20:59:12 20:59:12 Step 10/22 : FROM alpine:3.12 20:59:12 ---> 13621d1b12d4 20:59:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:59:12 ---> Running in 68729b055b97 20:59:12 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:59:12 Removing intermediate container 19d8202ef2ea 20:59:12 ---> efbb6a470221 20:59:12 20:59:12 Step 11/23 : FROM docker:20.10.0 20:59:13 20.10.0: Pulling from library/docker 20:59:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:14 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:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:14 (1/2) Installing ca-certificates (20191127-r4) 20:59:14 (2/2) Installing dumb-init (1.2.2-r1) 20:59:14 Executing busybox-1.31.1-r20.trigger 20:59:15 Executing ca-certificates-20191127-r4.trigger 20:59:15 OK: 6 MiB in 16 packages 20:59:20 Removing intermediate container b4acb787a5f4 20:59:20 ---> 3bd222d105de 20:59:20 20:59:20 Step 10/23 : FROM alpine:3.12 20:59:20 ---> 13621d1b12d4 20:59:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:59:20 ---> Running in 4fd7480b4abf 20:59:20 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:59:21 Removing intermediate container 68729b055b97 20:59:21 ---> c4b6373bd8f4 20:59:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:59:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:59:21 Status: Downloaded newer image for docker:20.10.0 20:59:21 ---> aefe523efa57 20:59:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:59:21 Removing intermediate container 4fd7480b4abf 20:59:21 ---> f7ca6738fd4f 20:59:21 Step 12/23 : ENV APP_PORT=48080 20:59:21 ---> Running in 7a73767ee643 20:59:21 ---> Running in 01007b1f6f37 20:59:21 ---> Running in 4128416e013d 20:59:21 Removing intermediate container 7a73767ee643 20:59:21 ---> cde921dbd5bf 20:59:21 Step 13/22 : ENV APP_PORT=48060 20:59:21 Removing intermediate container 01007b1f6f37 20:59:21 ---> 613a4ea78d97 20:59:21 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 20:59:21 Removing intermediate container 4128416e013d 20:59:21 ---> f88787d5bd4c 20:59:21 Step 13/23 : EXPOSE $APP_PORT 20:59:21 ---> Running in a80c8009e441 20:59:21 ---> Running in 2e80ad114b28 20:59:21 ---> Running in 7e8240afc20d 20:59:21 Removing intermediate container a80c8009e441 20:59:21 ---> e3f52de0fbce 20:59:21 Step 14/22 : EXPOSE $APP_PORT 20:59:21 Removing intermediate container 7e8240afc20d 20:59:21 ---> f7684d030b5d 20:59:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:22 ---> Running in 97451d8cc7b2 20:59:22 ---> Running in c1f14e07281d 20:59:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:22 Removing intermediate container 97451d8cc7b2 20:59:22 ---> 270077b63d29 20:59:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:59:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:22 (1/39) Installing readline (8.0.4-r0) 20:59:22 (2/39) Installing bash (5.0.17-r0) 20:59:22 Executing bash-5.0.17-r0.post-install 20:59:22 (3/39) Installing nghttp2-libs (1.41.0-r0) 20:59:22 (4/39) Installing libcurl (7.76.1-r0) 20:59:22 (5/39) Installing curl (7.76.1-r0) 20:59:22 (6/39) Installing dumb-init (1.2.2-r1) 20:59:22 (7/39) Installing libbz2 (1.0.8-r1) 20:59:22 (8/39) Installing expat (2.2.9-r1) 20:59:22 ---> fa2b13de90a7 20:59:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:59:22 (9/39) Installing libffi (3.3-r2) 20:59:22 (10/39) Installing gdbm (1.13-r1) 20:59:22 (11/39) Installing xz-libs (5.2.5-r0) 20:59:22 (12/39) Installing sqlite-libs (3.32.1-r0) 20:59:22 (13/39) Installing python3 (3.8.8-r0) 20:59:25 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:59:27 ---> 864b65b37024 20:59:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:59:27 Removing intermediate container c1f14e07281d 20:59:27 ---> 67654bbb2c2e 20:59:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:59:27 (14/39) Installing py3-appdirs (1.4.4-r1) 20:59:27 (15/39) Installing py3-ordered-set (4.0.1-r0) 20:59:27 (16/39) Installing py3-parsing (2.4.7-r0) 20:59:27 (17/39) Installing py3-six (1.15.0-r0) 20:59:27 (18/39) Installing py3-packaging (20.4-r0) 20:59:27 (19/39) Installing py3-setuptools (47.0.0-r0) 20:59:27 ---> Running in aa6af4dfc901 20:59:27 (20/39) Installing py3-chardet (3.0.4-r4) 20:59:27 (21/39) Installing py3-idna (2.9-r0) 20:59:27 (22/39) Installing py3-certifi (2020.4.5.1-r0) 20:59:27 (23/39) Installing py3-urllib3 (1.25.9-r0) 20:59:28 (24/39) Installing py3-requests (2.23.0-r0) 20:59:28 (25/39) Installing py3-msgpack (1.0.0-r0) 20:59:28 (26/39) Installing py3-lockfile (0.12.2-r3) 20:59:28 ---> bd3d6279bc15 20:59:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:59:28 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:59:28 (28/39) Installing py3-colorama (0.4.3-r0) 20:59:28 (29/39) Installing py3-distlib (0.3.0-r0) 20:59:28 (30/39) Installing py3-distro (1.5.0-r1) 20:59:29 (31/39) Installing py3-webencodings (0.5.1-r3) 20:59:29 ---> Running in 5bf5fc38caa7 20:59:29 (32/39) Installing py3-html5lib (1.0.1-r4) 20:59:29 (33/39) Installing py3-pytoml (0.1.21-r0) 20:59:29 (34/39) Installing py3-pep517 (0.8.2-r0) 20:59:29 (35/39) Installing py3-progress (1.5-r0) 20:59:29 (36/39) Installing py3-toml (0.10.1-r0) 20:59:29 (37/39) Installing py3-retrying (1.3.3-r0) 20:59:29 (38/39) Installing py3-contextlib2 (0.6.0-r0) 20:59:29 (39/39) Installing py3-pip (20.1.1-r0) 20:59:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:29 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:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:30 Executing busybox-1.31.1-r19.trigger 20:59:30 Removing intermediate container 5bf5fc38caa7 20:59:30 ---> 03a270c80551 20:59:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:59:30 OK: 72 MiB in 59 packages 20:59:30 (1/6) Installing dumb-init (1.2.2-r1) 20:59:30 ---> Running in f05c5f77e470 20:59:30 (2/6) Installing libgcc (9.3.0-r2) 20:59:30 (3/6) Installing libsodium (1.0.18-r0) 20:59:30 Removing intermediate container f05c5f77e470 20:59:30 ---> 784f169f1a14 20:59:30 Step 20/22 : LABEL arch=x86_64 20:59:30 (4/6) Installing libstdc++ (9.3.0-r2) 20:59:30 ---> Running in 7840815967ea 20:59:30 Removing intermediate container 7840815967ea 20:59:30 ---> 14e4bc3f49ab 20:59:30 Step 21/22 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 20:59:30 ---> Running in d3950b2a1f41 20:59:30 Removing intermediate container d3950b2a1f41 20:59:30 ---> deb3c2c05b62 20:59:30 Step 22/22 : LABEL version=0.0.0 20:59:31 (5/6) Installing libzmq (4.3.3-r0) 20:59:31 (6/6) Installing zeromq (4.3.3-r0) 20:59:31 Executing busybox-1.31.1-r20.trigger 20:59:31 OK: 8 MiB in 20 packages 20:59:31 ---> Running in 7156c93ba6f9 20:59:31 Collecting docker-compose==1.23.2 20:59:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:59:31 Removing intermediate container 7156c93ba6f9 20:59:31 ---> 84b9d54cfd52 20:59:31 20:59:31 Successfully built 84b9d54cfd52 20:59:31 Successfully tagged docker-support-notifications-go:latest 20:59:31  Building docker-support-notifications-go ... done Collecting texttable<0.10,>=0.9.0 20:59:31 Downloading texttable-0.9.1.tar.gz (11 kB) 20:59:32 Removing intermediate container aa6af4dfc901 20:59:32 ---> 5137450b9d88 20:59:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:59:32 Collecting websocket-client<1.0,>=0.32.0 20:59:32 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:59:32 ---> ad2a73e88181 20:59:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:59:32 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:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:59:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:59:33 Collecting jsonschema<3,>=2.5.1 20:59:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:59:34 ---> 70fb3adec01b 20:59:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:59:34 Collecting dockerpty<0.5,>=0.4.1 20:59:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:59:34 ---> cfe73035385d 20:59:34 Step 19/23 : ENTRYPOINT ["/core-data"] 20:59:34 ---> Running in aaa471650558 20:59:35 Removing intermediate container aaa471650558 20:59:35 ---> 4503ee786165 20:59:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:59:35 Collecting docopt<0.7,>=0.6.1 20:59:35 ---> Running in 527114ab3ea1 20:59:35 Downloading docopt-0.6.2.tar.gz (25 kB) 20:59:35 Removing intermediate container 527114ab3ea1 20:59:35 ---> c3fcf68119e6 20:59:35 Step 21/23 : LABEL arch=x86_64 20:59:35 ---> Running in 87c69381450c 20:59:35 Removing intermediate container 87c69381450c 20:59:35 ---> 01f26134c9e3 20:59:35 Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 20:59:35 ---> Running in fc9c946ab5dd 20:59:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:59:35 Collecting cached-property<2,>=1.2.0 20:59:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:59:35 Removing intermediate container fc9c946ab5dd 20:59:35 ---> fa72e44b94dc 20:59:35 Step 23/23 : LABEL version=0.0.0 20:59:35 ---> Running in 125493a48a30 20:59:35 Collecting PyYAML<4,>=3.10 20:59:35 Downloading PyYAML-3.13.tar.gz (270 kB) 20:59:35 Removing intermediate container 125493a48a30 20:59:35 ---> 571619375140 20:59:35 20:59:36 Successfully built 571619375140 20:59:36 Successfully tagged docker-core-data-go:latest 20:59:36  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 20:59:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:59:36 Collecting urllib3<1.25,>=1.21.1 20:59:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:59:36 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) 20:59: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 20:59:37 Collecting idna<2.8,>=2.5 20:59:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:59:37 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) 20:59:37 Collecting docker-pycreds>=0.4.0 20:59:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:59:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:59:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:59:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:59:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:59:37 Installing collected packages: texttable, websocket-client, urllib3, idna, requests, jsonschema, dockerpty, docopt, cached-property, PyYAML, docker-pycreds, docker, docker-compose 20:59:37 Running setup.py install for texttable: started 20:59:38 Running setup.py install for texttable: finished with status 'done' 20:59:38 Attempting uninstall: urllib3 20:59:38 Found existing installation: urllib3 1.25.9 20:59:38 Uninstalling urllib3-1.25.9: 20:59:38 Successfully uninstalled urllib3-1.25.9 20:59:38 Attempting uninstall: idna 20:59:38 Found existing installation: idna 2.9 20:59:38 Uninstalling idna-2.9: 20:59:38 Successfully uninstalled idna-2.9 20:59:38 Attempting uninstall: requests 20:59:38 Found existing installation: requests 2.23.0 20:59:38 Uninstalling requests-2.23.0: 20:59:38 Successfully uninstalled requests-2.23.0 20:59:39 Running setup.py install for dockerpty: started 20:59:39 Running setup.py install for dockerpty: finished with status 'done' 20:59:39 Running setup.py install for docopt: started 20:59:40 Running setup.py install for docopt: finished with status 'done' 20:59:40 Running setup.py install for PyYAML: started 20:59:40 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 20:59:40 Running setup.py install for PyYAML: finished with status 'done' 20:59:41 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 [Pipeline] } 20:59:47 $ docker stop --time=1 34641b4d18093ea3d96f98156f5b9fab4fc36f057b32c7fece63538fdc7702ee 20:59:49 Removing intermediate container 2e80ad114b28 20:59:49 ---> 9076d959f17e 20:59:49 Step 14/23 : ENV APP_PORT=48090 20:59:49 ---> Running in 5a8aebf05d61 20:59:49 Removing intermediate container 5a8aebf05d61 20:59:49 ---> 60e4decf18f5 20:59:49 Step 15/23 : EXPOSE $APP_PORT 20:59:49 ---> Running in f60eff8dd1eb 20:59:49 Removing intermediate container f60eff8dd1eb 20:59:49 ---> 3d94a3b337ac 20:59:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:59:49 ---> 6e48c1f660f0 20:59:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:59:49 $ docker rm -f 34641b4d18093ea3d96f98156f5b9fab4fc36f057b32c7fece63538fdc7702ee 20:59:50 ---> 81fde8ef3ea4 20:59:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:59:50 ---> 7ab8ded5602c 20:59:50 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:59:50 ---> Running in 85019df9be35 20:59:50 Removing intermediate container 85019df9be35 20:59:50 ---> 9ed0b32a4b88 20:59:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:59:50 ---> Running in 859c043cc916 20:59:50 Removing intermediate container 859c043cc916 20:59:50 ---> 7c5f23f3be9f 20:59:50 Step 21/23 : LABEL arch=x86_64 20:59:50 ---> Running in 25a850355d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 20:59:51 Removing intermediate container 25a850355d3c 20:59:51 ---> 25c3b55c462c 20:59:51 Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 20:59:51 ---> Running in e73113840445 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:51 Removing intermediate container e73113840445 20:59:51 ---> caa0c780cfd5 20:59:51 Step 23/23 : LABEL version=0.0.0 20:59:51 ---> Running in 7c2d2a7d2cea 20:59:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:59:51 20:59:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:59:51 Removing intermediate container 7c2d2a7d2cea 20:59:51 ---> 8c24fb306642 20:59:51 20:59:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:59:52 latest: Pulling from edgex-devops/edgex-compose-arm64 20:59:52 29e5d40040c1: Pulling fs layer 20:59:52 1ce36da41761: Pulling fs layer 20:59:52 25b303627fd3: Pulling fs layer 20:59:52 29e5d40040c1: Verifying Checksum 20:59:52 29e5d40040c1: Download complete 20:59:52 Successfully built 8c24fb306642 20:59:52 Successfully tagged docker-sys-mgmt-agent-go:latest 20:59:52 1ce36da41761: Verifying Checksum 20:59:52 1ce36da41761: Download complete 20:59:52 29e5d40040c1: Pull complete 20:59:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:59:52 $ docker stop --time=1 30d5c6614233f149646d6717c3f6dd549f70419d701352493df4c82bbc6d16fc 20:59:54 1ce36da41761: Pull complete 20:59:54 25b303627fd3: Download complete 20:59:54 $ docker rm -f 30d5c6614233f149646d6717c3f6dd549f70419d701352493df4c82bbc6d16fc [Pipeline] // withDockerContainer [Pipeline] sh 20:59:54 + docker images 20:59:54 + grep docker 20:59:55 docker-sys-mgmt-agent-go latest 8c24fb306642 4 seconds ago 312MB 20:59:55 docker-core-data-go latest 571619375140 20 seconds ago 22.9MB 20:59:55 docker-support-notifications-go latest 84b9d54cfd52 24 seconds ago 18.2MB 20:59:55 docker-security-proxy-setup-go latest 93256c8be3e6 About a minute ago 26MB 20:59:55 docker-security-bootstrapper-go latest 7f711da6d640 About a minute ago 19.3MB 20:59:55 docker-security-secretstore-setup-go latest 3144ef92c29f 2 minutes ago 26.3MB 20:59:55 docker-core-metadata-go latest 1b09734e4ceb 2 minutes ago 19.2MB 20:59:55 docker-support-scheduler-go latest 49ffa40c836f 2 minutes ago 17.7MB 20:59:55 docker-core-command-go latest 2374e817078d 2 minutes ago 17.5MB 20:59:55 docker 20.10.0 aefe523efa57 4 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:00:04 25b303627fd3: Pull complete 21:00:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:00:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:00:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:00:04 prd-ubuntu18.04-docker-arm64-4c-16g-939 does not seem to be running inside a container 21:00:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:00:07 $ docker top 2c9dfaab0d480f752d6a9f22e16c72af2e34fd01d00933d76945b433574511b3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:08 + docker-compose build --help 21:00:08 + grep parallel 21:00:10 Still waiting to schedule task 21:00:10 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 21:00:12 --parallel Build images in parallel. [Pipeline] } 21:00:12 $ docker stop --time=1 2c9dfaab0d480f752d6a9f22e16c72af2e34fd01d00933d76945b433574511b3 21:00:14 $ docker rm -f 2c9dfaab0d480f752d6a9f22e16c72af2e34fd01d00933d76945b433574511b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:00:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:00:15 . [Pipeline] withDockerContainer 21:00:15 prd-ubuntu18.04-docker-arm64-4c-16g-939 does not seem to be running inside a container 21:00:15 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-devops/edgex-compose-arm64:latest cat 21:00:16 $ docker top f1e454bf2cc3afc0115b44c9c6890aa5a041a94684db19590d5251d1c852314d -eo pid,comm [Pipeline] { [Pipeline] sh 21:00:17 + docker-compose -f ./docker-compose-build.yml build --parallel 21:00:22 Building docker-core-command-go ... 21:00:22 Building docker-core-data-go ... 21:00:22 Building docker-core-metadata-go ... 21:00:22 Building docker-security-bootstrapper-go ... 21:00:22 Building docker-security-proxy-setup-go ... 21:00:22 Building docker-security-secretstore-setup-go ... 21:00:22 Building docker-support-notifications-go ... 21:00:22 Building docker-support-scheduler-go ... 21:00:22 Building docker-sys-mgmt-agent-go ... 21:00:22 Building docker-support-notifications-go 21:00:22 Building docker-support-scheduler-go 21:00:22 Building docker-security-secretstore-setup-go 21:00:22 Building docker-core-metadata-go 21:00:22 Building docker-security-proxy-setup-go 21:01:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:01:43 ---> bafb97b13daf 21:01:43 Step 3/24 : WORKDIR /edgex-go 21:01:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:01:43 ---> bafb97b13daf 21:01:43 Step 3/21 : WORKDIR /edgex-go 21:01:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:01:43 ---> bafb97b13daf 21:01:43 Step 3/22 : WORKDIR /edgex-go 21:01:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:01:43 ---> bafb97b13daf 21:01:43 Step 3/22 : WORKDIR /edgex-go 21:01:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:01:43 ---> bafb97b13daf 21:01:43 Step 3/23 : WORKDIR /edgex-go 21:01:43 ---> Running in b52121443a33 21:01:43 ---> Running in 1f93f567ee0e 21:01:43 ---> Running in 089163da0d94 21:01:43 ---> Running in d616795b92de 21:01:43 ---> Running in 6a3cd400a576 21:01:43 Removing intermediate container 089163da0d94 21:01:43 Removing intermediate container 1f93f567ee0e 21:01:43 ---> 510356c82f28 21:01:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:43 ---> c2aa43c096be 21:01:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:43 Removing intermediate container b52121443a33 21:01:43 ---> 004372acc00d 21:01:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:43 Removing intermediate container 6a3cd400a576 21:01:43 ---> 4ed294fdca4f 21:01:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:43 Removing intermediate container d616795b92de 21:01:43 ---> cab01d2d6d10 21:01:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:43 ---> Running in 25b9cde1875c 21:01:43 ---> Running in 7099c5fb002c 21:01:43 ---> Running in 61497e28ac30 21:01:43 ---> Running in 4ce7d212c9a8 21:01:43 ---> Running in 8025e6db6acc 21:01:43 Removing intermediate container 25b9cde1875c 21:01:43 ---> 2dadc4172bff 21:01:43 Step 5/24 : RUN apk add --update --no-cache make git 21:01:43 ---> Running in 177046eeb033 21:01:43 Removing intermediate container 7099c5fb002c 21:01:43 Removing intermediate container 61497e28ac30 21:01:43 ---> c1e0f8b43fc6 21:01:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates ---> d811bce980a1 21:01:43 21:01:43 Step 5/21 : RUN apk add --update --no-cache make git 21:01:43 ---> Running in 62520aac7f00 21:01:43 ---> Running in 0243d89c0409 21:01:43 Removing intermediate container 8025e6db6acc 21:01:43 ---> 341c8a4c5825 21:01:43 Step 5/23 : RUN apk add --update --no-cache make git 21:01:43 Removing intermediate container 4ce7d212c9a8 21:01:43 ---> 679bf7556271 21:01:43 Step 5/22 : RUN apk add --update --no-cache make git 21:01:43 ---> Running in d5e7839a3eb4 21:01:43 ---> Running in 1030e766ef32 21:01:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:45 OK: 217 MiB in 51 packages 21:01:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:45 OK: 217 MiB in 51 packages 21:01:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:46 OK: 217 MiB in 51 packages 21:01:46 Removing intermediate container 177046eeb033 21:01:46 ---> 052c988beb6e 21:01:46 Step 6/24 : COPY go.mod . 21:01:47 Removing intermediate container 62520aac7f00 21:01:47 ---> 1f20d348132b 21:01:47 Step 6/21 : COPY go.mod . 21:01:47 OK: 217 MiB in 51 packages 21:01:47 OK: 217 MiB in 51 packages 21:01:47 ---> ce4d9ab2b028 21:01:47 Step 7/24 : RUN go mod download 21:01:47 Removing intermediate container 0243d89c0409 21:01:47 ---> 758875c992a6 21:01:47 Step 6/22 : COPY go.mod . 21:01:47 ---> Running in db05d1b986dc 21:01:48 ---> 5d4781f39100 21:01:48 Step 7/21 : RUN go mod download 21:01:48 ---> Running in 854b49d4dfea 21:01:49 ---> cd7321107998 21:01:49 Step 7/22 : RUN go mod download 21:01:49 Removing intermediate container 1030e766ef32 21:01:49 ---> 14e1baadc9a6 21:01:49 Step 6/22 : COPY go.mod . 21:01:49 ---> Running in 3e2be877fb8a 21:01:49 Removing intermediate container d5e7839a3eb4 21:01:49 ---> 86c82a3eaa1f 21:01:49 Step 6/23 : COPY go.mod . 21:01:50 ---> 140598374fd5 21:01:50 Step 7/22 : RUN go mod download 21:01:50 ---> Running in b641714032c6 21:01:51 ---> 34dd6c09fec9 21:01:51 Step 7/23 : RUN go mod download 21:01:51 ---> Running in 784656dd4e6d 21:01:53 Removing intermediate container db05d1b986dc 21:01:53 ---> 72ea06129914 21:01:53 Step 8/24 : COPY . . 21:01:53 Removing intermediate container 854b49d4dfea 21:01:53 ---> 44fc32119367 21:01:53 Step 8/21 : COPY . . 21:01:54 Removing intermediate container 3e2be877fb8a 21:01:54 ---> 63c7c2a8109d 21:01:54 Step 8/22 : COPY . . 21:01:57 Removing intermediate container b641714032c6 21:01:57 ---> a975ee238c66 21:01:57 Step 8/22 : COPY . . 21:01:57 Removing intermediate container 784656dd4e6d 21:01:57 ---> 73bcf2f94024 21:01:57 Step 8/23 : COPY . . 21:02:24 ---> d82dbcefed04 21:02:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:02:24 ---> 974406a426ff 21:02:24 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:02:24 ---> b34d306f1953 21:02:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:02:24 ---> a10e924ef87b 21:02:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:02:24 ---> c512bec85fe4 21:02:24 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:02:24 ---> Running in 7be4293b414f 21:02:24 ---> Running in b56b7366d506 21:02:24 ---> Running in 273c33888a49 21:02:24 ---> Running in c491d087c74c 21:02:24 ---> Running in 855dec877213 21:02:24 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:02:24 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:02:24 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:02:24 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:02:24 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:02:42 Running on prd-ubuntu18.04-docker-8c-8g-945 in /w/workspace/edgexfoundry_edgex-go_PR-3381 [Pipeline] { [Pipeline] ws 21:02:42 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:02:44 using credential edgex-jenkins-ssh 21:02:44 Cloning the remote Git repository 21:02:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:02:44 > git init /w/workspace/edgex-go/2 # timeout=10 21:02:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:02:44 > git --version # timeout=10 21:02:44 > git --version # 'git version 2.17.1' 21:02:44 using GIT_SSH to set credentials SSH Credentials for GitHub 21:02:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:03:07 Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit 2d718ae38af5677d2ecb37db5b545b28beba233c 21:03:08 Merge succeeded, producing 2d718ae38af5677d2ecb37db5b545b28beba233c 21:03:08 Checking out Revision 2d718ae38af5677d2ecb37db5b545b28beba233c (PR-3381) 21:03:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:03:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:03:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:03:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:03:07 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3381/head:refs/remotes/origin/PR-3381 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:03:07 > git config core.sparsecheckout # timeout=10 21:03:07 > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 21:03:07 > git remote # timeout=10 21:03:08 > git config --get remote.origin.url # timeout=10 21:03:08 using GIT_SSH to set credentials SSH Credentials for GitHub 21:03:08 > git merge 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 21:03:08 > git rev-parse HEAD^{commit} # timeout=10 21:03:08 > git config core.sparsecheckout # timeout=10 21:03:08 > git checkout -f 2d718ae38af5677d2ecb37db5b545b28beba233c # timeout=10 21:03:11 Commit message: "docs: Add badges to readme" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:03:12 + echo snap-build.sh 21:03:12 snap-build.sh 21:03:12 + SNAP_BASE_DIR=. 21:03:12 + '[' '!' -z /w/workspace/edgex-go/2 ']' 21:03:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 21:03:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 21:03:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 21:03:12 + cd /w/workspace/edgex-go/2 21:03:12 + sudo apt-get remove -qy --purge lxd lxd-client 21:03:12 Reading package lists... 21:03:12 Building dependency tree... 21:03:12 Reading state information... 21:03:12 The following packages were automatically installed and are no longer required: 21:03:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:03:12 uidmap xdelta3 21:03:12 Use 'sudo apt autoremove' to remove them. 21:03:12 The following packages will be REMOVED: 21:03:12 lxd* lxd-client* 21:03:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:03:13 After this operation, 31.7 MB disk space will be freed. 21:03:14 (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:03:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:03:15 Removing lxd dnsmasq configuration 21:03:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:03:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:03:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:03:16 (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:03:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:03:17 Processing triggers for systemd (237-3ubuntu10.42) ... 21:03:17 Processing triggers for ureadahead (0.100.0-21) ... 21:03:19 + sudo snap remove --purge lxd 21:03:19 snap "lxd" is not installed 21:03:19 + sudo groupadd --force --system lxd 21:03:19 ++ whoami 21:03:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:03:19 + newgrp - lxd 21:03:19 + sudo snap install lxd 21:03:29 2021-04-19T21:03:26Z INFO Waiting for automatic snapd restart... 21:03:41 lxd 4.13 from Canonical* installed 21:03:42 + sudo lxd init --auto 21:03:52 + sudo snap install --classic snapcraft 21:03:56 snapcraft 4.6.2 from Canonical* installed 21:03:56 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 21:03:56 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 21:03:56 % Total % Received % Xferd Average Speed Time Time Time Current 21:03:56 Dload Upload Total Spent Left Speed 21:03:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4898 0 --:--:-- --:--:-- --:--:-- 4898 21:03:56 100 3325k 100 3325k 0 0 11.9M 0 --:--:-- --:--:-- --:--:-- 11.9M 21:03:56 ./yq_linux_amd64 21:03:56 + sudo snapcraft prime --use-lxd 21:03:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:03:58 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:03:58 - README.md 21:03:58 21:03:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:03:58 Launching a container. 21:04:01 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:01 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:11 Waiting for container to be ready 21:04:11 To start your first instance, try: lxc launch ubuntu:18.04 21:04:11 21:04:15 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:04:15 Waiting for network to be ready... 21:04:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:04:15 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:04:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 21:04:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 21:04:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:04:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:04:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 21:04:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 21:04:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 21:04:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 21:04:16 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:04:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:04:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:04:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:04:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:04:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:04:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:04:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:04:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:04:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 21:04:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 21:04:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:04:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:04:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 21:04:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 21:04:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 21:04:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 21:04:20 Fetched 24.4 MB in 4s (6039 kB/s) 21:04:20 Reading package lists... 21:04:20 Reading package lists... 21:04:21 Building dependency tree... 21:04:21 Reading state information... 21:04:21 The following additional packages will be installed: 21:04:21 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:04:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:04:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:04:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:04:21 Suggested packages: 21:04:21 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:04:21 Recommended packages: 21:04:21 gnupg libsasl2-modules 21:04:21 The following NEW packages will be installed: 21:04:21 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:04:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:04:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:04:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:04:21 The following packages will be upgraded: 21:04:21 gpg gpg-agent gpgconf libudev1 21:04:21 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 21:04:21 Need to get 3529 kB of archives. 21:04:21 After this operation, 13.3 MB of additional disk space will be used. 21:04:21 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:04:21 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 21:04:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:04:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 21:04:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:04:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:04:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:04:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:04:22 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:04:22 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:04:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:04:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:04:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:04:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:04:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:04:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:04:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:04:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:04:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:04:22 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:04:22 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:04:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:04:22 debconf: delaying package configuration, since apt-utils is not installed 21:04:22 Fetched 3529 kB in 1s (3491 kB/s) 21:04:22 (Reading database ... 12511 files and directories currently installed.) 21:04:22 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 21:04:22 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 21:04:22 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 21:04:22 Selecting previously unselected package udev. 21:04:22 (Reading database ... 12511 files and directories currently installed.) 21:04:22 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 21:04:22 Unpacking udev (237-3ubuntu10.46) ... 21:04:23 Selecting previously unselected package libfuse2:amd64. 21:04:23 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:04:23 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:04:23 Selecting previously unselected package fuse. 21:04:23 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:04:23 Unpacking fuse (2.9.7-1ubuntu1) ... 21:04:23 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:04:23 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:04:23 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:04:23 Removing intermediate container 7be4293b414f 21:04:23 ---> 53ddf59ffeb4 21:04:23 21:04:23 Step 10/21 : FROM alpine:3.12 21:04:23 3.12: Pulling from library/alpine 21:04:23 Removing intermediate container 273c33888a49 21:04:23 ---> 6b01f92372ae 21:04:23 21:04:23 Step 10/24 : FROM alpine:3.12 21:04:23 3.12: Pulling from library/alpine 21:04:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:04:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:04:23 Status: Image is up to date for alpine:3.12 21:04:23 ---> 9852663dfa18 21:04:23 Step 11/21 : RUN apk add --update --no-cache curl 21:04:23 Status: Downloaded newer image for alpine:3.12 21:04:23 ---> 9852663dfa18 21:04:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:04:23 ---> Running in 1592c2a4f12d 21:04:23 ---> Running in fdd8fd909a64 21:04:23 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:04:23 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:04:23 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:04:23 Selecting previously unselected package libksba8:amd64. 21:04:23 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:04:23 Unpacking libksba8:amd64 (1.3.5-2) ... 21:04:23 Selecting previously unselected package libroken18-heimdal:amd64. 21:04:23 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:23 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:04:24 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:04:24 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:04:24 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libwind0-heimdal:amd64. 21:04:24 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:04:24 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:04:24 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:04:24 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:04:24 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:04:24 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:24 Selecting previously unselected package libsasl2-modules-db:amd64. 21:04:24 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:04:24 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:04:24 Selecting previously unselected package libsasl2-2:amd64. 21:04:24 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:04:24 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:04:25 Selecting previously unselected package libldap-common. 21:04:25 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:04:25 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:04:25 Selecting previously unselected package libldap-2.4-2:amd64. 21:04:25 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:04:25 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:04:25 Selecting previously unselected package dirmngr. 21:04:25 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:04:25 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:04:25 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:04:25 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:04:25 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:04:25 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:04:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:25 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:04:25 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:04:25 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:25 Setting up libksba8:amd64 (1.3.5-2) ... 21:04:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:04:25 Setting up udev (237-3ubuntu10.46) ... 21:04:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:26 invoke-rc.d: policy-rc.d denied execution of start. 21:04:26 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Processing triggers for systemd (237-3ubuntu10) ... 21:04:26 Setting up fuse (2.9.7-1ubuntu1) ... 21:04:26 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:04:26 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:04:26 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:04:26 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:04:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:04:26 (1/4) Installing ca-certificates (20191127-r4) 21:04:26 (1/6) Installing ca-certificates (20191127-r4) 21:04:26 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:04:27 (3/6) Installing libcurl (7.76.1-r0) 21:04:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:04:27 (3/4) Installing libcurl (7.76.1-r0) 21:04:27 (4/6) Installing curl (7.76.1-r0) 21:04:27 (5/6) Installing dumb-init (1.2.2-r1) 21:04:27 (4/4) Installing curl (7.76.1-r0) 21:04:27 (6/6) Installing su-exec (0.2-r1) 21:04:27 Executing busybox-1.31.1-r20.trigger 21:04:27 Executing busybox-1.31.1-r20.trigger 21:04:27 Executing ca-certificates-20191127-r4.trigger 21:04:27 Executing ca-certificates-20191127-r4.trigger 21:04:27 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:04:27 settings in the [Install] section, and DefaultInstance for template units). 21:04:27 This means they are not meant to be enabled using systemctl. 21:04:27 Possible reasons for having this kind of units are: 21:04:27 1) A unit may be statically enabled by being symlinked from another unit's 21:04:27 .wants/ or .requires/ directory. 21:04:27 2) A unit's purpose may be to act as a helper for some other unit which has 21:04:27 a requirement dependency on it. 21:04:27 3) A unit may be started when needed via activation (socket, path, timer, 21:04:27 D-Bus, udev, scripted systemctl call, ...). 21:04:27 4) In case of template units, the unit is meant to be enabled with some 21:04:27 instance name specified. 21:04:27 OK: 7 MiB in 20 packages 21:04:27 OK: 7 MiB in 18 packages 21:04:27 Reading package lists... 21:04:27 Building dependency tree... 21:04:27 Reading state information... 21:04:27 The following additional packages will be installed: 21:04:27 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:04:27 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:04:27 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:04:27 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:04:27 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:04:27 Suggested packages: 21:04:27 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:04:27 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:04:27 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:04:27 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:04:27 systemd-container policykit-1 21:04:27 Recommended packages: 21:04:27 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:04:27 The following NEW packages will be installed: 21:04:27 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:04:27 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:04:27 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:04:27 multiarch-support openssh-client python3 python3-minimal python3.6 21:04:27 python3.6-minimal snapd squashfs-tools sudo 21:04:27 The following packages will be upgraded: 21:04:27 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:04:28 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 21:04:28 Need to get 35.2 MB of archives. 21:04:28 After this operation, 141 MB of additional disk space will be used. 21:04:28 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:04:28 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 21:04:28 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:04:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:04:28 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:04:28 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:04:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:04:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:04:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:04:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:04:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:04:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:04:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:04:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:04:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:04:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:04:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:04:29 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 21:04:29 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 21:04:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 21:04:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:04:29 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:04:29 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:04:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:04:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:04:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:04:29 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:04:29 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:04:29 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:04:29 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:04:29 debconf: delaying package configuration, since apt-utils is not installed 21:04:29 Fetched 35.2 MB in 1s (24.1 MB/s) 21:04:29 (Reading database ... 12757 files and directories currently installed.) 21:04:29 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 21:04:29 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 21:04:30 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 21:04:30 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 21:04:30 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 21:04:30 (Reading database ... 12757 files and directories currently installed.) 21:04:30 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 21:04:30 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 21:04:30 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 21:04:30 (Reading database ... 12757 files and directories currently installed.) 21:04:30 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 21:04:30 Unpacking apt (1.6.13) over (1.6.1) ... 21:04:31 Removing intermediate container b56b7366d506 21:04:31 ---> 5665fbe636cd 21:04:31 21:04:31 Step 10/22 : FROM alpine:3.12 21:04:31 ---> 9852663dfa18 21:04:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:04:31 Removing intermediate container c491d087c74c 21:04:31 ---> 7773a357f9bc 21:04:31 21:04:31 Step 10/22 : FROM alpine:3.12 21:04:31 ---> 9852663dfa18 21:04:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:04:31 Setting up apt (1.6.13) ... 21:04:31 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:04:31 ---> Running in 8e7fcc32d4ec 21:04:31 ---> Running in 49dac9df52b8 21:04:31 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:04:31 (Reading database ... 12764 files and directories currently installed.) 21:04:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:04:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:04:31 Removing intermediate container 1592c2a4f12d 21:04:31 ---> 57351e2d773c 21:04:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:04:31 Removing intermediate container fdd8fd909a64 21:04:31 ---> 36018c6261d1 21:04:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:04:31 Selecting previously unselected package libpython3.6-minimal:amd64. 21:04:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:04:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:04:32 ---> Running in e931556b08b6 21:04:32 ---> Running in 6306ef425a2e 21:04:32 Selecting previously unselected package libexpat1:amd64. 21:04:32 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:04:32 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:04:33 Removing intermediate container 6306ef425a2e 21:04:33 ---> bf70634aad31 21:04:33 Step 13/21 : WORKDIR /edgex 21:04:33 Removing intermediate container e931556b08b6 21:04:33 ---> 15a7a9799142 21:04:33 Step 13/24 : WORKDIR / 21:04:33 ---> Running in 23c1a0aea056 21:04:33 ---> Running in 73f5ce4d3edd 21:04:33 Selecting previously unselected package python3.6-minimal. 21:04:33 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:04:33 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:04:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:04:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:34 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 21:04:34 Checking for services that may need to be restarted...done. 21:04:34 Checking for services that may need to be restarted...done. 21:04:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:04:34 Removing intermediate container 73f5ce4d3edd 21:04:34 ---> 3b9bfdbe56c1 21:04:34 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:04:34 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:04:34 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:04:34 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:04:34 Removing intermediate container 23c1a0aea056 21:04:34 ---> be3359b06249 21:04:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:04:34 (1/2) Installing ca-certificates (20191127-r4) 21:04:34 (2/2) Installing dumb-init (1.2.2-r1) 21:04:34 Executing busybox-1.31.1-r20.trigger 21:04:34 Executing ca-certificates-20191127-r4.trigger 21:04:34 (1/1) Installing dumb-init (1.2.2-r1) 21:04:34 Executing busybox-1.31.1-r20.trigger 21:04:34 OK: 5 MiB in 15 packages 21:04:34 Selecting previously unselected package python3-minimal. 21:04:34 (Reading database ... 13012 files and directories currently installed.) 21:04:34 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:04:34 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:04:34 Selecting previously unselected package mime-support. 21:04:34 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:04:34 Unpacking mime-support (3.60ubuntu1) ... 21:04:34 Selecting previously unselected package libmpdec2:amd64. 21:04:34 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:04:34 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:04:35 OK: 6 MiB in 16 packages 21:04:35 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:04:35 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:04:35 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:04:35 Selecting previously unselected package python3.6. 21:04:35 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:04:35 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:04:35 Selecting previously unselected package libpython3-stdlib:amd64. 21:04:35 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:04:35 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:04:35 Setting up python3-minimal (3.6.7-1~18.04) ... 21:04:35 Selecting previously unselected package python3. 21:04:35 (Reading database ... 13442 files and directories currently installed.) 21:04:35 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:04:35 Unpacking python3 (3.6.7-1~18.04) ... 21:04:36 Selecting previously unselected package multiarch-support. 21:04:36 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:04:36 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:04:36 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:04:36 Selecting previously unselected package liblzo2-2:amd64. 21:04:36 (Reading database ... 13479 files and directories currently installed.) 21:04:36 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:04:36 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:04:36 Selecting previously unselected package libbsd0:amd64. 21:04:36 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:04:36 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:04:36 Selecting previously unselected package sudo. 21:04:36 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:04:36 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:04:36 Selecting previously unselected package apparmor. 21:04:36 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:04:36 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:04:36 ---> f05a02fd51cd 21:04:36 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:04:36 ---> 93fbb62bf784 21:04:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:04:36 Selecting previously unselected package libedit2:amd64. 21:04:36 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:04:36 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:04:36 Selecting previously unselected package libkrb5support0:amd64. 21:04:36 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:04:36 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:04:37 Selecting previously unselected package libk5crypto3:amd64. 21:04:37 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:04:37 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:04:37 Selecting previously unselected package libkeyutils1:amd64. 21:04:37 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:04:37 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:04:37 Selecting previously unselected package libkrb5-3:amd64. 21:04:37 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:04:37 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:04:37 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:04:37 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:04:37 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:04:37 Selecting previously unselected package libssl1.0.0:amd64. 21:04:37 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:04:37 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:04:37 Selecting previously unselected package openssh-client. 21:04:37 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:04:37 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:04:37 Removing intermediate container 8e7fcc32d4ec 21:04:37 ---> e4fcfd1755b7 21:04:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:04:37 Selecting previously unselected package squashfs-tools. 21:04:37 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:04:37 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:04:37 Selecting previously unselected package snapd. 21:04:37 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:04:37 Unpacking snapd (2.48.3+18.04) ... 21:04:37 ---> 1d7809cfa103 21:04:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:04:38 Removing intermediate container 855dec877213 21:04:38 ---> 81e8e9cbe6f6 21:04:38 21:04:38 Step 10/23 : FROM alpine:3.12 21:04:38 ---> 9852663dfa18 21:04:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:04:38 ---> Using cache 21:04:38 ---> e4fcfd1755b7 21:04:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:04:38 ---> Running in 4daba9257842 21:04:38 Removing intermediate container 49dac9df52b8 21:04:38 ---> 1859e45aeb30 21:04:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:04:38 ---> Running in be0cca9bb0ae 21:04:38 ---> Running in 24db8ae4fa82 21:04:38 ---> 250a1d651c6d 21:04:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:04:39 Removing intermediate container 4daba9257842 21:04:39 ---> 6693ee8e74c7 21:04:39 Step 13/22 : ENV APP_PORT=48085 21:04:39 ---> ee4ef5efffb2 21:04:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:04:39 ---> Running in 42591a744e22 21:04:39 Removing intermediate container be0cca9bb0ae 21:04:39 ---> 344ca183d52f 21:04:39 Step 13/23 : ENV APP_PORT=48081 21:04:39 Removing intermediate container 24db8ae4fa82 21:04:39 ---> 491b15779e51 21:04:39 Step 13/22 : ENV APP_PORT=48060 21:04:39 ---> Running in 7db946c2e9d2 21:04:39 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:04:39 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:04:39 ---> Running in 4f1fac162967 21:04:40 Setting up mime-support (3.60ubuntu1) ... 21:04:40 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:04:40 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:04:40 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:04:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:04:40 Setting up systemd (237-3ubuntu10.46) ... 21:04:40 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:04:40 Removing intermediate container 42591a744e22 21:04:40 ---> ac4cce027fa5 21:04:40 Step 14/22 : EXPOSE $APP_PORT 21:04:40 ---> Running in 6ab2e56097d9 21:04:40 Removing intermediate container 7db946c2e9d2 21:04:40 ---> d0534ff63170 21:04:40 Step 14/23 : EXPOSE $APP_PORT 21:04:40 ---> 439acdc5234e 21:04:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:04:40 Removing intermediate container 4f1fac162967 21:04:40 ---> 4adbcb692650 21:04:40 Step 14/22 : EXPOSE $APP_PORT 21:04:40 ---> 6e182d023d14 21:04:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:04:40 ---> Running in c37afe7610f2 21:04:40 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:04:40 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:04:40 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:04:40 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:04:40 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:04:40 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:04:40 ---> Running in cff74ed0da61 21:04:40 ---> Running in ac482f4bf08f 21:04:41 Removing intermediate container 6ab2e56097d9 21:04:41 ---> 09f55c96cf0d 21:04:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:04:41 Removing intermediate container c37afe7610f2 21:04:41 ---> 73ce7a7c9d81 21:04:41 Step 15/23 : WORKDIR / 21:04:41 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:04:41 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:04:41 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:04:41 Setting up python3 (3.6.7-1~18.04) ... 21:04:41 running python rtupdate hooks for python3.6... 21:04:41 running python post-rtupdate hooks for python3.6... 21:04:41 ---> Running in ee0fa5c03f22 21:04:41 Removing intermediate container ac482f4bf08f 21:04:41 ---> a6fd82af4d4e 21:04:41 Removing intermediate container cff74ed0da61 21:04:41 ---> e7c6d044c296 21:04:41 Step 18/21 : CMD ["--init=true"] 21:04:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:04:41 Setting up apparmor (2.12-4ubuntu5.1) ... 21:04:42 ---> Running in ed74addc2cb2 21:04:42 ---> 960fee1a489a 21:04:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:04:42 ---> 5f5ccacd2181 21:04:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:04:42 Removing intermediate container ee0fa5c03f22 21:04:42 ---> d85899280513 21:04:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:04:42 ---> 19a2c4ea19c3 21:04:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:04:42 Removing intermediate container ed74addc2cb2 21:04:42 ---> ed2d535b92c0 21:04:42 Step 19/21 : LABEL arch=arm64 21:04:43 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:04:43 ---> Running in 3e7768672a8f 21:04:43 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:04:43 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:04:43 Setting up snapd (2.48.3+18.04) ... 21:04:43 ---> f337ae6550c4 21:04:43 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:04:43 ---> a3675e1df94e 21:04:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:04:43 ---> Running in 7ad4861b79e5 21:04:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:04:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:04:44 ---> 750160522d14 21:04:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:04:44 Removing intermediate container 3e7768672a8f 21:04:44 ---> 280f7333a050 21:04:44 Step 20/21 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 21:04:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:04:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:04:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:04:44 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:04:44 ---> Running in 8b53acb1c977 21:04:44 ---> f1faf9701f5f 21:04:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:04:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:04:44 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:04:45 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:04:45 ---> 592810e8e6be 21:04:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:04:45 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:04:45 /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:04:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:04:45 Processing triggers for systemd (237-3ubuntu10.46) ... 21:04:45 Removing intermediate container 8b53acb1c977 21:04:45 ---> a8ab3ab384e4 21:04:45 Step 21/21 : LABEL version=0.0.0 21:04:45 ---> 2e8afa45d931 21:04:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:04:45 ---> Running in ea5a89be2a23 21:04:45 ---> Running in be5cc1ea9856 21:04:45 ---> fb9f22df2a56 21:04:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:04:46 ---> Running in 45bf04122706 21:04:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:04:46 Removing intermediate container ea5a89be2a23 21:04:46 ---> e77ef38fe8b5 21:04:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:04:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:04:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:04:46 Removing intermediate container be5cc1ea9856 21:04:46 ---> 34d08e091c8b 21:04:46 21:04:46 ---> Running in 922663a6711e 21:04:46 Removing intermediate container 45bf04122706 21:04:46 ---> 08329a95d79b 21:04:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:04:46 ---> 7e47f20bb9f3 21:04:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:04:47 ---> Running in 4c291b0fc0d0 21:04:47 ---> Running in e62477ecf7da 21:04:47 Successfully built 34d08e091c8b 21:04:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:04:47 Building docker-sys-mgmt-agent-go 21:04:47  Building docker-security-proxy-setup-go ... done Removing intermediate container 922663a6711e 21:04:47 ---> 232eb244d758 21:04:47 Step 20/22 : LABEL arch=arm64 21:04:47 Removing intermediate container 7ad4861b79e5 21:04:47 ---> 644c65efcb11 21:04:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:04:47 ---> Running in 711502808b51 21:04:47 ---> Running in e903cf05b7b0 21:04:47 Removing intermediate container 4c291b0fc0d0 21:04:47 ---> 682fa3675f5b 21:04:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:04:47 Removing intermediate container e62477ecf7da 21:04:47 ---> 3db28090ae85 21:04:47 Step 20/22 : LABEL arch=arm64 21:04:47 Reading package lists... 21:04:47 ---> Running in 04fccea9a65a 21:04:47 ---> Running in 0ad104634fdc 21:04:47 Reading package lists... 21:04:48 Building dependency tree... 21:04:48 Reading state information... 21:04:48 Calculating upgrade... 21:04:48 Removing intermediate container 711502808b51 21:04:48 ---> 7bf30e7deb21 21:04:48 Step 22/24 : LABEL arch=arm64 21:04:48 Removing intermediate container e903cf05b7b0 21:04:48 ---> 2697745e7c26 21:04:48 Step 21/22 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 21:04:48 The following packages will be upgraded: 21:04:48 advancecomp base-files bash binutils binutils-common 21:04:48 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:04:48 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:04:48 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:04:48 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:04:48 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:04:48 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:04:48 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 21:04:48 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 21:04:48 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 21:04:48 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 21:04:48 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 21:04:48 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 21:04:48 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 21:04:48 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:04:48 ---> Running in ee8e156c16c5 21:04:49 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:04:49 Need to get 64.0 MB of archives. 21:04:49 After this operation, 5034 kB of additional disk space will be used. 21:04:49 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:04:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 21:04:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:04:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:04:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:04:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:04:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:04:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:04:49 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:04:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:04:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:04:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:04:49 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:04:49 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:04:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:04:49 ---> Running in 99b2f4ae783e 21:04:49 Removing intermediate container 04fccea9a65a 21:04:49 ---> 9561342b9fbe 21:04:49 Step 21/23 : LABEL arch=arm64 21:04:49 Removing intermediate container 0ad104634fdc 21:04:49 ---> 2d87307619ab 21:04:49 Step 21/22 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 21:04:49 ---> Running in 9fb680090db4 21:04:49 Removing intermediate container ee8e156c16c5 21:04:49 ---> ad34c49e1966 21:04:49 Step 23/24 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 21:04:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:04:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:04:49 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:04:49 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:04:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:04:49 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:04:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:04:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:04:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:04:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:04:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:04:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:04:49 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:04:49 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:04:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:04:49 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:04:49 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:04:49 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:04:49 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:04:49 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:04:49 Get:36 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:04:49 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:04:49 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:04:49 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 21:04:49 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:04:49 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:04:49 ---> Running in e320c4fff9c7 21:04:49 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:04:49 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:04:49 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:04:49 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:04:49 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:04:49 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:04:49 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:04:49 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:04:49 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:04:49 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:04:49 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:04:49 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:04:49 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:04:49 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:04:49 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:04:49 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 21:04:49 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 21:04:50 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:04:50 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:04:50 Get:61 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:04:50 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:04:50 Removing intermediate container 99b2f4ae783e 21:04:50 ---> 0a850eaafae2 21:04:50 Step 22/22 : LABEL version=0.0.0 21:04:50 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:04:50 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:04:50 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:04:50 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:04:50 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 21:04:50 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 21:04:50 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 21:04:50 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:04:50 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:04:50 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:04:50 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:04:50 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 21:04:50 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:04:50 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:04:50 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:04:50 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:04:50 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:04:50 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:04:50 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:04:50 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:04:50 ---> Running in e51c74f43e69 21:04:50 Removing intermediate container 9fb680090db4 21:04:50 ---> c93c36077bce 21:04:50 Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 21:04:50 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:04:50 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:04:50 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 21:04:50 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:04:50 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:04:50 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:04:50 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:04:50 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:04:50 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:04:50 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:04:50 ---> Running in 36a5dae404fe 21:04:50 Removing intermediate container e320c4fff9c7 21:04:50 ---> 006a45b7f3c0 21:04:50 Step 22/22 : LABEL version=0.0.0 21:04:50 ---> Running in eab281ac6a9c 21:04:50 Removing intermediate container e51c74f43e69 21:04:50 ---> e0c80593cee8 21:04:50 Step 24/24 : LABEL version=0.0.0 21:04:51 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:04:51 ---> Running in 703495e3700e 21:04:51 ---> Running in 74de4f112e41 21:04:51 Removing intermediate container 36a5dae404fe 21:04:51 ---> 5a8da54aef0c 21:04:51 21:04:51 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:04:51 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:04:51 Removing intermediate container eab281ac6a9c 21:04:51 ---> 51f280bf8644 21:04:51 Step 23/23 : LABEL version=0.0.0 21:04:51 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:04:51 Successfully built 5a8da54aef0c 21:04:51 Removing intermediate container 703495e3700e 21:04:51 ---> a43c62b2ad0c 21:04:51 21:04:51 Successfully tagged docker-support-scheduler-go-arm64:latest 21:04:51 Building docker-core-command-go 21:04:52 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:04:52 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:04:52 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:04:52 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:04:52 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:04:52 debconf: delaying package configuration, since apt-utils is not installed 21:04:52 Fetched 64.0 MB in 4s (18.0 MB/s) 21:04:52  Building docker-support-scheduler-go ... done  ---> Running in 9a407cbad714 21:04:52 Removing intermediate container 74de4f112e41 21:04:52 ---> b6b5a4928379 21:04:52 21:04:52 (Reading database ... 13912 files and directories currently installed.) 21:04:52 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:04:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:04:52 Successfully built a43c62b2ad0c 21:04:52 Successfully tagged docker-support-notifications-go-arm64:latest 21:04:52  Building docker-support-notifications-go ... done Building docker-core-data-go 21:04:52 Successfully built b6b5a4928379 21:04:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:04:52  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 21:04:52 Removing intermediate container 9a407cbad714 21:04:52 ---> bd88ad23d303 21:04:52 21:04:53 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:04:53 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:04:53 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 21:04:53 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 21:04:53 Successfully built bd88ad23d303 21:04:53 Successfully tagged docker-core-metadata-go-arm64:latest 21:04:53 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:54 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:54 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:54 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:54 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:54 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:54 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:55 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:04:55 (Reading database ... 13911 files and directories currently installed.) 21:04:55 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:55 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:04:55 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:04:55 (Reading database ... 13911 files and directories currently installed.) 21:04:55 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:55 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:55 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:55 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:55 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:04:55 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:04:55 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:04:55 (Reading database ... 13911 files and directories currently installed.) 21:04:55 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:04:56 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:04:56 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:04:56 (Reading database ... 13911 files and directories currently installed.) 21:04:56 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:04:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:04:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:04:56 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:04:57 Setting up base-files (10.1ubuntu2.10) ... 21:04:57 Installing new version of config file /etc/issue ... 21:04:57 Installing new version of config file /etc/issue.net ... 21:04:57 Installing new version of config file /etc/lsb-release ... 21:04:57 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:04:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:04:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:04:57 Removing obsolete conffile /etc/default/motd-news ... 21:04:57 (Reading database ... 13912 files and directories currently installed.) 21:04:57 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:04:57 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:04:57 Setting up bash (4.4.18-2ubuntu1.2) ... 21:04:57 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:04:58 (Reading database ... 13912 files and directories currently installed.) 21:04:58 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:04:58 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:04:58 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:04:58 (Reading database ... 13912 files and directories currently installed.) 21:04:58 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:04:58 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:04:58 Setting up tar (1.29b-2ubuntu0.2) ... 21:04:58 (Reading database ... 13912 files and directories currently installed.) 21:04:58 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:04:58 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:04:58 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:04:59 (Reading database ... 13912 files and directories currently installed.) 21:04:59 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:04:59 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:04:59 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:04:59 (Reading database ... 13912 files and directories currently installed.) 21:04:59 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:04:59 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:04:59 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:04:59 (Reading database ... 13912 files and directories currently installed.) 21:04:59 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:04:59 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:05:00 Setting up grep (3.1-2build1) ... 21:05:00 (Reading database ... 13912 files and directories currently installed.) 21:05:00 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:05:00 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:05:00 Setting up login (1:4.5-1ubuntu2) ... 21:05:00 (Reading database ... 13912 files and directories currently installed.) 21:05:00 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:05:00 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:05:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:05:00 (Reading database ... 13912 files and directories currently installed.) 21:05:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:05:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:05:01 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:05:01 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:05:01 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:05:01 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:05:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:05:01 (Reading database ... 13912 files and directories currently installed.) 21:05:01 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:05:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:05:03 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:05:03 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:05:03 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:05:03 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:05:03 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:05:03 (Reading database ... 13912 files and directories currently installed.) 21:05:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:05:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:05:03 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:05:03 (Reading database ... 13912 files and directories currently installed.) 21:05:03 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:03 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:03 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:04 (Reading database ... 13912 files and directories currently installed.) 21:05:04 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:04 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:04 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:04 (Reading database ... 13912 files and directories currently installed.) 21:05:04 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:04 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:04 (Reading database ... 13912 files and directories currently installed.) 21:05:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:04 (Reading database ... 13912 files and directories currently installed.) 21:05:04 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:05:05 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:05:05 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:05:05 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:05:05 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:05:05 (Reading database ... 13912 files and directories currently installed.) 21:05:05 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:05:05 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:05:05 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:05:05 (Reading database ... 13912 files and directories currently installed.) 21:05:05 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:05 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:05:05 (Reading database ... 13912 files and directories currently installed.) 21:05:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:05 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:05 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:05:06 (Reading database ... 13912 files and directories currently installed.) 21:05:06 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:06 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:06 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:05:06 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:05:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:05:07 (Reading database ... 13912 files and directories currently installed.) 21:05:07 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:05:07 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:05:07 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:05:07 (Reading database ... 13912 files and directories currently installed.) 21:05:07 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:05:07 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:05:07 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:05:07 (Reading database ... 13914 files and directories currently installed.) 21:05:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:05:07 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:05:08 Setting up debconf (1.5.66ubuntu1) ... 21:05:08 (Reading database ... 13914 files and directories currently installed.) 21:05:08 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:05:08 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:05:08 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:05:08 (Reading database ... 13914 files and directories currently installed.) 21:05:08 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:05:08 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:05:08 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:05:08 (Reading database ... 13914 files and directories currently installed.) 21:05:08 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:05:08 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:05:08 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:05:09 (Reading database ... 13914 files and directories currently installed.) 21:05:09 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:05:09 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:05:09 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:05:09 (Reading database ... 13914 files and directories currently installed.) 21:05:09 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:05:09 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:05:09 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:05:09 (Reading database ... 13914 files and directories currently installed.) 21:05:09 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:05:09 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:05:09 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 21:05:09 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 21:05:10 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:05:10 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:05:10 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:05:10 (Reading database ... 13914 files and directories currently installed.) 21:05:10 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:05:10 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:05:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:05:10 (Reading database ... 13914 files and directories currently installed.) 21:05:10 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:05:10 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:05:10 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:05:10 (Reading database ... 13914 files and directories currently installed.) 21:05:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:05:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:05:11 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:05:11 (Reading database ... 13914 files and directories currently installed.) 21:05:11 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 21:05:11 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 21:05:11 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 21:05:11 (Reading database ... 13914 files and directories currently installed.) 21:05:11 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:05:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:05:11 Setting up passwd (1:4.5-1ubuntu2) ... 21:05:11 (Reading database ... 13914 files and directories currently installed.) 21:05:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:05:11 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:05:12 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:05:12 (Reading database ... 13914 files and directories currently installed.) 21:05:12 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 21:05:12 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 21:05:12 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 21:05:12 (Reading database ... 13914 files and directories currently installed.) 21:05:12 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 21:05:12 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 21:05:12 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 21:05:12 (Reading database ... 13914 files and directories currently installed.) 21:05:12 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:05:12 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:05:12 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:05:12 (Reading database ... 13914 files and directories currently installed.) 21:05:12 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:05:12 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:05:13 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:05:13 (Reading database ... 13914 files and directories currently installed.) 21:05:13 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:05:13 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:05:13 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:05:13 (Reading database ... 13914 files and directories currently installed.) 21:05:13 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:05:13 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:05:13 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:05:13 (Reading database ... 13914 files and directories currently installed.) 21:05:13 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 21:05:13 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 21:05:13 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 21:05:13 (Reading database ... 13914 files and directories currently installed.) 21:05:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 21:05:14 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 21:05:14 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 21:05:14 (Reading database ... 13915 files and directories currently installed.) 21:05:14 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:05:14 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:05:14 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:05:14 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:05:14 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:05:14 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:05:14 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:05:14 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:05:15 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:05:15 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:05:15 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:05:15 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:05:15 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:05:15 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:05:15 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:05:15 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:05:16 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:05:16 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:05:16 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:05:16 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:05:16 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:05:16 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:05:16 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:05:16 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:05:17 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:05:17 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:05:17 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:05:17 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:05:17 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:05:17 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:05:18 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:05:18 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:05:18 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:05:18 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:05:18 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:05:18 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:05:18 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:18 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:18 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:18 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:18 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:18 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:19 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:19 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:20 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:20 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:21 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:21 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:21 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:21 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:22 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:22 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:05:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:05:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:05:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:05:23 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:05:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:05:23 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:05:23 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:05:23 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:05:23 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:05:23 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:05:23 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:05:23 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:05:24 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:05:24 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:05:24 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:05:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:05:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:05:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:05:24 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:05:24 21:05:24 Current default time zone: 'Etc/UTC' 21:05:24 Local time is now: Mon Apr 19 21:05:24 UTC 2021. 21:05:24 Universal Time is now: Mon Apr 19 21:05:24 UTC 2021. 21:05:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:05:24 21:05:24 Setting up systemd-sysv (237-3ubuntu10.46) ... 21:05:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:24 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 21:05:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:05:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:05:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:05:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:05:24 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:05:24 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:05:24 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:05:24 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:24 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:05:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:05:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:25 Setting up patch (2.7.6-2ubuntu1.1) ... 21:05:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:05:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:05:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 21:05:25 Installing new version of config file /etc/ssl/openssl.cnf ... 21:05:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:05:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:05:25 Setting up ca-certificates (20210119~18.04.1) ... 21:05:27 Updating certificates in /etc/ssl/certs... 21:05:28 23 added, 27 removed; done. 21:05:28 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:05:28 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:05:28 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:05:28 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:05:28 Setting up pkgbinarymangler (138.18.04.1) ... 21:05:28 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:28 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:05:28 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:28 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:28 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:28 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:05:28 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:05:28 Setting up perl (5.26.1-6ubuntu0.5) ... 21:05:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:05:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:05:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:05:29 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:05:29 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:05:29 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:05:29 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:05:29 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:05:29 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:05:29 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:05:29 Processing triggers for systemd (237-3ubuntu10.46) ... 21:05:29 Processing triggers for mime-support (3.60ubuntu1) ... 21:05:29 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:05:29 Updating certificates in /etc/ssl/certs... 21:05:30 0 added, 0 removed; done. 21:05:30 Running hooks in /etc/ca-certificates/update.d... 21:05:30 done. 21:05:30 Reading package lists... 21:05:30 Building dependency tree... 21:05:30 Reading state information... 21:05:30 The following NEW packages will be installed: 21:05:30 apt-transport-https 21:05:30 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:05:30 Need to get 1692 B of archives. 21:05:30 After this operation, 154 kB of additional disk space will be used. 21:05:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 21:05:31 debconf: delaying package configuration, since apt-utils is not installed 21:05:31 Fetched 1692 B in 0s (8511 B/s) 21:05:31 Selecting previously unselected package apt-transport-https. 21:05:31 (Reading database ... 13920 files and directories currently installed.) 21:05:31 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 21:05:31 Unpacking apt-transport-https (1.6.13) ... 21:05:31 Setting up apt-transport-https (1.6.13) ... 21:05:31 Waiting for network to be ready... 21:05:37 2021-04-19T21:05:34Z INFO Waiting for automatic snapd restart... 21:05:37 snapd 2.49.2 from Canonical* installed 21:05:38 "snapd" switched to the "latest/stable" channel 21:05:38 21:05:40  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:05:40 ---> bafb97b13daf 21:05:40 Step 3/23 : WORKDIR /edgex-go 21:05:40 ---> Using cache 21:05:40 ---> cab01d2d6d10 21:05:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:40 ---> Using cache 21:05:40 ---> 341c8a4c5825 21:05:40 Step 5/23 : RUN apk add --update --no-cache make bash git 21:05:41 core18 20210309 from Canonical* installed 21:05:41 ---> Running in b65f380fb384 21:05:41 "core18" switched to the "latest/stable" channel 21:05:41 21:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:44 snapcraft 4.6.2 from Canonical* installed 21:05:44 "snapcraft" switched to the "latest/stable" channel 21:05:44 21:05:44 OK: 217 MiB in 51 packages 21:05:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:05:46 ---> bafb97b13daf 21:05:46 Step 3/23 : WORKDIR /edgex-go 21:05:46 ---> Using cache 21:05:46 ---> cab01d2d6d10 21:05:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:46 ---> Using cache 21:05:46 ---> 341c8a4c5825 21:05:46 Step 5/23 : RUN apk add --update --no-cache make git 21:05:46 ---> Using cache 21:05:46 ---> 86c82a3eaa1f 21:05:46 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:05:46 ---> bafb97b13daf 21:05:46 Step 3/31 : WORKDIR /edgex-go 21:05:46 ---> Using cache 21:05:46 ---> cab01d2d6d10 21:05:46 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:46 ---> Using cache 21:05:46 ---> 341c8a4c5825 21:05:46 Step 5/31 : RUN apk add --update --no-cache make git 21:05:46 ---> Using cache 21:05:46 ---> 86c82a3eaa1f 21:05:46 Step 6/31 : COPY go.mod . 21:05:46 ---> Using cache 21:05:46 ---> 34dd6c09fec9 21:05:46 Step 6/23 : COPY go.mod . 21:05:46 ---> Using cache 21:05:46 ---> 34dd6c09fec9 21:05:46 Step 7/23 : RUN go mod download 21:05:46 Step 7/31 : RUN go mod download ---> Using cache 21:05:46 21:05:46 ---> Using cache 21:05:46 ---> 73bcf2f94024 21:05:46 Step 8/31 : COPY . . 21:05:46 ---> 73bcf2f94024 21:05:46 Step 8/23 : COPY . . 21:05:46 ---> Using cache 21:05:46 ---> c512bec85fe4 21:05:46 Step 9/23 : RUN make cmd/core-command/core-command 21:05:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:05:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:05:46 ---> bafb97b13daf 21:05:46 Step 3/23 : WORKDIR /edgex-go 21:05:46 ---> Using cache 21:05:46 ---> cab01d2d6d10 21:05:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:46 ---> Using cache 21:05:46 ---> 341c8a4c5825 21:05:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:05:46 ---> Using cache 21:05:46 ---> c512bec85fe4 21:05:46 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:05:46 ---> Running in 68b689c540d7 21:05:46 ---> Running in aa24cdc2441d 21:05:46 ---> Running in d6117f1272d8 21:05:47 Removing intermediate container b65f380fb384 21:05:47 ---> 4862ba2a4caf 21:05:47 Step 6/23 : COPY go.mod . 21:05:48 ---> 716f880d8abb 21:05:48 Step 7/23 : RUN go mod download 21:05:48 ---> Running in d35ca71d8bf2 21:05:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:48 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:05:48 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:05: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:05:48 - README.md 21:05:48 21:05:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:50 OK: 217 MiB in 51 packages 21:05:52 Removing intermediate container 68b689c540d7 21:05:52 ---> 6d8de8a715e6 21:05:52 Step 6/23 : COPY go.mod . 21:05:52 Removing intermediate container d35ca71d8bf2 21:05:52 ---> dbe9a25807c3 21:05:52 Step 8/23 : COPY . . 21:05:53 ---> d373587e4c8b 21:05:53 Step 7/23 : RUN go mod download 21:05:53 ---> Running in f1485d34318f 21:05:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:05:55 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:05:55 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:05:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:05:56 Reading package lists... 21:05: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:06:00 Removing intermediate container f1485d34318f 21:06:00 ---> a1424324f850 21:06:00 Step 8/23 : COPY . . 21:06:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:06:03 Reading package lists... 21:06:03 Building dependency tree... 21:06:03 Reading state information... 21:06:03 Suggested packages: 21:06:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:06:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:06:03 Recommended packages: 21:06:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:06:03 The following NEW packages will be installed: 21:06:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:06:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:06:03 pkg-config zip 21:06:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:06:03 Need to get 7663 kB of archives. 21:06:03 After this operation, 43.8 MB of additional disk space will be used. 21:06: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:06:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 21:06:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 21:06:03 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:06:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 21:06:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:06:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:06:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:06:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:06:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:06:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:06:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:06:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:06:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:06:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:06:04 debconf: delaying package configuration, since apt-utils is not installed 21:06:04 Fetched 7663 kB in 1s (10.6 MB/s) 21:06:04 Selecting previously unselected package libglib2.0-0:amd64. 21:06:04 (Reading database ... 13924 files and directories currently installed.) 21:06:04 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 21:06:04 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:06:04 Selecting previously unselected package libpsl5:amd64. 21:06:04 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:06:04 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:06:04 Selecting previously unselected package libnghttp2-14:amd64. 21:06:04 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:06:04 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:06:04 Selecting previously unselected package librtmp1:amd64. 21:06:04 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:06:04 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:06:04 Selecting previously unselected package libcurl3-gnutls:amd64. 21:06:04 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 21:06:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 21:06:04 Selecting previously unselected package liberror-perl. 21:06:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:06:04 Unpacking liberror-perl (0.17025-1) ... 21:06:04 Selecting previously unselected package git-man. 21:06:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 21:06:04 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 21:06:05 Selecting previously unselected package git. 21:06:05 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 21:06:05 Unpacking git (1:2.17.1-1ubuntu0.8) ... 21:06:06 Selecting previously unselected package libnorm1:amd64. 21:06:06 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:06:06 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:06:06 Selecting previously unselected package libpgm-5.2-0:amd64. 21:06:06 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:06:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:06:06 Selecting previously unselected package libsodium23:amd64. 21:06:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:06:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:06:06 Selecting previously unselected package libzmq5:amd64. 21:06:06 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:06:06 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:06:06 Selecting previously unselected package libzmq3-dev:amd64. 21:06:06 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:06:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:06:06 Selecting previously unselected package pkg-config. 21:06:06 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:06:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:06:06 Selecting previously unselected package zip. 21:06:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:06:06 Unpacking zip (3.0-11build1) ... 21:06:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:06:06 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 21:06:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:06:06 Setting up liberror-perl (0.17025-1) ... 21:06:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:06:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:06:06 No schema files found: doing nothing. 21:06:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:06:06 Setting up zip (3.0-11build1) ... 21:06:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:06:07 Setting up libsodium23:amd64 (1.0.16-2) ... 21:06:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:06:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:06:07 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 21:06:07 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:06:07 Setting up git (1:2.17.1-1ubuntu0.8) ... 21:06:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:06:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:06:13 git set to automatically installed. 21:06:13 git-man set to automatically installed. 21:06:13 libcurl3-gnutls set to automatically installed. 21:06:13 liberror-perl set to automatically installed. 21:06:13 libglib2.0-0 set to automatically installed. 21:06:13 libnghttp2-14 set to automatically installed. 21:06:13 libnorm1 set to automatically installed. 21:06:13 libpgm-5.2-0 set to automatically installed. 21:06:13 libpsl5 set to automatically installed. 21:06:13 librtmp1 set to automatically installed. 21:06:13 libsodium23 set to automatically installed. 21:06:13 libzmq3-dev set to automatically installed. 21:06:13 libzmq5 set to automatically installed. 21:06:13 pkg-config set to automatically installed. 21:06:13 zip set to automatically installed. 21:06:15 snapd is not logged in, snap install commands will use sudo 21:06:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:06:22 ---> ddf94fb67dac 21:06:22 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:06:22 ---> Running in fd49802cb494 21:06:22 snap "core18" has no updates available 21:06:23 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:06:23 ---> c50f5f69817f 21:06:23 Step 9/23 : RUN make cmd/core-data/core-data 21:06:23 snapd is not logged in, snap install commands will use sudo 21:06:24 ---> Running in df3f30061277 21:06:25 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:06:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:06:48 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 21:06:48 Pulling go-build-helper 21:06:48 + snapcraftctl pull 21:06:48 'app-service-config' has dependencies that need to be staged: go-build-helper 21:06:48 Skipping pull go-build-helper (already ran) 21:06:48 Building go-build-helper 21:06:48 + snapcraftctl build 21:06:49 Staging go-build-helper 21:06:49 + snapcraftctl stage 21:07:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:07:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:07:02 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:07:02 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:07:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 21:07:02 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:07:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:07:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:07:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:07:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:07:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:07:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 21:07:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:07:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:07:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 21:07:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 21:07:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 21:07:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 21:07:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:07:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 21:07:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 21:07:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:07:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:07:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 21:07:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 21:07:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 21:07:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 21:07:02 Fetched 24.4 MB in 0s (0 B/s) 21:07:02 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:07:02 Fetched 224 kB in 0s (0 B/s) 21:07:02 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:07:02 Fetched 157 kB in 0s (0 B/s) 21:07:02 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:07:02 Fetched 221 kB in 0s (0 B/s) 21:07:02 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:07:02 Fetched 143 kB in 0s (0 B/s) 21:07:02 Pulling app-service-config 21:07:02 + snapcraftctl pull 21:07:02 Cloning into '/root/parts/app-service-config/src'... 21:07:02 Pulling config-common 21:07:02 + snapcraftctl pull 21:07:06 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:07:06 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:07:06 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:07:06 Fetched 0 B in 0s (0 B/s) 21:07:06 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:07:06 Fetched 0 B in 0s (0 B/s) 21:07:06 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:07:06 Fetched 0 B in 0s (0 B/s) 21:07:06 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:07:06 Fetched 0 B in 0s (0 B/s) 21:07:06 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:07:06 Fetched 0 B in 0s (0 B/s) 21:07:06 Pulling edgex-go 21:07:06 + snapcraftctl pull 21:07:12 Removing intermediate container d6117f1272d8 21:07:12 ---> 70b0994853f3 21:07:12 21:07:12 Step 10/31 : FROM alpine:3.12 21:07:12 ---> 9852663dfa18 21:07:12 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:07:12 ---> Running in 523e8116b19c 21:07:13 Removing intermediate container 523e8116b19c 21:07:13 ---> 3440e83f4cc4 21:07:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:07:13 ---> Running in ae41cd3220cc 21:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:17 (1/2) Installing dumb-init (1.2.2-r1) 21:07:17 (2/2) Installing su-exec (0.2-r1) 21:07:17 Executing busybox-1.31.1-r20.trigger 21:07:17 OK: 5 MiB in 16 packages 21:07:19 Removing intermediate container aa24cdc2441d 21:07:19 ---> 749b5b5770fe 21:07:19 21:07:19 Step 10/23 : FROM alpine:3.12 21:07:19 ---> 9852663dfa18 21:07:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:07:19 ---> Using cache 21:07:19 ---> e4fcfd1755b7 21:07:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:07:19 ---> Using cache 21:07:19 ---> 344ca183d52f 21:07:19 Step 13/23 : ENV APP_PORT=48082 21:07:19 ---> Running in 7d7b7d131432 21:07:19 Removing intermediate container ae41cd3220cc 21:07:19 ---> 34a32dbd8c1d 21:07:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:07:20 ---> Running in e27d88fefb95 21:07:20 Removing intermediate container 7d7b7d131432 21:07:20 ---> d72f27e54269 21:07:20 Step 14/23 : EXPOSE $APP_PORT 21:07:20 ---> Running in 46bbf9496f56 21:07:20 Removing intermediate container e27d88fefb95 21:07:20 ---> ed502e0bb25c 21:07:20 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:07:20 ---> Running in 9a122b50847d 21:07:21 Removing intermediate container 46bbf9496f56 21:07:21 ---> a0ed8d99ae6d 21:07:21 Step 15/23 : WORKDIR / 21:07:21 ---> Running in edac321bd2f5 21:07:21 Removing intermediate container 9a122b50847d 21:07:21 ---> 6d30a611f612 21:07:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:07:21 ---> Running in 636685dfb58c 21:07:21 Removing intermediate container edac321bd2f5 21:07:21 ---> 41b2b0ca5353 21:07:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:23 ---> d6956c42624a 21:07:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:07:26 ---> 832c37d14eb7 21:07:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:07:26 Removing intermediate container 636685dfb58c 21:07:26 ---> 589718ea19a6 21:07:26 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:07:26 ---> Running in e9d63c84cbd4 21:07:27 Removing intermediate container e9d63c84cbd4 21:07:27 ---> ed0521df7952 21:07:27 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:07:27 ---> 23476ea771c4 21:07:27 Step 19/23 : ENTRYPOINT ["/core-command"] 21:07:27 ---> Running in 818bb850aea0 21:07:28 Removing intermediate container 818bb850aea0 21:07:28 ---> 1f9545409dc4 21:07:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:28 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:07:28 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:07:28 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:07:28 Fetched 0 B in 0s (0 B/s) 21:07:28 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:07:28 Fetched 96.5 kB in 0s (0 B/s) 21:07:28 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:07:28 Fetched 279 kB in 0s (0 B/s) 21:07:28 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:07:28 Fetched 122 kB in 0s (0 B/s) 21:07:28 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:07:28 Fetched 77.8 kB in 0s (0 B/s) 21:07:28 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:07:28 Fetched 8848 B in 0s (0 B/s) 21:07:28 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:07:28 Fetched 47.8 kB in 0s (0 B/s) 21:07:28 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:07:28 Fetched 45.6 kB in 0s (0 B/s) 21:07:28 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:07:28 Fetched 15.0 kB in 0s (0 B/s) 21:07:28 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 21:07:28 Fetched 219 kB in 0s (0 B/s) 21:07:28 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:07:28 Fetched 154 kB in 0s (0 B/s) 21:07:28 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:07:28 Fetched 50.6 kB in 0s (0 B/s) 21:07:28 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:07:28 Fetched 14.8 kB in 0s (0 B/s) 21:07:28 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:07:28 Fetched 41.8 kB in 0s (0 B/s) 21:07:28 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:07:28 Fetched 499 kB in 0s (0 B/s) 21:07:28 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:07:28 Fetched 111 kB in 0s (0 B/s) 21:07:28 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:07:28 Fetched 240 kB in 0s (0 B/s) 21:07:28 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:07:28 Fetched 29.3 kB in 0s (0 B/s) 21:07:28 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:07:28 Fetched 85.5 kB in 0s (0 B/s) 21:07:28 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:07:28 Fetched 24.5 kB in 0s (0 B/s) 21:07:28 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:07:28 Fetched 49.2 kB in 0s (0 B/s) 21:07:28 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:07:28 Fetched 54.2 kB in 0s (0 B/s) 21:07:28 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:07:28 Fetched 30.8 kB in 0s (0 B/s) 21:07:28 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:07:28 Fetched 15.8 kB in 0s (0 B/s) 21:07:28 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:07:28 Fetched 85.9 kB in 0s (0 B/s) 21:07:28 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:07:28 Fetched 8720 B in 0s (0 B/s) 21:07:28 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 21:07:28 Fetched 137 kB in 0s (0 B/s) 21:07:28 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:07:28 Fetched 119 kB in 0s (0 B/s) 21:07:28 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 21:07:28 Fetched 110 kB in 0s (0 B/s) 21:07:28 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:07:28 Fetched 11.1 kB in 0s (0 B/s) 21:07:28 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:07:28 Fetched 645 kB in 0s (0 B/s) 21:07:28 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:07:28 Fetched 41.3 kB in 0s (0 B/s) 21:07:28 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:07:28 Fetched 17.9 kB in 0s (0 B/s) 21:07:28 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:07:28 Fetched 368 kB in 0s (0 B/s) 21:07:28 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:07:28 Fetched 187 kB in 0s (0 B/s) 21:07:28 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:07:28 Fetched 175 kB in 0s (0 B/s) 21:07:28 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:07:28 Fetched 206 kB in 0s (0 B/s) 21:07:28 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 21:07:28 Fetched 1301 kB in 0s (0 B/s) 21:07:28 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:07:28 Fetched 36.2 kB in 0s (0 B/s) 21:07:28 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 21:07:28 Fetched 159 kB in 0s (0 B/s) 21:07:28 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:07:28 Fetched 107 kB in 0s (0 B/s) 21:07:28 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:07:28 Fetched 48.7 kB in 0s (0 B/s) 21:07:28 Pulling static-packages 21:07:28 + snapcraftctl pull 21:07:28 Pulling version 21:07:28 + cd /root/project 21:07:28 + [ -f VERSION ] 21:07:28 + PROJECT_VERSION=local-dev 21:07:28 + git rev-parse --short HEAD 21:07:28 + GIT_REVISION=2d718ae3 21:07:28 + snapcraftctl set-version local-dev 21:07:28 Skipping build go-build-helper (already ran) 21:07:28 Building app-service-config 21:07:28 + make build 21:07:28 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 21:07:28 ---> f0f6869b8fb9 21:07:28 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:07:28 ---> Running in a05f054c7714 21:07:28 ---> Running in e14d13169c9f 21:07:29 Removing intermediate container a05f054c7714 21:07:29 ---> 32470a07327a 21:07:29 Step 21/23 : LABEL arch=arm64 21:07:29 ---> Running in 2d5eb2d4bda1 21:07:30 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 21:07:30 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 21:07:30 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 21:07:30 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 21:07:30 go: downloading github.com/google/uuid v1.2.0 21:07:30 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 21:07:30 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:07:30 go: downloading github.com/x448/float16 v0.8.4 21:07:30 Removing intermediate container 2d5eb2d4bda1 21:07:30 ---> 3d13d1ff79cc 21:07:30 Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 21:07:30 go: downloading github.com/go-playground/validator/v10 v10.4.1 21:07:30 go: downloading github.com/go-playground/universal-translator v0.17.0 21:07:30 go: downloading github.com/hashicorp/consul/api v1.8.1 21:07:30 go: downloading github.com/go-playground/locales v0.13.0 21:07:30 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 21:07:30 ---> Running in ca3d1a917739 21:07:31 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:07:31 go: downloading github.com/pelletier/go-toml v1.2.0 21:07:31 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 21:07:31 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:07:31 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:07:31 go: downloading github.com/gorilla/mux v1.8.0 21:07:31 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 21:07:31 go: downloading github.com/go-kit/kit v0.8.0 21:07:31 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:07:31 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 21:07:31 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:07:31 go: downloading github.com/leodido/go-urn v1.2.0 21:07:31 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:07:31 go: downloading github.com/gorilla/websocket v1.4.2 21:07:31 go: downloading github.com/mitchellh/copystructure v1.0.0 21:07:31 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:07:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:07:31 go: downloading github.com/hashicorp/serf v0.9.5 21:07:31 go: downloading github.com/mattn/go-isatty v0.0.12 21:07:31 go: downloading github.com/pebbe/zmq4 v1.2.7 21:07:31 go: downloading github.com/fatih/color v1.9.0 21:07:31 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:07:31 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:07:31 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:07:31 go: downloading github.com/mattn/go-colorable v0.1.6 21:07:31 go: downloading github.com/BurntSushi/toml v0.3.1 21:07:31 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:07:31 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:07:31 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:07:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:07:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:07:31 Removing intermediate container ca3d1a917739 21:07:31 ---> 03de8c128eb9 21:07:31 Step 23/23 : LABEL version=0.0.0 21:07:32 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:07:32 ---> Running in a79ffd411386 21:07:32 Removing intermediate container e14d13169c9f 21:07:32 ---> 0e8a1dbd4a4e 21:07:32 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:33 Removing intermediate container a79ffd411386 21:07:33 ---> 8df454549b71 21:07:33 21:07:34 Successfully built 8df454549b71 21:07:34 Successfully tagged docker-core-command-go-arm64:latest 21:07:34  Building docker-core-command-go ... done  ---> 2baa7df24294 21:07:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:07:36 ---> 055d78a3013b 21:07:36 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:07:37 ---> beecf41705b0 21:07:37 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:07:38 ---> b74878e84279 21:07:38 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:07:39 ---> 6d4834a56323 21:07:39 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:07:40 ---> Running in e29d39ae399c 21:07:40 Removing intermediate container e29d39ae399c 21:07:40 ---> 0a4310b92e8a 21:07:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:07:42 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 21:07:42 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 21:07:42 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 21:07:42 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 21:07:42 Building config-common 21:07:42 + snapcraftctl build 21:07:42 ---> c2f462b35b51 21:07:42 Step 26/31 : RUN chmod +x /entrypoint.sh 21:07:42 ---> Running in 2731416cba2c 21:07:44 Building edgex-go 21:07:44 + cd /root/parts/edgex-go/src 21:07:44 + make build 21:07:44 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:44 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 21:07:44 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 21:07:44 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 21:07:44 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:07:44 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 21:07:44 go: downloading github.com/pelletier/go-toml v1.9.0 21:07:44 go: downloading github.com/go-playground/validator/v10 v10.5.0 21:07:44 go: downloading github.com/imdario/mergo v0.3.12 21:07:44 go: downloading github.com/pkg/errors v0.8.1 21:07:44 go: downloading golang.org/x/text v0.3.2 21:07:46 Removing intermediate container 2731416cba2c 21:07:46 ---> 3828a19e498e 21:07:46 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:07:47 ---> Running in 2330ad8c6ff6 21:07:47 Removing intermediate container fd49802cb494 21:07:47 ---> caedfe6f107d 21:07:47 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:07:47 ---> Running in 5fc41afd61c8 21:07:47 Removing intermediate container 2330ad8c6ff6 21:07:47 ---> 93a12932c1c0 21:07:47 Step 28/31 : CMD ["gate"] 21:07:48 ---> Running in 4b4aa48a4dd8 21:07:48 Removing intermediate container 4b4aa48a4dd8 21:07:48 ---> 8295e9ac8c47 21:07:48 Step 29/31 : LABEL arch=arm64 21:07:48 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:07:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:07:49 go: downloading gopkg.in/yaml.v2 v2.4.0 21:07:49 ---> Running in 7d41418141a1 21:07:49 Removing intermediate container 7d41418141a1 21:07:49 ---> ef7727420c6e 21:07:49 Step 30/31 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 21:07:50 ---> Running in 3ccde5a078c4 21:07:50 Removing intermediate container 3ccde5a078c4 21:07:50 ---> 1ce302c5bc3e 21:07:50 Step 31/31 : LABEL version=0.0.0 21:07:50 ---> Running in 211782f71413 21:07:51 Removing intermediate container 211782f71413 21:07:51 ---> 6da2b7b484f2 21:07:51 21:07:52 Successfully built 6da2b7b484f2 21:07:52 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:07:54 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:54  Building docker-security-bootstrapper-go ... done Removing intermediate container 5fc41afd61c8 21:07:54 ---> ee4d1fee7ce9 21:07:54 21:07:54 Step 11/23 : FROM docker:20.10.0 21:07:55 20.10.0: Pulling from library/docker 21:07:55 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:07:57 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:07:58 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:07:58 go: downloading github.com/stretchr/testify v1.7.0 21:07:58 go: downloading github.com/davecgh/go-spew v1.1.1 21:07:58 go: downloading github.com/pmezard/go-difflib v1.0.0 21:07:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:08:00 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:00 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:08:00 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:08:01 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:08:02 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:08:04 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:08:05 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:08:05 Removing intermediate container df3f30061277 21:08:05 ---> 4914bef40f5a 21:08:05 21:08:05 Step 10/23 : FROM alpine:3.12 21:08:05 ---> 9852663dfa18 21:08:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:08:05 ---> Running in d75fdd22f278 21:08:05 Removing intermediate container d75fdd22f278 21:08:05 ---> 74050b18e93f 21:08:05 Step 12/23 : ENV APP_PORT=48080 21:08:05 ---> Running in 90ac6f3b0917 21:08:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:08:05 Status: Downloaded newer image for docker:20.10.0 21:08:05 ---> eeaf43b92773 21:08:05 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:08:05 ---> Running in 818c4d714c77 21:08:05 Removing intermediate container 90ac6f3b0917 21:08:05 ---> 8a5001645e3b 21:08:05 Step 13/23 : EXPOSE $APP_PORT 21:08:05 ---> Running in 36353d623ae1 21:08:05 Removing intermediate container 818c4d714c77 21:08:05 ---> b26b570f4792 21:08:05 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:08:05 ---> Running in c613e1f54f1e 21:08:05 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:08:06 Removing intermediate container 36353d623ae1 21:08:06 ---> 9c2d44f97af4 21:08:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:06 ---> Running in f5f7d62e60df 21:08:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:07 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:07 go: downloading github.com/lib/pq v1.9.0 21:08:07 (1/39) Installing readline (8.0.4-r0) 21:08:07 (2/39) Installing bash (5.0.17-r0) 21:08:07 Executing bash-5.0.17-r0.post-install 21:08:07 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:08:07 (4/39) Installing libcurl (7.76.1-r0) 21:08:07 (5/39) Installing curl (7.76.1-r0) 21:08:07 (6/39) Installing dumb-init (1.2.2-r1) 21:08:07 (7/39) Installing libbz2 (1.0.8-r1) 21:08:07 (8/39) Installing expat (2.2.9-r1) 21:08:07 (9/39) Installing libffi (3.3-r2) 21:08:07 (10/39) Installing gdbm (1.13-r1) 21:08:07 (11/39) Installing xz-libs (5.2.5-r0) 21:08:07 (12/39) Installing sqlite-libs (3.32.1-r0) 21:08:07 (13/39) Installing python3 (3.8.8-r0) 21:08:08 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:08:08 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:08:08 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:08:08 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:08:08 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:08:08 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:08:08 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:08:08 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:08:08 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:08:08 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:08:08 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:08:08 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:08:08 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:08:08 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:08:08 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:08:08 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:08:08 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:08:08 + 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:08:08 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:08:09 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:08:09 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 21:08:09 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:08:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:08:09 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:08:09 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:08:09 + 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:08:09 Removing intermediate container f5f7d62e60df 21:08:09 ---> 4ac1d8a40042 21:08:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:08:09 ---> Running in 7b2c4f6adedf 21:08:09 (14/39) Installing py3-appdirs (1.4.4-r1) 21:08:09 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:08:09 (16/39) Installing py3-parsing (2.4.7-r0) 21:08:09 (17/39) Installing py3-six (1.15.0-r0) 21:08:09 (18/39) Installing py3-packaging (20.4-r0) 21:08:09 (19/39) Installing py3-setuptools (47.0.0-r0) 21:08:09 (20/39) Installing py3-chardet (3.0.4-r4) 21:08:09 (21/39) Installing py3-idna (2.9-r0) 21:08:09 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:08:09 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:08:09 (24/39) Installing py3-requests (2.23.0-r0) 21:08:09 (25/39) Installing py3-msgpack (1.0.0-r0) 21:08:09 (26/39) Installing py3-lockfile (0.12.2-r3) 21:08:09 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:08:10 (28/39) Installing py3-colorama (0.4.3-r0) 21:08:10 (29/39) Installing py3-distlib (0.3.0-r0) 21:08:10 (30/39) Installing py3-distro (1.5.0-r1) 21:08:10 (31/39) Installing py3-webencodings (0.5.1-r3) 21:08:10 (32/39) Installing py3-html5lib (1.0.1-r4) 21:08:10 (33/39) Installing py3-pytoml (0.1.21-r0) 21:08:10 (34/39) Installing py3-pep517 (0.8.2-r0) 21:08:10 (35/39) Installing py3-progress (1.5-r0) 21:08:10 (36/39) Installing py3-toml (0.10.1-r0) 21:08:10 (37/39) Installing py3-retrying (1.3.3-r0) 21:08:10 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:08:10 (39/39) Installing py3-pip (20.1.1-r0) 21:08:10 Executing busybox-1.31.1-r19.trigger 21:08:10 OK: 72 MiB in 59 packages 21:08:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:12 Building static-packages 21:08:12 + snapcraftctl build 21:08:12 (1/6) Installing dumb-init (1.2.2-r1) 21:08:12 (2/6) Installing libgcc (9.3.0-r2) 21:08:12 (3/6) Installing libsodium (1.0.18-r0) 21:08:12 (4/6) Installing libstdc++ (9.3.0-r2) 21:08:12 (5/6) Installing libzmq (4.3.3-r0) 21:08:12 (6/6) Installing zeromq (4.3.3-r0) 21:08:13 Executing busybox-1.31.1-r20.trigger 21:08:13 OK: 8 MiB in 20 packages 21:08:14 Building version 21:08:14 + snapcraftctl build 21:08:14 Collecting docker-compose==1.23.2 21:08:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:08:14 Removing intermediate container 7b2c4f6adedf 21:08:14 ---> 6a47f0f40634 21:08:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:08:15 ---> c12dfeb0e2e9 21:08:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:08:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:08:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:08:16 Skipping stage go-build-helper (already ran) 21:08:16 Staging app-service-config 21:08:16 + snapcraftctl stage 21:08:16 ---> c6553f80e23b 21:08:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:08:16 Collecting docopt<0.7,>=0.6.1 21:08:16 Downloading docopt-0.6.2.tar.gz (25 kB) 21:08:17 Staging config-common 21:08:17 + snapcraftctl stage 21:08:17 ---> c9e127427e16 21:08:17 Step 19/23 : ENTRYPOINT ["/core-data"] 21:08:17 ---> Running in 93bfab085989 21:08:17 Removing intermediate container 93bfab085989 21:08:17 ---> 86175d236c13 21:08:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:18 Staging edgex-go 21:08:18 ---> Running in 10300ff66aab 21:08:18 + snapcraftctl stage 21:08:18 Removing intermediate container 10300ff66aab 21:08:18 ---> 094d665e42eb 21:08:18 Step 21/23 : LABEL arch=arm64 21:08:18 ---> Running in f61250e7920f 21:08:18 Collecting texttable<0.10,>=0.9.0 21:08:18 Downloading texttable-0.9.1.tar.gz (11 kB) 21:08:19 Removing intermediate container f61250e7920f 21:08:19 ---> 7daa0a80ba84 21:08:19 Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 21:08:19 ---> Running in 2d3d0d0ade14 21:08:19 Staging static-packages 21:08:19 + snapcraftctl stage 21:08:19 Removing intermediate container 2d3d0d0ade14 21:08:19 ---> f36218c1b258 21:08:19 Step 23/23 : LABEL version=0.0.0 21:08:19 ---> Running in 9bb9d945bb19 21:08:20 Removing intermediate container 9bb9d945bb19 21:08:20 ---> 1b8b3b8ea028 21:08:20 21:08:20 Staging version 21:08:20 + snapcraftctl stage 21:08:20 Successfully built 1b8b3b8ea028 21:08:20 Successfully tagged docker-core-data-go-arm64:latest 21:08:21  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 21:08:21 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:08:21 Priming go-build-helper 21:08:21 + snapcraftctl prime 21:08:21 Collecting cached-property<2,>=1.2.0 21:08:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:08:22 Collecting docker<4.0,>=3.6.0 21:08:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:08:22 Priming app-service-config 21:08:22 + snapcraftctl prime 21:08:22 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:08:23 Collecting PyYAML<4,>=3.10 21:08:23 Downloading PyYAML-3.13.tar.gz (270 kB) 21:08:23 Priming config-common 21:08:23 + snapcraftctl prime 21:08:24 Priming edgex-go 21:08:24 + snapcraftctl prime 21:08:26 Priming static-packages 21:08:26 + snapcraftctl prime 21:08:26 Collecting jsonschema<3,>=2.5.1 21:08:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:08:26 Collecting dockerpty<0.5,>=0.4.1 21:08:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:08:28 Priming version 21:08:28 + snapcraftctl prime 21:08:29 Collecting urllib3<1.25,>=1.21.1 21:08:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:08:29 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:08:29 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:08:29 Collecting idna<2.8,>=2.5 21:08:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:08:29 Collecting docker-pycreds>=0.4.0 21:08:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:08:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:08:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:08:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:08:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:08:29 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 21:08:30 Installing collected packages: urllib3, idna, requests, docopt, texttable, websocket-client, cached-property, docker-pycreds, docker, PyYAML, jsonschema, dockerpty, docker-compose 21:08:30 Attempting uninstall: urllib3 21:08:30 Found existing installation: urllib3 1.25.9 21:08:30 Uninstalling urllib3-1.25.9: 21:08:30 Successfully uninstalled urllib3-1.25.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 21:08:31 Attempting uninstall: idna 21:08:31 Found existing installation: idna 2.9 21:08:31 Uninstalling idna-2.9: 21:08:31 Successfully uninstalled idna-2.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:08:31 Attempting uninstall: requests 21:08:31 Found existing installation: requests 2.23.0 21:08:31 Uninstalling requests-2.23.0: 21:08:31 Successfully uninstalled requests-2.23.0 21:08:32 Running setup.py install for docopt: started 21:08:34 Running setup.py install for docopt: finished with status 'done' 21:08:34 Running setup.py install for texttable: started 21:08:36 Running setup.py install for texttable: finished with status 'done' 21:08:37 Running setup.py install for PyYAML: started 21:08:39 Running setup.py install for PyYAML: finished with status 'done' 21:08:39 Running setup.py install for dockerpty: started 21:08:41 Running setup.py install for dockerpty: finished with status 'done' 21:08:42 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:08:50 Removing intermediate container c613e1f54f1e 21:08:50 ---> 1f1656792c44 21:08:50 Step 14/23 : ENV APP_PORT=48090 21:08:50 ---> Running in 1c4c654468a8 21:08:51 Removing intermediate container 1c4c654468a8 21:08:51 ---> a39abd6942e5 21:08:51 Step 15/23 : EXPOSE $APP_PORT 21:08:51 ---> Running in cf05737cfeb4 21:08:52 Removing intermediate container cf05737cfeb4 21:08:52 ---> eb82381d8d50 21:08:52 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:08:53 ---> f0c4d37ebdb2 21:08:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:08:54 ---> 058534813542 21:08:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:08:54 ---> 7633ab59e0da 21:08:54 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 21:08:54 ---> Running in edfd69d4fede 21:08:55 Removing intermediate container edfd69d4fede 21:08:55 ---> 337cc97e6a1d 21:08:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:55 ---> Running in 3432fc9a2cbc 21:08:55 Removing intermediate container 3432fc9a2cbc 21:08:55 ---> 9de7cae8d88e 21:08:55 Step 21/23 : LABEL arch=arm64 21:08:56 ---> Running in 14d97489f9f1 21:08:56 Removing intermediate container 14d97489f9f1 21:08:56 ---> 209385ab7cd6 21:08:56 Step 22/23 : LABEL git_sha=2d718ae38af5677d2ecb37db5b545b28beba233c 21:08:56 ---> Running in 9fbdb66bae9b 21:08:56 Removing intermediate container 9fbdb66bae9b 21:08:56 ---> cba4229cd2c0 21:08:56 Step 23/23 : LABEL version=0.0.0 21:08:57 ---> Running in 1fb01ce2545e 21:08:57 Removing intermediate container 1fb01ce2545e 21:08:57 ---> e93bc6bec961 21:08:57 21:08:58 Successfully built e93bc6bec961 21:08:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:08:58  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:08:58 $ docker stop --time=1 f1e454bf2cc3afc0115b44c9c6890aa5a041a94684db19590d5251d1c852314d 21:09:00 $ docker rm -f f1e454bf2cc3afc0115b44c9c6890aa5a041a94684db19590d5251d1c852314d [Pipeline] // withDockerContainer [Pipeline] sh 21:09:01 + docker images 21:09:01 + grep docker 21:09:01 docker-sys-mgmt-agent-go-arm64 latest e93bc6bec961 4 seconds ago 299MB 21:09:01 docker-core-data-go-arm64 latest 1b8b3b8ea028 41 seconds ago 21.6MB 21:09:01 docker-security-bootstrapper-go-arm64 latest 6da2b7b484f2 About a minute ago 18.1MB 21:09:01 docker-core-command-go-arm64 latest 8df454549b71 About a minute ago 16.5MB 21:09:01 docker-core-metadata-go-arm64 latest bd88ad23d303 4 minutes ago 18.1MB 21:09:01 docker-support-scheduler-go-arm64 latest 5a8da54aef0c 4 minutes ago 16.6MB 21:09:01 docker-security-secretstore-setup-go-arm64 latest b6b5a4928379 4 minutes ago 24.9MB 21:09:01 docker-support-notifications-go-arm64 latest a43c62b2ad0c 4 minutes ago 17.2MB 21:09:01 docker-security-proxy-setup-go-arm64 latest 34d08e091c8b 4 minutes ago 24.6MB 21:09:01 docker 20.10.0 eeaf43b92773 4 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:09:01 ---> job-cost.sh 21:09:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iSwl 21:09:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:11:17 lf-activate-venv(): INFO: Adding /tmp/venv-iSwl/bin to PATH 21:11:17 INFO: No Stack... 21:11:17 INFO: Retrieving Pricing Info for: lf-standard-4 21:11:17 INFO: Archiving Costs [Pipeline] sh 21:11:18 + cat /w/workspace/edgex-go/2/archives/cost.csv 21:11:18 + cut -d, -f6 [Pipeline] lock 21:11:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3381-2-stack-cost] 21:11:18 Resource [jenkins-edgexfoundry-edgex-go-PR-3381-2-stack-cost] did not exist. Created. 21:11:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3381-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:11:18 + echo total: 0.20999999344348907 [Pipeline] stash 21:11:18 Stashed 1 file(s) [Pipeline] } 21:11:18 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3381-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:11:19 provisioning config files... 21:11:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3322033005556473035tmp [Pipeline] { [Pipeline] sh 21:11:19 + set +x 21:11:19 + curl -s https://codecov.io/bash 21:11:19 + bash -s -- 21:11:20 21:11:20 _____ _ 21:11:20 / ____| | | 21:11:20 | | ___ __| | ___ ___ _____ __ 21:11:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:11:20 | |___| (_) | (_| | __/ (_| (_) \ V / 21:11:20 \_____\___/ \__,_|\___|\___\___/ \_/ 21:11:20 Bash-1.0.1 21:11:20 21:11:20 21:11:20 ==> git version 2.24.3 found 21:11:20 ==> 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:11:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:11:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:11:20 ==> Jenkins CI detected. 21:11:20 project root: . 21:11:20 --> token set from env 21:11:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:11:20 ==> Running gcov in . (disable via -X gcov) 21:11:20 ==> Python coveragepy not found 21:11:20 ==> Searching for coverage reports in: 21:11:20 + . 21:11:20 -> Found 1 reports 21:11:20 ==> Detecting git/mercurial file structure 21:11:20 ==> Reading reports 21:11:20 + ./coverage.out bytes=703598 21:11:20 ==> Appending adjustments 21:11:20 https://docs.codecov.io/docs/fixing-reports 21:11:24 + Found adjustments 21:11:24 ==> Gzipping contents 21:11:24 100K /tmp/codecov.RhLY0p.gz 21:11:24 ==> Uploading reports 21:11:24 url: https://codecov.io 21:11:24 query: branch=PR-3381&commit=2d718ae38af5677d2ecb37db5b545b28beba233c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3381%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3381&job=&cmd_args= 21:11:24 -> Pinging Codecov 21:11:24 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3381&commit=2d718ae38af5677d2ecb37db5b545b28beba233c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3381%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3381&job=&cmd_args= 21:11:24 -> Uploading to 21:11:24 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/2d718ae38af5677d2ecb37db5b545b28beba233c/9ef9a2f4-3039-4bd6-95d4-5f07a31269d5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T211124Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6523cfb6e0194ebfed4153025654f303df17fb0faa8a13e8c80a2aa01006c2e6 21:11:24 % Total % Received % Xferd Average Speed Time Time Time Current 21:11:24 Dload Upload Total Spent Left Speed 21:11:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 219k --:--:-- --:--:-- --:--:-- 219k 100 98k 0 0 100 98k 0 219k --:--:-- --:--:-- --:--:-- 219k 21:11:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2d718ae38af5677d2ecb37db5b545b28beba233c [Pipeline] } 21:11:24 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:11:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:11:26 ---> package-listing.sh 21:11:26 ++ facter osfamily 21:11:26 ++ tr '[:upper:]' '[:lower:]' 21:11:26 + OS_FAMILY=redhat 21:11:26 + workspace=/w/workspace/edgex-go/2 21:11:26 + START_PACKAGES=/tmp/packages_start.txt 21:11:26 + END_PACKAGES=/tmp/packages_end.txt 21:11:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:11:26 + PACKAGES=/tmp/packages_start.txt 21:11:26 + '[' /w/workspace/edgex-go/2 ']' 21:11:26 + PACKAGES=/tmp/packages_end.txt 21:11:26 + case "${OS_FAMILY}" in 21:11:26 + rpm -qa 21:11:26 + sort 21:11:31 + '[' -f /tmp/packages_start.txt ']' 21:11:31 + '[' -f /tmp/packages_end.txt ']' 21:11:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:11:31 + '[' /w/workspace/edgex-go/2 ']' 21:11:31 + mkdir -p /w/workspace/edgex-go/2/archives/ 21:11:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 21:11:31 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:11:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:11:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:32 21:11:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:11:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:32 alpine: Pulling from edgex-lftools-log-publisher 21:11:32 df20fa9351a1: Pulling fs layer 21:11:32 36b3adc4ff6f: Pulling fs layer 21:11:32 8ad3a11d3b57: Pulling fs layer 21:11:32 46f8f816bc3b: Pulling fs layer 21:11:32 93b61091891f: Pulling fs layer 21:11:32 93b9cdb0e59b: Pulling fs layer 21:11:32 5e14af77c1be: Pulling fs layer 21:11:32 01666e4c0597: Pulling fs layer 21:11:32 aa168da1d23b: Pulling fs layer 21:11:32 93b9cdb0e59b: Waiting 21:11:32 5e14af77c1be: Waiting 21:11:32 aa168da1d23b: Waiting 21:11:32 46f8f816bc3b: Waiting 21:11:32 93b61091891f: Waiting 21:11:32 01666e4c0597: Waiting 21:11:32 36b3adc4ff6f: Verifying Checksum 21:11:32 36b3adc4ff6f: Download complete 21:11:32 46f8f816bc3b: Download complete 21:11:33 df20fa9351a1: Verifying Checksum 21:11:33 df20fa9351a1: Download complete 21:11:33 93b9cdb0e59b: Verifying Checksum 21:11:33 93b9cdb0e59b: Download complete 21:11:33 93b61091891f: Verifying Checksum 21:11:33 93b61091891f: Download complete 21:11:33 5e14af77c1be: Verifying Checksum 21:11:33 5e14af77c1be: Download complete 21:11:33 01666e4c0597: Verifying Checksum 21:11:33 01666e4c0597: Download complete 21:11:33 8ad3a11d3b57: Verifying Checksum 21:11:33 8ad3a11d3b57: Download complete 21:11:33 df20fa9351a1: Pull complete 21:11:33 36b3adc4ff6f: Pull complete 21:11:34 aa168da1d23b: Verifying Checksum 21:11:34 aa168da1d23b: Download complete 21:11:36 8ad3a11d3b57: Pull complete 21:11:36 46f8f816bc3b: Pull complete 21:11:36 93b61091891f: Pull complete 21:11:36 93b9cdb0e59b: Pull complete 21:11:36 5e14af77c1be: Pull complete 21:11:37 01666e4c0597: Pull complete 21:11:45 aa168da1d23b: Pull complete 21:11:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:11:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:11:45 prd-centos7-docker-4c-2g-933 does not seem to be running inside a container 21:11:45 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10003/edgex-lftools-log-publisher:alpine cat 21:11:53 $ docker top f3e0297fd4c47886c687e8b5e62b8c88c56b9a0e6cb4569fe2d954dc8507c32e -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:54 + touch /tmp/pre-build-complete [Pipeline] sh 21:11:54 + mkdir -p /var/log/sa [Pipeline] sh 21:11:54 + ls /var/log/sa-host 21:11:54 + sadf -c /var/log/sa-host/sa19 21:11:54 file_magic: OK 21:11:54 HZ: Using current value: 100 21:11:54 file_header: OK 21:11:54 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:11:54 Statistics: 21:11:54 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... 21:11:54 File successfully converted to sysstat format version 12.2.1 21:11:54 + sadf -c /var/log/sa-host/sa23 21:11:54 file_magic: OK 21:11:54 HZ: Using current value: 100 21:11:54 file_header: OK 21:11:54 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:11:54 Statistics: 21:11:54 Hnuu...uuuununununu... 21:11:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:11:55 provisioning config files... 21:11:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7994346395220129197tmp [Pipeline] { [Pipeline] echo 21:11:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:11:55 ---> create-netrc.sh [Pipeline] } 21:11:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:11:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:11:55 ---> python-tools-install.sh [Pipeline] echo 21:11:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:11:56 ---> sudo-logs.sh 21:11:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:11:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:11:56 ---> job-cost.sh 21:11:56 lf-activate-venv: SKIPPING 21:11:56 DEBUG: total: 0.20999999344348907 21:11:56 INFO: Retrieving Stack Cost... 21:11:58 INFO: Retrieving Pricing Info for: v1-standard-2 21:11:58 INFO: Archiving Costs [Pipeline] echo 21:11:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:11:59 ---> logs-deploy.sh 21:11:59 lf-activate-venv: SKIPPING 21:11:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3381/2 21:11:59 INFO: archiving workspace using pattern(s): 21:12:00 Archives upload complete. 21:12:00 INFO: archiving logs to Nexus 21:12:01 ---> uname -a: 21:12:01 Linux prd-centos7-docker-4c-2g-933.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:12:01 21:12:01 21:12:01 ---> lscpu: 21:12:01 Architecture: x86_64 21:12:01 CPU op-mode(s): 32-bit, 64-bit 21:12:01 Byte Order: Little Endian 21:12:01 Address sizes: 40 bits physical, 48 bits virtual 21:12:01 CPU(s): 4 21:12:01 On-line CPU(s) list: 0-3 21:12:01 Thread(s) per core: 1 21:12:01 Core(s) per socket: 1 21:12:01 Socket(s): 4 21:12:01 NUMA node(s): 1 21:12:01 Vendor ID: GenuineIntel 21:12:01 CPU family: 6 21:12:01 Model: 44 21:12:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:12:01 Stepping: 1 21:12:01 CPU MHz: 2933.438 21:12:01 BogoMIPS: 5866.87 21:12:01 Virtualization: VT-x 21:12:01 Hypervisor vendor: KVM 21:12:01 Virtualization type: full 21:12:01 L1d cache: 128 KiB 21:12:01 L1i cache: 128 KiB 21:12:01 L2 cache: 16 MiB 21:12:01 L3 cache: 64 MiB 21:12:01 NUMA node0 CPU(s): 0-3 21:12:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:12:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:12:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:12:01 Vulnerability Meltdown: Mitigation; PTI 21:12:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:12:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:12:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:12:01 Vulnerability Srbds: Not affected 21:12:01 Vulnerability Tsx async abort: Not affected 21:12:01 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:12:01 21:12:01 21:12:01 ---> nproc: 21:12:01 4 21:12:01 21:12:01 21:12:01 ---> df -h: 21:12:01 Filesystem Size Used Available Use% Mounted on 21:12:01 overlay 50.0G 12.7G 37.3G 25% / 21:12:01 tmpfs 64.0M 0 64.0M 0% /dev 21:12:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:12:01 shm 64.0M 0 64.0M 0% /dev/shm 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2 21:12:01 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2@tmp 21:12:01 21:12:01 21:12:01 ---> free -m: 21:12:01 total used free shared buff/cache available 21:12:01 Mem: 1837 825 245 0 766 943 21:12:01 Swap: 1023 66 957 21:12:01 21:12:01 21:12:01 ---> ip addr: 21:12:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:12:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:12:01 inet 127.0.0.1/8 scope host lo 21:12:01 valid_lft forever preferred_lft forever 21:12:01 inet6 ::1/128 scope host 21:12:01 valid_lft forever preferred_lft forever 21:12:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:12:01 link/ether fa:16:3e:7a:66:d5 brd ff:ff:ff:ff:ff:ff 21:12:01 inet 10.30.122.28/23 brd 10.30.123.255 scope global dynamic eth0 21:12:01 valid_lft 85032sec preferred_lft 85032sec 21:12:01 inet6 fe80::f816:3eff:fe7a:66d5/64 scope link 21:12:01 valid_lft forever preferred_lft forever 21:12:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:12:01 link/ether 02:42:11:5a:9c:9a brd ff:ff:ff:ff:ff:ff 21:12:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:12:01 valid_lft forever preferred_lft forever 21:12:01 inet6 fe80::42:11ff:fe5a:9c9a/64 scope link 21:12:01 valid_lft forever preferred_lft forever 21:12:01 21:12:01 21:12:01 ---> sar -b -r -n DEV: 21:12:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 21:12:01 21:12:01 20:49:02 LINUX RESTART (4 CPU) 21:12:01 21:12:01 20:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:12:01 20:51:01 72.56 22.62 49.94 0.00 5272.89 13498.15 0.00 21:12:01 20:52:02 319.95 120.25 199.70 0.00 8135.37 53755.95 0.00 21:12:01 20:53:01 212.07 104.21 107.86 0.00 3861.88 13179.54 0.00 21:12:01 20:54:01 122.25 61.78 60.47 0.00 1937.82 6201.45 0.00 21:12:01 20:55:02 166.68 32.37 134.31 0.00 9834.97 57535.64 0.00 21:12:01 20:56:01 2365.44 2020.87 344.56 0.00 168290.87 201696.28 0.00 21:12:01 20:57:02 1330.07 1089.51 240.56 0.00 77356.41 89071.45 0.00 21:12:01 20:58:01 1778.82 1405.49 373.32 0.00 94603.46 142295.50 0.00 21:12:01 20:59:02 2007.29 1712.40 294.89 0.00 102487.12 103303.70 0.00 21:12:01 21:00:01 243.31 38.51 204.81 0.00 6496.41 32933.84 0.00 21:12:01 21:01:01 7.33 0.35 6.98 0.00 8.39 241.23 0.00 21:12:01 21:02:01 2.31 1.63 0.68 0.00 123.02 7.51 0.00 21:12:01 21:03:01 0.65 0.00 0.65 0.00 0.00 6.50 0.00 21:12:01 21:04:01 0.58 0.00 0.58 0.00 0.00 5.23 0.00 21:12:01 21:05:01 2.56 1.78 0.78 0.00 184.62 14.47 0.00 21:12:01 21:06:01 0.28 0.00 0.28 0.00 0.00 3.88 0.00 21:12:01 21:07:01 2.13 1.70 0.43 0.00 43.30 7.26 0.00 21:12:01 21:08:01 332.43 306.98 25.45 0.00 4611.02 923.09 0.00 21:12:01 21:09:01 2.96 2.25 0.72 0.00 159.63 257.64 0.00 21:12:01 21:10:01 0.43 0.08 0.35 0.00 2.00 5.21 0.00 21:12:01 21:11:01 0.22 0.00 0.22 0.00 0.00 3.17 0.00 21:12:01 Average: 426.62 329.28 97.33 0.00 22980.83 33985.48 0.00 21:12:01 21:12:01 20:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:12:01 20:51:01 73904 0 838052 44.54 2620 966968 1533720 52.34 669564 934420 9396 21:12:01 20:52:02 111368 0 771096 40.98 1512 997568 1323908 45.18 632628 835704 52764 21:12:01 20:53:01 133012 0 862480 45.84 740 885312 1775692 60.60 726580 736216 56636 21:12:01 20:54:01 310364 0 727488 38.66 684 843008 1212972 41.40 524788 748768 45528 21:12:01 20:55:02 65332 0 735568 39.09 396 1080248 1275932 43.55 710724 838200 79092 21:12:01 20:56:01 77624 0 860928 45.76 104 942888 2743208 93.62 759580 814520 57432 21:12:01 20:57:02 287800 0 865568 46.00 104 728072 2508672 85.62 643504 686260 1492 21:12:01 20:58:01 232480 0 899616 47.81 104 749344 3099812 105.79 752264 662456 32 21:12:01 20:59:02 67964 0 1106988 58.83 104 706488 3046700 103.98 823528 729284 46356 21:12:01 21:00:01 125392 0 651112 34.61 104 1104936 1204740 41.12 572128 922324 20 21:12:01 21:01:01 135244 0 641284 34.08 104 1104912 1172872 40.03 571404 920060 12 21:12:01 21:02:01 132124 0 640724 34.05 104 1108592 1171036 39.97 570928 923604 8 21:12:01 21:03:01 131672 0 641156 34.08 104 1108612 1171120 39.97 571380 923620 8 21:12:01 21:04:01 132560 0 640260 34.03 104 1108620 1190392 40.63 571184 923620 8 21:12:01 21:05:01 123940 0 644120 34.23 104 1113380 1171120 39.97 576932 925548 16 21:12:01 21:06:01 124056 0 643992 34.23 104 1113392 1171036 39.97 576720 925548 12 21:12:01 21:07:01 120512 0 646808 34.38 104 1114120 1174196 40.07 578500 925672 12 21:12:01 21:08:01 135676 0 767692 40.80 8 978168 1171068 39.97 514804 851820 7508 21:12:01 21:09:01 144768 0 768276 40.83 8 968492 1171212 39.97 514204 843272 16 21:12:01 21:10:01 164516 0 768112 40.82 8 948908 1171184 39.97 505272 832852 8 21:12:01 21:11:01 164672 0 768400 40.84 8 948464 1171224 39.97 505268 832428 8 21:12:01 Average: 142618 0 756653 40.21 344 981928 1553896 53.03 612947 844581 16970 21:12:01 21:12:01 20:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:12:01 20:51:01 veth7a98570 870.98 670.39 84.09 2686.07 0.00 0.00 0.00 0.00 21:12:01 20:51:01 eth0 1141.94 1243.04 4691.77 129.98 0.00 0.00 0.00 0.00 21:12:01 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:51:01 docker0 870.98 670.26 72.18 2686.06 0.00 0.00 0.00 0.00 21:12:01 20:52:02 eth0 608.53 476.72 3670.56 84.89 0.00 0.00 0.00 0.00 21:12:01 20:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:52:02 docker0 196.72 258.09 13.49 833.15 0.00 0.00 0.00 0.00 21:12:01 20:53:01 veth5dd7a04 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:12:01 20:53:01 eth0 35.53 20.99 35.34 14.85 0.00 0.00 0.00 0.00 21:12:01 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:54:01 veth5dd7a04 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 21:12:01 20:54:01 eth0 17.79 10.04 13.37 7.27 0.00 0.00 0.00 0.00 21:12:01 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:54:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 21:12:01 20:55:02 vethd88285f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:12:01 20:55:02 eth0 222.56 176.03 1704.20 103.77 0.00 0.00 0.00 0.00 21:12:01 20:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:56:01 veth63f9e74 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:56:01 vethd88285f 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 21:12:01 20:56:01 eth0 96.29 69.71 166.23 65.47 0.00 0.00 0.00 0.00 21:12:01 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:57:02 vethd88285f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:57:02 vethfc54df9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:12:01 20:57:02 eth0 20.57 10.28 16.50 8.66 0.00 0.00 0.00 0.00 21:12:01 20:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:58:01 veth39b78d4 0.07 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:12:01 20:58:01 vethd88285f 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 21:12:01 20:58:01 veth1580646 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:58:01 veth1b2c654 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:59:02 vethb21a3dc 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:12:01 20:59:02 vethd88285f 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 20:59:02 eth0 2873.60 2487.30 12414.83 593.64 0.00 0.00 0.00 0.00 21:12:01 20:59:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:12:01 21:00:01 eth0 253.11 179.49 1700.24 89.64 0.00 0.00 0.00 0.00 21:12:01 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:00:01 docker0 1222.75 1148.97 95.71 4425.02 0.00 0.00 0.00 0.00 21:12:01 21:01:01 eth0 0.08 0.08 0.01 0.02 0.00 0.00 0.00 0.00 21:12:01 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:02:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:01 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:03:01 eth0 1.02 0.32 0.32 0.20 0.00 0.00 0.00 0.00 21:12:01 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:04:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:12:01 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:05:01 eth0 0.82 0.45 0.41 0.27 0.00 0.00 0.00 0.00 21:12:01 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:06:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:01 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:07:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:12:01 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:08:01 eth0 0.97 0.08 0.07 0.01 0.00 0.00 0.00 0.00 21:12:01 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:09:01 eth0 1.00 0.33 0.32 0.20 0.00 0.00 0.00 0.00 21:12:01 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:10:01 eth0 1.20 0.45 0.46 0.27 0.00 0.00 0.00 0.00 21:12:01 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:11:01 eth0 0.55 0.35 0.31 0.17 0.00 0.00 0.00 0.00 21:12:01 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 Average: eth0 121.93 108.98 589.39 29.53 0.00 0.00 0.00 0.00 21:12:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:12:01 Average: docker0 57.32 53.87 4.49 207.45 0.00 0.00 0.00 0.00 21:12:01 21:12:01 21:12:01 ---> sar -P ALL: 21:12:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 21:12:01 21:12:01 20:49:02 LINUX RESTART (4 CPU) 21:12:01 21:12:01 20:50:01 CPU %user %nice %system %iowait %steal %idle 21:12:01 20:51:01 all 12.65 0.00 5.43 1.27 1.89 78.77 21:12:01 20:51:01 0 15.34 0.00 6.84 0.70 2.06 75.05 21:12:01 20:51:01 1 13.44 0.00 5.01 1.11 1.84 78.61 21:12:01 20:51:01 2 9.61 0.00 4.86 1.97 1.85 81.71 21:12:01 20:51:01 3 12.25 0.00 5.02 1.27 1.80 79.66 21:12:01 20:52:02 all 12.12 0.00 9.75 5.09 1.19 71.84 21:12:01 20:52:02 0 12.73 0.00 9.98 2.45 1.15 73.69 21:12:01 20:52:02 1 11.63 0.00 8.86 5.95 1.29 72.27 21:12:01 20:52:02 2 11.74 0.00 10.52 4.76 1.19 71.78 21:12:01 20:52:02 3 12.39 0.00 9.64 7.19 1.14 69.64 21:12:01 20:53:01 all 52.50 0.00 12.91 4.66 0.54 29.39 21:12:01 20:53:01 0 50.54 0.00 12.93 5.10 0.63 30.79 21:12:01 20:53:01 1 50.81 0.00 13.39 6.24 0.40 29.16 21:12:01 20:53:01 2 53.74 0.00 12.97 4.05 0.53 28.72 21:12:01 20:53:01 3 54.93 0.00 12.37 3.25 0.58 28.88 21:12:01 20:54:01 all 46.44 0.00 13.43 3.01 0.34 36.78 21:12:01 20:54:01 0 46.18 0.00 13.74 2.91 0.30 36.88 21:12:01 20:54:01 1 45.59 0.00 13.72 3.22 0.38 37.09 21:12:01 20:54:01 2 47.73 0.00 12.60 2.32 0.37 36.99 21:12:01 20:54:01 3 46.28 0.00 13.64 3.60 0.33 36.15 21:12:01 20:55:02 all 25.50 0.00 12.70 5.04 1.05 55.71 21:12:01 20:55:02 0 27.04 0.00 12.98 6.60 0.97 52.40 21:12:01 20:55:02 1 24.81 0.00 13.12 5.85 1.00 55.21 21:12:01 20:55:02 2 26.03 0.00 12.93 3.30 1.09 56.65 21:12:01 20:55:02 3 24.12 0.00 11.76 4.42 1.13 58.56 21:12:01 20:56:01 all 21.79 0.00 28.26 19.88 0.68 29.40 21:12:01 20:56:01 0 21.79 0.00 28.63 19.83 0.76 28.99 21:12:01 20:56:01 1 20.42 0.00 26.10 18.81 0.71 33.95 21:12:01 20:56:01 2 23.20 0.00 28.45 20.21 0.65 27.49 21:12:01 20:56:01 3 21.73 0.00 29.88 20.69 0.58 27.11 21:12:01 20:57:02 all 57.98 0.00 17.97 13.17 0.08 10.80 21:12:01 20:57:02 0 58.19 0.00 18.50 11.99 0.07 11.25 21:12:01 20:57:02 1 57.23 0.00 16.88 13.56 0.11 12.22 21:12:01 20:57:02 2 57.08 0.00 18.59 12.78 0.09 11.46 21:12:01 20:57:02 3 59.40 0.00 17.88 14.37 0.07 8.28 21:12:01 20:58:01 all 23.69 0.00 21.32 27.92 0.08 26.98 21:12:01 20:58:01 0 22.22 0.00 21.30 26.34 0.09 30.05 21:12:01 20:58:01 1 22.86 0.00 19.83 23.13 0.07 34.12 21:12:01 20:58:01 2 24.44 0.00 21.94 29.14 0.09 24.39 21:12:01 20:58:01 3 25.26 0.00 22.23 33.13 0.07 19.31 21:12:01 20:59:02 all 40.41 0.00 19.94 22.34 0.10 17.22 21:12:01 20:59:02 0 40.24 0.00 20.63 21.40 0.10 17.62 21:12:01 20:59:02 1 40.39 0.00 18.94 23.45 0.12 17.10 21:12:01 20:59:02 2 40.00 0.00 19.97 22.72 0.09 17.22 21:12:01 20:59:02 3 40.99 0.00 20.21 21.78 0.07 16.95 21:12:01 21:00:01 all 17.79 0.00 9.42 14.15 0.14 58.49 21:12:01 21:00:01 0 18.90 0.00 10.19 12.04 0.14 58.73 21:12:01 21:00:01 1 17.01 0.00 8.97 14.73 0.17 59.11 21:12:01 21:00:01 2 19.28 0.00 9.43 16.30 0.14 54.85 21:12:01 21:00:01 3 15.97 0.00 9.09 13.53 0.12 61.28 21:12:01 21:01:01 all 0.16 0.00 0.05 0.06 0.00 99.73 21:12:01 21:01:01 0 0.03 0.00 0.03 0.02 0.00 99.92 21:12:01 21:01:01 1 0.33 0.00 0.03 0.00 0.00 99.63 21:12:01 21:01:01 2 0.22 0.00 0.05 0.23 0.00 99.50 21:12:01 21:01:01 3 0.07 0.00 0.07 0.00 0.00 99.87 21:12:01 21:12:01 21:01:01 CPU %user %nice %system %iowait %steal %idle 21:12:01 21:02:01 all 0.10 0.00 0.07 0.01 0.03 99.79 21:12:01 21:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:12:01 21:02:01 1 0.35 0.00 0.10 0.02 0.03 99.50 21:12:01 21:02:01 2 0.03 0.00 0.08 0.02 0.03 99.83 21:12:01 21:02:01 3 0.02 0.00 0.07 0.00 0.02 99.90 21:12:01 21:03:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:12:01 21:03:01 0 0.53 0.00 0.02 0.00 0.00 99.45 21:12:01 21:03:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:12:01 21:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:12:01 21:03:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:12:01 21:04:01 all 0.14 0.00 0.03 0.00 0.01 99.81 21:12:01 21:04:01 0 0.50 0.00 0.03 0.00 0.00 99.47 21:12:01 21:04:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:12:01 21:04:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:12:01 21:04:01 3 0.02 0.00 0.02 0.00 0.03 99.93 21:12:01 21:05:01 all 0.17 0.00 0.07 0.02 0.00 99.74 21:12:01 21:05:01 0 0.55 0.00 0.12 0.10 0.00 99.23 21:12:01 21:05:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:12:01 21:05:01 2 0.07 0.00 0.07 0.00 0.00 99.87 21:12:01 21:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:12:01 21:06:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:12:01 21:06:01 0 0.50 0.00 0.03 0.00 0.00 99.47 21:12:01 21:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:12:01 21:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:12:01 21:06:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:12:01 21:07:01 all 0.15 0.00 0.07 0.04 0.00 99.73 21:12:01 21:07:01 0 0.50 0.00 0.07 0.05 0.00 99.38 21:12:01 21:07:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:12:01 21:07:01 2 0.03 0.00 0.08 0.05 0.00 99.83 21:12:01 21:07:01 3 0.05 0.00 0.08 0.07 0.02 99.78 21:12:01 21:08:01 all 0.15 2.69 12.58 5.51 0.07 79.00 21:12:01 21:08:01 0 0.12 2.53 11.83 4.53 0.07 80.92 21:12:01 21:08:01 1 0.05 2.79 12.86 6.39 0.07 77.84 21:12:01 21:08:01 2 0.23 2.69 12.33 5.05 0.08 79.61 21:12:01 21:08:01 3 0.19 2.76 13.31 6.05 0.07 77.61 21:12:01 21:09:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:12:01 21:09:01 0 0.00 0.00 0.03 0.00 0.00 99.97 21:12:01 21:09:01 1 0.07 0.00 0.07 0.00 0.00 99.87 21:12:01 21:09:01 2 0.52 0.00 0.03 0.02 0.00 99.43 21:12:01 21:09:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:12:01 21:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:12:01 21:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:12:01 21:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:12:01 21:10:01 2 0.52 0.00 0.05 0.00 0.00 99.43 21:12:01 21:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:12:01 21:11:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:12:01 21:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:12:01 21:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:12:01 21:11:01 2 0.48 0.00 0.05 0.00 0.00 99.47 21:12:01 21:11:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:12:01 Average: all 14.49 0.13 7.61 5.65 0.29 71.83 21:12:01 Average: 0 14.70 0.12 7.80 5.28 0.30 71.80 21:12:01 Average: 1 14.14 0.13 7.35 5.68 0.29 72.41 21:12:01 Average: 2 14.58 0.13 7.65 5.68 0.29 71.67 21:12:01 Average: 3 14.55 0.13 7.65 5.96 0.28 71.43 21:12:01 21:12:01 21:12:01