Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece+95928816a7d3351701d43cfae6e5bb9ec9c35404 (261b2373048914c76bff62d6b84f2b05ce406b10) 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 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-913’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-912’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-917 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/75 [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/75 # 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 aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece Merge succeeded, producing aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece Checking out Revision aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # 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 aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:45:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:45:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:45:28 ========================================================= 20:45:28 EdgeX Global Pipelines Version Info 20:45:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 441da681f2ec83dc2ef6c3c19f86b5e97d6ec499 # timeout=10 20:45:30 ------------------- 20:45:30 stable info: 20:45:30 ------------------- 20:45:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:45:30 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:45:30 Message: update stable to v1.0.186 20:45:31 ------------------- 20:45:31 experimental info: 20:45:31 ------------------- 20:45:31 Commited By: **** collab-it+edgex@linuxfoundation.org 20:45:31 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:45:31 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:45:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aae5c2b [Pipeline] echo 20:45:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:45:32 provisioning config files... 20:45:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/75@tmp/config8062427618044090268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:32 ---> docker-login.sh 20:45:32 nexus3.edgexfoundry.org:10001 20:45:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:33 Configure a credential helper to remove this warning. See 20:45:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:33 20:45:33 Login Succeeded 20:45:33 nexus3.edgexfoundry.org:10002 20:45:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:33 Configure a credential helper to remove this warning. See 20:45:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:33 20:45:33 Login Succeeded 20:45:33 nexus3.edgexfoundry.org:10003 20:45:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:33 Configure a credential helper to remove this warning. See 20:45:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:33 20:45:33 Login Succeeded 20:45:33 nexus3.edgexfoundry.org:10004 20:45:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:34 Configure a credential helper to remove this warning. See 20:45:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:34 20:45:34 Login Succeeded 20:45:34 docker.io 20:45:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:34 Configure a credential helper to remove this warning. See 20:45:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:34 20:45:34 Login Succeeded 20:45:34 ---> docker-login.sh ends [Pipeline] } 20:45:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:45:34 ++ 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:45:34 + for file in '`ls cmd/**/Dockerfile`' 20:45:34 ++ dirname cmd/core-command/Dockerfile 20:45:34 ++ cut -d/ -f2 20:45:34 + echo core-command,cmd/core-command/Dockerfile 20:45:34 + for file in '`ls cmd/**/Dockerfile`' 20:45:34 ++ dirname cmd/core-data/Dockerfile 20:45:34 ++ cut -d/ -f2 20:45:34 + echo core-data,cmd/core-data/Dockerfile 20:45:34 + for file in '`ls cmd/**/Dockerfile`' 20:45:34 ++ dirname cmd/core-metadata/Dockerfile 20:45:34 ++ cut -d/ -f2 20:45:34 + echo core-metadata,cmd/core-metadata/Dockerfile 20:45:34 + for file in '`ls cmd/**/Dockerfile`' 20:45:34 ++ dirname cmd/security-bootstrapper/Dockerfile 20:45:34 ++ cut -d/ -f2 20:45:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:45:34 + for file in '`ls cmd/**/Dockerfile`' 20:45:34 ++ dirname cmd/security-proxy-setup/Dockerfile 20:45:34 ++ cut -d/ -f2 20:45:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:45:34 + for file in '`ls cmd/**/Dockerfile`' 20:45:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:45:34 ++ cut -d/ -f2 20:45:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:45:34 + for file in '`ls cmd/**/Dockerfile`' 20:45:34 ++ dirname cmd/support-notifications/Dockerfile 20:45:34 ++ cut -d/ -f2 20:45:34 + echo support-notifications,cmd/support-notifications/Dockerfile 20:45:34 + for file in '`ls cmd/**/Dockerfile`' 20:45:34 ++ dirname cmd/support-scheduler/Dockerfile 20:45:34 ++ cut -d/ -f2 20:45:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:45:34 + for file in '`ls cmd/**/Dockerfile`' 20:45:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:45:34 ++ cut -d/ -f2 20:45:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:45:34 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:45:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:35 20:45:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:45:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:35 latest: Pulling from edgex-devops/git-semver 20:45:35 31603596830f: Pulling fs layer 20:45:35 2a8b12db71e7: Pulling fs layer 20:45:35 6ca5941a6612: Pulling fs layer 20:45:35 ecc8261a40a4: Pulling fs layer 20:45:35 ecc8261a40a4: Waiting 20:45:35 2a8b12db71e7: Verifying Checksum 20:45:35 2a8b12db71e7: Download complete 20:45:35 31603596830f: Verifying Checksum 20:45:35 31603596830f: Download complete 20:45:35 6ca5941a6612: Verifying Checksum 20:45:35 6ca5941a6612: Download complete 20:45:36 ecc8261a40a4: Verifying Checksum 20:45:36 ecc8261a40a4: Download complete 20:45:36 31603596830f: Pull complete 20:45:36 2a8b12db71e7: Pull complete 20:45:37 6ca5941a6612: Pull complete 20:45:37 ecc8261a40a4: Pull complete 20:45:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:45:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:45:37 prd-centos7-docker-4c-2g-917 does not seem to be running inside a container 20:45:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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:45:40 $ docker top 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:45:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:45:40 [ssh-agent] Looking for ssh-agent implementation... 20:45:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:45:40 $ docker exec 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b ssh-agent 20:45:40 SSH_AUTH_SOCK=/tmp/ssh-1IJDChSIZ8xB/agent.11 20:45:40 SSH_AGENT_PID=16 20:45:40 Running ssh-add (command line suppressed) 20:45:40 Identity added: /w/workspace/edgex-go/75@tmp/private_key_1210119743705042312.key (/w/workspace/edgex-go/75@tmp/private_key_1210119743705042312.key) 20:45:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:45:41 + git tag --points-at HEAD [Pipeline] } 20:45:41 $ docker exec --env ******** --env ******** 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b ssh-agent -k 20:45:41 unset SSH_AUTH_SOCK; 20:45:41 unset SSH_AGENT_PID; 20:45:41 echo Agent pid 16 killed; 20:45:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:45:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:45:41 [ssh-agent] Looking for ssh-agent implementation... 20:45:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:45:41 $ docker exec 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b ssh-agent 20:45:41 SSH_AUTH_SOCK=/tmp/ssh-SeEmX0wHpCf5/agent.45 20:45:41 SSH_AGENT_PID=50 20:45:41 Running ssh-add (command line suppressed) 20:45:41 Identity added: /w/workspace/edgex-go/75@tmp/private_key_6454434912404961256.key (/w/workspace/edgex-go/75@tmp/private_key_6454434912404961256.key) 20:45:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:45:42 + git semver init 20:45:42 # -> Open(): unable to determine branch for HEAD 20:45:42 # $GIT_DIR = /w/workspace/edgex-go/75/.git 20:45:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/75 20:45:42 # $SEMVER_REMOTE_NAME = origin 20:45:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:45:42 # $SEMVER_USER_NAME = edgex-jenkins 20:45:42 # $SEMVER_BRANCH = PR-3234 20:45:42 # $SEMVER_TEMP = /tmp/semver-902071839 20:45:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:46:00 # '/tmp/semver-902071839' -> '/w/workspace/edgex-go/75/.semver' 20:46:00 # -> Force: false 20:46:00 # $SEMVER_DIR = /w/workspace/edgex-go/75/.semver [Pipeline] } 20:46:01 $ docker exec --env ******** --env ******** 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b ssh-agent -k 20:46:01 unset SSH_AUTH_SOCK; 20:46:01 unset SSH_AGENT_PID; 20:46:01 echo Agent pid 50 killed; 20:46:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:46:02 + git semver [Pipeline] } 20:46:02 $ docker stop --time=1 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b 20:46:03 $ docker rm -f 6ca08fa1397b00aa5368ef32d49b3444c93a444f7de5e2d3918e98ed23187a9b [Pipeline] // withDockerContainer [Pipeline] sh 20:46:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:46:04 Stashed 1 file(s) [Pipeline] echo 20:46:04 [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:46:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:46:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:46:05 + sudo service docker restart 20:46:05 + true 20:46:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:46:06 ========================================================= 20:46:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:46:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:46:06 + 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:46:11 Sending build context to Docker daemon 329.6MB 20:46:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:46:11 Step 2/6 : FROM ${BASE} 20:46:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:46:11 188c0c94c7c5: Pulling fs layer 20:46:11 0ef7d3d256c8: Pulling fs layer 20:46:11 de9db76c5a1d: Pulling fs layer 20:46:11 bca2f99d35d6: Pulling fs layer 20:46:11 93359f2a8cfa: Pulling fs layer 20:46:11 7c6f9722023f: Pulling fs layer 20:46:11 a35cf1a2eb13: Pulling fs layer 20:46:11 93359f2a8cfa: Waiting 20:46:11 7c6f9722023f: Waiting 20:46:11 a35cf1a2eb13: Waiting 20:46:11 bca2f99d35d6: Waiting 20:46:11 de9db76c5a1d: Verifying Checksum 20:46:11 de9db76c5a1d: Download complete 20:46:11 0ef7d3d256c8: Verifying Checksum 20:46:11 0ef7d3d256c8: Download complete 20:46:11 93359f2a8cfa: Download complete 20:46:11 7c6f9722023f: Verifying Checksum 20:46:11 7c6f9722023f: Download complete 20:46:11 188c0c94c7c5: Verifying Checksum 20:46:11 188c0c94c7c5: Download complete 20:46:11 188c0c94c7c5: Pull complete 20:46:12 0ef7d3d256c8: Pull complete 20:46:12 de9db76c5a1d: Pull complete 20:46:13 a35cf1a2eb13: Verifying Checksum 20:46:13 a35cf1a2eb13: Download complete 20:46:13 bca2f99d35d6: Verifying Checksum 20:46:13 bca2f99d35d6: Download complete 20:46:19 Still waiting to schedule task 20:46:19 ‘prd-ubuntu18.04-docker-arm64-4c-16g-912’ is offline 20:46:20 bca2f99d35d6: Pull complete 20:46:20 93359f2a8cfa: Pull complete 20:46:20 7c6f9722023f: Pull complete 20:46:25 a35cf1a2eb13: Pull complete 20:46:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:46:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:46:25 ---> a62c8e92a672 20:46:25 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:46:25 ---> Running in ae30987a2931 20:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:46:27 (1/12) Installing libmagic (5.38-r0) 20:46:27 (2/12) Installing file (5.38-r0) 20:46:27 (3/12) Installing libc-dev (0.7.2-r3) 20:46:27 (4/12) Installing g++ (9.3.0-r2) 20:46:46 (5/12) Installing fortify-headers (1.1-r0) 20:46:46 (6/12) Installing patch (2.7.6-r6) 20:46:46 (7/12) Installing build-base (0.5-r2) 20:46:46 (8/12) Installing libsodium (1.0.18-r0) 20:46:46 (9/12) Installing pkgconf (1.7.2-r0) 20:46:46 (10/12) Installing libsodium-dev (1.0.18-r0) 20:46:46 (11/12) Installing libzmq (4.3.3-r0) 20:46:46 (12/12) Installing zeromq-dev (4.3.3-r0) 20:46:46 Executing busybox-1.31.1-r19.trigger 20:46:46 OK: 233 MiB in 51 packages 20:46:50 Removing intermediate container ae30987a2931 20:46:50 ---> c7eb86dfd99e 20:46:50 Step 4/6 : WORKDIR /edgex-go 20:46:50 ---> Running in d6ef1cdac9f1 20:46:50 Removing intermediate container d6ef1cdac9f1 20:46:50 ---> 69f57b65e978 20:46:50 Step 5/6 : COPY go.mod . 20:46:50 ---> 0dc49e81d7e7 20:46:50 Step 6/6 : RUN go mod download 20:46:51 ---> Running in 87c5e85dff83 20:47:17 Removing intermediate container 87c5e85dff83 20:47:17 ---> 99541e0cb013 20:47:17 Successfully built 99541e0cb013 20:47:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:47:18 + docker inspect -f . ci-base-image-x86_64 20:47:18 . [Pipeline] withDockerContainer 20:47:18 prd-centos7-docker-4c-2g-917 does not seem to be running inside a container 20:47:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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:47:19 $ docker top 0ad815564cd069d4eca9221d613d3dc093299bda03357c543444c448465eac2f -eo pid,comm [Pipeline] { [Pipeline] sh 20:47:19 + go version 20:47:19 go version go1.15.5 linux/amd64 [Pipeline] } 20:47:19 $ docker stop --time=1 0ad815564cd069d4eca9221d613d3dc093299bda03357c543444c448465eac2f 20:47:20 $ docker rm -f 0ad815564cd069d4eca9221d613d3dc093299bda03357c543444c448465eac2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:47:21 + docker inspect -f . ci-base-image-x86_64 20:47:21 . [Pipeline] withDockerContainer 20:47:21 prd-centos7-docker-4c-2g-917 does not seem to be running inside a container 20:47:21 $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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:47:22 $ docker top be5ca3408bbd5877d8fb57aba43b1c04a2362c5e7dbce90248fc9712b9121338 -eo pid,comm [Pipeline] { [Pipeline] echo 20:47:22 ========================================================= 20:47:22 [edgeXBuildGoParallel] Running Tests and Build... 20:47:22 ========================================================= [Pipeline] sh 20:47:22 + make test 20:47:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:47:33 ? github.com/edgexfoundry/edgex-go [no test files] 20:47:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:47:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:47:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:47:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:47:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:47:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:47:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:47:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:47:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:47:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:48:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:48:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:48:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:48:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 45.9% of statements 20:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:48:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:48:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.063s coverage: 19.8% of statements 20:48:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements 20:48:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:48:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:48:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:48:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 71.3% of statements 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:48:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.212s coverage: 82.9% of statements 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:48:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.398s coverage: 28.6% of statements 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.158s coverage: 86.7% of statements 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:48:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.448s coverage: 93.0% of statements 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:48:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:48:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 0.9% of statements 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 20:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements 20:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 20:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 20:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 20:48:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements 20:48:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 20:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.264s coverage: 81.9% of statements 20:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.080s coverage: 92.9% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.111s coverage: 91.6% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.4% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.048s coverage: 9.6% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 88.6% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.762s coverage: 28.7% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.068s coverage: 64.6% of statements 20:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:48:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.145s coverage: 95.6% of statements 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:48:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 20:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements 20:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 20:48:41 GO111MODULE=on go vet ./... 20:48:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-929 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 20:48:45 Running in /w/workspace/edgex-go/75 [Pipeline] { [Pipeline] checkout 20:48:52 using credential edgex-jenkins-ssh 20:48:52 Cloning the remote Git repository 20:48:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:48:52 > git init /w/workspace/edgex-go/75 # timeout=10 20:48:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:48:52 > git --version # timeout=10 20:48:52 > git --version # 'git version 2.17.1' 20:48:52 using GIT_SSH to set credentials SSH Credentials for GitHub 20:48:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:49:13 gofmt -l . 20:49:13 [ "`gofmt -l .`" = "" ] 20:49:13 ./bin/test-go-mod-tidy.sh 20:49:13 ./bin/test-attribution-txt.sh [Pipeline] sh 20:49:14 + ls -al . 20:49:14 total 812 20:49:14 drwxrwxr-x 10 1001 1001 4096 Apr 19 20:49 . 20:49:14 drwxr-xr-x 4 root root 30 Apr 19 20:47 .. 20:49:14 -rw-rw-r-- 1 1001 1001 11 Apr 19 20:45 .dockerignore 20:49:14 drwxrwxr-x 8 1001 1001 179 Apr 19 20:45 .git 20:49:14 drwxrwxr-x 3 1001 1001 125 Apr 19 20:45 .github 20:49:14 -rw-rw-r-- 1 1001 1001 818 Apr 19 20:45 .gitignore 20:49:14 drwx------ 3 1001 1001 60 Apr 19 20:46 .semver 20:49:14 -rw-rw-r-- 1 1001 1001 166 Apr 19 20:45 .sonarcloud.properties 20:49:14 -rw-rw-r-- 1 1001 1001 8609 Apr 19 20:45 Attribution.txt 20:49:14 -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:45 CONTRIBUTING.md 20:49:14 -rw-rw-r-- 1 1001 1001 931 Apr 19 20:45 Dockerfile.build 20:49:14 -rw-rw-r-- 1 1001 1001 863 Apr 19 20:45 Jenkinsfile 20:49:14 -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:45 LICENSE 20:49:14 -rw-rw-r-- 1 1001 1001 5774 Apr 19 20:45 Makefile 20:49:14 -rw-rw-r-- 1 1001 1001 6548 Apr 19 20:45 README.md 20:49:14 -rw-rw-r-- 1 1001 1001 6755 Apr 19 20:45 SECURITY.md 20:49:14 -rw-rw-r-- 1 1001 1001 5 Apr 19 20:46 VERSION 20:49:14 -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:45 ZMQWindows.md 20:49:14 drwxrwxr-x 2 1001 1001 117 Apr 19 20:45 bin 20:49:14 drwxrwxr-x 14 1001 1001 4096 Apr 19 20:45 cmd 20:49:14 -rw-r--r-- 1 root root 703598 Apr 19 20:48 coverage.out 20:49:14 -rw-r--r-- 1 root root 1059 Apr 19 20:49 go.mod 20:49:14 -rw-r--r-- 1 root root 22258 Apr 19 20:49 go.sum 20:49:14 drwxrwxr-x 8 1001 1001 127 Apr 19 20:45 internal 20:49:14 drwxrwxr-x 4 1001 1001 26 Apr 19 20:45 openapi 20:49:14 drwxrwxr-x 4 1001 1001 71 Apr 19 20:45 snap 20:49:14 -rw-rw-r-- 1 1001 1001 168 Apr 19 20:45 version.go [Pipeline] sh 20:49:14 + '[' -e coverage.out ] 20:49:14 + chown 1001:1001 coverage.out [Pipeline] stash 20:49:14 Stashed 1 file(s) [Pipeline] sh 20:49:15 + make build 20:49:15 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:49:20 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:49:24 Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:49:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:49:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:49:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:49:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:49:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:49:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:49:24 > git config core.sparsecheckout # timeout=10 20:49:24 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 20:49:24 > git remote # timeout=10 20:49:24 > git config --get remote.origin.url # timeout=10 20:49:24 using GIT_SSH to set credentials SSH Credentials for GitHub 20:49:24 > git merge 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 20:49:24 Merge succeeded, producing aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:49:24 Checking out Revision aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece (PR-3234) 20:49:24 > git rev-parse HEAD^{commit} # timeout=10 20:49:24 > git config core.sparsecheckout # timeout=10 20:49:24 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 20:49:29 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:49:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:49:30 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:49:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:49:31 + sudo service docker restart 20:49:31 + true 20:49:31 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:49:33 provisioning config files... 20:49:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/75@tmp/config8905018132902443449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:49:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:49:33 ---> docker-login.sh 20:49:33 nexus3.edgexfoundry.org:10001 20:49:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:49:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:35 Configure a credential helper to remove this warning. See 20:49:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:35 20:49:35 Login Succeeded 20:49:35 nexus3.edgexfoundry.org:10002 20:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:35 Configure a credential helper to remove this warning. See 20:49:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:35 20:49:35 Login Succeeded 20:49:35 nexus3.edgexfoundry.org:10003 20:49:35 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:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:36 Configure a credential helper to remove this warning. See 20:49:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:36 20:49:36 Login Succeeded 20:49:36 nexus3.edgexfoundry.org:10004 20:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:36 Configure a credential helper to remove this warning. See 20:49:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:36 20:49:36 Login Succeeded 20:49:36 docker.io 20:49:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:37 Configure a credential helper to remove this warning. See 20:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:37 20:49:37 Login Succeeded 20:49:37 ---> docker-login.sh ends [Pipeline] } 20:49:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:49:38 ========================================================= 20:49:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:49:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:49:38 + 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:49:38 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:49:39 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:49:41 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:49:41 Sending build context to Docker daemon 167.4MB 20:49:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:49:41 Step 2/6 : FROM ${BASE} 20:49:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:49:41 5f621e34cdf4: Pulling fs layer 20:49:41 a4357932f1b6: Pulling fs layer 20:49:41 18c013af1878: Pulling fs layer 20:49:41 00ac8860ef70: Pulling fs layer 20:49:41 63d7cb157983: Pulling fs layer 20:49:41 b116817d02f9: Pulling fs layer 20:49:41 745a02a5169b: Pulling fs layer 20:49:41 00ac8860ef70: Waiting 20:49:41 63d7cb157983: Waiting 20:49:41 745a02a5169b: Waiting 20:49:41 b116817d02f9: Waiting 20:49:41 18c013af1878: Verifying Checksum 20:49:41 18c013af1878: Download complete 20:49:41 63d7cb157983: Verifying Checksum 20:49:41 63d7cb157983: Download complete 20:49:41 b116817d02f9: Verifying Checksum 20:49:41 b116817d02f9: Download complete 20:49:41 5f621e34cdf4: Verifying Checksum 20:49:41 5f621e34cdf4: Download complete 20:49:41 5f621e34cdf4: Pull complete 20:49:42 a4357932f1b6: Pull complete 20:49:42 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:49:42 18c013af1878: Pull complete 20:49:44 745a02a5169b: Verifying Checksum 20:49:44 745a02a5169b: Download complete [Pipeline] } 20:49:44 $ docker stop --time=1 be5ca3408bbd5877d8fb57aba43b1c04a2362c5e7dbce90248fc9712b9121338 20:49:44 00ac8860ef70: Verifying Checksum 20:49:44 00ac8860ef70: Download complete 20:49:46 $ docker rm -f be5ca3408bbd5877d8fb57aba43b1c04a2362c5e7dbce90248fc9712b9121338 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:49:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:47 20:49:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:49:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:48 latest: Pulling from edgex-devops/edgex-compose 20:49:48 cbdbe7a5bc2a: Pulling fs layer 20:49:48 ca9280d653b3: Pulling fs layer 20:49:48 7e9c9ca2126c: Pulling fs layer 20:49:48 cbdbe7a5bc2a: Download complete 20:49:48 ca9280d653b3: Verifying Checksum 20:49:48 ca9280d653b3: Download complete 20:49:48 cbdbe7a5bc2a: Pull complete 20:49:49 7e9c9ca2126c: Verifying Checksum 20:49:49 7e9c9ca2126c: Download complete 20:49:49 ca9280d653b3: Pull complete 20:49:54 00ac8860ef70: Pull complete 20:49:54 63d7cb157983: Pull complete 20:49:54 b116817d02f9: Pull complete 20:49:58 7e9c9ca2126c: Pull complete 20:49:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:49:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:49:58 prd-centos7-docker-4c-2g-917 does not seem to be running inside a container 20:49:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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:49:59 745a02a5169b: Pull complete 20:49:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:49:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:49:59 ---> b7e6874047d6 20:49:59 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:49:59 $ docker top 3fd10bf6fcda7b3e3f112043fc7ec7f6dcfc089ef30f48401dfe9aabf504c2af -eo pid,comm [Pipeline] { [Pipeline] sh 20:49:59 + docker-compose build --help 20:49:59 + grep parallel 20:50:00 --parallel Build images in parallel. [Pipeline] } 20:50:00 $ docker stop --time=1 3fd10bf6fcda7b3e3f112043fc7ec7f6dcfc089ef30f48401dfe9aabf504c2af 20:50:02 $ docker rm -f 3fd10bf6fcda7b3e3f112043fc7ec7f6dcfc089ef30f48401dfe9aabf504c2af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:02 ---> Running in d73ac32f3105 20:50:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:50:02 . [Pipeline] withDockerContainer 20:50:03 prd-centos7-docker-4c-2g-917 does not seem to be running inside a container 20:50:03 $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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:50:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:50:03 $ docker top 4b541999009bd9a4f67edca8f9bd4a5464bc5476151bfdd880ba3929607c497b -eo pid,comm [Pipeline] { [Pipeline] sh 20:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:50:04 + docker-compose -f ./docker-compose-build.yml build --parallel 20:50:05 Building docker-core-command-go ... 20:50:05 Building docker-core-data-go ... 20:50:05 Building docker-core-metadata-go ... 20:50:05 Building docker-security-bootstrapper-go ... 20:50:05 Building docker-security-proxy-setup-go ... 20:50:05 Building docker-security-secretstore-setup-go ... 20:50:05 Building docker-support-notifications-go ... 20:50:05 Building docker-support-scheduler-go ... 20:50:05 Building docker-sys-mgmt-agent-go ... 20:50:05 Building docker-core-metadata-go 20:50:05 Building docker-core-command-go 20:50:05 Building docker-support-scheduler-go 20:50:05 Building docker-security-proxy-setup-go 20:50:05 Building docker-security-secretstore-setup-go 20:50:05 (1/12) Installing libmagic (5.38-r0) 20:50:05 (2/12) Installing file (5.38-r0) 20:50:05 (3/12) Installing libc-dev (0.7.2-r3) 20:50:06 (4/12) Installing g++ (9.3.0-r2) 20:50:16 (5/12) Installing fortify-headers (1.1-r0) 20:50:16 (6/12) Installing patch (2.7.6-r6) 20:50:16 (7/12) Installing build-base (0.5-r2) 20:50:16 (8/12) Installing libsodium (1.0.18-r0) 20:50:16 (9/12) Installing pkgconf (1.7.2-r0) 20:50:16 (10/12) Installing libsodium-dev (1.0.18-r0) 20:50:16 (11/12) Installing libzmq (4.3.3-r0) 20:50:16 (12/12) Installing zeromq-dev (4.3.3-r0) 20:50:16 Executing busybox-1.31.1-r19.trigger 20:50:16 OK: 217 MiB in 51 packages 20:50:20 Removing intermediate container d73ac32f3105 20:50:20 ---> 77c7e15c8ce4 20:50:20 Step 4/6 : WORKDIR /edgex-go 20:50:20 ---> Running in 5065c61c88c6 20:50:20 Removing intermediate container 5065c61c88c6 20:50:20 ---> dd9955e04bb9 20:50:20 Step 5/6 : COPY go.mod . 20:50:21 ---> f45096923357 20:50:21 Step 6/6 : RUN go mod download 20:50:21 ---> Running in 2d756ddf8680 20:50:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:50:44 20:50:44 Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 20:50:44 20:50:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:50:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:50:44 ---> 99541e0cb013 20:50:44 Step 3/24 : WORKDIR /edgex-go ---> 99541e0cb013 20:50:44 20:50:44 Step 3/23 : WORKDIR /edgex-go 20:50:44 ---> 99541e0cb013 20:50:44 Step 3/22 : WORKDIR /edgex-go 20:50:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:50:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:50:44 ---> 99541e0cb013 20:50:44 Step 3/21 : WORKDIR /edgex-go 20:50:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:50:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:50:44 ---> 99541e0cb013 20:50:44 Step 3/23 : WORKDIR /edgex-go 20:50:44 ---> Running in 26edf8f9cc3e 20:50:44 ---> Running in f20851d7cffe 20:50:44 ---> Running in fc1d7f795ee2 20:50:44 ---> Running in bb8852931197 20:50:44 ---> Running in 5b9b402b60b2 20:50:44 Removing intermediate container 5b9b402b60b2 20:50:44 ---> 33d8cabe885a 20:50:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:44 Removing intermediate container f20851d7cffe 20:50:44 ---> 1dee050a8cc1 20:50:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:44 Removing intermediate container fc1d7f795ee2 20:50:44 ---> 1aed558a3176 20:50:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:44 Removing intermediate container bb8852931197 20:50:44 ---> 7e44402c7a1f 20:50:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:44 Removing intermediate container 26edf8f9cc3e 20:50:44 ---> f3159c724441 20:50:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:44 ---> Running in aa1bbf87eea5 20:50:44 ---> Running in d9c25a805dec 20:50:44 ---> Running in 3cc5e30a8629 20:50:44 ---> Running in a41a7f4c6c96 20:50:44 ---> Running in 388776ea12ed 20:50:44 Removing intermediate container aa1bbf87eea5 20:50:44 ---> 09b09b9deb51 20:50:44 Step 5/23 : RUN apk add --update --no-cache make git 20:50:44 Removing intermediate container d9c25a805dec 20:50:44 ---> 005b5ccdf21a 20:50:44 Step 5/23 : RUN apk add --update --no-cache make git 20:50:44 ---> Running in f4ad75660d8f 20:50:44 Removing intermediate container 3cc5e30a8629 20:50:44 ---> b22ddce4a8e1 20:50:44 Step 5/21 : RUN apk add --update --no-cache make git 20:50:44 ---> Running in 1b7db7db1563 20:50:45 ---> Running in 39bbc38febb1 20:50:45 Removing intermediate container a41a7f4c6c96 20:50:45 ---> 2a28d17061a9 20:50:45 Step 5/24 : RUN apk add --update --no-cache make git 20:50:45 ---> Running in bb37e71399a0 20:50:45 Removing intermediate container 388776ea12ed 20:50:45 ---> eccb59220227 20:50:45 Step 5/22 : RUN apk add --update --no-cache make git 20:50:45 ---> Running in 89109296d413 20:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:46 OK: 233 MiB in 51 packages 20:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:47 OK: 233 MiB in 51 packages 20:50:47 OK: 233 MiB in 51 packages 20:50:47 Removing intermediate container f4ad75660d8f 20:50:47 ---> 71f4002d8f23 20:50:47 Step 6/23 : COPY go.mod . 20:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:47 OK: 233 MiB in 51 packages 20:50:48 ---> 4f500374267b 20:50:48 Step 7/23 : RUN go mod download 20:50:48 Removing intermediate container 1b7db7db1563 20:50:48 ---> 6307ca7fa09e 20:50:48 Step 6/23 : COPY go.mod . 20:50:48 ---> Running in edc83df7af39 20:50:48 Removing intermediate container 39bbc38febb1 20:50:48 ---> a4bbdbb01d67 20:50:48 Step 6/21 : COPY go.mod . 20:50:48 OK: 233 MiB in 51 packages 20:50:48 Removing intermediate container 89109296d413 20:50:48 ---> 94652914014a 20:50:48 Step 6/22 : COPY go.mod . 20:50:48 ---> 0dbbc8b63b3d 20:50:48 Step 7/21 : RUN go mod download 20:50:48 ---> a4e688b1b74f 20:50:48 Step 7/23 : RUN go mod download 20:50:49 ---> Running in 70487092efeb 20:50:49 ---> Running in 93f3ba265bbc 20:50:49 Removing intermediate container 2d756ddf8680 20:50:49 ---> c883bbb76a60 20:50:49 Successfully built c883bbb76a60 20:50:49 ---> 6f1dc61d58ff 20:50:49 Step 7/22 : RUN go mod download 20:50:49 ---> Running in ae2c320d5b52 20:50:49 Removing intermediate container bb37e71399a0 20:50:49 ---> bc5a8d77d192 20:50:49 Step 6/24 : COPY go.mod . 20:50:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:50:50 ---> 70b7d66d4674 20:50:50 Step 7/24 : RUN go mod download 20:50:50 + docker inspect -f . ci-base-image-arm64 20:50:50 . [Pipeline] withDockerContainer 20:50:50 ---> Running in ffc6c98dba19 20:50:50 prd-ubuntu18.04-docker-arm64-4c-16g-929 does not seem to be running inside a container 20:50:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 ******** ci-base-image-arm64 cat 20:50:50 Removing intermediate container edc83df7af39 20:50:50 ---> 21edfdc1c970 20:50:50 Step 8/23 : COPY . . 20:50:51 Removing intermediate container 70487092efeb 20:50:51 ---> f0eeb2adb3da 20:50:51 Step 8/23 : COPY . . 20:50:52 $ docker top 627931f224c1ee38e1220e83fa4f7d323a5ddcdf1472f41a807b6949a7c56d4c -eo pid,comm [Pipeline] { [Pipeline] sh 20:50:53 + go version 20:50:53 go version go1.15.5 linux/arm64 [Pipeline] } 20:50:53 $ docker stop --time=1 627931f224c1ee38e1220e83fa4f7d323a5ddcdf1472f41a807b6949a7c56d4c 20:50:54 Removing intermediate container ae2c320d5b52 20:50:54 ---> 2a3122e6564b 20:50:54 Step 8/22 : COPY . . 20:50:54 Removing intermediate container 93f3ba265bbc 20:50:54 ---> 1159d92c892d 20:50:54 Step 8/21 : COPY . . 20:50:55 Removing intermediate container ffc6c98dba19 20:50:55 ---> 277566c49e94 20:50:55 Step 8/24 : COPY . . 20:50:55 $ docker rm -f 627931f224c1ee38e1220e83fa4f7d323a5ddcdf1472f41a807b6949a7c56d4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:55 + docker inspect -f . ci-base-image-arm64 20:50:55 . [Pipeline] withDockerContainer 20:50:56 prd-ubuntu18.04-docker-arm64-4c-16g-929 does not seem to be running inside a container 20:50:56 $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 ******** ci-base-image-arm64 cat 20:50:57 $ docker top c005ce83e2e089b318c23844ff7ff2a48b067dd325f2e8b3af5ed1bb6a9bd863 -eo pid,comm [Pipeline] { [Pipeline] echo 20:50:58 ========================================================= 20:50:58 [edgeXBuildGoParallel] Running Tests and Build... 20:50:58 ========================================================= [Pipeline] sh 20:50:58 + make test 20:50:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:51:25 ? github.com/edgexfoundry/edgex-go [no test files] 20:51:33 ---> a5b0121fc1a9 20:51:33 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:51:33 ---> Running in b49ad75bf2c1 20:51:33 ---> e59163753c14 20:51:33 Step 9/23 : RUN make cmd/core-command/core-command 20:51:33 ---> 70c629f43f6c 20:51:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:51:33 ---> f9045b43a400 20:51:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:51:33 ---> d344a1791737 20:51:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:51:33 ---> Running in 09f7a75b9f7b 20:51:33 ---> Running in ac2d661d530d 20:51:33 ---> Running in 8935ac4aacd9 20:51:33 ---> Running in ad7a2e3cf420 20:51:34 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:51:34 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:51:34 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:51:34 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:51: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:52:07 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:52:07 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:52:15 Removing intermediate container 09f7a75b9f7b 20:52:15 ---> 3d8f51fe60d2 20:52:15 20:52:15 Step 10/23 : FROM alpine:3.12 20:52:15 3.12: Pulling from library/alpine 20:52:16 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:52:16 Status: Downloaded newer image for alpine:3.12 20:52:16 ---> 13621d1b12d4 20:52:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:52:19 Removing intermediate container 8935ac4aacd9 20:52:19 ---> 5243021a15ff 20:52:19 20:52:19 Step 10/22 : FROM alpine:3.12 20:52:19 ---> 13621d1b12d4 20:52:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:52:19 ---> Running in f1818887ac85 20:52:19 Removing intermediate container ad7a2e3cf420 20:52:19 ---> ddc099778912 20:52:19 20:52:19 Step 10/21 : FROM alpine:3.12 20:52:19 ---> 13621d1b12d4 20:52:19 Step 11/21 : RUN apk add --update --no-cache curl 20:52:20 Removing intermediate container ac2d661d530d 20:52:20 ---> 651ab086c755 20:52:20 20:52:20 Step 10/24 : FROM alpine:3.12 20:52:20 ---> 13621d1b12d4 20:52:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:52:20 ---> Running in fe28efe62e6c 20:52:21 ---> Running in 32d7ed5043af 20:52:22 ---> Running in e0a6f3934fba 20:52:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:22 Removing intermediate container b49ad75bf2c1 20:52:22 ---> 92881410df16 20:52:22 20:52:22 Step 10/23 : FROM alpine:3.12 20:52:22 ---> 13621d1b12d4 20:52:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:52:22 (1/1) Installing dumb-init (1.2.2-r1) 20:52:22 Executing busybox-1.31.1-r20.trigger 20:52:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:52:22 OK: 6 MiB in 15 packages 20:52:22 ---> Running in 0309535d5357 20:52:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:22 (1/1) Installing dumb-init (1.2.2-r1) 20:52:22 Executing busybox-1.31.1-r20.trigger 20:52:22 OK: 6 MiB in 15 packages 20:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:23 Removing intermediate container f1818887ac85 20:52:23 ---> b46c4cc58ad5 20:52:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:23 ---> Running in a8cfd417ab70 20:52:23 (1/4) Installing ca-certificates (20191127-r4) 20:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:52:23 (3/4) Installing libcurl (7.76.1-r0) 20:52:23 (4/4) Installing curl (7.76.1-r0) 20:52:23 Executing busybox-1.31.1-r20.trigger 20:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:23 Executing ca-certificates-20191127-r4.trigger 20:52:23 (1/6) Installing ca-certificates (20191127-r4) 20:52:23 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:52:23 (3/6) Installing libcurl (7.76.1-r0) 20:52:23 (4/6) Installing curl (7.76.1-r0) 20:52:23 (5/6) Installing dumb-init (1.2.2-r1) 20:52:23 (6/6) Installing su-exec (0.2-r1) 20:52:23 OK: 7 MiB in 18 packages 20:52:23 (1/1) Installing dumb-init (1.2.2-r1) 20:52:23 Executing busybox-1.31.1-r20.trigger 20:52:23 OK: 6 MiB in 15 packages 20:52:23 Executing busybox-1.31.1-r20.trigger 20:52:23 Executing ca-certificates-20191127-r4.trigger 20:52:23 OK: 7 MiB in 20 packages 20:52:24 Removing intermediate container fe28efe62e6c 20:52:24 ---> 613356017863 20:52:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:24 Removing intermediate container a8cfd417ab70 20:52:24 ---> dda9b7eb801f 20:52:24 Step 13/23 : ENV APP_PORT=48082 20:52:25 ---> Running in 110b04fbc498 20:52:25 ---> Running in 22a350c0a48d 20:52:26 Removing intermediate container 110b04fbc498 20:52:26 ---> 6f839f9e5b81 20:52:26 Step 13/22 : ENV APP_PORT=48085 20:52:26 Removing intermediate container 22a350c0a48d 20:52:26 ---> b453366becd1 20:52:26 Step 14/23 : EXPOSE $APP_PORT 20:52:26 Removing intermediate container 32d7ed5043af 20:52:26 ---> fa6ee965f13b 20:52:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:52:26 ---> Running in eb1f8bda305b 20:52:26 ---> Running in a354b94e9b9d 20:52:26 Removing intermediate container 0309535d5357 20:52:26 ---> 59bdcf1254cf 20:52:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:26 ---> Running in 4865649af13f 20:52:27 Removing intermediate container eb1f8bda305b 20:52:27 ---> 06d5740a44a5 20:52:27 Step 14/22 : EXPOSE $APP_PORT 20:52:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:52:28 Removing intermediate container e0a6f3934fba 20:52:28 ---> 77670f1d7491 20:52:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:52:28 ---> Running in 2dc90625b092 20:52:28 ---> Running in 8ad983a0fde0 20:52:28 ---> Running in 10abc7025aaf 20:52:28 Removing intermediate container a354b94e9b9d 20:52:28 ---> 7372cdb943d1 20:52:28 Step 15/23 : WORKDIR / 20:52:28 Removing intermediate container 4865649af13f 20:52:28 ---> 6c0cc9178f52 20:52:28 Step 13/21 : WORKDIR /edgex 20:52:28 ---> Running in 233c109afb9e 20:52:28 ---> Running in 68d44dc2d107 20:52:28 Removing intermediate container 2dc90625b092 20:52:28 ---> b7ee6ca38295 20:52:28 Step 13/23 : ENV APP_PORT=48081 20:52:28 Removing intermediate container 8ad983a0fde0 20:52:28 ---> 53d423ad2f86 20:52:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:28 Removing intermediate container 10abc7025aaf 20:52:28 ---> d62ad5b3fbee 20:52:28 Step 13/24 : WORKDIR / 20:52:28 ---> Running in 1aa0d9855a70 20:52:28 ---> Running in d10701cf6df3 20:52:28 Removing intermediate container 233c109afb9e 20:52:28 ---> b495852ae863 20:52:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:28 Removing intermediate container 68d44dc2d107 20:52:28 ---> 843ee2b52b40 20:52:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:52:28 ---> 9dcaa73d89e0 20:52:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:52:29 Removing intermediate container 1aa0d9855a70 20:52:29 ---> ba6649c1bc84 20:52:29 Step 14/23 : EXPOSE $APP_PORT 20:52:29 Removing intermediate container d10701cf6df3 20:52:29 ---> 7c1abd8ffbb4 20:52:29 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:52:29 ---> Running in 6944cb79d72e 20:52:29 ---> 633542d115fd 20:52:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:52:29 ---> 5b30fa61c139 20:52:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:52:29 Removing intermediate container 6944cb79d72e 20:52:29 ---> b6ccde1d7a31 20:52:29 Step 15/23 : WORKDIR / 20:52:29 ---> Running in 3f6ed5177f02 20:52:29 ---> 5daf2f56b7ae 20:52:29 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:52:29 ---> b476fb930739 20:52:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:52:30 ---> 08e6f216bec2 20:52:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:52:30 ---> 3bd2aa878a65 20:52:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:52:30 ---> 53d26d175d35 20:52:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:52:30 Removing intermediate container 3f6ed5177f02 20:52:30 ---> e8388cfc9c79 20:52:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:30 ---> 241523088c3d 20:52:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:52:30 ---> 897ed993d1ab 20:52:30 Step 19/23 : ENTRYPOINT ["/core-command"] 20:52:30 ---> Running in d7bcbfed6b4c 20:52:30 ---> Running in 0dd802d3d1d6 20:52:30 ---> 8e6a8f3b67d0 20:52:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:52:30 ---> 00cef0cf0e03 20:52:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:52:30 ---> b05bd668344b 20:52:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:52:30 ---> Running in 8bfb5e5516a8 20:52:30 Removing intermediate container d7bcbfed6b4c 20:52:30 ---> 70d07ee9db55 20:52:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:31 Removing intermediate container 0dd802d3d1d6 20:52:31 ---> eb8b6b971ca4 20:52:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:31 ---> Running in 254e5fd4c9c7 20:52:31 Removing intermediate container 8bfb5e5516a8 20:52:31 ---> Running in 7b662203f98b 20:52:31 ---> df14b1019da9 20:52:31 Step 18/21 : CMD ["--init=true"] 20:52:31 ---> 210e908d49ad 20:52:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:52:31 ---> 2ad6b996b64a 20:52:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:52:31 ---> Running in da5aadc03abd 20:52:31 Removing intermediate container 254e5fd4c9c7 20:52:31 ---> b1c05048d109 20:52:31 Step 20/22 : LABEL arch=x86_64 20:52:31 Removing intermediate container 7b662203f98b 20:52:31 ---> 727c7a1ac767 20:52:31 Step 21/23 : LABEL arch=x86_64 20:52:32 ---> Running in 441ab26bdd99 20:52:32 ---> Running in 0a24c65a6a82 20:52:32 Removing intermediate container da5aadc03abd 20:52:32 ---> fded14c54234 20:52:32 Step 19/21 : LABEL arch=x86_64 20:52:32 ---> cf9e4f7d0873 20:52:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:52:32 ---> bf203e9be62c 20:52:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:52:32 ---> Running in 1839211d6fb2 20:52:32 ---> Running in 7bdc577e3c45 20:52:32 Removing intermediate container 441ab26bdd99 20:52:32 ---> baac1ee58df0 20:52:32 Step 21/22 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:52:32 Removing intermediate container 0a24c65a6a82 20:52:32 ---> 6c69f1e6beca 20:52:32 Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:52:32 ---> Running in 2c9c221b4cf7 20:52:32 Removing intermediate container 1839211d6fb2 20:52:32 ---> 87a6cd34bb10 20:52:32 Step 20/21 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:52:32 ---> 98ca3dfed856 20:52:32 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:52:33 Removing intermediate container 7bdc577e3c45 20:52:33 ---> 27ea973ac0b0 20:52:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:33 ---> Running in 998c8637bb6d 20:52:33 ---> Running in c9068277b9af 20:52:33 ---> Running in a5510f63bb35 20:52:33 ---> Running in d551dad634e5 20:52:33 Removing intermediate container 2c9c221b4cf7 20:52:33 ---> 7bda5f05b485 20:52:33 Step 22/22 : LABEL version=0.0.0 20:52:33 ---> Running in 40debcef2e06 20:52:33 Removing intermediate container 998c8637bb6d 20:52:33 ---> 3730d6576df9 20:52:33 Step 23/23 : LABEL version=0.0.0 20:52:33 Removing intermediate container a5510f63bb35 20:52:33 ---> 0099292ad120 20:52:33 Step 21/21 : LABEL version=0.0.0 20:52:33 Removing intermediate container d551dad634e5 20:52:33 ---> add261997073 20:52:33 Step 21/23 : LABEL arch=x86_64 20:52:33 ---> Running in bea9af11e473 20:52:33 ---> Running in a3008d434457 20:52:33 ---> Running in afbe4d503c90 20:52:33 Removing intermediate container 40debcef2e06 20:52:33 ---> b0ab02fda343 20:52:33 20:52:34 Removing intermediate container bea9af11e473 20:52:34 ---> c2f6236fc0d6 20:52:34 20:52:34 Removing intermediate container a3008d434457 20:52:34 ---> d676698bf224 20:52:34 20:52:34 Successfully built b0ab02fda343 20:52:34 Successfully built c2f6236fc0d6 20:52:34 Successfully tagged docker-support-scheduler-go:latest 20:52:34  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 20:52:34 Successfully built d676698bf224 20:52:34 Removing intermediate container afbe4d503c90 20:52:34 ---> f33f43af84e0 20:52:34 Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:52:34 Successfully tagged docker-core-command-go:latest 20:52:34  Building docker-core-command-go ... done Successfully tagged docker-security-proxy-setup-go:latest 20:52:34 Building docker-security-bootstrapper-go 20:52:34  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 20:52:34 ---> Running in 6e77cba71abe 20:52:34 Removing intermediate container 6e77cba71abe 20:52:34 ---> 290f51d287f5 20:52:34 Step 23/23 : LABEL version=0.0.0 20:52:34 Removing intermediate container c9068277b9af 20:52:34 ---> d8555f139d31 20:52:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:52:34 ---> Running in c18798734ee8 20:52:34 ---> Running in c81d58948ce5 20:52:35 Removing intermediate container c18798734ee8 20:52:35 ---> ca1a546850d0 20:52:35 20:52:35 Removing intermediate container c81d58948ce5 20:52:35 ---> 221ebcfb9797 20:52:35 Step 22/24 : LABEL arch=x86_64 20:52:35 ---> Running in b5196c4b996d 20:52:35 Successfully built ca1a546850d0 20:52:35 Successfully tagged docker-core-metadata-go:latest 20:52:35  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 20:52:35 Removing intermediate container b5196c4b996d 20:52:35 ---> 0942876b0a2f 20:52:35 Step 23/24 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:52:35 ---> Running in 043eb1c2ea1c 20:52:35 Removing intermediate container 043eb1c2ea1c 20:52:35 ---> bd7c3e7bd5bd 20:52:35 Step 24/24 : LABEL version=0.0.0 20:52:35 ---> Running in ca4285c11a7b 20:52:36 Removing intermediate container ca4285c11a7b 20:52:36 ---> 65304be917dd 20:52:36 20:52:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:52:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:52:36 Successfully built 65304be917dd 20:52:36 Successfully tagged docker-security-secretstore-setup-go:latest 20:52:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:52:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:52:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:52:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:52:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:52:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:52:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.485s coverage: 45.9% of statements 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 19.8% of statements 20:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.228s coverage: 100.0% of statements 20:53:03  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:53:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:53:03 ---> 99541e0cb013 20:53:03 Step 3/23 : WORKDIR /edgex-go 20:53:03 ---> Using cache 20:53:03 ---> f3159c724441 20:53:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:03 ---> Using cache 20:53:03 ---> eccb59220227 20:53:03 Step 5/23 : RUN apk add --update --no-cache make bash git 20:53:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:53:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:53:03 ---> 99541e0cb013 20:53:03 Step 3/23 : WORKDIR /edgex-go 20:53:03 ---> Using cache 20:53:03 ---> f3159c724441 20:53:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:03 ---> Using cache 20:53:03 ---> eccb59220227 20:53:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:53:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:53:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:53:03 ---> 99541e0cb013 20:53:03 Step 3/22 : WORKDIR /edgex-go 20:53:03 ---> Using cache 20:53:03 ---> f3159c724441 20:53:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:03 ---> Using cache 20:53:03 ---> eccb59220227 20:53:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:53:03 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:53:03 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:53:03 ---> 99541e0cb013 20:53:03 Step 3/31 : WORKDIR /edgex-go 20:53:03 ---> Using cache 20:53:03 ---> f3159c724441 20:53:03 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:03 ---> Using cache 20:53:03 ---> eccb59220227 20:53:03 Step 5/31 : RUN apk add --update --no-cache make git 20:53:03 ---> Using cache 20:53:03 ---> 94652914014a 20:53:03 Step 6/31 : COPY go.mod . 20:53:03 ---> Using cache 20:53:03 ---> 6f1dc61d58ff 20:53:03 Step 7/31 : RUN go mod download 20:53:03 ---> Using cache 20:53:03 ---> 2a3122e6564b 20:53:03 Step 8/31 : COPY . . 20:53:03 ---> Using cache 20:53:03 ---> d344a1791737 20:53:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:53:03 ---> Running in ba4769c00cd0 20:53:03 ---> Running in 7479b972230b 20:53:03 ---> Running in 481cd1ee6716 20:53:03 ---> Running in 93884582aff9 20:53:04 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:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:06 OK: 233 MiB in 51 packages 20:53:06 OK: 233 MiB in 51 packages 20:53:06 OK: 233 MiB in 51 packages 20:53:07 Removing intermediate container 93884582aff9 20:53:07 ---> 18326e526418 20:53:07 Step 6/23 : COPY go.mod . 20:53:07 Removing intermediate container 481cd1ee6716 20:53:07 ---> 779192f6f736 20:53:07 Step 6/23 : COPY go.mod . 20:53:07 Removing intermediate container 7479b972230b 20:53:07 ---> bfd20dbdbc6f 20:53:07 Step 6/22 : COPY go.mod . 20:53:07 ---> d0c4681b29e7 20:53:07 Step 7/23 : RUN go mod download 20:53:07 ---> Running in 081caab49e68 20:53:07 ---> 85eb67295c62 20:53:07 Step 7/23 : RUN go mod download 20:53:07 ---> 32e9aea9dc87 20:53:07 Step 7/22 : RUN go mod download 20:53:08 ---> Running in a5cb8e631ec1 20:53:08 ---> Running in 912a5f1f7bb5 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.613s coverage: 27.1% of statements 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.165s coverage: 100.0% of statements 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.233s coverage: 100.0% of statements 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.303s coverage: 71.3% of statements 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:53:10 Removing intermediate container 081caab49e68 20:53:10 ---> 040d723df991 20:53:10 Step 8/23 : COPY . . 20:53:11 Removing intermediate container a5cb8e631ec1 20:53:11 ---> ca5f87afa730 20:53:11 Step 8/22 : COPY . . 20:53:11 Removing intermediate container 912a5f1f7bb5 20:53:11 ---> fe0f4fe50d9d 20:53:11 Step 8/23 : COPY . . 20:53:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.672s coverage: 82.9% of statements 20:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:53:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.216s coverage: 78.9% of statements 20:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:53:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.236s coverage: 28.6% of statements 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:53:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:53:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.153s coverage: 100.0% of statements 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:53:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.454s coverage: 86.7% of statements 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:53:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.417s coverage: 97.5% of statements 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:53:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.290s coverage: 78.3% of statements 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.337s coverage: 93.0% of statements 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:53:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.125s coverage: 58.8% of statements 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:53:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.264s coverage: 0.9% of statements 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:53:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.152s coverage: 47.1% of statements 20:53:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.187s coverage: 79.5% of statements 20:53:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.212s coverage: 94.1% of statements 20:53:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.239s coverage: 96.3% of statements 20:53:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.165s coverage: 87.5% of statements 20:53:38 Removing intermediate container ba4769c00cd0 20:53:38 ---> 35f8ef45f537 20:53:38 20:53:38 Step 10/31 : FROM alpine:3.12 20:53:38 ---> 13621d1b12d4 20:53:38 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:53:38 ---> Running in 716e6227b997 20:53:40 Removing intermediate container 716e6227b997 20:53:40 ---> ec85f37450ab 20:53:40 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:53:42 ---> Running in 220e5c696c23 20:53:42 ---> d076f797f171 20:53:42 Step 9/23 : RUN make cmd/core-data/core-data 20:53:42 ---> 8d338413a52b 20:53:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:53:42 ---> Running in e30a75337a65 20:53:42 ---> Running in 00e314c07a85 20:53:42 ---> 3184849efc9f 20:53:42 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:53:42 ---> Running in cd1215bed438 20:53:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:42 (1/2) Installing dumb-init (1.2.2-r1) 20:53:42 (2/2) Installing su-exec (0.2-r1) 20:53:42 Executing busybox-1.31.1-r20.trigger 20:53:42 OK: 6 MiB in 16 packages 20:53:43 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:53:43 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:53:43 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:53:43 Removing intermediate container 220e5c696c23 20:53:43 ---> 8f2a8cedafd7 20:53:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:53:43 ---> Running in 87f863982231 20:53:43 Removing intermediate container 87f863982231 20:53:43 ---> ae02aaa4b754 20:53:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:53:44 ---> Running in 556661f9997c 20:53:44 Removing intermediate container 556661f9997c 20:53:44 ---> c2eda8d506ee 20:53:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:53:44 ---> Running in 219f98837b60 20:53:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.198s coverage: 94.4% of statements 20:53:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.145s coverage: 44.8% of statements 20:53:47 Removing intermediate container 219f98837b60 20:53:47 ---> 28510b21829f 20:53:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:53:47 ---> Running in 9baefc31e251 20:53:47 Removing intermediate container 9baefc31e251 20:53:47 ---> 057309cefe6d 20:53:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:53:48 ---> ff9ca4f7237d 20:53:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:53:48 ---> Running in 424997fcc5d1 20:53:50 Removing intermediate container 424997fcc5d1 20:53:50 ---> 09fc52903784 20:53:50 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:53:51 ---> d57c5e9abc36 20:53:51 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:53:53 ---> 1f773f575668 20:53:53 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:53:53 ---> d7a2ff377fe9 20:53:53 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:53:54 ---> 130365b6a061 20:53:54 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:53:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.535s coverage: 81.9% of statements 20:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:53:54 ---> c398e56c11b9 20:53:54 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:53:55 ---> Running in c1e177220ce0 20:53:56 Removing intermediate container c1e177220ce0 20:53:56 ---> 423cdf36014c 20:53:56 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:53:56 ---> 876839c2fb5b 20:53:56 Step 26/31 : RUN chmod +x /entrypoint.sh 20:53:56 ---> Running in 64771bab268e 20:53:59 Removing intermediate container 64771bab268e 20:53:59 ---> 5faae88d0589 20:53:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:53:59 ---> Running in 3230a6f560ef 20:53:59 Removing intermediate container 3230a6f560ef 20:53:59 ---> 7b6777f59f9e 20:53:59 Step 28/31 : CMD ["gate"] 20:53:59 ---> Running in 43ba66b6cace 20:54:00 Removing intermediate container 43ba66b6cace 20:54:00 ---> 33052143e8bf 20:54:00 Step 29/31 : LABEL arch=x86_64 20:54:00 ---> Running in 49452298af98 20:54:01 Removing intermediate container 49452298af98 20:54:01 ---> 571dcf19cc77 20:54:01 Step 30/31 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:54:01 ---> Running in 2997547818d0 20:54:01 Removing intermediate container 2997547818d0 20:54:01 ---> ee52d500eaa9 20:54:01 Step 31/31 : LABEL version=0.0.0 20:54:01 ---> Running in 372e9fca6276 20:54:02 Removing intermediate container 372e9fca6276 20:54:02 ---> f915e4a2edd7 20:54:02 20:54:02 Successfully built f915e4a2edd7 20:54:02 Successfully tagged docker-security-bootstrapper-go:latest 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.218s coverage: 92.9% of statements 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.111s coverage: 100.0% of statements 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.120s coverage: 80.8% of statements 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.226s coverage: 87.2% of statements 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.221s coverage: 84.6% of statements 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.6% of statements 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.794s coverage: 64.4% of statements 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:54:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements 20:54:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements 20:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 20:54:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 20:54:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 20:54:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.001s coverage: 69.0% of statements 20:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:54:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:54:11  Building docker-security-bootstrapper-go ... done Removing intermediate container cd1215bed438 20:54:11 ---> 6b9c3515cb55 20:54:11 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:54:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.475s coverage: 38.4% of statements 20:54:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:54:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:54:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements 20:54:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:54:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.118s coverage: 84.8% of statements 20:54:12 ---> Running in f611b17dff86 20:54:12 Removing intermediate container 00e314c07a85 20:54:12 ---> 24af07e4880d 20:54:12 20:54:12 Step 10/22 : FROM alpine:3.12 20:54:12 ---> 13621d1b12d4 20:54:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:54:12 ---> Running in 8511ac162b1f 20:54:13 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:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:13 (1/2) Installing ca-certificates (20191127-r4) 20:54:13 (2/2) Installing dumb-init (1.2.2-r1) 20:54:13 Executing busybox-1.31.1-r20.trigger 20:54:13 Executing ca-certificates-20191127-r4.trigger 20:54:13 OK: 6 MiB in 16 packages 20:54:16 Removing intermediate container e30a75337a65 20:54:16 ---> 77725d638bad 20:54:16 20:54:16 Step 10/23 : FROM alpine:3.12 20:54:16 ---> 13621d1b12d4 20:54:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:54:16 Removing intermediate container 8511ac162b1f 20:54:16 ---> de683c01125a 20:54:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:54:16 ---> Running in 27c0ddf6bdc9 20:54:16 Removing intermediate container f611b17dff86 20:54:16 ---> 37a97f418c06 20:54:16 20:54:16 Step 11/23 : FROM docker:20.10.0 20:54:16 ---> Running in 9e57c4ea2f34 20:54:16 20.10.0: Pulling from library/docker 20:54:16 Removing intermediate container 27c0ddf6bdc9 20:54:16 ---> 8640ed592d24 20:54:16 Step 12/23 : ENV APP_PORT=48080 20:54:16 ---> Running in 0dbecb1de584 20:54:16 Removing intermediate container 9e57c4ea2f34 20:54:16 ---> dd9e7ba0dcdf 20:54:16 Step 13/22 : ENV APP_PORT=48060 20:54:18 Removing intermediate container 0dbecb1de584 20:54:18 ---> 7f9b10b41d53 20:54:18 Step 13/23 : EXPOSE $APP_PORT 20:54:18 ---> Running in 3f1cae2a805c 20:54:18 ---> Running in 2eac23fe28af 20:54:18 Removing intermediate container 3f1cae2a805c 20:54:18 ---> f8f72272e139 20:54:18 Step 14/22 : EXPOSE $APP_PORT 20:54:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.435s coverage: 47.0% of statements 20:54:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:54:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:54:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:54:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:54:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:54:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 20:54:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:54:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements 20:54:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:54:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:54:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.160s coverage: 9.6% of statements 20:54:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:54:18 ---> Running in a7a9d94b71fc 20:54:18 Removing intermediate container 2eac23fe28af 20:54:18 ---> ccda84f17a82 20:54:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:54:19 ---> Running in a5e757b6600b 20:54:19 Removing intermediate container a7a9d94b71fc 20:54:19 ---> 694b93b1e545 20:54:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:19 ---> 63f205b2b3f5 20:54:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:54:20 ---> 12362bd7371f 20:54:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:54:20 Removing intermediate container a5e757b6600b 20:54:20 ---> 26dc8013b001 20:54:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:54:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.505s coverage: 88.6% of statements 20:54:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:54:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:54:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:54:20 ---> Running in 42f27568cd75 20:54:20 ---> 713a627645b0 20:54:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:54:20 ---> Running in 85af0a23a165 20:54:21 Removing intermediate container 85af0a23a165 20:54:21 ---> 8e942104d9d8 20:54:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:21 ---> Running in 3c3401723de3 20:54:21 Removing intermediate container 3c3401723de3 20:54:21 ---> c007604ff98c 20:54:21 Step 20/22 : LABEL arch=x86_64 20:54:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:21 ---> Running in 82c4b348543f 20:54:22 (1/6) Installing dumb-init (1.2.2-r1) 20:54:22 Removing intermediate container 82c4b348543f 20:54:22 ---> ac122f0b16b1 20:54:22 Step 21/22 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:54:22 (2/6) Installing libgcc (9.3.0-r2) 20:54:22 ---> Running in 165d82d6b1b2 20:54:22 (3/6) Installing libsodium (1.0.18-r0) 20:54:22 (4/6) Installing libstdc++ (9.3.0-r2) 20:54:22 Removing intermediate container 165d82d6b1b2 20:54:22 ---> 4e75b1e6eeb2 20:54:22 Step 22/22 : LABEL version=0.0.0 20:54:22 ---> Running in 3f5712751669 20:54:22 Removing intermediate container 3f5712751669 20:54:22 ---> b34562d434d7 20:54:22 20:54:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:54:22 Status: Downloaded newer image for docker:20.10.0 20:54:22 ---> aefe523efa57 20:54:22 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:54:22 ---> Running in 86482b6f95c3 20:54:22 Successfully built b34562d434d7 20:54:22 Successfully tagged docker-support-notifications-go:latest 20:54:23  Building docker-support-notifications-go ... done Removing intermediate container 86482b6f95c3 20:54:23 ---> 583e5a8f02c5 20:54:23 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 20:54:23 ---> Running in c86453a2a986 20:54:23 (5/6) Installing libzmq (4.3.3-r0) 20:54:23 (6/6) Installing zeromq (4.3.3-r0) 20:54:23 Executing busybox-1.31.1-r20.trigger 20:54:23 OK: 8 MiB in 20 packages 20:54:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:24 (1/39) Installing readline (8.0.4-r0) 20:54:24 (2/39) Installing bash (5.0.17-r0) 20:54:24 Executing bash-5.0.17-r0.post-install 20:54:24 (3/39) Installing nghttp2-libs (1.41.0-r0) 20:54:24 (4/39) Installing libcurl (7.76.1-r0) 20:54:24 (5/39) Installing curl (7.76.1-r0) 20:54:24 (6/39) Installing dumb-init (1.2.2-r1) 20:54:24 (7/39) Installing libbz2 (1.0.8-r1) 20:54:24 (8/39) Installing expat (2.2.9-r1) 20:54:24 (9/39) Installing libffi (3.3-r2) 20:54:24 Removing intermediate container 42f27568cd75 20:54:24 ---> 79c00c495ac5 20:54:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:24 (10/39) Installing gdbm (1.13-r1) 20:54:24 (11/39) Installing xz-libs (5.2.5-r0) 20:54:24 (12/39) Installing sqlite-libs (3.32.1-r0) 20:54:24 (13/39) Installing python3 (3.8.8-r0) 20:54:27 ---> dc2e20fe4af5 20:54:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:54:27 (14/39) Installing py3-appdirs (1.4.4-r1) 20:54:27 (15/39) Installing py3-ordered-set (4.0.1-r0) 20:54:27 (16/39) Installing py3-parsing (2.4.7-r0) 20:54:27 (17/39) Installing py3-six (1.15.0-r0) 20:54:27 (18/39) Installing py3-packaging (20.4-r0) 20:54:27 (19/39) Installing py3-setuptools (47.0.0-r0) 20:54:27 (20/39) Installing py3-chardet (3.0.4-r4) 20:54:27 (21/39) Installing py3-idna (2.9-r0) 20:54:27 (22/39) Installing py3-certifi (2020.4.5.1-r0) 20:54:27 (23/39) Installing py3-urllib3 (1.25.9-r0) 20:54:28 (24/39) Installing py3-requests (2.23.0-r0) 20:54:28 (25/39) Installing py3-msgpack (1.0.0-r0) 20:54:28 (26/39) Installing py3-lockfile (0.12.2-r3) 20:54:28 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:54:28 (28/39) Installing py3-colorama (0.4.3-r0) 20:54:28 (29/39) Installing py3-distlib (0.3.0-r0) 20:54:28 (30/39) Installing py3-distro (1.5.0-r1) 20:54:28 (31/39) Installing py3-webencodings (0.5.1-r3) 20:54:28 (32/39) Installing py3-html5lib (1.0.1-r4) 20:54:28 (33/39) Installing py3-pytoml (0.1.21-r0) 20:54:28 (34/39) Installing py3-pep517 (0.8.2-r0) 20:54:28 (35/39) Installing py3-progress (1.5-r0) 20:54:28 (36/39) Installing py3-toml (0.10.1-r0) 20:54:28 (37/39) Installing py3-retrying (1.3.3-r0) 20:54:28 (38/39) Installing py3-contextlib2 (0.6.0-r0) 20:54:28 (39/39) Installing py3-pip (20.1.1-r0) 20:54:30 ---> 199b4fb27f63 20:54:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:54:30 Executing busybox-1.31.1-r19.trigger 20:54:30 OK: 72 MiB in 59 packages 20:54:30 ---> 2f95a7bf42fe 20:54:30 Step 19/23 : ENTRYPOINT ["/core-data"] 20:54:30 ---> Running in 25e93be4ece6 20:54:30 Removing intermediate container 25e93be4ece6 20:54:30 ---> 05dcc63c72b5 20:54:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:30 ---> Running in 36524250243c 20:54:31 Removing intermediate container 36524250243c 20:54:31 ---> 57621fa5cc9a 20:54:31 Step 21/23 : LABEL arch=x86_64 20:54:31 ---> Running in a36540f4acb5 20:54:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.343s coverage: 28.7% of statements 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:54:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:54:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.265s coverage: 100.0% of statements 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:54:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.286s coverage: 64.6% of statements 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:54:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.367s coverage: 95.6% of statements 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:54:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:54:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:54:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:54:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:54:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 20:54:31 Removing intermediate container a36540f4acb5 20:54:31 ---> 8e541cbc1e46 20:54:31 Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:54:31 ---> Running in f266a3af8a38 20:54:31 Collecting docker-compose==1.23.2 20:54:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:54:31 Removing intermediate container f266a3af8a38 20:54:31 ---> 4445822b8626 20:54:31 Step 23/23 : LABEL version=0.0.0 20:54:31 ---> Running in 626ebbc1438b 20:54:31 Collecting dockerpty<0.5,>=0.4.1 20:54:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:54:31 Removing intermediate container 626ebbc1438b 20:54:31 ---> d96049f1256e 20:54:31 20:54:31 Successfully built d96049f1256e 20:54:31 Successfully tagged docker-core-data-go:latest 20:54:32  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 20:54:32 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:54:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:54:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:54:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 28.1% of statements 20:54:32 Collecting docker<4.0,>=3.6.0 20:54:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:54:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 20:54:32 Collecting PyYAML<4,>=3.10 20:54:32 Downloading PyYAML-3.13.tar.gz (270 kB) 20:54:33 Collecting cached-property<2,>=1.2.0 20:54:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:54:33 Collecting texttable<0.10,>=0.9.0 20:54:33 Downloading texttable-0.9.1.tar.gz (11 kB) 20:54:33 GO111MODULE=on go vet ./... 20:54:34 Collecting docopt<0.7,>=0.6.1 20:54:34 Downloading docopt-0.6.2.tar.gz (25 kB) 20:54:35 Collecting jsonschema<3,>=2.5.1 20:54:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:54: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:54:35 Collecting idna<2.8,>=2.5 20:54:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:54:35 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:54:35 Collecting urllib3<1.25,>=1.21.1 20:54:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:54:35 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:54:35 Collecting docker-pycreds>=0.4.0 20:54:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:54:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:54:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:54:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:54:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:54:35 Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, cached-property, texttable, docopt, jsonschema, docker-compose 20:54:35 Running setup.py install for dockerpty: started 20:54:35 Running setup.py install for dockerpty: finished with status 'done' 20:54:36 Attempting uninstall: idna 20:54:36 Found existing installation: idna 2.9 20:54:36 Uninstalling idna-2.9: 20:54:36 Successfully uninstalled idna-2.9 20:54:36 Attempting uninstall: urllib3 20:54:36 Found existing installation: urllib3 1.25.9 20:54:36 Uninstalling urllib3-1.25.9: 20:54:36 Successfully uninstalled urllib3-1.25.9 20:54:36 Attempting uninstall: requests 20:54:36 Found existing installation: requests 2.23.0 20:54:36 Uninstalling requests-2.23.0: 20:54:36 Successfully uninstalled requests-2.23.0 20:54:36 Running setup.py install for PyYAML: started 20:54:37 Running setup.py install for PyYAML: finished with status 'done' 20:54:37 Running setup.py install for texttable: started 20:54:38 Running setup.py install for texttable: finished with status 'done' 20:54:38 Running setup.py install for docopt: started 20:54:38 Running setup.py install for docopt: finished with status 'done' 20:54:38 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 20:54:47 Removing intermediate container c86453a2a986 20:54:47 ---> e66a1e44850f 20:54:47 Step 14/23 : ENV APP_PORT=48090 20:54:47 ---> Running in 2f87886b8ef2 20:54:47 Removing intermediate container 2f87886b8ef2 20:54:47 ---> 0de085b97938 20:54:47 Step 15/23 : EXPOSE $APP_PORT 20:54:47 ---> Running in 18126e1f1fd5 20:54:47 Removing intermediate container 18126e1f1fd5 20:54:47 ---> c1fbc07748f0 20:54:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:54:47 ---> b72df024d3ff 20:54:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:54:47 ---> 8c5545931f81 20:54:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:54:47 ---> ac17edabd949 20:54:47 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:54:47 ---> Running in a7cafcb2a877 20:54:47 Removing intermediate container a7cafcb2a877 20:54:47 ---> 76a0c6b036ef 20:54:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:47 ---> Running in a7c46c797f00 20:54:47 Removing intermediate container a7c46c797f00 20:54:47 ---> 04338630184f 20:54:47 Step 21/23 : LABEL arch=x86_64 20:54:47 ---> Running in dd9e40838ce7 20:54:47 Removing intermediate container dd9e40838ce7 20:54:47 ---> 4a2002417faf 20:54:47 Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:54:47 ---> Running in f3c794078663 20:54:48 Removing intermediate container f3c794078663 20:54:48 ---> 4384e7edd657 20:54:48 Step 23/23 : LABEL version=0.0.0 20:54:48 ---> Running in fc8a1d4c645b 20:54:48 Removing intermediate container fc8a1d4c645b 20:54:48 ---> 944e93428e05 20:54:48 20:54:48 Successfully built 944e93428e05 20:54:48 Successfully tagged docker-sys-mgmt-agent-go:latest 20:54:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:54:48 $ docker stop --time=1 4b541999009bd9a4f67edca8f9bd4a5464bc5476151bfdd880ba3929607c497b 20:54:50 $ docker rm -f 4b541999009bd9a4f67edca8f9bd4a5464bc5476151bfdd880ba3929607c497b [Pipeline] // withDockerContainer [Pipeline] sh 20:54:51 + docker images 20:54:51 + grep docker 20:54:51 docker-sys-mgmt-agent-go latest 944e93428e05 3 seconds ago 312MB 20:54:51 docker-core-data-go latest d96049f1256e 20 seconds ago 22.9MB 20:54:51 docker-support-notifications-go latest b34562d434d7 29 seconds ago 18.2MB 20:54:51 docker-security-bootstrapper-go latest f915e4a2edd7 49 seconds ago 19.3MB 20:54:51 docker-security-secretstore-setup-go latest 65304be917dd 2 minutes ago 26.3MB 20:54:51 docker-core-metadata-go latest ca1a546850d0 2 minutes ago 19.2MB 20:54:51 docker-security-proxy-setup-go latest d676698bf224 2 minutes ago 26MB 20:54:51 docker-support-scheduler-go latest b0ab02fda343 2 minutes ago 17.7MB 20:54:51 docker-core-command-go latest c2f6236fc0d6 2 minutes ago 17.5MB 20:54:51 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 20:55:06 Still waiting to schedule task 20:55:06 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:56:02 Running on prd-ubuntu18.04-docker-8c-8g-940 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 20:56:02 Running in /w/workspace/edgex-go/75 [Pipeline] { [Pipeline] checkout 20:56:04 using credential edgex-jenkins-ssh 20:56:04 Cloning the remote Git repository 20:56:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:56:04 > git init /w/workspace/edgex-go/75 # timeout=10 20:56:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:56:04 > git --version # timeout=10 20:56:04 > git --version # 'git version 2.17.1' 20:56:04 using GIT_SSH to set credentials SSH Credentials for GitHub 20:56:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:56:10 Merging remotes/origin/master commit 95928816a7d3351701d43cfae6e5bb9ec9c35404 into PR head commit aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:56:10 Merge succeeded, producing aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 20:56:10 Checking out Revision aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece (PR-3234) 20:56:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:56:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:56:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:56:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:56:09 using GIT_SSH to set credentials SSH Credentials for GitHub 20:56:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:56:10 > git config core.sparsecheckout # timeout=10 20:56:10 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 20:56:10 > git remote # timeout=10 20:56:10 > git config --get remote.origin.url # timeout=10 20:56:10 using GIT_SSH to set credentials SSH Credentials for GitHub 20:56:10 > git merge 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 20:56:10 > git rev-parse HEAD^{commit} # timeout=10 20:56:10 > git config core.sparsecheckout # timeout=10 20:56:10 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 20:56:10 gofmt -l . 20:56:10 [ "`gofmt -l .`" = "" ] 20:56:10 ./bin/test-go-mod-tidy.sh 20:56:10 ./bin/test-attribution-txt.sh [Pipeline] sh 20:56:11 + ls -al . 20:56:11 total 840 20:56:11 drwxrwxr-x 9 1001 1001 4096 Apr 19 20:56 . 20:56:11 drwxr-xr-x 4 root root 4096 Apr 19 20:50 .. 20:56:11 -rw-rw-r-- 1 1001 1001 11 Apr 19 20:49 .dockerignore 20:56:11 drwxrwxr-x 8 1001 1001 4096 Apr 19 20:49 .git 20:56:11 drwxrwxr-x 3 1001 1001 4096 Apr 19 20:49 .github 20:56:11 -rw-rw-r-- 1 1001 1001 818 Apr 19 20:49 .gitignore 20:56:11 -rw-rw-r-- 1 1001 1001 166 Apr 19 20:49 .sonarcloud.properties 20:56:11 -rw-rw-r-- 1 1001 1001 8609 Apr 19 20:49 Attribution.txt 20:56:11 -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:49 CONTRIBUTING.md 20:56:11 -rw-rw-r-- 1 1001 1001 931 Apr 19 20:49 Dockerfile.build 20:56:11 -rw-rw-r-- 1 1001 1001 863 Apr 19 20:49 Jenkinsfile 20:56:11 -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:49 LICENSE 20:56:11 -rw-rw-r-- 1 1001 1001 5774 Apr 19 20:49 Makefile 20:56:11 -rw-rw-r-- 1 1001 1001 6548 Apr 19 20:49 README.md 20:56:11 -rw-rw-r-- 1 1001 1001 6755 Apr 19 20:49 SECURITY.md 20:56:11 -rw-rw-r-- 1 1001 1001 5 Apr 19 20:46 VERSION 20:56:11 -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:49 ZMQWindows.md 20:56:11 drwxrwxr-x 2 1001 1001 4096 Apr 19 20:49 bin 20:56:11 drwxrwxr-x 14 1001 1001 4096 Apr 19 20:49 cmd 20:56:11 -rw-r--r-- 1 root root 703598 Apr 19 20:54 coverage.out 20:56:11 -rw-r--r-- 1 root root 1059 Apr 19 20:56 go.mod 20:56:11 -rw-r--r-- 1 root root 22258 Apr 19 20:56 go.sum 20:56:11 drwxrwxr-x 8 1001 1001 4096 Apr 19 20:49 internal 20:56:11 drwxrwxr-x 4 1001 1001 4096 Apr 19 20:49 openapi 20:56:11 drwxrwxr-x 4 1001 1001 4096 Apr 19 20:49 snap 20:56:11 -rw-rw-r-- 1 1001 1001 168 Apr 19 20:49 version.go [Pipeline] sh 20:56:12 + '[' -e coverage.out ] 20:56:12 + chown 1001:1001 coverage.out [Pipeline] stash 20:56:12 Warning: overwriting stash ‘coverage-report’ 20:56:13 Stashed 1 file(s) [Pipeline] sh 20:56:13 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 20:56:14 + make build 20:56:14 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:56:14 + echo snap-build.sh 20:56:14 snap-build.sh 20:56:14 + SNAP_BASE_DIR=. 20:56:14 + '[' '!' -z /w/workspace/edgex-go/75 ']' 20:56:14 + SNAP_BASE_DIR=/w/workspace/edgex-go/75 20:56:14 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/75]' 20:56:14 [snap-build] Building snap in dir [/w/workspace/edgex-go/75] 20:56:14 + cd /w/workspace/edgex-go/75 20:56:14 + sudo apt-get remove -qy --purge lxd lxd-client 20:56:14 Reading package lists... 20:56:14 Building dependency tree... 20:56:14 Reading state information... 20:56:15 The following packages were automatically installed and are no longer required: 20:56:15 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:56:15 uidmap xdelta3 20:56:15 Use 'sudo apt autoremove' to remove them. 20:56:15 The following packages will be REMOVED: 20:56:15 lxd* lxd-client* 20:56:15 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:56:15 After this operation, 31.7 MB disk space will be freed. 20:56: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 ... 190027 files and directories currently installed.) 20:56:16 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:56:17 Removing lxd dnsmasq configuration 20:56:17 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:56:17 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:56:18 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:56:18 (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.) 20:56:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:56:20 Processing triggers for systemd (237-3ubuntu10.42) ... 20:56:20 Processing triggers for ureadahead (0.100.0-21) ... 20:56:21 + sudo snap remove --purge lxd 20:56:21 snap "lxd" is not installed 20:56:21 + sudo groupadd --force --system lxd 20:56:21 ++ whoami 20:56:21 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:56:21 + newgrp - lxd 20:56:21 + sudo snap install lxd 20:56:26 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:29 2021-04-19T20:56:27Z INFO Waiting for automatic snapd restart... 20:56:44 lxd 4.13 from Canonical* installed 20:56:44 + sudo lxd init --auto 20:56:52 + sudo snap install --classic snapcraft 20:56:53 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: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 20:56:59 snapcraft 4.6.2 from Canonical* installed 20:56:59 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:56:59 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:56:59 % Total % Received % Xferd Average Speed Time Time Time Current 20:56:59 Dload Upload Total Spent Left Speed 20:56:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4071 0 --:--:-- --:--:-- --:--:-- 4045 20:56:59 100 3325k 100 3325k 0 0 10.9M 0 --:--:-- --:--:-- --:--:-- 10.9M 20:56:59 ./yq_linux_amd64 20:56:59 + sudo snapcraft prime --use-lxd 20:57:01 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:57:01 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: 20:57:01 - README.md 20:57:01 20:57:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:57:01 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:57:01 Launching a container. 20:57:02 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:57:07 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:57:13 Waiting for container to be ready 20:57:13 To start your first instance, try: lxc launch ubuntu:18.04 20:57:13 20:57:14 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:16 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:57:17 Waiting for network to be ready... 20:57:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:57:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 20:57:17 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:57:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 20:57:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:57:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:57:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 20:57:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 20:57:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 20:57:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 20:57:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:57:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:57:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:57:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:57:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:57:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:57:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:57:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:57:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:57:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 20:57:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 20:57:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:57:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:57:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 20:57:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 20:57:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 20:57:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 20:57:19 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:57:22 Fetched 24.4 MB in 4s (6039 kB/s) 20:57:22 Reading package lists... 20:57:22 Reading package lists... 20:57:23 Building dependency tree... 20:57:23 Reading state information... 20:57:23 The following additional packages will be installed: 20:57:23 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:57:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:57:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:57:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:57:23 Suggested packages: 20:57:23 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:57:23 Recommended packages: 20:57:23 gnupg libsasl2-modules 20:57:23 The following NEW packages will be installed: 20:57:23 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:57:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:57:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:57:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:57:23 The following packages will be upgraded: 20:57:23 gpg gpg-agent gpgconf libudev1 20:57:23 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 20:57:23 Need to get 3529 kB of archives. 20:57:23 After this operation, 13.3 MB of additional disk space will be used. 20:57:23 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] 20:57:23 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 20:57:23 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] 20:57:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:57:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 20:57:23 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 20:57:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:57:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:57:24 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:57:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:57:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:57:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:57:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:57:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:57:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:57:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:57:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:57:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:57:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:57:24 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:57:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:57:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:57:24 debconf: delaying package configuration, since apt-utils is not installed 20:57:24 Fetched 3529 kB in 1s (3176 kB/s) 20:57:24 (Reading database ... 12511 files and directories currently installed.) 20:57:24 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 20:57:24 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 20:57:24 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 20:57:24 Selecting previously unselected package udev. 20:57:24 (Reading database ... 12511 files and directories currently installed.) 20:57:24 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 20:57:24 Unpacking udev (237-3ubuntu10.46) ... 20:57:24 Selecting previously unselected package libfuse2:amd64. 20:57:24 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:57:24 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:57:25 Selecting previously unselected package fuse. 20:57:25 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:57:25 Unpacking fuse (2.9.7-1ubuntu1) ... 20:57:25 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:57:25 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:57:25 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:57:25 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:57:25 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:57:25 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:57:25 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:57:25 Selecting previously unselected package libksba8:amd64. 20:57:25 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:57:25 Unpacking libksba8:amd64 (1.3.5-2) ... 20:57:25 Selecting previously unselected package libroken18-heimdal:amd64. 20:57:25 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:57:25 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:25 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:57:25 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:57:25 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:25 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:57:25 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:57:25 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:26 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:57:26 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:57:26 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:26 Selecting previously unselected package libwind0-heimdal:amd64. 20:57:26 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:57:26 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:26 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:57:26 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:57:26 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:26 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:57:26 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:57:26 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:26 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:57:26 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:57:26 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:26 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:57:26 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:57:26 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:26 Selecting previously unselected package libsasl2-modules-db:amd64. 20:57:26 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:57:26 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:57:26 Selecting previously unselected package libsasl2-2:amd64. 20:57:26 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:57:26 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:57:27 Selecting previously unselected package libldap-common. 20:57:27 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:57:27 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:57:27 Selecting previously unselected package libldap-2.4-2:amd64. 20:57:27 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:57:27 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:57:27 Selecting previously unselected package dirmngr. 20:57:27 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:57:27 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:57:27 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:57:27 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:57:27 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:57:27 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:57:27 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:57:27 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 20:57:27 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:27 Setting up libksba8:amd64 (1.3.5-2) ... 20:57:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:57:27 Setting up udev (237-3ubuntu10.46) ... 20:57:28 invoke-rc.d: policy-rc.d denied execution of start. 20:57:28 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:28 Processing triggers for systemd (237-3ubuntu10) ... 20:57:28 Setting up fuse (2.9.7-1ubuntu1) ... 20:57:28 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:57:28 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:28 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:28 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:28 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:28 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:28 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:28 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:57:28 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:57:28 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:57:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:57:29 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:57:29 settings in the [Install] section, and DefaultInstance for template units). 20:57:29 This means they are not meant to be enabled using systemctl. 20:57:29 Possible reasons for having this kind of units are: 20:57:29 1) A unit may be statically enabled by being symlinked from another unit's 20:57:29 .wants/ or .requires/ directory. 20:57:29 2) A unit's purpose may be to act as a helper for some other unit which has 20:57:29 a requirement dependency on it. 20:57:29 3) A unit may be started when needed via activation (socket, path, timer, 20:57:29 D-Bus, udev, scripted systemctl call, ...). 20:57:29 4) In case of template units, the unit is meant to be enabled with some 20:57:29 instance name specified. 20:57:29 Reading package lists... 20:57:29 Building dependency tree... 20:57:29 Reading state information... 20:57:29 The following additional packages will be installed: 20:57:29 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:57:29 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:57:29 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:57:29 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:57:29 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:57:29 Suggested packages: 20:57:29 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:57:29 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:57:29 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:57:29 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:57:29 systemd-container policykit-1 20:57:29 Recommended packages: 20:57:29 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:57:29 The following NEW packages will be installed: 20:57:29 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:57:29 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:57:29 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:57:29 multiarch-support openssh-client python3 python3-minimal python3.6 20:57:29 python3.6-minimal snapd squashfs-tools sudo 20:57:29 The following packages will be upgraded: 20:57:29 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:57:29 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 20:57:29 Need to get 35.2 MB of archives. 20:57:29 After this operation, 141 MB of additional disk space will be used. 20:57:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 20:57:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 20:57:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:57:29 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 20:57:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 20:57:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 20:57:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:57:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:57:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:57:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:57:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:57:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:57:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:57:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:57:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 20:57:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:57:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 20:57:30 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:57:30 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 20:57:30 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 20:57:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 20:57:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:57:30 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:57:30 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:57:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:57:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:57:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:57:30 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:57:30 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:57:30 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:57:31 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:57:31 debconf: delaying package configuration, since apt-utils is not installed 20:57:31 Fetched 35.2 MB in 1s (26.8 MB/s) 20:57:31 (Reading database ... 12757 files and directories currently installed.) 20:57:31 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 20:57:31 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 20:57:32 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 20:57:32 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 20:57:32 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 20:57:32 (Reading database ... 12757 files and directories currently installed.) 20:57:32 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 20:57:32 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 20:57:32 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 20:57:32 (Reading database ... 12757 files and directories currently installed.) 20:57:32 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 20:57:32 Unpacking apt (1.6.13) over (1.6.1) ... 20:57:32 Setting up apt (1.6.13) ... 20:57:33 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:57:33 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:57:33 (Reading database ... 12764 files and directories currently installed.) 20:57:33 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 20:57:33 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 20:57:33 Selecting previously unselected package libpython3.6-minimal:amd64. 20:57:33 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:57:33 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:57:34 Selecting previously unselected package libexpat1:amd64. 20:57:34 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:57:34 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:57:34 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:57:36 Selecting previously unselected package python3.6-minimal. 20:57:36 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:57:36 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:57:36 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 20:57:36 Checking for services that may need to be restarted...done. 20:57:36 Checking for services that may need to be restarted...done. 20:57:36 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:57:36 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:57:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:57:36 Selecting previously unselected package python3-minimal. 20:57:36 (Reading database ... 13012 files and directories currently installed.) 20:57:36 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:57:36 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:57:36 Selecting previously unselected package mime-support. 20:57:36 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:57:36 Unpacking mime-support (3.60ubuntu1) ... 20:57:36 Selecting previously unselected package libmpdec2:amd64. 20:57:36 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:57:36 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:57:37 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:57:37 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:57:37 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:57:37 Selecting previously unselected package python3.6. 20:57:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:57:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:57:37 Selecting previously unselected package libpython3-stdlib:amd64. 20:57:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:57:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:57:37 Setting up python3-minimal (3.6.7-1~18.04) ... 20:57:37 Selecting previously unselected package python3. 20:57:37 (Reading database ... 13442 files and directories currently installed.) 20:57:37 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:57:37 Unpacking python3 (3.6.7-1~18.04) ... 20:57:37 Selecting previously unselected package multiarch-support. 20:57:37 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:57:37 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:57:37 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:57:37 Selecting previously unselected package liblzo2-2:amd64. 20:57:37 (Reading database ... 13479 files and directories currently installed.) 20:57:37 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:57:37 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:57:37 Selecting previously unselected package libbsd0:amd64. 20:57:37 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:57:38 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:57:38 Selecting previously unselected package sudo. 20:57:38 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:57:38 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:57:38 Selecting previously unselected package apparmor. 20:57:38 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:57:38 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:57:38 Selecting previously unselected package libedit2:amd64. 20:57:38 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:57:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:57:38 Selecting previously unselected package libkrb5support0:amd64. 20:57:38 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:57:38 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:57:38 Selecting previously unselected package libk5crypto3:amd64. 20:57:38 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:57:38 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:57:38 Selecting previously unselected package libkeyutils1:amd64. 20:57:38 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:57:38 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:57:38 Selecting previously unselected package libkrb5-3:amd64. 20:57:38 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:57:38 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:57:38 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:57:38 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:57:38 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:57:38 Selecting previously unselected package libssl1.0.0:amd64. 20:57:38 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 20:57:38 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:57:39 Selecting previously unselected package openssh-client. 20:57:39 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:57:39 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:57:39 Selecting previously unselected package squashfs-tools. 20:57:39 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:57:39 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:57:39 Selecting previously unselected package snapd. 20:57:39 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 20:57:39 Unpacking snapd (2.48.3+18.04) ... [Pipeline] } 20:57:41 $ docker stop --time=1 c005ce83e2e089b318c23844ff7ff2a48b067dd325f2e8b3af5ed1bb6a9bd863 20:57:41 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:57:41 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:57:41 Setting up mime-support (3.60ubuntu1) ... 20:57:41 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:57:41 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:57:41 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:57:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:57:41 Setting up systemd (237-3ubuntu10.46) ... 20:57:41 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:57:42 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:57:42 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:57:42 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:57:42 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:57:42 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:57:42 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:57:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:57:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:57:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:57:43 Setting up python3 (3.6.7-1~18.04) ... 20:57:43 running python rtupdate hooks for python3.6... 20:57:43 running python post-rtupdate hooks for python3.6... 20:57:43 Setting up apparmor (2.12-4ubuntu5.1) ... 20:57:44 $ docker rm -f c005ce83e2e089b318c23844ff7ff2a48b067dd325f2e8b3af5ed1bb6a9bd863 20:57:44 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:57:45 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:57:45 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:57:45 Setting up snapd (2.48.3+18.04) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 20:57:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:57:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:57:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:57:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:57:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:57:45 20:57:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:57:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:57:46 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:57:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:57:46 latest: Pulling from edgex-devops/edgex-compose-arm64 20:57:46 29e5d40040c1: Pulling fs layer 20:57:46 1ce36da41761: Pulling fs layer 20:57:46 25b303627fd3: Pulling fs layer 20:57:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:57:46 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:57:46 29e5d40040c1: Verifying Checksum 20:57:46 29e5d40040c1: Download complete 20:57:46 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:57:46 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:57:46 /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' 20:57:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:57:46 Processing triggers for systemd (237-3ubuntu10.46) ... 20:57:47 1ce36da41761: Verifying Checksum 20:57:47 1ce36da41761: Download complete 20:57:47 29e5d40040c1: Pull complete 20:57:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:57:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:57:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:57:48 1ce36da41761: Pull complete 20:57:48 25b303627fd3: Verifying Checksum 20:57:48 25b303627fd3: Download complete 20:57:49 Reading package lists... 20:57:49 Reading package lists... 20:57:49 Building dependency tree... 20:57:49 Reading state information... 20:57:49 Calculating upgrade... 20:57:49 The following packages will be upgraded: 20:57:49 advancecomp base-files bash binutils binutils-common 20:57:49 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:57:49 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:57:49 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:57:49 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:57:49 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:57:49 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:57:49 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 20:57:49 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 20:57:49 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 20:57:49 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 20:57:49 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 20:57:49 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 20:57:49 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 20:57:49 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:57:49 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:57:49 Need to get 64.0 MB of archives. 20:57:49 After this operation, 5034 kB of additional disk space will be used. 20:57:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 20:57:50 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:57:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:57:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:57:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:57:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:57:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:57:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:57:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:57:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:57:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:57:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:57:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:57:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:57:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:57:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:57:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:57:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:57:50 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:57:50 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:57:50 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:57:50 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:57:50 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:57:50 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:57:50 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:57:50 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:57:50 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:57:50 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:57:50 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:57:50 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:57:50 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:57:50 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:57:50 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:57:50 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:57:50 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:57:50 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:57:50 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 20:57:50 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 20:57:50 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:57:50 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:57:50 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 20:57:50 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:57:50 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:57:50 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:57:50 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:57:50 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:57:50 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:57:50 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:57:50 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 20:57:50 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 20:57:50 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 20:57:50 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 20:57:50 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:57:50 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:57:50 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:57:50 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:57:50 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:57:50 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:57:50 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:57:50 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:57:51 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:57:51 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:57:51 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:57:51 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:57:51 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:57:51 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:57:51 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:57:51 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:57:51 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:57:51 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:57:51 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:57:51 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:57:51 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:57:51 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:57:51 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:57:51 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:57:51 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:57:51 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:57:51 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:57:51 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:57:51 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:57:51 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:57:51 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:57:51 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:57:51 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 20:57:51 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:57:51 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:57:51 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:57:51 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:57:51 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:57:51 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 20:57:51 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 20:57:51 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:57:51 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:57:51 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:57:51 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:57:51 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:57:51 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:57:51 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:57:51 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:57:51 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:57:51 debconf: delaying package configuration, since apt-utils is not installed 20:57:51 Fetched 64.0 MB in 2s (32.4 MB/s) 20:57:51 (Reading database ... 13912 files and directories currently installed.) 20:57:51 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:57:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:57:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:57:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:57:52 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 20:57:52 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 20:57:53 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:53 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:53 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:54 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:54 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:54 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:54 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:54 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:54 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:54 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:54 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:54 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:57:54 (Reading database ... 13911 files and directories currently installed.) 20:57:54 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:54 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:57:54 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:57:54 (Reading database ... 13911 files and directories currently installed.) 20:57:54 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:55 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:55 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:55 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:55 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:57:55 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:57:55 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:57:55 (Reading database ... 13911 files and directories currently installed.) 20:57:55 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:57:56 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:57:56 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:57:56 (Reading database ... 13911 files and directories currently installed.) 20:57:56 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:57:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:57:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:57:56 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:57:56 Setting up base-files (10.1ubuntu2.10) ... 20:57:57 Installing new version of config file /etc/issue ... 20:57:57 Installing new version of config file /etc/issue.net ... 20:57:57 Installing new version of config file /etc/lsb-release ... 20:57:57 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:57:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:57:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:57:57 Removing obsolete conffile /etc/default/motd-news ... 20:57:57 (Reading database ... 13912 files and directories currently installed.) 20:57:57 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:57:57 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:57:57 Setting up bash (4.4.18-2ubuntu1.2) ... 20:57: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 20:57:57 (Reading database ... 13912 files and directories currently installed.) 20:57:57 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:57:57 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:57:57 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:57:58 (Reading database ... 13912 files and directories currently installed.) 20:57:58 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:57:58 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:57:58 Setting up tar (1.29b-2ubuntu0.2) ... 20:57:58 (Reading database ... 13912 files and directories currently installed.) 20:57:58 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:57:58 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:57:58 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:57:58 25b303627fd3: Pull complete 20:57:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:57:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:57:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:57:58 (Reading database ... 13912 files and directories currently installed.) 20:57:58 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:57:58 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:57:58 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:57:58 prd-ubuntu18.04-docker-arm64-4c-16g-929 does not seem to be running inside a container 20:57:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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-devops/edgex-compose-arm64:latest cat 20:57:59 (Reading database ... 13912 files and directories currently installed.) 20:57:59 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:57:59 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:57:59 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:57:59 (Reading database ... 13912 files and directories currently installed.) 20:57:59 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:57:59 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:57:59 Setting up grep (3.1-2build1) ... 20:57:59 (Reading database ... 13912 files and directories currently installed.) 20:57:59 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:57:59 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:57:59 Setting up login (1:4.5-1ubuntu2) ... 20:57:59 (Reading database ... 13912 files and directories currently installed.) 20:57:59 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:57:59 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:58:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:58:00 (Reading database ... 13912 files and directories currently installed.) 20:58:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:58:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:58:00 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:58:00 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:58:00 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:58:00 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:58:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:58:01 (Reading database ... 13912 files and directories currently installed.) 20:58:01 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:58:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:58:02 $ docker top 984ebc9a349b916354f172ae498948445315b295ba485f00cc6f5fb08ae7f7a5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:02 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:58:02 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:58:02 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:58:02 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:58:02 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:58:03 (Reading database ... 13912 files and directories currently installed.) 20:58:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:58:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:58:03 + docker-compose build --help+ 20:58:03 grep parallel 20:58:03 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:58:03 (Reading database ... 13912 files and directories currently installed.) 20:58:03 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:58:03 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:58:03 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:58:03 (Reading database ... 13912 files and directories currently installed.) 20:58:03 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:58:03 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:58:03 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:58:03 (Reading database ... 13912 files and directories currently installed.) 20:58:03 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:58:03 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:58:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:58:04 (Reading database ... 13912 files and directories currently installed.) 20:58:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:58:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:58:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:58:04 (Reading database ... 13912 files and directories currently installed.) 20:58:04 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:58:04 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:58:04 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:58:04 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:58:04 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:58:05 (Reading database ... 13912 files and directories currently installed.) 20:58:05 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:58:05 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:58:05 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:58:05 (Reading database ... 13912 files and directories currently installed.) 20:58:05 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:58:05 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:58:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:58:05 (Reading database ... 13912 files and directories currently installed.) 20:58:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:58:05 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:58:05 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:58:05 (Reading database ... 13912 files and directories currently installed.) 20:58:05 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:58:05 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:58:06 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:58:06 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:58:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:58:06 (Reading database ... 13912 files and directories currently installed.) 20:58:06 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:58:06 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:58:07 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:58:07 (Reading database ... 13912 files and directories currently installed.) 20:58:07 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:58:07 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:58:07 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:58:07 (Reading database ... 13914 files and directories currently installed.) 20:58:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:58:07 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:58:07 Setting up debconf (1.5.66ubuntu1) ... 20:58:07 (Reading database ... 13914 files and directories currently installed.) 20:58:07 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:58:07 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:58:08 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:58:08 (Reading database ... 13914 files and directories currently installed.) 20:58:08 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:58:08 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:58:08 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:58:08 (Reading database ... 13914 files and directories currently installed.) 20:58:08 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:58:08 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:58:08 --parallel Build images in parallel. [Pipeline] } 20:58:08 $ docker stop --time=1 984ebc9a349b916354f172ae498948445315b295ba485f00cc6f5fb08ae7f7a5 20:58:08 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:58:08 (Reading database ... 13914 files and directories currently installed.) 20:58:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:58:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:58:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:58:08 (Reading database ... 13914 files and directories currently installed.) 20:58:08 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:58:09 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:58:09 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:58:09 (Reading database ... 13914 files and directories currently installed.) 20:58:09 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:58:09 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:58:09 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 20:58:09 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 20:58:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:58:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:58:10 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:58:10 (Reading database ... 13914 files and directories currently installed.) 20:58:10 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:58:10 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:58:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:58:10 (Reading database ... 13914 files and directories currently installed.) 20:58:10 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:58:10 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:58:10 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:58:10 (Reading database ... 13914 files and directories currently installed.) 20:58:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:58:10 $ docker rm -f 984ebc9a349b916354f172ae498948445315b295ba485f00cc6f5fb08ae7f7a5 20:58:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:58:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:58:10 (Reading database ... 13914 files and directories currently installed.) 20:58:10 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:58:10 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:58:11 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:58:11 (Reading database ... 13914 files and directories currently installed.) 20:58:11 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:58:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:58:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:58:11 . [Pipeline] withDockerContainer 20:58:11 prd-ubuntu18.04-docker-arm64-4c-16g-929 does not seem to be running inside a container 20:58:11 Setting up passwd (1:4.5-1ubuntu2) ... 20:58:11 (Reading database ... 13914 files and directories currently installed.) 20:58:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:58:11 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:58:11 $ 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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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 20:58:11 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:58:11 (Reading database ... 13914 files and directories currently installed.) 20:58:11 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 20:58:11 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 20:58:11 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 20:58:12 (Reading database ... 13914 files and directories currently installed.) 20:58:12 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 20:58:12 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 20:58:12 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 20:58:12 (Reading database ... 13914 files and directories currently installed.) 20:58:12 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:58:12 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:58:12 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:58:12 (Reading database ... 13914 files and directories currently installed.) 20:58:12 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:58:12 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:58:12 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:58:12 (Reading database ... 13914 files and directories currently installed.) 20:58:12 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:58:12 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:58:12 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:58:12 (Reading database ... 13914 files and directories currently installed.) 20:58:12 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:58:12 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:58:13 $ docker top 460e0683d76a87f33db6bb294c4ca7be88bd2f20fa004002e3641d1090d54454 -eo pid,comm 20:58:13 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [Pipeline] { [Pipeline] sh 20:58:13 (Reading database ... 13914 files and directories currently installed.) 20:58:13 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 20:58:13 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 20:58:13 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 20:58:13 (Reading database ... 13914 files and directories currently installed.) 20:58:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 20:58:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 20:58:13 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 20:58:13 (Reading database ... 13915 files and directories currently installed.) 20:58:13 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:58:13 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:58:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:58:13 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:58:14 + docker-compose -f ./docker-compose-build.yml build --parallel 20:58:14 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 20:58:14 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 20:58:14 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:58:14 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:58:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:58:14 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:58:14 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:58:14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:58:14 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:58:14 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:58:14 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:58:14 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:58:15 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:58:15 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:58:15 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:58:15 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:58:15 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:58:15 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:58:15 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:58:15 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:58:16 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:58:16 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:58:16 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:58:16 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:58:16 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:58:16 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:58:17 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:58:17 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:58:17 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:58:17 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:58:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:58:17 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:58:17 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:58:17 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:58:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:58:17 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:58:18 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:58:18 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:58:18 Building docker-core-command-go ... 20:58:18 Building docker-core-data-go ... 20:58:18 Building docker-core-metadata-go ... 20:58:18 Building docker-security-bootstrapper-go ... 20:58:18 Building docker-security-proxy-setup-go ... 20:58:18 Building docker-security-secretstore-setup-go ... 20:58:18 Building docker-support-notifications-go ... 20:58:18 Building docker-support-scheduler-go ... 20:58:18 Building docker-sys-mgmt-agent-go ... 20:58:18 Building docker-support-notifications-go 20:58:18 Building docker-core-metadata-go 20:58:18 Building docker-security-secretstore-setup-go 20:58:18 Building docker-security-bootstrapper-go 20:58:18 Building docker-core-command-go 20:58:18 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:58:18 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:58:19 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:58:19 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:58:19 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:58:20 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:58:20 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:58:20 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:58:21 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:58:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:58:21 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:58:21 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:58:22 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:58:22 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:58:22 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:58:22 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:58:22 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:58:22 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:58:22 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:58:22 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:58:22 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:58:22 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:58:22 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:58:22 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:58:23 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:58:23 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:58:23 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:58:23 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:58:23 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:58:23 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:58:23 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:58:23 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:58:23 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:58:23 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:58:23 20:58:23 Current default time zone: 'Etc/UTC' 20:58:23 Local time is now: Mon Apr 19 20:58:23 UTC 2021. 20:58:23 Universal Time is now: Mon Apr 19 20:58:23 UTC 2021. 20:58:23 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:58:23 20:58:23 Setting up systemd-sysv (237-3ubuntu10.46) ... 20:58:23 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:58:24 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 20:58:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:58:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:58:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:58:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:58:24 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:58:24 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:58:24 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:58:24 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:58:24 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:58:24 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:58:24 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 20:58:24 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:58:24 Setting up patch (2.7.6-2ubuntu1.1) ... 20:58:24 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:58:24 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:58:24 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 20:58:24 Installing new version of config file /etc/ssl/openssl.cnf ... 20:58:24 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:58:24 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:58:24 Setting up ca-certificates (20210119~18.04.1) ... 20:58:26 Updating certificates in /etc/ssl/certs... 20:58:27 23 added, 27 removed; done. 20:58:27 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:58:27 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:58:27 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:58:27 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:58:27 Setting up pkgbinarymangler (138.18.04.1) ... 20:58:27 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:58:27 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 20:58:27 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:58:27 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:58:27 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:58:27 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:58:27 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:58:27 Setting up perl (5.26.1-6ubuntu0.5) ... 20:58:27 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 20:58:27 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:58:28 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:58:28 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 20:58:28 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:58:28 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:58:28 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:58:28 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:58:28 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:58:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:58:28 Processing triggers for systemd (237-3ubuntu10.46) ... 20:58:28 Processing triggers for mime-support (3.60ubuntu1) ... 20:58:28 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:58:28 Updating certificates in /etc/ssl/certs... 20:58:28 0 added, 0 removed; done. 20:58:28 Running hooks in /etc/ca-certificates/update.d... 20:58:28 done. 20:58:29 Reading package lists... 20:58:29 Building dependency tree... 20:58:29 Reading state information... 20:58:29 The following NEW packages will be installed: 20:58:29 apt-transport-https 20:58:30 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:58:30 Need to get 1692 B of archives. 20:58:30 After this operation, 154 kB of additional disk space will be used. 20:58:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 20:58:30 debconf: delaying package configuration, since apt-utils is not installed 20:58:30 Fetched 1692 B in 0s (7516 B/s) 20:58:30 Selecting previously unselected package apt-transport-https. 20:58:30 (Reading database ... 13920 files and directories currently installed.) 20:58:30 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 20:58:30 Unpacking apt-transport-https (1.6.13) ... 20:58:30 Setting up apt-transport-https (1.6.13) ... 20:58:30 Waiting for network to be ready... 20:58:37 2021-04-19T20:58:33Z INFO Waiting for automatic snapd restart... 20:58:37 snapd 2.49.2 from Canonical* installed 20:58:37 "snapd" switched to the "latest/stable" channel 20:58:37 20:58:40 core18 20210309 from Canonical* installed 20:58:40 "core18" switched to the "latest/stable" channel 20:58:40 20:58:43 snapcraft 4.6.2 from Canonical* installed 20:58:43 "snapcraft" switched to the "latest/stable" channel 20:58:43 20:58: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: 20:58:48 - README.md 20:58:48 20:58:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:58:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:58:54 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 20:58:54 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:58:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:58:55 Reading package lists... 20:58:55 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 20:59:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:59:02 Reading package lists... 20:59:02 Building dependency tree... 20:59:02 Reading state information... 20:59:02 Suggested packages: 20:59:02 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:59:02 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:59:02 Recommended packages: 20:59:02 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:59:02 The following NEW packages will be installed: 20:59:02 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:59:02 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:59:02 pkg-config zip 20:59:02 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:59:02 Need to get 7663 kB of archives. 20:59:02 After this operation, 43.8 MB of additional disk space will be used. 20:59:02 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:59:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 20:59:02 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:59:02 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:59:02 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:59:02 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:59:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:59:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:59:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:59:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:59:02 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 20:59:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 20:59:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 20:59:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:59:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:59:03 debconf: delaying package configuration, since apt-utils is not installed 20:59:03 Fetched 7663 kB in 1s (6584 kB/s) 20:59:03 Selecting previously unselected package libglib2.0-0:amd64. 20:59:03 (Reading database ... 13924 files and directories currently installed.) 20:59:03 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:59:03 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:59:03 Selecting previously unselected package libpsl5:amd64. 20:59:03 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:59:03 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:59:03 Selecting previously unselected package libnghttp2-14:amd64. 20:59:03 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:59:03 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:59:03 Selecting previously unselected package librtmp1:amd64. 20:59:03 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:59:03 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:59:03 Selecting previously unselected package libcurl3-gnutls:amd64. 20:59:03 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 20:59:03 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 20:59:04 Selecting previously unselected package liberror-perl. 20:59:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:59:04 Unpacking liberror-perl (0.17025-1) ... 20:59:04 Selecting previously unselected package git-man. 20:59:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 20:59:04 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 20:59:04 Selecting previously unselected package git. 20:59:04 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 20:59:04 Unpacking git (1:2.17.1-1ubuntu0.8) ... 20:59:04 Selecting previously unselected package libnorm1:amd64. 20:59:04 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:59:04 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:59:05 Selecting previously unselected package libpgm-5.2-0:amd64. 20:59:05 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:59:05 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:59:05 Selecting previously unselected package libsodium23:amd64. 20:59:05 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:59:05 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:59:05 Selecting previously unselected package libzmq5:amd64. 20:59:05 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:59:05 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:59:05 Selecting previously unselected package libzmq3-dev:amd64. 20:59:05 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:59:05 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:59:05 Selecting previously unselected package pkg-config. 20:59:05 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:59:05 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:59:05 Selecting previously unselected package zip. 20:59:05 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:59:05 Unpacking zip (3.0-11build1) ... 20:59:05 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:59:05 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 20:59:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:59:06 Setting up liberror-perl (0.17025-1) ... 20:59:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:59:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:59:06 No schema files found: doing nothing. 20:59:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:59:06 Setting up zip (3.0-11build1) ... 20:59:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:59:06 Setting up libsodium23:amd64 (1.0.16-2) ... 20:59:06 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:59:06 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:59:06 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 20:59:06 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:59:06 Setting up git (1:2.17.1-1ubuntu0.8) ... 20:59:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:59:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:59:13 git set to automatically installed. 20:59:13 git-man set to automatically installed. 20:59:13 libcurl3-gnutls set to automatically installed. 20:59:13 liberror-perl set to automatically installed. 20:59:13 libglib2.0-0 set to automatically installed. 20:59:13 libnghttp2-14 set to automatically installed. 20:59:13 libnorm1 set to automatically installed. 20:59:13 libpgm-5.2-0 set to automatically installed. 20:59:13 libpsl5 set to automatically installed. 20:59:13 librtmp1 set to automatically installed. 20:59:13 libsodium23 set to automatically installed. 20:59:13 libzmq3-dev set to automatically installed. 20:59:13 libzmq5 set to automatically installed. 20:59:13 pkg-config set to automatically installed. 20:59:13 zip set to automatically installed. 20:59:15 snapd is not logged in, snap install commands will use sudo 20:59:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:59:21 snap "core18" has no updates available 20:59:22 snapd is not logged in, snap install commands will use sudo 20:59:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:59:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:59:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:59:40 ---> c883bbb76a60 20:59:40 Step 3/24 : WORKDIR /edgex-go 20:59:40 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:59:40 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:59:40 ---> c883bbb76a60 20:59:40 Step 3/31 : WORKDIR /edgex-go 20:59:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:59:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:59:40 ---> c883bbb76a60 20:59:40 Step 3/23 : WORKDIR /edgex-go 20:59:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:59:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:59:40 ---> c883bbb76a60 20:59:40 Step 3/22 : WORKDIR /edgex-go 20:59:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:59:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:59:40 ---> c883bbb76a60 20:59:40 Step 3/23 : WORKDIR /edgex-go 20:59:40 ---> Running in f16eff808a98 20:59:40 ---> Running in 5a7fe78d17d5 20:59:40 ---> Running in 25e1243ca76e 20:59:40 ---> Running in 659c0c66da73 20:59:40 ---> Running in f70d5854ffcf 20:59:40 Removing intermediate container f70d5854ffcf 20:59:40 ---> 4bb60d967c24 20:59:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:40 Removing intermediate container f16eff808a98 20:59:40 ---> 94b32544e122 20:59:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:40 Removing intermediate container 659c0c66da73 20:59:40 ---> f4e268acfae3 20:59:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:40 ---> Running in 428e2168336a 20:59:40 Removing intermediate container 5a7fe78d17d5 20:59:40 ---> 3433928d295d 20:59:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:40 Removing intermediate container 25e1243ca76e 20:59:40 ---> c8de447dd538 20:59:40 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:40 ---> Running in 292fc6084d50 20:59:40 ---> Running in 1981867ca9ac 20:59:40 ---> Running in c4d3821d7906 20:59:40 ---> Running in 7afb5993439b 20:59:40 Removing intermediate container 428e2168336a 20:59:40 ---> bb9b9114700c 20:59:40 Step 5/23 : RUN apk add --update --no-cache make git 20:59:40 ---> Running in cc9ba2e04591 20:59:40 Removing intermediate container 1981867ca9ac 20:59:40 ---> df1f05ede9a8 20:59:40 Step 5/24 : RUN apk add --update --no-cache make git 20:59:40 Removing intermediate container 292fc6084d50 20:59:40 ---> 38799ea1d7be 20:59:40 Step 5/23 : RUN apk add --update --no-cache make git 20:59:40 ---> Running in 1c0baa6b51c0 20:59:40 ---> Running in 273492755e31 20:59:40 Removing intermediate container 7afb5993439b 20:59:40 ---> 40c3e49973ee 20:59:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:59:40 Removing intermediate container c4d3821d7906 20:59:40 ---> d2999601ca65 20:59:40 Step 5/31 : RUN apk add --update --no-cache make git 20:59:40 ---> Running in 1b5e21c6a230 20:59:40 ---> Running in ff8619f2b555 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:59:40 OK: 217 MiB in 51 packages 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:59:40 OK: 217 MiB in 51 packages 20:59:40 OK: 217 MiB in 51 packages 20:59:40 OK: 217 MiB in 51 packages 20:59:40 Removing intermediate container cc9ba2e04591 20:59:40 ---> cf4185bd7af8 20:59:40 Step 6/23 : COPY go.mod . 20:59:40 OK: 217 MiB in 51 packages 20:59:41 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 20:59:41 Pulling go-build-helper 20:59:41 + snapcraftctl pull 20:59:41 Removing intermediate container 1c0baa6b51c0 20:59:41 ---> 02f32993990c 20:59:41 Step 6/24 : COPY go.mod . 20:59:41 ---> 451079283ce8 20:59:41 Step 7/23 : RUN go mod download 20:59:42 Removing intermediate container ff8619f2b555 20:59:42 ---> 368a4b3d374c 20:59:42 Step 6/31 : COPY go.mod . 20:59:42 ---> Running in 210d23926e7b 20:59:42 'app-service-config' has dependencies that need to be staged: go-build-helper 20:59:42 Skipping pull go-build-helper (already ran) 20:59:42 Building go-build-helper 20:59:42 + snapcraftctl build 20:59:42 Removing intermediate container 1b5e21c6a230 20:59:42 ---> 0dd6a3d1bc9b 20:59:42 Step 6/22 : COPY go.mod . 20:59:42 Removing intermediate container 273492755e31 20:59:42 ---> f649234981b7 20:59:42 Step 6/23 : COPY go.mod . 20:59:43 ---> 95f19022664e 20:59:43 Step 7/24 : RUN go mod download 20:59:43 ---> Running in 9e4d5e548699 20:59:43 ---> 266debd33b03 20:59:43 Step 7/31 : RUN go mod download 20:59:43 ---> 64d9b5accc87 20:59:43 Step 7/22 : RUN go mod download 20:59:43 ---> Running in 8cbc9119d040 20:59:44 Staging go-build-helper 20:59:44 + snapcraftctl stage 20:59:44 ---> Running in 4006c5a8e219 20:59:44 ---> a126a3d70f8c 20:59:44 Step 7/23 : RUN go mod download 20:59:44 ---> Running in 58755f266b1e 20:59:46 Removing intermediate container 210d23926e7b 20:59:46 ---> e430792a1463 20:59:46 Step 8/23 : COPY . . 20:59:47 Removing intermediate container 9e4d5e548699 20:59:47 ---> 4e3ab41cb41a 20:59:47 Step 8/24 : COPY . . 20:59:49 Removing intermediate container 8cbc9119d040 20:59:49 ---> 00bce377516d 20:59:49 Step 8/31 : COPY . . 20:59:49 Removing intermediate container 4006c5a8e219 20:59:49 ---> c709980e95d1 20:59:49 Step 8/22 : COPY . . 20:59:49 Removing intermediate container 58755f266b1e 20:59:49 ---> a90c4e9d8563 20:59:49 Step 8/23 : COPY . . 20:59:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:59:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:59:54 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:59:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 20:59:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:59:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:59:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:59:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:59:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:59:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:59:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:59:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 20:59:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:59:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:59:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 20:59:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 20:59:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 20:59:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 20:59:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:59:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 20:59:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 20:59:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:59:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:59:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 20:59:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 20:59:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 20:59:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 20:59:54 Fetched 24.4 MB in 0s (0 B/s) 20:59:54 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:59:54 Fetched 224 kB in 0s (0 B/s) 20:59:54 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:59:54 Fetched 157 kB in 0s (0 B/s) 20:59:54 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:59:54 Fetched 221 kB in 0s (0 B/s) 20:59:54 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:59:54 Fetched 143 kB in 0s (0 B/s) 20:59:54 Pulling app-service-config 20:59:54 + snapcraftctl pull 20:59:54 Cloning into '/root/parts/app-service-config/src'... 20:59:55 Pulling config-common 20:59:55 + snapcraftctl pull 20:59:59 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:59:59 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:59:59 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:59:59 Fetched 0 B in 0s (0 B/s) 20:59:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:59:59 Fetched 0 B in 0s (0 B/s) 20:59:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:59:59 Fetched 0 B in 0s (0 B/s) 20:59:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:59:59 Fetched 0 B in 0s (0 B/s) 20:59:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:59:59 Fetched 0 B in 0s (0 B/s) 20:59:59 Pulling edgex-go 20:59:59 + snapcraftctl pull 21:00:16 ---> b57958e15599 21:00:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:00:16 ---> ff2d15ec654d 21:00:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:00:16 ---> ace48f1ba391 21:00:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:00:16 ---> d38c2757427e 21:00:16 Step 9/23 : RUN make cmd/core-command/core-command 21:00:16 ---> 195b48efee94 21:00:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:00:16 ---> Running in 70da74721ee9 21:00:16 ---> Running in ae395e81476b 21:00:16 ---> Running in f73a7ea2ce64 21:00:16 ---> Running in a55825e14a6b 21:00:16 ---> Running in d77c6c925d76 21:00:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:00:16 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:00:16 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:00:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:00:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:00:26 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:00:26 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:00:26 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:00:26 Fetched 0 B in 0s (0 B/s) 21:00:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:00:26 Fetched 96.5 kB in 0s (0 B/s) 21:00:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:00:26 Fetched 279 kB in 0s (0 B/s) 21:00:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:00:26 Fetched 122 kB in 0s (0 B/s) 21:00:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:00:26 Fetched 77.8 kB in 0s (0 B/s) 21:00:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:00:26 Fetched 8848 B in 0s (0 B/s) 21:00:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:00:26 Fetched 47.8 kB in 0s (0 B/s) 21:00:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:00:26 Fetched 45.6 kB in 0s (0 B/s) 21:00:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:00:26 Fetched 15.0 kB in 0s (0 B/s) 21:00:26 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 21:00:26 Fetched 219 kB in 0s (0 B/s) 21:00:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:00:26 Fetched 154 kB in 0s (0 B/s) 21:00:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:00:26 Fetched 50.6 kB in 0s (0 B/s) 21:00:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:00:26 Fetched 14.8 kB in 0s (0 B/s) 21:00:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:00:26 Fetched 41.8 kB in 0s (0 B/s) 21:00:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:00:26 Fetched 499 kB in 0s (0 B/s) 21:00:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:00:26 Fetched 111 kB in 0s (0 B/s) 21:00:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:00:26 Fetched 240 kB in 0s (0 B/s) 21:00:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:00:26 Fetched 29.3 kB in 0s (0 B/s) 21:00:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:00:26 Fetched 85.5 kB in 0s (0 B/s) 21:00:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:00:26 Fetched 24.5 kB in 0s (0 B/s) 21:00:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:00:26 Fetched 49.2 kB in 0s (0 B/s) 21:00:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:00:26 Fetched 54.2 kB in 0s (0 B/s) 21:00:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:00:26 Fetched 30.8 kB in 0s (0 B/s) 21:00:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:00:26 Fetched 15.8 kB in 0s (0 B/s) 21:00:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:00:26 Fetched 85.9 kB in 0s (0 B/s) 21:00:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:00:26 Fetched 8720 B in 0s (0 B/s) 21:00:26 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 21:00:26 Fetched 137 kB in 0s (0 B/s) 21:00:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:00:26 Fetched 119 kB in 0s (0 B/s) 21:00:26 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 21:00:26 Fetched 110 kB in 0s (0 B/s) 21:00:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:00:26 Fetched 11.1 kB in 0s (0 B/s) 21:00:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:00:26 Fetched 645 kB in 0s (0 B/s) 21:00:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:00:26 Fetched 41.3 kB in 0s (0 B/s) 21:00:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:00:26 Fetched 17.9 kB in 0s (0 B/s) 21:00:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:00:26 Fetched 368 kB in 0s (0 B/s) 21:00:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:00:26 Fetched 187 kB in 0s (0 B/s) 21:00:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:00:26 Fetched 175 kB in 0s (0 B/s) 21:00:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:00:26 Fetched 206 kB in 0s (0 B/s) 21:00:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 21:00:26 Fetched 1301 kB in 0s (0 B/s) 21:00:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:00:26 Fetched 36.2 kB in 0s (0 B/s) 21:00:26 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 21:00:26 Fetched 159 kB in 0s (0 B/s) 21:00:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:00:26 Fetched 107 kB in 0s (0 B/s) 21:00:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:00:26 Fetched 48.7 kB in 0s (0 B/s) 21:00:26 Pulling static-packages 21:00:26 + snapcraftctl pull 21:00:26 Pulling version 21:00:26 + cd /root/project 21:00:26 + [ -f VERSION ] 21:00:26 + PROJECT_VERSION=local-dev 21:00:26 + git rev-parse --short HEAD 21:00:26 + GIT_REVISION=aae5c2ba 21:00:26 + snapcraftctl set-version local-dev 21:00:27 Skipping build go-build-helper (already ran) 21:00:27 Building app-service-config 21:00:27 + make build 21:00:27 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:00:29 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 21:00:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 21:00:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 21:00:29 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 21:00:29 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 21:00:29 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:00:29 go: downloading github.com/BurntSushi/toml v0.3.1 21:00:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 21:00:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 21:00:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:00:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:00:29 go: downloading github.com/mitchellh/copystructure v1.0.0 21:00:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:00:29 go: downloading github.com/pelletier/go-toml v1.2.0 21:00:29 go: downloading github.com/hashicorp/consul/api v1.8.1 21:00:29 go: downloading github.com/gorilla/mux v1.8.0 21:00:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:00:29 go: downloading github.com/google/uuid v1.2.0 21:00:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:00:30 go: downloading github.com/go-playground/validator/v10 v10.4.1 21:00:30 go: downloading github.com/hashicorp/serf v0.9.5 21:00:30 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:00:30 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:00:30 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 21:00:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:00:30 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 21:00:30 go: downloading github.com/go-kit/kit v0.8.0 21:00:30 go: downloading github.com/go-playground/universal-translator v0.17.0 21:00:30 go: downloading github.com/pebbe/zmq4 v1.2.7 21:00:30 go: downloading github.com/go-playground/locales v0.13.0 21:00:30 go: downloading github.com/gorilla/websocket v1.4.2 21:00:30 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:00:30 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:00:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:00:30 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:00:30 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:00:30 go: downloading github.com/leodido/go-urn v1.2.0 21:00:30 go: downloading github.com/x448/float16 v0.8.4 21:00:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:00:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:00:30 go: downloading github.com/fatih/color v1.9.0 21:00:30 go: downloading github.com/mattn/go-isatty v0.0.12 21:00:30 go: downloading github.com/mattn/go-colorable v0.1.6 21:00:30 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:00:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:00:40 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 21:00:40 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 21:00:40 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 21:00:40 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 21:00:41 Building config-common 21:00:41 + snapcraftctl build 21:00:43 Building edgex-go 21:00:43 + cd /root/parts/edgex-go/src 21:00:43 + make build 21:00:43 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:00:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 21:00:43 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 21:00:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 21:00:43 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 21:00:43 go: downloading github.com/pelletier/go-toml v1.9.0 21:00:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:00:43 go: downloading github.com/pkg/errors v0.8.1 21:00:43 go: downloading github.com/imdario/mergo v0.3.12 21:00:43 go: downloading github.com/go-playground/validator/v10 v10.5.0 21:00:43 go: downloading golang.org/x/text v0.3.2 21:00:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:00:48 go: downloading gopkg.in/yaml.v2 v2.4.0 21:00:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:00:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:00:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:00:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:00:56 go: downloading github.com/stretchr/testify v1.7.0 21:00:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:00:56 go: downloading github.com/pmezard/go-difflib v1.0.0 21:00:56 go: downloading github.com/davecgh/go-spew v1.1.1 21:00:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:00:58 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:00:58 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:00:59 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:01: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:01:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:01:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:01:03 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:01:04 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:01:05 go: downloading github.com/lib/pq v1.10.0 21:01:07 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:01:07 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:01:07 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:01:07 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:01:07 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:01:07 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:01:07 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:01:07 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:01:07 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:01:07 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:01:07 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:01:07 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:01:07 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:01:07 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:01:07 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:01:07 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:01:07 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:01:07 + 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:01:07 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:01:07 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:01:07 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 21:01:07 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:01:07 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:01:07 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:01:07 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:01:07 + 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:01:10 Building static-packages 21:01:10 + snapcraftctl build 21:01:11 Building version 21:01:11 + snapcraftctl build 21:01:13 Skipping stage go-build-helper (already ran) 21:01:13 Staging app-service-config 21:01:13 + snapcraftctl stage 21:01:14 Staging config-common 21:01:14 + snapcraftctl stage 21:01:15 Staging edgex-go 21:01:15 + snapcraftctl stage 21:01:16 Staging static-packages 21:01:16 + snapcraftctl stage 21:01:17 Staging version 21:01:17 + snapcraftctl stage 21:01:18 Priming go-build-helper 21:01:18 + snapcraftctl prime 21:01:20 Priming app-service-config 21:01:20 + snapcraftctl prime 21:01:20 Priming config-common 21:01:20 + snapcraftctl prime 21:01:21 Priming edgex-go 21:01:21 + snapcraftctl prime 21:01:23 Priming static-packages 21:01:23 + snapcraftctl prime 21:01:25 Priming version 21:01:25 + snapcraftctl prime 21:01:26 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:01:54 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:02:12 Removing intermediate container 70da74721ee9 21:02:12 ---> fbe674731ade 21:02:12 21:02:12 Step 10/31 : FROM alpine:3.12 21:02:12 3.12: Pulling from library/alpine 21:02:12 Removing intermediate container f73a7ea2ce64 21:02:12 ---> 12a0a82ca8b5 21:02:12 21:02:12 Step 10/24 : FROM alpine:3.12 21:02:12 3.12: Pulling from library/alpine 21:02:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:02:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:02:13 Status: Image is up to date for alpine:3.12 21:02:13 Status: Downloaded newer image for alpine:3.12 21:02:13 ---> 9852663dfa18 21:02:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec ---> 9852663dfa18 21:02:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:02:13 21:02:14 ---> Running in 2d3bb010cc6a 21:02:14 ---> Running in 0c8aac489a4d 21:02:15 Removing intermediate container 0c8aac489a4d 21:02:15 ---> a33a79e77f4b 21:02:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:02:15 ---> Running in 3515e319d4cc 21:02:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:02:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:02:17 (1/6) Installing ca-certificates (20191127-r4) 21:02:17 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:02:17 (3/6) Installing libcurl (7.76.1-r0) 21:02:17 (4/6) Installing curl (7.76.1-r0) 21:02:17 (5/6) Installing dumb-init (1.2.2-r1) 21:02:17 (6/6) Installing su-exec (0.2-r1) 21:02:17 Executing busybox-1.31.1-r20.trigger 21:02:17 Executing ca-certificates-20191127-r4.trigger 21:02:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:02:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:02:17 OK: 7 MiB in 20 packages 21:02:18 (1/2) Installing dumb-init (1.2.2-r1) 21:02:18 (2/2) Installing su-exec (0.2-r1) 21:02:18 Executing busybox-1.31.1-r20.trigger 21:02:18 OK: 5 MiB in 16 packages 21:02:21 Removing intermediate container 2d3bb010cc6a 21:02:21 ---> a5e01111779c 21:02:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:02:21 Removing intermediate container 3515e319d4cc 21:02:21 ---> d072d0daa107 21:02:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:02:21 ---> Running in 6e694595ff4b 21:02:22 ---> Running in c2bc8d6e0b07 21:02:23 Removing intermediate container 6e694595ff4b 21:02:23 ---> dcea1e830ad1 21:02:23 Step 13/24 : WORKDIR / 21:02:23 Removing intermediate container c2bc8d6e0b07 21:02:23 ---> 314ea689d824 21:02:23 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:02:23 ---> Running in 6dd76fc1ea76 21:02:23 ---> Running in 016eacfe7b62 21:02:25 Removing intermediate container 6dd76fc1ea76 21:02:25 ---> e0cf5bdb216b 21:02:25 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:02:25 Removing intermediate container 016eacfe7b62 21:02:25 ---> 1e0927482a86 21:02:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:02:25 ---> Running in 71235e5f6733 21:02:26 Removing intermediate container a55825e14a6b 21:02:26 ---> e4b2baee07b9 21:02:26 21:02:26 Step 10/23 : FROM alpine:3.12 21:02:26 ---> 9852663dfa18 21:02:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:02:26 ---> Running in 9593e8ea55c7 21:02:26 ---> 85be830f8d1b 21:02:26 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:02:27 Removing intermediate container d77c6c925d76 21:02:27 ---> 3f01b7d2129c 21:02:27 21:02:27 Step 10/22 : FROM alpine:3.12 21:02:27 ---> 9852663dfa18 21:02:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:02:27 ---> Running in 80e7fe3faa84 21:02:28 ---> 5709f2aa8e05 21:02:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:02:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:02:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:02:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:02:29 ---> 823108b3cea2 21:02:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:02:29 (1/1) Installing dumb-init (1.2.2-r1) 21:02:29 Executing busybox-1.31.1-r20.trigger 21:02:29 OK: 5 MiB in 15 packages 21:02:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:02:29 Removing intermediate container 71235e5f6733 21:02:29 ---> 55787b6c3817 21:02:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:02:30 ---> Running in ae5f8da41687 21:02:30 (1/2) Installing ca-certificates (20191127-r4) 21:02:30 (2/2) Installing dumb-init (1.2.2-r1) 21:02:30 Executing busybox-1.31.1-r20.trigger 21:02:30 Executing ca-certificates-20191127-r4.trigger 21:02:30 OK: 6 MiB in 16 packages 21:02:31 Removing intermediate container ae5f8da41687 21:02:31 ---> ea26abaaef2b 21:02:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:02:32 ---> 6d85b79927ed 21:02:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:02:32 Removing intermediate container 9593e8ea55c7 21:02:32 ---> 9961e76a4c5e 21:02:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:02:32 ---> Running in 70832bb55196 21:02:33 ---> 3c4b42f61c15 21:02:33 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:02:33 ---> Running in 33e172f0f05c 21:02:34 Removing intermediate container 70832bb55196 21:02:34 ---> 87420e1adf65 21:02:34 Step 13/23 : ENV APP_PORT=48082 21:02:34 Removing intermediate container 80e7fe3faa84 21:02:34 ---> 2a0dc326ba49 21:02:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:02:34 ---> Running in 98e4c936e245 21:02:34 ---> Running in 8406a28c84a3 21:02:34 ---> 28c8221073a4 21:02:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:02:35 Removing intermediate container ae395e81476b 21:02:35 ---> 43b5847a1db2 21:02:35 21:02:35 Step 10/23 : FROM alpine:3.12 21:02:35 ---> 9852663dfa18 21:02:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:02:35 ---> Using cache 21:02:35 ---> 9961e76a4c5e 21:02:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:02:35 ---> Using cache 21:02:35 ---> 87420e1adf65 21:02:35 Step 13/23 : ENV APP_PORT=48081 21:02:35 Removing intermediate container 98e4c936e245 21:02:35 ---> dade70e9444f 21:02:35 Step 14/23 : EXPOSE $APP_PORT 21:02:35 ---> Running in 1b466387a247 21:02:35 Removing intermediate container 8406a28c84a3 21:02:35 ---> 33d281d391cc 21:02:35 Step 13/22 : ENV APP_PORT=48060 21:02:35 ---> Running in a2912d718984 21:02:35 ---> Running in 38559b7892d5 21:02:35 ---> 85dce4c9d021 21:02:35 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:02:35 Removing intermediate container 1b466387a247 21:02:35 ---> 2ae95428f858 21:02:35 Step 14/23 : EXPOSE $APP_PORT 21:02:36 ---> Running in 5ffb34f549f8 21:02:36 ---> Running in 32313b623436 21:02:36 Removing intermediate container 38559b7892d5 21:02:36 Removing intermediate container a2912d718984 21:02:36 ---> 96825e845b0e 21:02:36 Step 14/22 : EXPOSE $APP_PORT 21:02:36 ---> 311a2630ced6 21:02:36 Step 15/23 : WORKDIR / 21:02:36 ---> Running in 95ed22edb0a4 21:02:36 ---> Running in ad6e81b02243 21:02:37 Removing intermediate container 32313b623436 21:02:37 ---> dae0b505263b 21:02:37 Step 15/23 : WORKDIR / 21:02:37 Removing intermediate container 33e172f0f05c 21:02:37 ---> 55f2bcfd771e 21:02:37 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:37 ---> Running in 987dee0d51c1 21:02:37 Removing intermediate container 95ed22edb0a4 21:02:37 ---> 0bdb5338fb5a 21:02:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:37 Removing intermediate container ad6e81b02243 21:02:37 ---> 3a528efaf5ed 21:02:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:38 Removing intermediate container 987dee0d51c1 21:02:38 ---> d2450832519f 21:02:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:38 ---> d8c2dbfb5a20 21:02:38 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:02:38 ---> 64aa98fc9734 21:02:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:02:39 ---> 76801094c42c 21:02:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:02:39 ---> eb862fc4ba59 21:02:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:02:39 Removing intermediate container 5ffb34f549f8 21:02:39 ---> 67a9f176c558 21:02:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:02:40 ---> 2f7617ed7376 21:02:40 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:02:40 ---> Running in 598483c5993b 21:02:41 ---> b26beb2f2807 21:02:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:02:41 ---> 62ca5055aa25 21:02:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:02:41 ---> 742ccb79ea8a 21:02:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:02:41 Removing intermediate container 598483c5993b 21:02:41 ---> 675d9f6d7672 21:02:41 Step 22/24 : LABEL arch=arm64 21:02:41 ---> 334d7020e8b1 21:02:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:02:42 ---> Running in 2f17ce585f23 21:02:42 ---> 1afc83e470b1 21:02:42 Step 19/23 : ENTRYPOINT ["/core-command"] 21:02:42 ---> cbbac0943325 21:02:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:02:42 ---> c65f0b245b6e 21:02:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:02:42 ---> Running in cdf30113b716 21:02:42 ---> Running in ea6c2f356dd3 21:02:42 ---> Running in eb1f8d93a57e 21:02:42 Removing intermediate container 2f17ce585f23 21:02:42 ---> 08a38d22314f 21:02:42 Step 23/24 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 21:02:42 ---> bd17d2eb7a11 21:02:42 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:02:43 ---> Running in e4c0a21b5f61 21:02:43 Removing intermediate container cdf30113b716 21:02:43 ---> cca2873203e1 21:02:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:02:43 Removing intermediate container ea6c2f356dd3 21:02:43 ---> 2456bcd8fd7e 21:02:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:02:43 Removing intermediate container eb1f8d93a57e 21:02:43 ---> c75ebe1f9997 21:02:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:02:43 ---> Running in cd8cf848ff70 21:02:43 ---> Running in 4e3ef28bfbc5 21:02:43 Removing intermediate container e4c0a21b5f61 21:02:43 ---> 1d1566f105bd 21:02:43 Step 24/24 : LABEL version=0.0.0 21:02:43 ---> Running in 735aa51483de 21:02:43 ---> 43498ada568b 21:02:43 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:02:43 ---> Running in 3211e5c521fa 21:02:44 ---> Running in 0897fc93aac8 21:02:44 Removing intermediate container 4e3ef28bfbc5 21:02:44 ---> 6beea3646055 21:02:44 Step 21/23 : LABEL arch=arm64 21:02:44 Removing intermediate container cd8cf848ff70 21:02:44 ---> ffca6a66a669 21:02:44 Step 21/23 : LABEL arch=arm64 21:02:44 Removing intermediate container 3211e5c521fa 21:02:44 ---> 50ab84491288 21:02:44 21:02:44 ---> Running in 180162be469f 21:02:44 ---> Running in f7e1402cf1e7 21:02:44 Removing intermediate container 735aa51483de 21:02:44 ---> c7d0f9c51488 21:02:44 Step 20/22 : LABEL arch=arm64 21:02:45 ---> Running in e0823dcf9714 21:02:45 Removing intermediate container 0897fc93aac8 21:02:45 ---> f7e3bebdf0d8 21:02:45 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:02:45 Successfully built 50ab84491288 21:02:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:02:45  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 21:02:45 Removing intermediate container 180162be469f 21:02:45 ---> 0df51e66672b 21:02:45 Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3eceRemoving intermediate container f7e1402cf1e7 21:02:45 ---> 669f46493b66 21:02:45 Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 21:02:45 21:02:45 ---> Running in fb29263fdeda 21:02:45 ---> Running in 3f10946a5289 21:02:45 Removing intermediate container e0823dcf9714 21:02:45 ---> 4ae806c7f889 21:02:45 Step 21/22 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 21:02:45 ---> Running in 2a988fa4d981 21:02:45 ---> aa0288a57b50 21:02:45 Step 26/31 : RUN chmod +x /entrypoint.sh 21:02:46 ---> Running in d5ae50b8587b 21:02:46 Removing intermediate container 3f10946a5289 21:02:46 ---> 3af59236cde5 21:02:46 Step 23/23 : LABEL version=0.0.0 21:02:46 Removing intermediate container fb29263fdeda 21:02:46 ---> 2f60a9c80fda 21:02:46 Step 23/23 : LABEL version=0.0.0 21:02:46 Removing intermediate container 2a988fa4d981 21:02:46 ---> 426630da1218 21:02:46 Step 22/22 : LABEL version=0.0.0 21:02:46 ---> Running in 7ee0fd0794f8 21:02:46 ---> Running in 504c11d553ee 21:02:47 ---> Running in 757bf124f817 21:02:48 Removing intermediate container 504c11d553ee 21:02:48 ---> bd119a1b2cbc 21:02:48 21:02:48 Removing intermediate container 7ee0fd0794f8 21:02:48 ---> 4bd86638c122 21:02:48 21:02:48 Removing intermediate container 757bf124f817 21:02:48 ---> a8a27bd82a6a 21:02:48 21:02:48 Successfully built bd119a1b2cbc 21:02:48 Successfully tagged docker-core-metadata-go-arm64:latest 21:02:48 Building docker-core-data-go 21:02:48  Building docker-core-metadata-go ... done Successfully built 4bd86638c122 21:02:48 Successfully tagged docker-core-command-go-arm64:latest 21:02:48  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 21:02:48 Successfully built a8a27bd82a6a 21:02:48 Successfully tagged docker-support-notifications-go-arm64:latest 21:02:49  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 21:02:49 Removing intermediate container d5ae50b8587b 21:02:49 ---> 88d00c5859e2 21:02:49 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:02:50 ---> Running in 3e742a46be60 21:02:50 Removing intermediate container 3e742a46be60 21:02:50 ---> a717e6f48491 21:02:50 Step 28/31 : CMD ["gate"] 21:02:50 ---> Running in d723e1dac051 21:02:51 Removing intermediate container d723e1dac051 21:02:51 ---> 5e5879681820 21:02:51 Step 29/31 : LABEL arch=arm64 21:02:51 ---> Running in 19f9fbdb8417 21:02:52 Removing intermediate container 19f9fbdb8417 21:02:52 ---> dce527a73530 21:02:52 Step 30/31 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 21:02:53 ---> Running in 82e42bce9060 21:02:54 Removing intermediate container 82e42bce9060 21:02:54 ---> 05b579a806e8 21:02:54 Step 31/31 : LABEL version=0.0.0 21:02:54 ---> Running in aa0f02b54424 21:02:55 Removing intermediate container aa0f02b54424 21:02:55 ---> 50377e902a38 21:02:55 21:02:55 Successfully built 50377e902a38 21:02:55 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:03:42  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:03:42 ---> c883bbb76a60 21:03:42 Step 3/22 : WORKDIR /edgex-go 21:03:42 ---> Using cache 21:03:42 ---> c8de447dd538 21:03:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:42 ---> Using cache 21:03:42 ---> d2999601ca65 21:03:42 Step 5/22 : RUN apk add --update --no-cache make git 21:03:42 ---> Using cache 21:03:42 ---> 368a4b3d374c 21:03:42 Step 6/22 : COPY go.mod . 21:03:42 ---> Using cache 21:03:42 ---> 266debd33b03 21:03:42 Step 7/22 : RUN go mod download 21:03:42 ---> Using cache 21:03:42 ---> 00bce377516d 21:03:42 Step 8/22 : COPY . . 21:03:42 ---> Using cache 21:03:42 ---> ace48f1ba391 21:03:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:03:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:03:43 ---> c883bbb76a60 21:03:43 Step 3/23 : WORKDIR /edgex-go 21:03:43 ---> Using cache 21:03:43 ---> c8de447dd538 21:03:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:43 ---> Using cache 21:03:43 ---> d2999601ca65 21:03:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:03:43 ---> Running in 6c7980da963a 21:03:43 ---> Running in 771b5fbe2406 21:03:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:03:43 ---> c883bbb76a60 21:03:43 Step 3/23 : WORKDIR /edgex-go 21:03:43 ---> Using cache 21:03:43 ---> c8de447dd538 21:03:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:43 ---> Using cache 21:03:43 ---> d2999601ca65 21:03:43 Step 5/23 : RUN apk add --update --no-cache make bash git 21:03:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:03:43 ---> c883bbb76a60 21:03:43 Step 3/21 : WORKDIR /edgex-go 21:03:43 ---> Using cache 21:03:43 ---> c8de447dd538 21:03:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:43 ---> Using cache 21:03:43 ---> d2999601ca65 21:03:43 Step 5/21 : RUN apk add --update --no-cache make git 21:03:43 ---> Using cache 21:03:43 ---> 368a4b3d374c 21:03:43 Step 6/21 : COPY go.mod . 21:03:43 ---> Using cache 21:03:43 ---> 266debd33b03 21:03:43 Step 7/21 : RUN go mod download 21:03:43 ---> Using cache 21:03:43 ---> 00bce377516d 21:03:43 Step 8/21 : COPY . . 21:03:43 ---> Using cache 21:03:43 ---> ace48f1ba391 21:03:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:03:43 ---> Running in 5d3cdd2072d5 21:03:44 ---> Running in 9d0621e4515d 21:03:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:03:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:03:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:46 OK: 217 MiB in 51 packages 21:03:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:48 Removing intermediate container 6c7980da963a 21:03:48 ---> 58b14421b65d 21:03:48 Step 6/23 : COPY go.mod . 21:03:49 ---> ccd6b11e8634 21:03:49 Step 7/23 : RUN go mod download 21:03:49 ---> Running in 07252a67133a 21:03:50 OK: 217 MiB in 51 packages 21:03:52 Removing intermediate container 5d3cdd2072d5 21:03:52 ---> 9bc59e439708 21:03:52 Step 6/23 : COPY go.mod . 21:03:53 ---> 58da6a22bcff 21:03:53 Step 7/23 : RUN go mod download 21:03:53 ---> Running in f0d2f0eccb9a 21:03:54 Removing intermediate container 07252a67133a 21:03:54 ---> 9908a00f885c 21:03:54 Step 8/23 : COPY . . 21:04:00 Removing intermediate container f0d2f0eccb9a 21:04:00 ---> f4336e114433 21:04:00 Step 8/23 : COPY . . 21:04:22 ---> 1364325f1eab 21:04:22 Step 9/23 : RUN make cmd/core-data/core-data 21:04:22 ---> Running in 8822f2cdd055 21:04:24 ---> 95e6c4f4f487 21:04:24 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:04:24 ---> Running in 37cc0f4b23c1 21:04:24 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:04:26 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:04:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:05:12 Removing intermediate container 9d0621e4515d 21:05:12 ---> 72df060c6ead 21:05:12 21:05:12 Step 10/21 : FROM alpine:3.12 21:05:12 ---> 9852663dfa18 21:05:12 Step 11/21 : RUN apk add --update --no-cache curl 21:05:12 ---> Running in f09e40152fd0 21:05:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:14 (1/4) Installing ca-certificates (20191127-r4) 21:05:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:05:15 (3/4) Installing libcurl (7.76.1-r0) 21:05:15 (4/4) Installing curl (7.76.1-r0) 21:05:15 Executing busybox-1.31.1-r20.trigger 21:05:15 Executing ca-certificates-20191127-r4.trigger 21:05:15 OK: 7 MiB in 18 packages 21:05:18 Removing intermediate container 771b5fbe2406 21:05:18 ---> 76e855a38290 21:05:18 21:05:19 Step 10/22 : FROM alpine:3.12 21:05:19 ---> 9852663dfa18 21:05:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:05:19 ---> Using cache 21:05:19 ---> 9961e76a4c5e 21:05:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:05:19 ---> Using cache 21:05:19 ---> 87420e1adf65 21:05:19 Step 13/22 : ENV APP_PORT=48085 21:05:19 Removing intermediate container f09e40152fd0 21:05:19 ---> 6ec785e0b1ab 21:05:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:19 ---> Running in b5dfc4237021 21:05:19 ---> Running in 1bcca7397384 21:05:20 Removing intermediate container b5dfc4237021 21:05:20 ---> 1faff0806352 21:05:20 Step 13/21 : WORKDIR /edgex 21:05:20 Removing intermediate container 1bcca7397384 21:05:20 ---> 10df05eb1022 21:05:20 Step 14/22 : EXPOSE $APP_PORT 21:05:20 ---> Running in 2b6c095340ef 21:05:20 ---> Running in 7955be63b6b2 21:05:21 Removing intermediate container 7955be63b6b2 21:05:21 ---> 68e7dae456fe 21:05:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:05:21 Removing intermediate container 2b6c095340ef 21:05:21 ---> 204d6d5212cf 21:05:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:05:22 ---> f4f789a8566c 21:05:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:05:22 ---> 808fb9005915 21:05:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:05:25 ---> 7c2a5d86cb65 21:05:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:05:25 ---> a670feb8b3fb 21:05:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:05:26 ---> b1bb3a8ddb44 21:05:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:05:26 ---> Running in a0ac5047922e 21:05:26 ---> fc34eba3f4c9 21:05:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:05:27 ---> Running in 4e0d6efefb34 21:05:27 Removing intermediate container a0ac5047922e 21:05:27 ---> 979847071ab8 21:05:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:28 ---> Running in a6a6b7010b29 21:05:28 Removing intermediate container 4e0d6efefb34 21:05:28 ---> c6a4c0284105 21:05:28 Step 18/21 : CMD ["--init=true"] 21:05:28 ---> Running in d1969b5ae9f0 21:05:29 Removing intermediate container a6a6b7010b29 21:05:29 ---> 768c2bd626d6 21:05:29 Step 20/22 : LABEL arch=arm64 21:05:29 ---> Running in 6627fced3023 21:05:29 Removing intermediate container d1969b5ae9f0 21:05:29 ---> ebf0b97a813d 21:05:29 Step 19/21 : LABEL arch=arm64 21:05:29 ---> Running in 347d4ae97701 21:05:29 Removing intermediate container 6627fced3023 21:05:29 ---> 19c089125025 21:05:29 Step 21/22 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 21:05:30 ---> Running in 4bf843a56026 21:05:30 Removing intermediate container 347d4ae97701 21:05:30 ---> 63ac5a7c4ff1 21:05:30 Step 20/21 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 21:05:30 ---> Running in 1bd4e7caeb87 21:05:30 Removing intermediate container 4bf843a56026 21:05:30 ---> ab8b0ba5776f 21:05:30 Step 22/22 : LABEL version=0.0.0 21:05:31 ---> Running in fa4ab39ec831 21:05:31 Removing intermediate container 1bd4e7caeb87 21:05:31 ---> 374be86fa197 21:05:31 Step 21/21 : LABEL version=0.0.0 21:05:31 ---> Running in 425bcac52d3e 21:05:31 Removing intermediate container fa4ab39ec831 21:05:31 ---> 6ce2c39a4d75 21:05:31 21:05:32 Removing intermediate container 425bcac52d3e 21:05:32 ---> 0227e25a915c 21:05:32 21:05:32 Successfully built 6ce2c39a4d75 21:05:32 Successfully tagged docker-support-scheduler-go-arm64:latest 21:05:33  Building docker-support-scheduler-go ... done Successfully built 0227e25a915c 21:05:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:05:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 37cc0f4b23c1 21:05:48 ---> a3956a5a3025 21:05:48 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:05:48 ---> Running in fbb861c6cd1d 21:05: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:05:51 Removing intermediate container fbb861c6cd1d 21:05:51 ---> e069ffde937a 21:05:51 21:05:51 Step 11/23 : FROM docker:20.10.0 21:05:51 20.10.0: Pulling from library/docker 21:05:59 Removing intermediate container 8822f2cdd055 21:05:59 ---> 9fff8c675923 21:05:59 21:05:59 Step 10/23 : FROM alpine:3.12 21:05:59 ---> 9852663dfa18 21:05:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:05:59 ---> Running in bcf27492f6e6 21:06:00 Removing intermediate container bcf27492f6e6 21:06:00 ---> abc13cdd2585 21:06:00 Step 12/23 : ENV APP_PORT=48080 21:06:00 ---> Running in 83260a36aa16 21:06:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:06:00 Status: Downloaded newer image for docker:20.10.0 21:06:00 ---> eeaf43b92773 21:06:00 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:06:00 ---> Running in 79e7cd0a16a0 21:06:01 Removing intermediate container 83260a36aa16 21:06:01 ---> 4489e11e7c2f 21:06:01 Step 13/23 : EXPOSE $APP_PORT 21:06:01 ---> Running in fc13c3aa2a9c 21:06:01 Removing intermediate container 79e7cd0a16a0 21:06:01 ---> 9fed45b59a79 21:06:01 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:06:01 ---> Running in 568ea6c5d303 21:06:01 Removing intermediate container fc13c3aa2a9c 21:06:01 ---> dc37c48201c3 21:06:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:02 ---> Running in 0c4faddb65f2 21:06:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:03 (1/39) Installing readline (8.0.4-r0) 21:06:03 (2/39) Installing bash (5.0.17-r0) 21:06:03 Executing bash-5.0.17-r0.post-install 21:06:03 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:06:03 (4/39) Installing libcurl (7.76.1-r0) 21:06:03 (5/39) Installing curl (7.76.1-r0) 21:06:03 (6/39) Installing dumb-init (1.2.2-r1) 21:06:03 (7/39) Installing libbz2 (1.0.8-r1) 21:06:03 (8/39) Installing expat (2.2.9-r1) 21:06:03 (9/39) Installing libffi (3.3-r2) 21:06:03 (10/39) Installing gdbm (1.13-r1) 21:06:03 (11/39) Installing xz-libs (5.2.5-r0) 21:06:03 (12/39) Installing sqlite-libs (3.32.1-r0) 21:06:03 (13/39) Installing python3 (3.8.8-r0) 21:06:05 Removing intermediate container 0c4faddb65f2 21:06:05 ---> 2b76ab180fc9 21:06:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:06:05 ---> Running in 98280e25a4d1 21:06:05 (14/39) Installing py3-appdirs (1.4.4-r1) 21:06:05 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:06:05 (16/39) Installing py3-parsing (2.4.7-r0) 21:06:05 (17/39) Installing py3-six (1.15.0-r0) 21:06:05 (18/39) Installing py3-packaging (20.4-r0) 21:06:05 (19/39) Installing py3-setuptools (47.0.0-r0) 21:06:05 (20/39) Installing py3-chardet (3.0.4-r4) 21:06:05 (21/39) Installing py3-idna (2.9-r0) 21:06:05 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:06:05 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:06:05 (24/39) Installing py3-requests (2.23.0-r0) 21:06:05 (25/39) Installing py3-msgpack (1.0.0-r0) 21:06:05 (26/39) Installing py3-lockfile (0.12.2-r3) 21:06:05 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:06:05 (28/39) Installing py3-colorama (0.4.3-r0) 21:06:05 (29/39) Installing py3-distlib (0.3.0-r0) 21:06:05 (30/39) Installing py3-distro (1.5.0-r1) 21:06:05 (31/39) Installing py3-webencodings (0.5.1-r3) 21:06:06 (32/39) Installing py3-html5lib (1.0.1-r4) 21:06:06 (33/39) Installing py3-pytoml (0.1.21-r0) 21:06:06 (34/39) Installing py3-pep517 (0.8.2-r0) 21:06:06 (35/39) Installing py3-progress (1.5-r0) 21:06:06 (36/39) Installing py3-toml (0.10.1-r0) 21:06:06 (37/39) Installing py3-retrying (1.3.3-r0) 21:06:06 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:06:06 (39/39) Installing py3-pip (20.1.1-r0) 21:06:06 Executing busybox-1.31.1-r19.trigger 21:06:06 OK: 72 MiB in 59 packages 21:06:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:08 (1/6) Installing dumb-init (1.2.2-r1) 21:06:08 (2/6) Installing libgcc (9.3.0-r2) 21:06:08 (3/6) Installing libsodium (1.0.18-r0) 21:06:08 (4/6) Installing libstdc++ (9.3.0-r2) 21:06:09 (5/6) Installing libzmq (4.3.3-r0) 21:06:09 (6/6) Installing zeromq (4.3.3-r0) 21:06:09 Executing busybox-1.31.1-r20.trigger 21:06:09 OK: 8 MiB in 20 packages 21:06:10 Collecting docker-compose==1.23.2 21:06:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:06:10 Removing intermediate container 98280e25a4d1 21:06:10 ---> 1cc10d4afaf6 21:06:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:06:11 Collecting docopt<0.7,>=0.6.1 21:06:11 Downloading docopt-0.6.2.tar.gz (25 kB) 21:06:11 ---> 2f9ef24e65ee 21:06:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:06:13 Collecting cached-property<2,>=1.2.0 21:06:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:06:13 ---> 9a9a61360e33 21:06:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:06:14 ---> 994064212c53 21:06:14 Step 19/23 : ENTRYPOINT ["/core-data"] 21:06:14 ---> Running in c51c310f4015 21:06:14 Collecting PyYAML<4,>=3.10 21:06:14 Downloading PyYAML-3.13.tar.gz (270 kB) 21:06:15 Removing intermediate container c51c310f4015 21:06:15 ---> 3e44464f38f8 21:06:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:06:15 ---> Running in 560c4ad5a926 21:06:15 Removing intermediate container 560c4ad5a926 21:06:15 ---> d97cb819160b 21:06:15 Step 21/23 : LABEL arch=arm64 21:06:15 ---> Running in 36794322b398 21:06:16 Removing intermediate container 36794322b398 21:06:16 ---> 3430c395af3f 21:06:16 Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 21:06:16 ---> Running in 40896c0406b9 21:06:17 Removing intermediate container 40896c0406b9 21:06:17 ---> b8a2638f87cd 21:06:17 Step 23/23 : LABEL version=0.0.0 21:06:17 ---> Running in 68f7a584a74a 21:06:17 Removing intermediate container 68f7a584a74a 21:06:17 ---> 933a5d26e555 21:06:17 21:06:18 Successfully built 933a5d26e555 21:06:18 Successfully tagged docker-core-data-go-arm64:latest 21:06:18  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 21:06:18 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:06:19 Collecting jsonschema<3,>=2.5.1 21:06:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:06:19 Collecting texttable<0.10,>=0.9.0 21:06:19 Downloading texttable-0.9.1.tar.gz (11 kB) 21:06:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:06:21 Collecting docker<4.0,>=3.6.0 21:06:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:06:22 Collecting dockerpty<0.5,>=0.4.1 21:06:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:06:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:06:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:06:25 Collecting docker-pycreds>=0.4.0 21:06:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:06:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:06:25 Collecting urllib3<1.25,>=1.21.1 21:06:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:06:26 Collecting idna<2.8,>=2.5 21:06:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:06:26 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:06:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:06:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:06:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:06:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:06:27 Installing collected packages: docopt, cached-property, PyYAML, websocket-client, jsonschema, texttable, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docker-compose 21:06:27 Running setup.py install for docopt: started 21:06:28 Running setup.py install for docopt: finished with status 'done' 21:06:28 Running setup.py install for PyYAML: started 21:06:30 Running setup.py install for PyYAML: finished with status 'done' 21:06:31 Running setup.py install for texttable: started 21:06:33 Running setup.py install for texttable: finished with status 'done' 21:06:33 Attempting uninstall: urllib3 21:06:33 Found existing installation: urllib3 1.25.9 21:06:33 Uninstalling urllib3-1.25.9: 21:06:33 Successfully uninstalled urllib3-1.25.9 21:06:33 Attempting uninstall: idna 21:06:33 Found existing installation: idna 2.9 21:06:33 Uninstalling idna-2.9: 21:06:34 Successfully uninstalled idna-2.9 21:06:34 Attempting uninstall: requests 21:06:34 Found existing installation: requests 2.23.0 21:06:34 Uninstalling requests-2.23.0: 21:06:34 Successfully uninstalled requests-2.23.0 21:06:35 Running setup.py install for dockerpty: started 21:06:37 Running setup.py install for dockerpty: finished with status 'done' 21:06:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 21:06:46 Removing intermediate container 568ea6c5d303 21:06:46 ---> b36e152af3e1 21:06:46 Step 14/23 : ENV APP_PORT=48090 21:06:46 ---> Running in 7c1d5b611426 21:06:47 Removing intermediate container 7c1d5b611426 21:06:47 ---> 87f3f9707931 21:06:47 Step 15/23 : EXPOSE $APP_PORT 21:06:47 ---> Running in a23c6739c064 21:06:47 Removing intermediate container a23c6739c064 21:06:47 ---> 02a6103bbbcd 21:06:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:06:49 ---> 712000f43998 21:06:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:06:49 ---> 1a2d8ca4ce74 21:06:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:06:50 ---> 69c394dca6a3 21:06:50 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 21:06:50 ---> Running in 6ee7c36d2657 21:06:51 Removing intermediate container 6ee7c36d2657 21:06:51 ---> fd941802fcc5 21:06:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:06:51 ---> Running in f33c6ea3e76c 21:06:51 Removing intermediate container f33c6ea3e76c 21:06:51 ---> 50c4a873f895 21:06:51 Step 21/23 : LABEL arch=arm64 21:06:51 ---> Running in f60544d9b5ec 21:06:52 Removing intermediate container f60544d9b5ec 21:06:52 ---> 7020fc5f1af9 21:06:52 Step 22/23 : LABEL git_sha=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 21:06:52 ---> Running in 0b1187836196 21:06:52 Removing intermediate container 0b1187836196 21:06:52 ---> 2f2926b38969 21:06:52 Step 23/23 : LABEL version=0.0.0 21:06:52 ---> Running in 3b1df1ef1dac 21:06:53 Removing intermediate container 3b1df1ef1dac 21:06:53 ---> 03b2e3a4fece 21:06:53 21:06:53 Successfully built 03b2e3a4fece 21:06:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:06:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:06:54 $ docker stop --time=1 460e0683d76a87f33db6bb294c4ca7be88bd2f20fa004002e3641d1090d54454 21:06:56 $ docker rm -f 460e0683d76a87f33db6bb294c4ca7be88bd2f20fa004002e3641d1090d54454 [Pipeline] // withDockerContainer [Pipeline] sh 21:06:56 + + grep dockerdocker 21:06:56 images 21:06:56 docker-sys-mgmt-agent-go-arm64 latest 03b2e3a4fece 3 seconds ago 299MB 21:06:56 docker-core-data-go-arm64 latest 933a5d26e555 39 seconds ago 21.6MB 21:06:56 docker-security-proxy-setup-go-arm64 latest 0227e25a915c About a minute ago 24.6MB 21:06:56 docker-support-scheduler-go-arm64 latest 6ce2c39a4d75 About a minute ago 16.6MB 21:06:56 docker-security-bootstrapper-go-arm64 latest 50377e902a38 4 minutes ago 18.1MB 21:06:56 docker-support-notifications-go-arm64 latest a8a27bd82a6a 4 minutes ago 17.2MB 21:06:56 docker-core-metadata-go-arm64 latest bd119a1b2cbc 4 minutes ago 18.1MB 21:06:56 docker-core-command-go-arm64 latest 4bd86638c122 4 minutes ago 16.5MB 21:06:56 docker-security-secretstore-setup-go-arm64 latest 50ab84491288 4 minutes ago 24.9MB 21:06:56 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:06:57 ---> job-cost.sh 21:06:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WIhi 21:07:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:09:13 lf-activate-venv(): INFO: Adding /tmp/venv-WIhi/bin to PATH 21:09:13 INFO: No Stack... 21:09:13 INFO: Retrieving Pricing Info for: lf-standard-4 21:09:13 INFO: Archiving Costs [Pipeline] sh 21:09:13 + cat /w/workspace/edgex-go/75/archives/cost.csv 21:09:13 + cut -d, -f6 [Pipeline] lock 21:09:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-75-stack-cost] 21:09:13 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-75-stack-cost] did not exist. Created. 21:09:13 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-75-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:09:14 + echo total: 0.20999999344348907 [Pipeline] stash 21:09:14 Stashed 1 file(s) [Pipeline] } 21:09:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-75-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:09:15 provisioning config files... 21:09:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/75@tmp/config2433206603435586095tmp [Pipeline] { [Pipeline] sh 21:09:15 + set +x 21:09:15 + bash -s -- 21:09:15 + curl -s https://codecov.io/bash 21:09:15 21:09:15 _____ _ 21:09:15 / ____| | | 21:09:15 | | ___ __| | ___ ___ _____ __ 21:09:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:09:15 | |___| (_) | (_| | __/ (_| (_) \ V / 21:09:15 \_____\___/ \__,_|\___|\___\___/ \_/ 21:09:15 Bash-1.0.1 21:09:15 21:09:15 21:09:15 ==> git version 2.24.3 found 21:09:15 ==> 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:09:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:09:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:09:15 ==> Jenkins CI detected. 21:09:15 project root: . 21:09:15 --> token set from env 21:09:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:09:15 ==> Running gcov in . (disable via -X gcov) 21:09:15 ==> Python coveragepy not found 21:09:15 ==> Searching for coverage reports in: 21:09:15 + . 21:09:15 -> Found 1 reports 21:09:15 ==> Detecting git/mercurial file structure 21:09:15 ==> Reading reports 21:09:15 + ./coverage.out bytes=703598 21:09:16 ==> Appending adjustments 21:09:16 https://docs.codecov.io/docs/fixing-reports 21:09:19 + Found adjustments 21:09:19 ==> Gzipping contents 21:09:19 100K /tmp/codecov.Cre4Ke.gz 21:09:19 ==> Uploading reports 21:09:19 url: https://codecov.io 21:09:19 query: branch=PR-3234&commit=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F75%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 21:09:19 -> Pinging Codecov 21:09:19 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3234&commit=aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece&build=75&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F75%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 21:09:20 -> Uploading to 21:09:20 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece/100430e7-d3ed-4fd4-aaf3-ddad4fe470a2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T210919Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=135a6a8a734e5987bceaebc10085bfdcdb6c8017d24910870cdaa0caf3ba2576 21:09:20 % Total % Received % Xferd Average Speed Time Time Time Current 21:09:20 Dload Upload Total Spent Left Speed 21:09:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 207k --:--:-- --:--:-- --:--:-- 206k 100 98k 0 0 100 98k 0 207k --:--:-- --:--:-- --:--:-- 206k 21:09:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece [Pipeline] } 21:09:20 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:09:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:09:22 ---> package-listing.sh 21:09:22 ++ facter osfamily 21:09:22 ++ tr '[:upper:]' '[:lower:]' 21:09:22 + OS_FAMILY=redhat 21:09:22 + workspace=/w/workspace/edgex-go/75 21:09:22 + START_PACKAGES=/tmp/packages_start.txt 21:09:22 + END_PACKAGES=/tmp/packages_end.txt 21:09:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:09:22 + PACKAGES=/tmp/packages_start.txt 21:09:22 + '[' /w/workspace/edgex-go/75 ']' 21:09:22 + PACKAGES=/tmp/packages_end.txt 21:09:22 + case "${OS_FAMILY}" in 21:09:22 + rpm -qa 21:09:22 + sort 21:09:27 + '[' -f /tmp/packages_start.txt ']' 21:09:27 + '[' -f /tmp/packages_end.txt ']' 21:09:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:09:27 + '[' /w/workspace/edgex-go/75 ']' 21:09:27 + mkdir -p /w/workspace/edgex-go/75/archives/ 21:09:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/75/archives/ [Pipeline] echo 21:09:27 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/75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:09:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:09:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:09:28 21:09:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:09:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:09:28 alpine: Pulling from edgex-lftools-log-publisher 21:09:28 df20fa9351a1: Pulling fs layer 21:09:28 36b3adc4ff6f: Pulling fs layer 21:09:28 8ad3a11d3b57: Pulling fs layer 21:09:28 46f8f816bc3b: Pulling fs layer 21:09:28 93b61091891f: Pulling fs layer 21:09:28 93b9cdb0e59b: Pulling fs layer 21:09:28 5e14af77c1be: Pulling fs layer 21:09:28 01666e4c0597: Pulling fs layer 21:09:28 aa168da1d23b: Pulling fs layer 21:09:28 93b9cdb0e59b: Waiting 21:09:28 5e14af77c1be: Waiting 21:09:28 01666e4c0597: Waiting 21:09:28 aa168da1d23b: Waiting 21:09:28 46f8f816bc3b: Waiting 21:09:28 93b61091891f: Waiting 21:09:28 36b3adc4ff6f: Verifying Checksum 21:09:28 36b3adc4ff6f: Download complete 21:09:28 46f8f816bc3b: Verifying Checksum 21:09:28 46f8f816bc3b: Download complete 21:09:29 df20fa9351a1: Verifying Checksum 21:09:29 df20fa9351a1: Download complete 21:09:29 93b9cdb0e59b: Verifying Checksum 21:09:29 93b9cdb0e59b: Download complete 21:09:29 5e14af77c1be: Verifying Checksum 21:09:29 5e14af77c1be: Download complete 21:09:29 93b61091891f: Verifying Checksum 21:09:29 93b61091891f: Download complete 21:09:29 01666e4c0597: Verifying Checksum 21:09:29 01666e4c0597: Download complete 21:09:29 8ad3a11d3b57: Verifying Checksum 21:09:29 8ad3a11d3b57: Download complete 21:09:29 df20fa9351a1: Pull complete 21:09:29 36b3adc4ff6f: Pull complete 21:09:31 8ad3a11d3b57: Pull complete 21:09:31 aa168da1d23b: Verifying Checksum 21:09:31 aa168da1d23b: Download complete 21:09:31 46f8f816bc3b: Pull complete 21:09:32 93b61091891f: Pull complete 21:09:32 93b9cdb0e59b: Pull complete 21:09:33 5e14af77c1be: Pull complete 21:09:33 01666e4c0597: Pull complete 21:09:48 aa168da1d23b: Pull complete 21:09:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:09:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:09:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:09:48 prd-centos7-docker-4c-2g-917 does not seem to be running inside a container 21:09:48 $ 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/75/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/75 -v /w/workspace/edgex-go/75:/w/workspace/edgex-go/75:rw,z -v /w/workspace/edgex-go/75@tmp:/w/workspace/edgex-go/75@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:09:51 $ docker top f285188333b623020ca1845299305558ee5ba6dbb624d18311bab7f30d133886 -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:51 + touch /tmp/pre-build-complete [Pipeline] sh 21:09:51 + mkdir -p /var/log/sa [Pipeline] sh 21:09:52 + ls /var/log/sa-host 21:09:52 + sadf -c /var/log/sa-host/sa19 21:09:52 file_magic: OK 21:09:52 HZ: Using current value: 100 21:09:52 file_header: OK 21:09:52 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:09:52 Statistics: 21:09:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:09:52 File successfully converted to sysstat format version 12.2.1 21:09:52 + sadf -c /var/log/sa-host/sa23 21:09:52 file_magic: OK 21:09:52 HZ: Using current value: 100 21:09:52 file_header: OK 21:09:52 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:09:52 Statistics: 21:09:52 Hnuu...uuuununununu... 21:09:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:09:52 provisioning config files... 21:09:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/75@tmp/config3357415565078432580tmp [Pipeline] { [Pipeline] echo 21:09:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:09:52 ---> create-netrc.sh [Pipeline] } 21:09:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:09:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:09:52 ---> python-tools-install.sh [Pipeline] echo 21:09:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:09:53 ---> sudo-logs.sh 21:09:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:09:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:09:53 ---> job-cost.sh 21:09:53 lf-activate-venv: SKIPPING 21:09:53 DEBUG: total: 0.20999999344348907 21:09:53 INFO: Retrieving Stack Cost... 21:09:54 INFO: Retrieving Pricing Info for: v1-standard-2 21:09:54 INFO: Archiving Costs [Pipeline] echo 21:09:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:09:55 ---> logs-deploy.sh 21:09:55 lf-activate-venv: SKIPPING 21:09:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/75 21:09:55 INFO: archiving workspace using pattern(s): 21:09:56 Archives upload complete. 21:09:56 INFO: archiving logs to Nexus 21:09:57 ---> uname -a: 21:09:57 Linux prd-centos7-docker-4c-2g-917.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:09:57 21:09:57 21:09:57 ---> lscpu: 21:09:57 Architecture: x86_64 21:09:57 CPU op-mode(s): 32-bit, 64-bit 21:09:57 Byte Order: Little Endian 21:09:57 Address sizes: 40 bits physical, 48 bits virtual 21:09:57 CPU(s): 4 21:09:57 On-line CPU(s) list: 0-3 21:09:57 Thread(s) per core: 1 21:09:57 Core(s) per socket: 1 21:09:57 Socket(s): 4 21:09:57 NUMA node(s): 1 21:09:57 Vendor ID: GenuineIntel 21:09:57 CPU family: 6 21:09:57 Model: 44 21:09:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:09:57 Stepping: 1 21:09:57 CPU MHz: 2933.438 21:09:57 BogoMIPS: 5866.87 21:09:57 Virtualization: VT-x 21:09:57 Hypervisor vendor: KVM 21:09:57 Virtualization type: full 21:09:57 L1d cache: 128 KiB 21:09:57 L1i cache: 128 KiB 21:09:57 L2 cache: 16 MiB 21:09:57 L3 cache: 64 MiB 21:09:57 NUMA node0 CPU(s): 0-3 21:09:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:09:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:09:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:09:57 Vulnerability Meltdown: Mitigation; PTI 21:09:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:09:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:09:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:09:57 Vulnerability Srbds: Not affected 21:09:57 Vulnerability Tsx async abort: Not affected 21:09:57 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:09:57 21:09:57 21:09:57 ---> nproc: 21:09:57 4 21:09:57 21:09:57 21:09:57 ---> df -h: 21:09:57 Filesystem Size Used Available Use% Mounted on 21:09:57 overlay 50.0G 12.3G 37.7G 25% / 21:09:57 tmpfs 64.0M 0 64.0M 0% /dev 21:09:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:09:57 shm 64.0M 0 64.0M 0% /dev/shm 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/75 21:09:57 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/75@tmp 21:09:57 21:09:57 21:09:57 ---> free -m: 21:09:57 total used free shared buff/cache available 21:09:57 Mem: 1837 741 140 0 955 1014 21:09:57 Swap: 1023 52 971 21:09:57 21:09:57 21:09:57 ---> ip addr: 21:09:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:09:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:09:57 inet 127.0.0.1/8 scope host lo 21:09:57 valid_lft forever preferred_lft forever 21:09:57 inet6 ::1/128 scope host 21:09:57 valid_lft forever preferred_lft forever 21:09:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:09:57 link/ether fa:16:3e:d9:2b:2e brd ff:ff:ff:ff:ff:ff 21:09:57 inet 10.30.122.238/23 brd 10.30.123.255 scope global dynamic eth0 21:09:57 valid_lft 84876sec preferred_lft 84876sec 21:09:57 inet6 fe80::f816:3eff:fed9:2b2e/64 scope link 21:09:57 valid_lft forever preferred_lft forever 21:09:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:09:57 link/ether 02:42:d0:7a:b2:48 brd ff:ff:ff:ff:ff:ff 21:09:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:09:57 valid_lft forever preferred_lft forever 21:09:57 inet6 fe80::42:d0ff:fe7a:b248/64 scope link 21:09:57 valid_lft forever preferred_lft forever 21:09:57 21:09:57 21:09:57 ---> sar -b -r -n DEV: 21:09:57 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:09:57 21:09:57 20:44:22 LINUX RESTART (4 CPU) 21:09:57 21:09:57 20:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:09:57 20:46:01 83.82 25.25 58.57 0.00 6711.51 17739.22 0.00 21:09:57 20:47:02 251.46 93.41 158.04 0.00 5509.23 45664.35 0.00 21:09:57 20:48:01 244.30 109.78 134.52 0.00 3758.28 14027.58 0.00 21:09:57 20:49:01 115.18 48.35 66.83 0.00 1654.14 9893.40 0.00 21:09:57 20:50:01 132.41 37.87 94.54 0.00 2864.03 25361.98 0.00 21:09:57 20:51:03 1760.05 1425.31 334.74 0.00 146776.08 204328.00 0.00 21:09:57 20:52:02 1822.85 1576.31 246.54 0.00 90964.30 105577.80 0.00 21:09:57 20:53:02 1121.19 815.47 305.72 0.00 82331.11 142721.75 0.00 21:09:57 20:54:01 1911.56 1614.93 296.63 0.00 107644.25 109878.65 0.00 21:09:57 20:55:01 229.28 43.74 185.54 0.00 5848.20 31224.82 0.00 21:09:57 20:56:01 1.68 0.12 1.57 0.00 4.93 21.61 0.00 21:09:57 20:57:01 1.40 1.22 0.18 0.00 93.77 1.63 0.00 21:09:57 20:58:01 0.32 0.12 0.20 0.00 0.93 2.20 0.00 21:09:57 20:59:01 0.33 0.05 0.28 0.00 0.93 3.26 0.00 21:09:57 21:00:01 1.67 1.43 0.23 0.00 48.75 3.30 0.00 21:09:57 21:01:02 1.05 0.13 0.92 0.00 3.46 16.37 0.00 21:09:57 21:02:01 0.69 0.36 0.34 0.00 23.02 5.57 0.00 21:09:57 21:03:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 21:09:57 21:04:01 0.58 0.00 0.58 0.00 0.00 6.28 0.00 21:09:57 21:05:01 0.68 0.02 0.67 0.00 0.53 7.76 0.00 21:09:57 21:06:01 0.65 0.00 0.65 0.00 0.00 6.60 0.00 21:09:57 21:07:01 0.42 0.00 0.42 0.00 0.00 4.35 0.00 21:09:57 21:08:01 0.22 0.00 0.22 0.00 0.00 2.90 0.00 21:09:57 21:09:01 0.23 0.00 0.23 0.00 0.00 2.91 0.00 21:09:57 Average: 320.18 241.36 78.82 0.00 19030.41 29625.95 0.00 21:09:57 21:09:57 20:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:09:57 20:46:01 208904 0 636920 33.85 2620 1033100 1408960 48.09 600784 865164 43652 21:09:57 20:47:02 113748 0 739592 39.31 1524 1026680 1332988 45.49 565228 928408 0 21:09:57 20:48:01 136632 0 817468 43.45 948 926496 1551804 52.96 670352 787728 4712 21:09:57 20:49:01 271744 0 773132 41.09 744 835924 1543588 52.68 598948 720508 36544 21:09:57 20:50:01 181048 0 754516 40.10 616 945364 1434488 48.96 578068 829456 44 21:09:57 20:51:03 72908 0 848516 45.10 32 960088 2343816 79.99 746232 843576 31396 21:09:57 20:52:02 341972 0 1065984 56.65 32 473556 3871816 132.14 638204 625308 33820 21:09:57 20:53:02 269456 0 734020 39.01 32 878036 1738928 59.35 502996 894600 21180 21:09:57 20:54:01 333912 0 934276 49.65 32 613324 3047476 104.01 639780 650968 2384 21:09:57 20:55:01 110300 0 673920 35.82 32 1097292 1246432 42.54 549128 960908 20 21:09:57 20:56:01 124552 0 659536 35.05 32 1097424 1182240 40.35 541832 960336 12 21:09:57 20:57:01 122928 0 658336 34.99 32 1100248 1178128 40.21 541232 963156 8 21:09:57 20:58:01 123292 0 657960 34.97 32 1100260 1162912 39.69 541208 963156 8 21:09:57 20:59:01 123504 0 657740 34.96 32 1100268 1162852 39.69 540940 963180 8 21:09:57 21:00:01 122616 0 657848 34.96 32 1101048 1162852 39.69 540944 963908 20 21:09:57 21:01:02 121912 0 658556 35.00 32 1101044 1165048 39.76 540856 963928 16 21:09:57 21:02:01 122208 0 657572 34.95 32 1101732 1163216 39.70 540388 964504 8 21:09:57 21:03:01 121140 0 658600 35.00 32 1101772 1163384 39.70 541424 964504 16 21:09:57 21:04:01 121904 0 657860 34.96 32 1101748 1163216 39.70 540444 964504 8 21:09:57 21:05:01 121164 0 658612 35.00 32 1101736 1163360 39.70 541176 964504 12 21:09:57 21:06:01 121960 0 657792 34.96 32 1101760 1163252 39.70 540604 964520 12 21:09:57 21:07:01 122092 0 657656 34.95 32 1101764 1163216 39.70 540412 964520 8 21:09:57 21:08:01 121992 0 657748 34.96 32 1101772 1163216 39.70 540312 964520 8 21:09:57 21:09:01 120844 0 658892 35.02 32 1101776 1163384 39.70 541320 964520 12 21:09:57 Average: 156364 0 716377 38.07 294 1008509 1493357 50.97 569284 900016 7246 21:09:57 21:09:57 20:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:09:57 20:46:01 eth0 1624.07 1381.34 5931.75 155.93 0.00 0.00 0.00 0.00 21:09:57 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:46:01 veth82e54d1 860.98 802.69 83.27 2693.30 0.00 0.00 0.00 0.00 21:09:57 20:46:01 docker0 860.98 802.56 71.50 2693.29 0.00 0.00 0.00 0.00 21:09:57 20:47:02 eth0 608.57 511.55 3684.32 85.65 0.00 0.00 0.00 0.00 21:09:57 20:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:47:02 docker0 231.71 257.01 15.38 838.19 0.00 0.00 0.00 0.00 21:09:57 20:48:01 veth851540d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:09:57 20:48:01 eth0 33.63 19.29 30.41 12.19 0.00 0.00 0.00 0.00 21:09:57 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:49:01 veth851540d 2.14 2.14 0.17 0.17 0.00 0.00 0.00 0.00 21:09:57 20:49:01 eth0 26.85 14.00 19.51 10.50 0.00 0.00 0.00 0.00 21:09:57 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:49:01 docker0 2.14 2.14 0.14 0.17 0.00 0.00 0.00 0.00 21:09:57 20:50:01 vethe89729b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:09:57 20:50:01 eth0 226.61 174.41 1700.20 101.81 0.00 0.00 0.00 0.00 21:09:57 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:51:03 veth04dca37 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 21:09:57 20:51:03 eth0 97.33 77.02 168.68 64.11 0.00 0.00 0.00 0.00 21:09:57 20:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:51:03 docker0 44.21 51.18 2.87 142.68 0.00 0.00 0.00 0.00 21:09:57 20:52:02 veth04dca37 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:52:02 vethba815f6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:09:57 20:52:02 vethb5565fe 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:09:57 20:52:02 veth5e764be 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:09:57 20:53:02 veth04dca37 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 21:09:57 20:53:02 eth0 3015.20 2408.80 12376.96 488.11 0.00 0.00 0.00 0.00 21:09:57 20:53:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:09:57 20:53:02 docker0 1157.44 1144.04 91.00 3859.96 0.00 0.00 0.00 0.00 21:09:57 20:54:01 veth04dca37 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 21:09:57 20:54:01 veth87e99b5 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 21:09:57 20:54:01 veth08cefca 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 21:09:57 20:54:01 eth0 67.83 47.79 144.88 15.49 0.00 0.00 0.00 0.00 21:09:57 20:55:01 eth0 225.33 174.12 1671.60 105.24 0.00 0.00 0.00 0.00 21:09:57 20:55:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:09:57 20:55:01 docker0 1226.55 1238.95 95.53 4389.84 0.00 0.00 0.00 0.00 21:09:57 20:56:01 eth0 0.90 0.17 0.13 0.04 0.00 0.00 0.00 0.00 21:09:57 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:57:01 eth0 1.13 0.42 0.33 0.21 0.00 0.00 0.00 0.00 21:09:57 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:58:01 eth0 1.58 0.42 0.37 0.21 0.00 0.00 0.00 0.00 21:09:57 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:59:01 eth0 1.07 0.57 0.54 0.40 0.00 0.00 0.00 0.00 21:09:57 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:00:01 eth0 1.30 0.42 0.46 0.27 0.00 0.00 0.00 0.00 21:09:57 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:01:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:02:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:09:57 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:03:01 eth0 0.97 0.37 0.32 0.17 0.00 0.00 0.00 0.00 21:09:57 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:04:01 eth0 0.67 0.07 0.06 0.04 0.00 0.00 0.00 0.00 21:09:57 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:05:01 eth0 0.70 0.42 0.35 0.24 0.00 0.00 0.00 0.00 21:09:57 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:06:01 eth0 0.22 0.13 0.07 0.04 0.00 0.00 0.00 0.00 21:09:57 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:07:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:08:01 eth0 0.93 0.05 0.07 0.00 0.00 0.00 0.00 0.00 21:09:57 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:09:01 eth0 0.98 0.30 0.32 0.17 0.00 0.00 0.00 0.00 21:09:57 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 Average: eth0 124.92 101.96 567.97 23.89 0.00 0.00 0.00 0.00 21:09:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:57 Average: docker0 51.19 51.71 3.99 183.21 0.00 0.00 0.00 0.00 21:09:57 21:09:57 21:09:57 ---> sar -P ALL: 21:09:57 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:09:57 21:09:57 20:44:22 LINUX RESTART (4 CPU) 21:09:57 21:09:57 20:45:01 CPU %user %nice %system %iowait %steal %idle 21:09:57 20:46:01 all 15.01 0.00 6.34 2.07 0.16 76.43 21:09:57 20:46:01 0 12.06 0.00 7.87 0.12 0.19 79.76 21:09:57 20:46:01 1 13.35 0.00 5.82 0.85 0.12 79.85 21:09:57 20:46:01 2 19.25 0.00 6.27 2.13 0.17 72.18 21:09:57 20:46:01 3 15.32 0.00 5.40 5.14 0.17 73.97 21:09:57 20:47:02 all 10.17 0.00 7.91 3.59 0.36 77.97 21:09:57 20:47:02 0 9.34 0.00 8.48 3.02 0.43 78.73 21:09:57 20:47:02 1 10.16 0.00 8.10 4.44 0.43 76.87 21:09:57 20:47:02 2 10.82 0.00 7.77 5.02 0.29 76.10 21:09:57 20:47:02 3 10.36 0.00 7.27 1.87 0.31 80.19 21:09:57 20:48:01 all 41.14 0.00 12.09 4.59 0.19 41.99 21:09:57 20:48:01 0 39.11 0.00 12.75 6.10 0.19 41.85 21:09:57 20:48:01 1 42.61 0.00 11.92 2.57 0.18 42.73 21:09:57 20:48:01 2 41.60 0.00 12.52 4.85 0.18 40.86 21:09:57 20:48:01 3 41.26 0.00 11.17 4.84 0.20 42.53 21:09:57 20:49:01 all 49.21 0.00 13.06 3.95 0.13 33.65 21:09:57 20:49:01 0 50.07 0.00 13.04 5.13 0.16 31.60 21:09:57 20:49:01 1 49.75 0.00 12.89 3.46 0.09 33.82 21:09:57 20:49:01 2 48.56 0.00 13.52 2.75 0.12 35.04 21:09:57 20:49:01 3 48.47 0.00 12.82 4.45 0.14 34.12 21:09:57 20:50:01 all 34.71 0.00 12.92 1.95 0.46 49.95 21:09:57 20:50:01 0 34.42 0.00 13.03 2.38 0.49 49.68 21:09:57 20:50:01 1 32.55 0.00 12.77 1.50 0.54 52.64 21:09:57 20:50:01 2 34.94 0.00 12.70 3.29 0.47 48.60 21:09:57 20:50:01 3 36.93 0.00 13.20 0.63 0.35 48.89 21:09:57 20:51:03 all 20.79 0.00 29.53 17.06 1.09 31.53 21:09:57 20:51:03 0 20.62 0.00 29.58 15.78 1.12 32.90 21:09:57 20:51:03 1 21.79 0.00 28.65 18.73 1.01 29.80 21:09:57 20:51:03 2 20.39 0.00 29.58 17.46 1.10 31.47 21:09:57 20:51:03 3 20.33 0.00 30.33 16.26 1.13 31.96 21:09:57 20:52:02 all 53.23 0.00 20.70 13.28 0.81 11.98 21:09:57 20:52:02 0 53.05 0.00 21.33 13.85 0.79 10.98 21:09:57 20:52:02 1 52.87 0.00 19.49 12.73 0.82 14.09 21:09:57 20:52:02 2 52.73 0.00 21.53 12.42 0.89 12.42 21:09:57 20:52:02 3 54.29 0.00 20.46 14.13 0.72 10.40 21:09:57 20:53:02 all 30.42 0.00 23.32 16.80 0.26 29.21 21:09:57 20:53:02 0 30.89 0.00 22.38 18.47 0.30 27.96 21:09:57 20:53:02 1 30.59 0.00 22.33 18.17 0.27 28.64 21:09:57 20:53:02 2 29.42 0.00 24.77 14.72 0.25 30.84 21:09:57 20:53:02 3 30.77 0.00 23.79 15.82 0.21 29.41 21:09:57 20:54:01 all 44.45 0.00 23.30 17.74 0.19 14.33 21:09:57 20:54:01 0 43.66 0.00 21.50 17.19 0.20 17.46 21:09:57 20:54:01 1 43.70 0.00 24.75 18.61 0.21 12.72 21:09:57 20:54:01 2 44.66 0.00 23.38 18.91 0.13 12.93 21:09:57 20:54:01 3 45.80 0.00 23.54 16.21 0.24 14.22 21:09:57 20:55:01 all 19.26 0.00 8.94 7.85 0.06 63.89 21:09:57 20:55:01 0 19.93 0.00 9.38 5.32 0.09 65.28 21:09:57 20:55:01 1 18.63 0.00 8.30 6.85 0.05 66.17 21:09:57 20:55:01 2 20.36 0.00 8.57 8.83 0.05 62.18 21:09:57 20:55:01 3 18.13 0.00 9.48 10.40 0.07 61.92 21:09:57 20:56:01 all 0.15 0.00 0.04 0.00 0.00 99.80 21:09:57 20:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:09:57 20:56:01 1 0.52 0.00 0.03 0.00 0.00 99.45 21:09:57 20:56:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:09:57 20:56:01 3 0.03 0.00 0.05 0.00 0.00 99.92 21:09:57 21:09:57 20:56:01 CPU %user %nice %system %iowait %steal %idle 21:09:57 20:57:01 all 0.19 0.00 0.13 0.00 0.00 99.68 21:09:57 20:57:01 0 0.03 0.00 0.12 0.00 0.00 99.85 21:09:57 20:57:01 1 0.57 0.00 0.08 0.00 0.02 99.33 21:09:57 20:57:01 2 0.07 0.00 0.15 0.00 0.00 99.78 21:09:57 20:57:01 3 0.08 0.00 0.17 0.00 0.00 99.75 21:09:57 20:58:01 all 0.15 0.00 0.04 0.00 0.00 99.81 21:09:57 20:58:01 0 0.02 0.00 0.05 0.02 0.00 99.92 21:09:57 20:58:01 1 0.50 0.00 0.03 0.00 0.00 99.47 21:09:57 20:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:09:57 20:58:01 3 0.07 0.00 0.05 0.00 0.00 99.88 21:09:57 20:59:01 all 0.10 0.00 0.04 0.00 0.00 99.85 21:09:57 20:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:09:57 20:59:01 1 0.33 0.00 0.03 0.00 0.00 99.63 21:09:57 20:59:01 2 0.02 0.00 0.05 0.00 0.02 99.92 21:09:57 20:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 21:09:57 21:00:01 all 0.10 0.00 0.08 0.02 0.01 99.79 21:09:57 21:00:01 0 0.05 0.00 0.07 0.02 0.00 99.87 21:09:57 21:00:01 1 0.25 0.00 0.03 0.00 0.02 99.70 21:09:57 21:00:01 2 0.05 0.00 0.13 0.07 0.00 99.75 21:09:57 21:00:01 3 0.03 0.00 0.08 0.00 0.03 99.85 21:09:57 21:01:02 all 0.15 0.00 0.04 0.00 0.00 99.81 21:09:57 21:01:02 0 0.03 0.00 0.05 0.00 0.00 99.92 21:09:57 21:01:02 1 0.52 0.00 0.03 0.00 0.00 99.45 21:09:57 21:01:02 2 0.02 0.00 0.03 0.00 0.00 99.95 21:09:57 21:01:02 3 0.03 0.00 0.03 0.00 0.00 99.93 21:09:57 21:02:01 all 0.16 0.00 0.04 0.02 0.00 99.79 21:09:57 21:02:01 0 0.02 0.00 0.03 0.02 0.00 99.93 21:09:57 21:02:01 1 0.07 0.00 0.05 0.02 0.00 99.86 21:09:57 21:02:01 2 0.52 0.00 0.03 0.02 0.00 99.42 21:09:57 21:02:01 3 0.02 0.00 0.03 0.02 0.00 99.93 21:09:57 21:03:01 all 0.16 0.00 0.03 0.00 0.01 99.80 21:09:57 21:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:09:57 21:03:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:09:57 21:03:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:09:57 21:03:01 3 0.05 0.00 0.00 0.00 0.02 99.93 21:09:57 21:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:09:57 21:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:09:57 21:04:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:09:57 21:04:01 2 0.53 0.00 0.02 0.00 0.00 99.45 21:09:57 21:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:09:57 21:05:01 all 0.10 0.00 0.04 0.00 0.00 99.87 21:09:57 21:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:09:57 21:05:01 1 0.03 0.00 0.07 0.00 0.00 99.90 21:09:57 21:05:01 2 0.30 0.00 0.03 0.00 0.00 99.67 21:09:57 21:05:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:09:57 21:06:01 all 0.09 0.00 0.02 0.00 0.01 99.88 21:09:57 21:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:09:57 21:06:01 1 0.05 0.00 0.03 0.00 0.02 99.90 21:09:57 21:06:01 2 0.28 0.00 0.02 0.00 0.02 99.68 21:09:57 21:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:09:57 21:07:01 all 0.10 0.00 0.03 0.00 0.00 99.87 21:09:57 21:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:09:57 21:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:09:57 21:07:01 2 0.35 0.00 0.05 0.00 0.00 99.60 21:09:57 21:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:09:57 21:09:57 21:07:01 CPU %user %nice %system %iowait %steal %idle 21:09:57 21:08:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:09:57 21:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:09:57 21:08:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:09:57 21:08:01 2 0.50 0.00 0.00 0.00 0.00 99.50 21:09:57 21:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:09:57 21:09:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:09:57 21:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:09:57 21:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:09:57 21:09:01 2 0.50 0.00 0.02 0.00 0.00 99.48 21:09:57 21:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:09:57 Average: all 12.88 0.00 6.40 3.58 0.15 77.00 21:09:57 Average: 0 12.59 0.00 6.45 3.51 0.16 77.29 21:09:57 Average: 1 12.87 0.00 6.29 3.55 0.15 77.14 21:09:57 Average: 2 13.14 0.00 6.51 3.64 0.15 76.56 21:09:57 Average: 3 12.90 0.00 6.35 3.60 0.14 77.00 21:09:57 21:09:57 21:09:57