Pull request #3324 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 4d59e47c1b9b124fda714d78f72d814514d1fe70+65f742f3c09a75b9cecbe50bc703c053f2863689 (28594a6ef379202da98188ae9a4faf86bb4d45bb) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32477 in /w/workspace/edgexfoundry_edgex-go_PR-3324 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 > 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/3324/head:refs/remotes/origin/PR-3324 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 65f742f3c09a75b9cecbe50bc703c053f2863689 into PR head commit 4d59e47c1b9b124fda714d78f72d814514d1fe70 Merge succeeded, producing 4d59e47c1b9b124fda714d78f72d814514d1fe70 Checking out Revision 4d59e47c1b9b124fda714d78f72d814514d1fe70 (PR-3324) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # 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 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 Commit message: "feat(security): Implementation for generating consul tokens changes for security-bootstrapper on setupRegitrsyACL - add logic for deleting consul tokens for the 2nd time or later based on the consul-token files - add logic for generating consul tokens with go-mod-secret's API - add logic for re-set up the consul tokens for the 2nd time or later - add env. override STAGEGATE_REGISTRY_ACL_TOKENBASEDIR for snap on consul token base directory" First time build. Skipping changelog. > git rev-list --no-walk c0560a2a38f63bee3627cda774d90205c48dc5c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:11:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:11:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:11:04 ========================================================= 16:11:04 EdgeX Global Pipelines Version Info 16:11:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:11:05 ------------------- 16:11:05 stable info: 16:11:05 ------------------- 16:11:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:11:05 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:11:05 Message: update stable to v1.0.186 16:11:06 ------------------- 16:11:06 experimental info: 16:11:06 ------------------- 16:11:06 Commited By: **** collab-it+edgex@linuxfoundation.org 16:11:06 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 16:11:06 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:11:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:11:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:11:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:11:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:11:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:11:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:11:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:11:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:11:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:11:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3324 [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3324 [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3324 [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d59e47c1b9b124fda714d78f72d814514d1fe70 [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d59e47 [Pipeline] echo 16:11:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:11:09 provisioning config files... 16:11:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2273831863472085919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:11:10 ---> docker-login.sh 16:11:10 nexus3.edgexfoundry.org:10001 16:11:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:10 Configure a credential helper to remove this warning. See 16:11:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:10 16:11:10 Login Succeeded 16:11:10 nexus3.edgexfoundry.org:10002 16:11:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:10 Configure a credential helper to remove this warning. See 16:11:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:10 16:11:10 Login Succeeded 16:11:10 nexus3.edgexfoundry.org:10003 16:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:11 Configure a credential helper to remove this warning. See 16:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:11 16:11:11 Login Succeeded 16:11:11 nexus3.edgexfoundry.org:10004 16:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:11 Configure a credential helper to remove this warning. See 16:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:11 16:11:11 Login Succeeded 16:11:11 docker.io 16:11:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:11 Configure a credential helper to remove this warning. See 16:11:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:11 16:11:11 Login Succeeded 16:11:11 ---> docker-login.sh ends [Pipeline] } 16:11:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:11:12 ++ 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 16:11:12 + for file in '`ls cmd/**/Dockerfile`' 16:11:12 ++ dirname cmd/core-command/Dockerfile 16:11:12 ++ cut -d/ -f2 16:11:12 + echo core-command,cmd/core-command/Dockerfile 16:11:12 + for file in '`ls cmd/**/Dockerfile`' 16:11:12 ++ dirname cmd/core-data/Dockerfile 16:11:12 ++ cut -d/ -f2 16:11:12 + echo core-data,cmd/core-data/Dockerfile 16:11:12 + for file in '`ls cmd/**/Dockerfile`' 16:11:12 ++ dirname cmd/core-metadata/Dockerfile 16:11:12 ++ cut -d/ -f2 16:11:12 + echo core-metadata,cmd/core-metadata/Dockerfile 16:11:12 + for file in '`ls cmd/**/Dockerfile`' 16:11:12 ++ dirname cmd/security-bootstrapper/Dockerfile 16:11:12 ++ cut -d/ -f2 16:11:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:11:12 + for file in '`ls cmd/**/Dockerfile`' 16:11:12 ++ dirname cmd/security-proxy-setup/Dockerfile 16:11:12 ++ cut -d/ -f2 16:11:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:11:12 + for file in '`ls cmd/**/Dockerfile`' 16:11:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:11:12 ++ cut -d/ -f2 16:11:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:11:12 + for file in '`ls cmd/**/Dockerfile`' 16:11:12 ++ dirname cmd/support-notifications/Dockerfile 16:11:12 ++ cut -d/ -f2 16:11:12 + echo support-notifications,cmd/support-notifications/Dockerfile 16:11:12 + for file in '`ls cmd/**/Dockerfile`' 16:11:12 ++ dirname cmd/support-scheduler/Dockerfile 16:11:12 ++ cut -d/ -f2 16:11:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:11:12 + for file in '`ls cmd/**/Dockerfile`' 16:11:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:11:12 ++ cut -d/ -f2 16:11:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:11:12 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 16:11:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:11:13 16:11:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:11:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:11:14 latest: Pulling from edgex-devops/git-semver 16:11:14 31603596830f: Pulling fs layer 16:11:14 2a8b12db71e7: Pulling fs layer 16:11:14 6ca5941a6612: Pulling fs layer 16:11:14 ecc8261a40a4: Pulling fs layer 16:11:14 ecc8261a40a4: Waiting 16:11:14 2a8b12db71e7: Verifying Checksum 16:11:14 2a8b12db71e7: Download complete 16:11:14 31603596830f: Verifying Checksum 16:11:14 31603596830f: Download complete 16:11:14 ecc8261a40a4: Verifying Checksum 16:11:14 ecc8261a40a4: Download complete 16:11:14 6ca5941a6612: Verifying Checksum 16:11:14 6ca5941a6612: Download complete 16:11:14 31603596830f: Pull complete 16:11:14 2a8b12db71e7: Pull complete 16:11:15 6ca5941a6612: Pull complete 16:11:15 ecc8261a40a4: Pull complete 16:11:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:11:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:11:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:11:15 prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container 16:11:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:11:18 $ docker top 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:11:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:11:18 [ssh-agent] Looking for ssh-agent implementation... 16:11:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:11:18 $ docker exec 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 ssh-agent 16:11:19 SSH_AUTH_SOCK=/tmp/ssh-6W2EiwHBvh26/agent.11 16:11:19 SSH_AGENT_PID=16 16:11:19 Running ssh-add (command line suppressed) 16:11:19 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8376542429202837521.key (/w/workspace/edgex-go/4@tmp/private_key_8376542429202837521.key) 16:11:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:11:19 + git tag --points-at HEAD [Pipeline] } 16:11:19 $ docker exec --env ******** --env ******** 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 ssh-agent -k 16:11:19 unset SSH_AUTH_SOCK; 16:11:19 unset SSH_AGENT_PID; 16:11:19 echo Agent pid 16 killed; 16:11:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:11:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:11:19 [ssh-agent] Looking for ssh-agent implementation... 16:11:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:11:20 $ docker exec 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 ssh-agent 16:11:20 SSH_AUTH_SOCK=/tmp/ssh-u0VdnfQxw8Bz/agent.45 16:11:20 SSH_AGENT_PID=51 16:11:20 Running ssh-add (command line suppressed) 16:11:20 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3327160703450114038.key (/w/workspace/edgex-go/4@tmp/private_key_3327160703450114038.key) 16:11:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:11:20 + git semver init 16:11:20 # -> Open(): unable to determine branch for HEAD 16:11:20 # $GIT_DIR = /w/workspace/edgex-go/4/.git 16:11:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 16:11:20 # $SEMVER_REMOTE_NAME = origin 16:11:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:11:20 # $SEMVER_USER_NAME = edgex-jenkins 16:11:20 # $SEMVER_BRANCH = PR-3324 16:11:20 # $SEMVER_TEMP = /tmp/semver-460861060 16:11:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:11:53 # '/tmp/semver-460861060' -> '/w/workspace/edgex-go/4/.semver' 16:11:53 # -> Force: false 16:11:53 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 16:11:53 $ docker exec --env ******** --env ******** 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 ssh-agent -k 16:11:53 unset SSH_AUTH_SOCK; 16:11:53 unset SSH_AGENT_PID; 16:11:53 echo Agent pid 51 killed; 16:11:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:11:53 + git semver [Pipeline] } 16:11:53 $ docker stop --time=1 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 16:11:55 $ docker rm -f 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 [Pipeline] // withDockerContainer [Pipeline] sh 16:11:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:11:56 Stashed 1 file(s) [Pipeline] echo 16:11:56 [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 16:11:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:11:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:11:58 + sudo service docker restart 16:11:58 + true 16:11:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:11:58 ========================================================= 16:11:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:11:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:11:58 + 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 . 16:12:02 Sending build context to Docker daemon 329.3MB 16:12:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:12:02 Step 2/6 : FROM ${BASE} 16:12:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:12:02 188c0c94c7c5: Pulling fs layer 16:12:02 0ef7d3d256c8: Pulling fs layer 16:12:02 de9db76c5a1d: Pulling fs layer 16:12:02 bca2f99d35d6: Pulling fs layer 16:12:02 93359f2a8cfa: Pulling fs layer 16:12:02 7c6f9722023f: Pulling fs layer 16:12:02 a35cf1a2eb13: Pulling fs layer 16:12:02 93359f2a8cfa: Waiting 16:12:02 7c6f9722023f: Waiting 16:12:02 a35cf1a2eb13: Waiting 16:12:02 bca2f99d35d6: Waiting 16:12:02 de9db76c5a1d: Verifying Checksum 16:12:02 de9db76c5a1d: Download complete 16:12:02 0ef7d3d256c8: Verifying Checksum 16:12:02 0ef7d3d256c8: Download complete 16:12:02 93359f2a8cfa: Verifying Checksum 16:12:02 93359f2a8cfa: Download complete 16:12:02 188c0c94c7c5: Verifying Checksum 16:12:02 188c0c94c7c5: Download complete 16:12:02 7c6f9722023f: Verifying Checksum 16:12:02 7c6f9722023f: Download complete 16:12:03 188c0c94c7c5: Pull complete 16:12:03 0ef7d3d256c8: Pull complete 16:12:04 de9db76c5a1d: Pull complete 16:12:04 a35cf1a2eb13: Verifying Checksum 16:12:04 a35cf1a2eb13: Download complete 16:12:05 bca2f99d35d6: Verifying Checksum 16:12:05 bca2f99d35d6: Download complete 16:12:10 bca2f99d35d6: Pull complete 16:12:10 93359f2a8cfa: Pull complete 16:12:10 7c6f9722023f: Pull complete 16:12:11 Still waiting to schedule task 16:12:11 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:12:15 a35cf1a2eb13: Pull complete 16:12:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:12:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:12:15 ---> a62c8e92a672 16:12:15 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 16:12:15 ---> Running in 042fe4ddf0a2 16:12:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:12:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:12:16 (1/12) Installing libmagic (5.38-r0) 16:12:17 (2/12) Installing file (5.38-r0) 16:12:17 (3/12) Installing libc-dev (0.7.2-r3) 16:12:17 (4/12) Installing g++ (9.3.0-r2) 16:12:21 (5/12) Installing fortify-headers (1.1-r0) 16:12:21 (6/12) Installing patch (2.7.6-r6) 16:12:21 (7/12) Installing build-base (0.5-r2) 16:12:21 (8/12) Installing libsodium (1.0.18-r0) 16:12:21 (9/12) Installing pkgconf (1.7.2-r0) 16:12:21 (10/12) Installing libsodium-dev (1.0.18-r0) 16:12:21 (11/12) Installing libzmq (4.3.3-r0) 16:12:21 (12/12) Installing zeromq-dev (4.3.3-r0) 16:12:21 Executing busybox-1.31.1-r19.trigger 16:12:21 OK: 233 MiB in 51 packages 16:12:25 Removing intermediate container 042fe4ddf0a2 16:12:25 ---> 4b301c9f0e7b 16:12:25 Step 4/6 : WORKDIR /edgex-go 16:12:25 ---> Running in 28466c3c708c 16:12:25 Removing intermediate container 28466c3c708c 16:12:25 ---> a8ad86984f24 16:12:25 Step 5/6 : COPY go.mod . 16:12:25 ---> fb79f4b577c9 16:12:25 Step 6/6 : RUN go mod download 16:12:25 ---> Running in 4c006a89af3e 16:12:47 Removing intermediate container 4c006a89af3e 16:12:47 ---> c7c06884016f 16:12:47 Successfully built c7c06884016f 16:12:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:12:48 + docker inspect -f . ci-base-image-x86_64 16:12:48 . [Pipeline] withDockerContainer 16:12:48 prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container 16:12:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:12:49 $ docker top 89e6ab2877ea4fd1565c885b98daa5eafd48a0fb7be8b55dcbe96ba21a7ba9c5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:49 + go version 16:12:49 go version go1.15.5 linux/amd64 [Pipeline] } 16:12:49 $ docker stop --time=1 89e6ab2877ea4fd1565c885b98daa5eafd48a0fb7be8b55dcbe96ba21a7ba9c5 16:12:50 $ docker rm -f 89e6ab2877ea4fd1565c885b98daa5eafd48a0fb7be8b55dcbe96ba21a7ba9c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:12:51 + docker inspect -f . ci-base-image-x86_64 16:12:51 . [Pipeline] withDockerContainer 16:12:51 prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container 16:12:51 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:12:52 $ docker top 55aca9c2075183bc43ccb0a060ae731b6105d7d8337ff3f5e38875f64d54ca5b -eo pid,comm [Pipeline] { [Pipeline] echo 16:12:52 ========================================================= 16:12:52 [edgeXBuildGoParallel] Running Tests and Build... 16:12:52 ========================================================= [Pipeline] sh 16:12:52 + make test 16:12:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:13:02 ? github.com/edgexfoundry/edgex-go [no test files] 16:13:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:13:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:13:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:13:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:13:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:13:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:13:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:13:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:13:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:13:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:13:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:13:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements 16:13:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:13:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:13:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:13:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:13:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:13:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:13:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 19.8% of statements 16:13:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements 16:13:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:13:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:13:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:13:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:13:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 82.9% of statements 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:13:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.048s coverage: 78.9% of statements 16:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.112s coverage: 100.0% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:13:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:13:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:13:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.350s coverage: 92.8% of statements 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:13:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:13:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 1.0% of statements 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements 16:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.107s coverage: 79.5% of statements 16:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 16:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 16:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 16:13:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements 16:13:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 16:13:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.591s coverage: 81.5% of statements 16:13:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:13:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.047s coverage: 87.1% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.077s coverage: 92.9% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.6% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.6% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 64.4% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.299s coverage: 69.0% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 38.4% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.0% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.121s coverage: 87.1% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.115s coverage: 95.6% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:14:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements 16:14:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 16:14:05 GO111MODULE=on go vet ./... 16:14:32 gofmt -l . 16:14:32 [ "`gofmt -l .`" = "" ] 16:14:32 ./bin/test-go-mod-tidy.sh 16:14:32 ./bin/test-attribution-txt.sh [Pipeline] sh 16:14:33 + ls -al . 16:14:33 total 796 16:14:33 drwxrwxr-x 10 1001 1001 4096 Apr 1 16:14 . 16:14:33 drwxr-xr-x 4 root root 28 Apr 1 16:12 .. 16:14:33 -rw-rw-r-- 1 1001 1001 11 Apr 1 16:10 .dockerignore 16:14:33 drwxrwxr-x 8 1001 1001 179 Apr 1 16:11 .git 16:14:33 drwxrwxr-x 3 1001 1001 125 Apr 1 16:10 .github 16:14:33 -rw-rw-r-- 1 1001 1001 818 Apr 1 16:10 .gitignore 16:14:33 drwx------ 3 1001 1001 60 Apr 1 16:11 .semver 16:14:33 -rw-rw-r-- 1 1001 1001 166 Apr 1 16:10 .sonarcloud.properties 16:14:33 -rw-rw-r-- 1 1001 1001 8607 Apr 1 16:10 Attribution.txt 16:14:33 -rw-rw-r-- 1 1001 1001 3804 Apr 1 16:10 CONTRIBUTING.md 16:14:33 -rw-rw-r-- 1 1001 1001 931 Apr 1 16:10 Dockerfile.build 16:14:33 -rw-rw-r-- 1 1001 1001 863 Apr 1 16:10 Jenkinsfile 16:14:33 -rw-rw-r-- 1 1001 1001 10775 Apr 1 16:10 LICENSE 16:14:33 -rw-rw-r-- 1 1001 1001 5774 Apr 1 16:10 Makefile 16:14:33 -rw-rw-r-- 1 1001 1001 6548 Apr 1 16:10 README.md 16:14:33 -rw-rw-r-- 1 1001 1001 6755 Apr 1 16:10 SECURITY.md 16:14:33 -rw-rw-r-- 1 1001 1001 5 Apr 1 16:11 VERSION 16:14:33 -rw-rw-r-- 1 1001 1001 4131 Apr 1 16:10 ZMQWindows.md 16:14:33 drwxrwxr-x 2 1001 1001 117 Apr 1 16:10 bin 16:14:33 drwxrwxr-x 14 1001 1001 4096 Apr 1 16:10 cmd 16:14:33 -rw-r--r-- 1 root root 686581 Apr 1 16:14 coverage.out 16:14:33 -rw-r--r-- 1 root root 1056 Apr 1 16:14 go.mod 16:14:33 -rw-r--r-- 1 root root 22360 Apr 1 16:14 go.sum 16:14:33 drwxrwxr-x 8 1001 1001 127 Apr 1 16:10 internal 16:14:33 drwxrwxr-x 4 1001 1001 26 Apr 1 16:10 openapi 16:14:33 drwxrwxr-x 4 1001 1001 71 Apr 1 16:10 snap 16:14:33 -rw-rw-r-- 1 1001 1001 168 Apr 1 16:10 version.go [Pipeline] sh 16:14:33 + '[' -e coverage.out ] 16:14:33 + chown 1001:1001 coverage.out [Pipeline] stash 16:14:34 Stashed 1 file(s) [Pipeline] sh 16:14:34 + make build 16:14:34 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 16:14:37 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 16:14:45 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 16:14:46 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 16:14: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 16:14:48 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 16:14:49 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 16:14:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32478 in /w/workspace/edgexfoundry_edgex-go_PR-3324 [Pipeline] { [Pipeline] ws 16:14:51 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 16:14:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:14:52 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 16:14:53 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 16:14:54 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 16:14:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:14:56 using credential edgex-jenkins-ssh 16:14:56 Cloning the remote Git repository 16:14:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:14:56 > git init /w/workspace/edgex-go/4 # timeout=10 16:14:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:14:56 > git --version # timeout=10 16:14:56 > git --version # 'git version 2.17.1' 16:14:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 16:14:58 $ docker stop --time=1 55aca9c2075183bc43ccb0a060ae731b6105d7d8337ff3f5e38875f64d54ca5b 16:14:59 $ docker rm -f 55aca9c2075183bc43ccb0a060ae731b6105d7d8337ff3f5e38875f64d54ca5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:15:03 16:15:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:15:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:15:03 latest: Pulling from edgex-devops/edgex-compose 16:15:03 cbdbe7a5bc2a: Pulling fs layer 16:15:03 ca9280d653b3: Pulling fs layer 16:15:03 7e9c9ca2126c: Pulling fs layer 16:15:03 cbdbe7a5bc2a: Verifying Checksum 16:15:03 cbdbe7a5bc2a: Download complete 16:15:04 cbdbe7a5bc2a: Pull complete 16:15:04 ca9280d653b3: Verifying Checksum 16:15:04 ca9280d653b3: Download complete 16:15:05 ca9280d653b3: Pull complete 16:15:05 7e9c9ca2126c: Download complete 16:15:12 7e9c9ca2126c: Pull complete 16:15:12 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:15:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:15:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:15:12 prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container 16:15:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:15:13 $ docker top e2f62aca1936d953ef29bd407c7ee59f3647104adf8cc2e521ac7e8fffde2ae4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:13 + docker-compose build --help 16:15:13 + grep parallel 16:15:14 --parallel Build images in parallel. [Pipeline] } 16:15:14 $ docker stop --time=1 e2f62aca1936d953ef29bd407c7ee59f3647104adf8cc2e521ac7e8fffde2ae4 16:15:14 Merging remotes/origin/master commit 65f742f3c09a75b9cecbe50bc703c053f2863689 into PR head commit 4d59e47c1b9b124fda714d78f72d814514d1fe70 16:15:15 Merge succeeded, producing 4d59e47c1b9b124fda714d78f72d814514d1fe70 16:15:15 Checking out Revision 4d59e47c1b9b124fda714d78f72d814514d1fe70 (PR-3324) 16:15:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:15:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:15:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:15:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:15:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:15:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3324/head:refs/remotes/origin/PR-3324 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:15:14 > git config core.sparsecheckout # timeout=10 16:15:14 > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 16:15:15 > git remote # timeout=10 16:15:15 > git config --get remote.origin.url # timeout=10 16:15:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:15:15 > git merge 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 16:15:15 > git rev-parse HEAD^{commit} # timeout=10 16:15:15 > git config core.sparsecheckout # timeout=10 16:15:15 > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 16:15:16 $ docker rm -f e2f62aca1936d953ef29bd407c7ee59f3647104adf8cc2e521ac7e8fffde2ae4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:15:16 . [Pipeline] withDockerContainer 16:15:16 prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container 16:15:17 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:15:17 $ docker top 35ac6ab264a5f23a7c60d51c17dd52a98c058b90d4267f5aa8cf9483c33b45db -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:18 + docker-compose -f ./docker-compose-build.yml build --parallel 16:15:19 Building docker-core-command-go ... 16:15:19 Building docker-core-data-go ... 16:15:19 Building docker-core-metadata-go ... 16:15:19 Building docker-security-bootstrapper-go ... 16:15:19 Building docker-security-proxy-setup-go ... 16:15:19 Building docker-security-secretstore-setup-go ... 16:15:19 Building docker-support-notifications-go ... 16:15:19 Building docker-support-scheduler-go ... 16:15:19 Building docker-sys-mgmt-agent-go ... 16:15:19 Building docker-security-proxy-setup-go 16:15:19 Building docker-core-metadata-go 16:15:19 Building docker-support-scheduler-go 16:15:19 Building docker-security-bootstrapper-go 16:15:19 Building docker-support-notifications-go 16:15:20 Commit message: "feat(security): Implementation for generating consul tokens changes for security-bootstrapper on setupRegitrsyACL - add logic for deleting consul tokens for the 2nd time or later based on the consul-token files - add logic for generating consul tokens with go-mod-secret's API - add logic for re-set up the consul tokens for the 2nd time or later - add env. override STAGEGATE_REGISTRY_ACL_TOKENBASEDIR for snap on consul token base directory" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:15:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:15:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:15:22 + true 16:15:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:15:25 provisioning config files... 16:15:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8072672997961718693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:15:25 ---> docker-login.sh 16:15:25 nexus3.edgexfoundry.org:10001 16:15:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:27 Configure a credential helper to remove this warning. See 16:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:27 16:15:27 Login Succeeded 16:15:27 nexus3.edgexfoundry.org:10002 16:15:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:27 Configure a credential helper to remove this warning. See 16:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:27 16:15:27 Login Succeeded 16:15:27 nexus3.edgexfoundry.org:10003 16:15:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:27 Configure a credential helper to remove this warning. See 16:15:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:27 16:15:27 Login Succeeded 16:15:27 nexus3.edgexfoundry.org:10004 16:15:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:28 Configure a credential helper to remove this warning. See 16:15:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:28 16:15:28 Login Succeeded 16:15:28 docker.io 16:15:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:29 Configure a credential helper to remove this warning. See 16:15:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:29 16:15:29 Login Succeeded 16:15:29 ---> docker-login.sh ends [Pipeline] } 16:15:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:15:29 ========================================================= 16:15:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:15:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:15:29 + 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 . 16:15:32 Sending build context to Docker daemon 167.1MB 16:15:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:15:32 Step 2/6 : FROM ${BASE} 16:15:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:15:32 5f621e34cdf4: Pulling fs layer 16:15:32 a4357932f1b6: Pulling fs layer 16:15:32 18c013af1878: Pulling fs layer 16:15:32 00ac8860ef70: Pulling fs layer 16:15:32 63d7cb157983: Pulling fs layer 16:15:32 b116817d02f9: Pulling fs layer 16:15:32 745a02a5169b: Pulling fs layer 16:15:32 00ac8860ef70: Waiting 16:15:32 63d7cb157983: Waiting 16:15:32 b116817d02f9: Waiting 16:15:32 745a02a5169b: Waiting 16:15:32 18c013af1878: Verifying Checksum 16:15:32 18c013af1878: Download complete 16:15:32 a4357932f1b6: Verifying Checksum 16:15:32 a4357932f1b6: Download complete 16:15:32 63d7cb157983: Verifying Checksum 16:15:32 63d7cb157983: Download complete 16:15:32 5f621e34cdf4: Download complete 16:15:32 b116817d02f9: Verifying Checksum 16:15:32 b116817d02f9: Download complete 16:15:33 5f621e34cdf4: Pull complete 16:15:33 a4357932f1b6: Pull complete 16:15:34 18c013af1878: Pull complete 16:15:35 745a02a5169b: Verifying Checksum 16:15:35 745a02a5169b: Download complete 16:15:36 00ac8860ef70: Verifying Checksum 16:15:36 00ac8860ef70: Download complete 16:15:46 00ac8860ef70: Pull complete 16:15:46 63d7cb157983: Pull complete 16:15:46 b116817d02f9: Pull complete 16:15:50 745a02a5169b: Pull complete 16:15:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:15:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:15:50 ---> b7e6874047d6 16:15:50 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 16:15:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:15:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:15:51 ---> c7c06884016f 16:15:51 Step 3/22 : WORKDIR /edgex-go 16:15:51 ---> c7c06884016f 16:15:51 Step 3/23 : WORKDIR /edgex-go 16:15:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:15:51 ---> c7c06884016f 16:15:51 Step 3/22 : WORKDIR /edgex-go 16:15:51 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:51 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:15:51 ---> c7c06884016f 16:15:51 Step 3/31 : WORKDIR /edgex-go 16:15:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:15:51 ---> c7c06884016f 16:15:51 Step 3/21 : WORKDIR /edgex-go 16:15:51 ---> Running in 783916d420e5 16:15:51 ---> Running in 3a77ba48f3da 16:15:51 ---> Running in 69327d65dd89 16:15:51 ---> Running in 1a6349bddf49 16:15:51 ---> Running in dca7c3a3e9d0 16:15:51 Removing intermediate container 1a6349bddf49 16:15:51 ---> 2d0510239b70 16:15:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:51 Removing intermediate container 783916d420e5 16:15:51 Removing intermediate container 3a77ba48f3da 16:15:51 ---> 5bd19a708951 16:15:51 ---> f932c01ba1fc 16:15:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:51 Removing intermediate container 69327d65dd89 16:15:51 ---> 9b36c69eadca 16:15:51 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:51 Removing intermediate container dca7c3a3e9d0 16:15:51 ---> cd6e5c9d5370 16:15:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:51 ---> Running in ded430d29f86 16:15:51 ---> Running in 0df4e726341e 16:15:51 ---> Running in 80470abe0ba8 16:15:51 ---> Running in 90084f5ec8ee 16:15:51 ---> Running in 904f7097dd68 16:15:53 Removing intermediate container 80470abe0ba8 16:15:53 ---> a69ec3e88551 16:15:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:15:53 ---> Running in 67a266a86207 16:15:53 Removing intermediate container 0df4e726341e 16:15:53 ---> af2d46a248f4 16:15:53 Step 5/21 : RUN apk add --update --no-cache make git 16:15:53 ---> Running in 1b766788a1cc 16:15:53 Removing intermediate container ded430d29f86 16:15:53 ---> f1612294e18c 16:15:53 Step 5/23 : RUN apk add --update --no-cache make git 16:15:53 Removing intermediate container 904f7097dd68 16:15:53 ---> c33420115a51 16:15:53 Step 5/22 : RUN apk add --update --no-cache make git 16:15:53 ---> Running in 9c3b17f7ac6f 16:15:54 Removing intermediate container 90084f5ec8ee 16:15:54 ---> c06baae15836 16:15:54 Step 5/31 : RUN apk add --update --no-cache make git 16:15:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:15:54 ---> Running in 5cb7fc3e9b25 16:15:54 ---> Running in ac184a3e1934 16:15:54 ---> Running in 8f0527f97375 16:15:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:15:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:15:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:15:55 OK: 233 MiB in 51 packages 16:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:55 OK: 233 MiB in 51 packages 16:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:15:55 Removing intermediate container 67a266a86207 16:15:55 ---> 2045dd7ad900 16:15:55 Step 6/22 : COPY go.mod . 16:15:55 OK: 233 MiB in 51 packages 16:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:56 OK: 233 MiB in 51 packages 16:15:56 OK: 233 MiB in 51 packages 16:15:56 Removing intermediate container 1b766788a1cc 16:15:56 ---> 659e31b93db0 16:15:56 Step 6/21 : COPY go.mod . 16:15:56 ---> 9343398a9e73 16:15:56 Step 7/22 : RUN go mod download 16:15:56 ---> Running in 1aabff6e2786 16:15:56 ---> 82376b6aada7 16:15:56 Step 7/21 : RUN go mod download 16:15:56 Removing intermediate container 9c3b17f7ac6f 16:15:56 ---> f9e338e49036 16:15:56 Step 6/23 : COPY go.mod . 16:15:56 ---> Running in f11125445531 16:15:56 (1/12) Installing libmagic (5.38-r0) 16:15:56 (2/12) Installing file (5.38-r0) 16:15:56 (3/12) Installing libc-dev (0.7.2-r3) 16:15:57 (4/12) Installing g++ (9.3.0-r2) 16:15:57 ---> d03803e83413 16:15:57 Step 7/23 : RUN go mod download 16:15:57 ---> Running in 7246011dd684 16:15:57 Removing intermediate container ac184a3e1934 16:15:57 ---> 76d7f61cd793 16:15:57 Step 6/31 : COPY go.mod . 16:15:57 Removing intermediate container 5cb7fc3e9b25 16:15:57 ---> a69137e1f26a 16:15:57 Step 6/22 : COPY go.mod . 16:15:57 ---> aa3d291586e4 16:15:57 Step 7/31 : RUN go mod download 16:15:57 ---> 81885f1fadb2 16:15:57 Step 7/22 : RUN go mod download 16:15:57 ---> Running in 684a331da723 16:15:57 ---> Running in 46c4f1be3330 16:15:59 Removing intermediate container 1aabff6e2786 16:15:59 ---> 58df9e54651f 16:15:59 Step 8/22 : COPY . . 16:15:59 Removing intermediate container f11125445531 16:15:59 ---> f7fb17456f20 16:15:59 Step 8/21 : COPY . . 16:16:02 Removing intermediate container 7246011dd684 16:16:02 ---> 98f846b62383 16:16:02 Step 8/23 : COPY . . 16:16:07 Removing intermediate container 684a331da723 16:16:07 ---> c96159c62619 16:16:07 Step 8/31 : COPY . . 16:16:08 Removing intermediate container 46c4f1be3330 16:16:08 ---> 703aa98eabb7 16:16:08 Step 8/22 : COPY . . 16:16:09 (5/12) Installing fortify-headers (1.1-r0) 16:16:09 (6/12) Installing patch (2.7.6-r6) 16:16:09 (7/12) Installing build-base (0.5-r2) 16:16:09 (8/12) Installing libsodium (1.0.18-r0) 16:16:09 (9/12) Installing pkgconf (1.7.2-r0) 16:16:09 (10/12) Installing libsodium-dev (1.0.18-r0) 16:16:09 (11/12) Installing libzmq (4.3.3-r0) 16:16:09 (12/12) Installing zeromq-dev (4.3.3-r0) 16:16:09 Executing busybox-1.31.1-r19.trigger 16:16:09 OK: 217 MiB in 51 packages 16:16:12 Removing intermediate container 8f0527f97375 16:16:12 ---> 438698637051 16:16:12 Step 4/6 : WORKDIR /edgex-go 16:16:12 ---> Running in d646a1756419 16:16:13 Removing intermediate container d646a1756419 16:16:13 ---> b768702cf6e5 16:16:13 Step 5/6 : COPY go.mod . 16:16:13 ---> ae1af11d6576 16:16:13 Step 6/6 : RUN go mod download 16:16:14 ---> Running in ecceccda2cd6 16:16:40 ---> bf9f2f308f90 16:16:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:16:40 ---> 0355ec34c03c 16:16:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:16:40 Removing intermediate container ecceccda2cd6 16:16:40 ---> 8a83b23727f0 16:16:40 Successfully built 8a83b23727f0 16:16:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:16:41 + docker inspect -f . ci-base-image-arm64 16:16:41 . [Pipeline] withDockerContainer 16:16:41 prd-ubuntu18.04-docker-arm64-4c-16g-32478 does not seem to be running inside a container 16:16:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:16:41 ---> bb2b194ae449 16:16:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:16:42 ---> Running in da9de2457206 16:16:42 ---> Running in db6f5285c9e3 16:16:42 ---> 57f4e0c212da 16:16:42 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:16:43 $ docker top cf8f543acce405e86545ff4572881f79a97db8b44b6cbdc708deeb9df211ecb4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:16:43 ---> Running in 0f44896f516c 16:16:43 ---> Running in 2b07e2b1b1ca 16:16:43 ---> 0348cfae1483 16:16:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:16:44 ---> Running in d207c585d864 16:16:44 + go version 16:16:44 go version go1.15.5 linux/arm64 [Pipeline] } 16:16:44 $ docker stop --time=1 cf8f543acce405e86545ff4572881f79a97db8b44b6cbdc708deeb9df211ecb4 16:16:44 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 16:16:44 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 16:16:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:16:44 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 16:16:44 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 16:16:46 $ docker rm -f cf8f543acce405e86545ff4572881f79a97db8b44b6cbdc708deeb9df211ecb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:47 + docker inspect -f . ci-base-image-arm64 16:16:47 . [Pipeline] withDockerContainer 16:16:47 prd-ubuntu18.04-docker-arm64-4c-16g-32478 does not seem to be running inside a container 16:16:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:16:49 $ docker top f7b8f6e99e73bffde621b57c793913f92ad9e850deab24557bd40f50dc432989 -eo pid,comm [Pipeline] { [Pipeline] echo 16:16:49 ========================================================= 16:16:49 [edgeXBuildGoParallel] Running Tests and Build... 16:16:49 ========================================================= [Pipeline] sh 16:16:50 + make test 16:16:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:17:12 ? github.com/edgexfoundry/edgex-go [no test files] 16:17:17 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 16:17:22 Removing intermediate container 2b07e2b1b1ca 16:17:22 ---> eb8ab1c1a1dc 16:17:22 16:17:22 Step 10/31 : FROM alpine:3.12 16:17:22 3.12: Pulling from library/alpine 16:17:22 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 16:17:22 Status: Downloaded newer image for alpine:3.12 16:17:22 ---> 7230e588e954 16:17:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:17:26 ---> Running in d0dd1b7155a7 16:17:26 Removing intermediate container d207c585d864 16:17:26 ---> ae010db9f03c 16:17:26 16:17:26 Step 10/22 : FROM alpine:3.12 16:17:26 ---> 7230e588e954 16:17:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:17:26 Removing intermediate container da9de2457206 16:17:26 ---> 949c082b8467 16:17:26 16:17:26 Step 10/22 : FROM alpine:3.12 16:17:26 ---> 7230e588e954 16:17:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:17:26 Removing intermediate container db6f5285c9e3 16:17:26 ---> 6c33f1a8032b 16:17:26 16:17:26 Step 10/21 : FROM alpine:3.12 16:17:26 ---> 7230e588e954 16:17:26 Step 11/21 : RUN apk add --update --no-cache curl 16:17:28 ---> Running in ce988dadefad 16:17:28 Removing intermediate container d0dd1b7155a7 16:17:28 ---> 62f4e0b62a42 16:17:28 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:17:30 ---> Running in 1624579b9696 16:17:30 ---> Running in 1bda7b8cb16e 16:17:30 ---> Running in bdb282bd4d71 16:17:30 Removing intermediate container 0f44896f516c 16:17:30 ---> 013ef93f090b 16:17:30 16:17:30 Step 10/23 : FROM alpine:3.12 16:17:30 ---> 7230e588e954 16:17:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:17:30 ---> Running in c382f1dee97c 16:17:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:17:31 (1/1) Installing dumb-init (1.2.2-r1) 16:17:31 Executing busybox-1.31.1-r20.trigger 16:17:31 OK: 6 MiB in 15 packages 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:17:31 (1/4) Installing ca-certificates (20191127-r4) 16:17:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:17:31 (3/4) Installing libcurl (7.69.1-r3) 16:17:31 (4/4) Installing curl (7.69.1-r3) 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:17:31 Executing busybox-1.31.1-r20.trigger 16:17:31 Executing ca-certificates-20191127-r4.trigger 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:17:31 (1/2) Installing dumb-init (1.2.2-r1) 16:17:31 (2/2) Installing su-exec (0.2-r1) 16:17:31 Executing busybox-1.31.1-r20.trigger 16:17:31 OK: 6 MiB in 16 packages 16:17:31 (1/2) Installing ca-certificates (20191127-r4) 16:17:31 (2/2) Installing dumb-init (1.2.2-r1) 16:17:31 Executing busybox-1.31.1-r20.trigger 16:17:31 Executing ca-certificates-20191127-r4.trigger 16:17:31 OK: 6 MiB in 16 packages 16:17:31 (1/1) Installing dumb-init (1.2.2-r1) 16:17:31 Executing busybox-1.31.1-r20.trigger 16:17:31 OK: 6 MiB in 15 packages 16:17:32 OK: 7 MiB in 18 packages 16:17:33 Removing intermediate container ce988dadefad 16:17:33 ---> ffe0585ba955 16:17:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:17:33 ---> Running in 81250e4dd7f2 16:17:34 Removing intermediate container bdb282bd4d71 16:17:34 ---> 3ad5a9595119 16:17:34 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:17:34 Removing intermediate container 1bda7b8cb16e 16:17:34 ---> 3d739ae2c0e0 16:17:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:17:34 Removing intermediate container 81250e4dd7f2 16:17:34 ---> c80b9f9a3606 16:17:34 Step 13/22 : ENV APP_PORT=48085 16:17:34 ---> Running in eb1965dcf9e0 16:17:34 ---> Running in 44baf2027b46 16:17:34 Removing intermediate container c382f1dee97c 16:17:34 ---> 417c3f5a8e6c 16:17:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:17:34 ---> Running in 428741f47d94 16:17:34 Removing intermediate container 1624579b9696 16:17:34 ---> 4a23e2e266a3 16:17:34 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:17:34 ---> Running in bbe3131e7f63 16:17:34 ---> Running in d5f69c564914 16:17:34 Removing intermediate container eb1965dcf9e0 16:17:34 ---> 5dfc6f2a72a1 16:17:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:17:34 Removing intermediate container 44baf2027b46 16:17:34 ---> dd6628b8d633 16:17:34 Step 13/22 : ENV APP_PORT=48060 16:17:34 Removing intermediate container 428741f47d94 16:17:34 ---> 8fd014200b3b 16:17:34 Step 14/22 : EXPOSE $APP_PORT 16:17:35 Removing intermediate container bbe3131e7f63 16:17:35 ---> f10039faaf91 16:17:35 Step 13/23 : ENV APP_PORT=48081 16:17:35 ---> Running in e0aff6eb453d 16:17:35 ---> Running in 2ffac71ab974 16:17:35 ---> Running in 371763cc22a3 16:17:35 ---> Running in 9ef6c1fa2278 16:17:35 Removing intermediate container d5f69c564914 16:17:35 ---> 5a66c1fe8f46 16:17:35 Step 13/21 : WORKDIR /edgex 16:17:35 ---> Running in 12881c8e5223 16:17:35 Removing intermediate container 2ffac71ab974 16:17:35 ---> 7f4c7e37c3ca 16:17:35 Step 14/22 : EXPOSE $APP_PORT 16:17:35 Removing intermediate container 371763cc22a3 16:17:35 ---> 2e6533918725 16:17:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:17:35 Removing intermediate container e0aff6eb453d 16:17:35 ---> 259830228607 16:17:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:17:35 Removing intermediate container 9ef6c1fa2278 16:17:35 ---> 09edae365f4c 16:17:35 Step 14/23 : EXPOSE $APP_PORT 16:17:35 ---> Running in 1442eb6689c6 16:17:35 ---> Running in 0e1aedfb6a26 16:17:35 ---> Running in 5996936a3680 16:17:35 Removing intermediate container 12881c8e5223 16:17:35 ---> bb7b5f373502 16:17:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:17:36 ---> d9088687a783 16:17:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:17:36 Removing intermediate container 0e1aedfb6a26 16:17:36 ---> ac44bc97bd54 16:17:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:17:36 ---> fdd62b4bf677 16:17:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:17:36 Removing intermediate container 5996936a3680 16:17:36 ---> fcb424944bc5 16:17:36 Step 15/23 : WORKDIR / 16:17:36 ---> Running in 4a6d4b51039b 16:17:36 ---> 4df966968014 16:17:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:17:37 ---> 0ed97dedb37d 16:17:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:17:37 ---> cfaead6d5849 16:17:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:17:37 Removing intermediate container 4a6d4b51039b 16:17:37 ---> 032c4d1454d6 16:17:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:17:37 ---> 91add0e723ae 16:17:37 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:17:37 ---> Running in 079131cd970c 16:17:37 Removing intermediate container 1442eb6689c6 16:17:37 ---> bf0fae0b52c2 16:17:37 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:17:38 ---> 8f3a4897fcfa 16:17:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:17:38 ---> d00779bc029f 16:17:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:17:38 ---> Running in 0cc0df35dbf5 16:17:38 Removing intermediate container 079131cd970c 16:17:38 ---> de145800e0b5 16:17:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:17:38 ---> 062779c56459 16:17:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:17:38 ---> Running in 652747efa697 16:17:38 ---> Running in a28729dfd303 16:17:38 ---> 7e2fd2f76d73 16:17:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:17:38 Removing intermediate container 0cc0df35dbf5 16:17:38 ---> 502889ef9c5b 16:17:38 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:17:38 ---> a007bd9401b3 16:17:38 ---> Running in 57b638b269a9 16:17:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:17:39 Removing intermediate container 652747efa697 16:17:39 ---> 65e012e2e11a 16:17:39 Step 20/22 : LABEL arch=x86_64 16:17:39 Removing intermediate container a28729dfd303 16:17:39 ---> a48711227251 16:17:39 Step 18/21 : CMD ["--init=true"] 16:17:39 ---> Running in 8bb236883e33 16:17:39 Removing intermediate container 57b638b269a9 16:17:39 ---> 5cacdb6533ef 16:17:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:17:39 ---> 8efaf72668d5 16:17:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:17:39 ---> 248f6d38a62a 16:17:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:17:39 ---> Running in b22de3ae009b 16:17:39 ---> Running in a3295228700e 16:17:39 ---> Running in 9ccf3fcd6f48 16:17:39 ---> Running in 5baecfb85744 16:17:40 Removing intermediate container 8bb236883e33 16:17:40 ---> 1c1679bcdc6a 16:17:40 Step 21/22 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:17:40 ---> Running in 29d317981e42 16:17:40 Removing intermediate container b22de3ae009b 16:17:40 ---> 1783a8513ba2 16:17:40 Step 19/21 : LABEL arch=x86_64 16:17:40 Removing intermediate container a3295228700e 16:17:40 ---> 7f5daa267f41 16:17:40 Step 20/22 : LABEL arch=x86_64 16:17:40 Removing intermediate container 9ccf3fcd6f48 16:17:40 ---> ceb36c75b191 16:17:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:17:40 ---> Running in 8a2e0d8bc4d8 16:17:40 ---> Running in 9177a75e7463 16:17:40 ---> Running in 8bbc613b0dfd 16:17:40 Removing intermediate container 29d317981e42 16:17:40 ---> d7a557592b39 16:17:40 Step 22/22 : LABEL version=0.0.0 16:17:40 ---> Running in b91f1574594a 16:17:40 Removing intermediate container 9177a75e7463 16:17:40 ---> 9fb85461fbd9 16:17:40 Step 20/21 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:17:40 Removing intermediate container 8a2e0d8bc4d8 16:17:40 ---> f9ae1bec45a9 16:17:40 Step 21/22 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:17:40 Removing intermediate container 8bbc613b0dfd 16:17:40 ---> 7b789d7375ff 16:17:40 Step 21/23 : LABEL arch=x86_64 16:17:41 ---> Running in 7abcad2d078c 16:17:41 ---> Running in 006090a30904 16:17:41 ---> Running in b31a68af66cd 16:17:41 Removing intermediate container b91f1574594a 16:17:41 ---> 6acd7758d05d 16:17:41 16:17:41 Removing intermediate container 7abcad2d078c 16:17:41 ---> 62f9f6b701f2 16:17:41 Step 21/21 : LABEL version=0.0.0 16:17:41 Removing intermediate container 006090a30904 16:17:41 ---> 37c971868721 16:17:41 Step 22/22 : LABEL version=0.0.0 16:17:41 Successfully built 6acd7758d05d 16:17:41 Removing intermediate container b31a68af66cd 16:17:41 ---> 2c822f2ab420 16:17:41 Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:17:41 Successfully tagged docker-support-scheduler-go:latest 16:17:41 Removing intermediate container 5baecfb85744 16:17:41 ---> 8dffdf027a5e 16:17:41 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:17:41 Building docker-sys-mgmt-agent-go 16:17:41  Building docker-support-scheduler-go ... done  ---> Running in 2514094da21d 16:17:41 ---> Running in 0327e0fec5da 16:17:41 ---> Running in 0d1f5794a2db 16:17:42 Removing intermediate container 2514094da21d 16:17:42 ---> f7517a588dad 16:17:42 16:17:42 Removing intermediate container 0327e0fec5da 16:17:42 ---> e62051e918d9 16:17:42 16:17:42 ---> 8fcb3bc473b1 16:17:42 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:17:42 Removing intermediate container 0d1f5794a2db 16:17:42 ---> 3025a41d1609 16:17:42 Step 23/23 : LABEL version=0.0.0 16:17:42 Successfully built f7517a588dad 16:17:42 Successfully built e62051e918d9 16:17:42 Successfully tagged docker-security-proxy-setup-go:latest 16:17:42 Successfully tagged docker-support-notifications-go:latest 16:17:42 Building docker-core-data-go 16:17:42 Building docker-core-command-go 16:17:42  Building docker-security-proxy-setup-go ... done  Building docker-support-notifications-go ... done  ---> Running in d1e890dadf47 16:17:42 ---> b524b57dca22 16:17:42 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:17:42 Removing intermediate container d1e890dadf47 16:17:42 ---> d2e55140535d 16:17:42 16:17:42 Successfully built d2e55140535d 16:17:42 Successfully tagged docker-core-metadata-go:latest 16:17:42  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 16:17:43 ---> ea1016df08e3 16:17:43 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:17:43 ---> 49340078f790 16:17:43 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:17:48 ---> c39c8d9c16a5 16:17:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:17:48 ---> Running in 95c40543e0e2 16:17:52 Removing intermediate container 95c40543e0e2 16:17:52 ---> 29da14692224 16:17:52 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:17:55 ---> 2846bb99fd71 16:17:55 Step 26/31 : RUN chmod +x /entrypoint.sh 16:17:56 ---> Running in 92a20b32e006 16:17:58 Removing intermediate container 92a20b32e006 16:17:58 ---> dbbf45d73885 16:17:58 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:17:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:18:06 ---> Running in 0f031f8461a3 16:18:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:18:08 Removing intermediate container 0f031f8461a3 16:18:08 ---> 963ddf2490fc 16:18:08 Step 28/31 : CMD ["gate"] 16:18:09 ---> Running in 76e1a35ad83a 16:18:10 Removing intermediate container 76e1a35ad83a 16:18:10 ---> 054dfe4f4d88 16:18:10 Step 29/31 : LABEL arch=x86_64 16:18:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:18:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:18:11 ---> c7c06884016f 16:18:11 Step 3/24 : WORKDIR /edgex-go 16:18:11 ---> Using cache 16:18:11 ---> cd6e5c9d5370 16:18:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:18:11 ---> Using cache 16:18:11 ---> c33420115a51 16:18:11 Step 5/24 : RUN apk add --update --no-cache make git 16:18:11 ---> Using cache 16:18:11 ---> a69137e1f26a 16:18:11 Step 6/24 : COPY go.mod . 16:18:11 ---> Using cache 16:18:11 ---> 81885f1fadb2 16:18:11 Step 7/24 : RUN go mod download 16:18:11 ---> Using cache 16:18:11 ---> 703aa98eabb7 16:18:11 Step 8/24 : COPY . . 16:18:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:18:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:18:11 ---> c7c06884016f 16:18:11 Step 3/26 : WORKDIR /edgex-go 16:18:11 ---> Using cache 16:18:11 ---> cd6e5c9d5370 16:18:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:18:11 ---> Using cache 16:18:11 ---> c33420115a51 16:18:11 Step 5/26 : RUN apk add --update --no-cache make bash git 16:18:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:18:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:18:11 ---> c7c06884016f 16:18:11 Step 3/23 : WORKDIR /edgex-go 16:18:11 ---> Using cache 16:18:11 ---> cd6e5c9d5370 16:18:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:18:11 ---> Using cache 16:18:11 ---> c33420115a51 16:18:11 Step 5/23 : RUN apk add --update --no-cache make git 16:18:11 ---> Using cache 16:18:11 ---> a69137e1f26a 16:18:11 Step 6/23 : COPY go.mod . 16:18:11 ---> Using cache 16:18:11 ---> 81885f1fadb2 16:18:11 Step 7/23 : RUN go mod download 16:18:11 ---> Using cache 16:18:11 ---> 703aa98eabb7 16:18:11 Step 8/23 : COPY . . 16:18:11 ---> Using cache 16:18:11 ---> 0348cfae1483 16:18:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:18:11 ---> Using cache 16:18:11 ---> 0348cfae1483 16:18:11 Step 9/23 : RUN make cmd/core-command/core-command 16:18:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:18:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:18:11 ---> c7c06884016f 16:18:11 Step 3/23 : WORKDIR /edgex-go 16:18:11 ---> Using cache 16:18:11 ---> cd6e5c9d5370 16:18:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:18:11 ---> Using cache 16:18:11 ---> c33420115a51 16:18:11 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:18:13 ---> Running in 314a5ed9fdab 16:18:13 ---> Running in 2bcff5f5e3a8 16:18:13 ---> Running in acab981158d2 16:18:13 ---> Running in edaaf397fceb 16:18:13 ---> Running in 74fe0ac5c279 16:18:13 Removing intermediate container 314a5ed9fdab 16:18:13 ---> dbb1b55fdd1e 16:18:13 Step 30/31 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:18:13 ---> Running in 785cb9057b7a 16:18:13 Removing intermediate container 785cb9057b7a 16:18:13 ---> 0816ece8e734 16:18:13 Step 31/31 : LABEL version=0.0.0 16:18:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:18:14 ---> Running in 5b44966a3670 16:18:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:18:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:18:14 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 16:18:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:18:14 Removing intermediate container 5b44966a3670 16:18:14 ---> 1314256309f4 16:18:14 16:18:14 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 16:18:14 Successfully built 1314256309f4 16:18:14 Successfully tagged docker-security-bootstrapper-go:latest 16:18:14  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:18:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:18:15 OK: 233 MiB in 51 packages 16:18:16 OK: 233 MiB in 51 packages 16:18:17 Removing intermediate container 2bcff5f5e3a8 16:18:17 ---> 6a0831f4efcd 16:18:17 Step 6/23 : COPY go.mod . 16:18:17 Removing intermediate container acab981158d2 16:18:17 ---> 676c8aba2c20 16:18:17 Step 6/26 : COPY go.mod . 16:18:17 ---> fdd46a975b41 16:18:17 Step 7/23 : RUN go mod download 16:18:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:18:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:18:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:18:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:18:17 ---> Running in a2e8d74ae8fd 16:18:17 ---> 09a05541020f 16:18:17 Step 7/26 : RUN go mod download 16:18:18 ---> Running in 278e67c7d3dc 16:18:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:18:21 Removing intermediate container 278e67c7d3dc 16:18:21 ---> a6221d8a9063 16:18:21 Step 8/26 : COPY . . 16:18:21 Removing intermediate container a2e8d74ae8fd 16:18:21 ---> 1ae2370809ab 16:18:21 Step 8/23 : COPY . . 16:18:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:18:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:18:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:18:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.9% of statements 16:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.142s coverage: 19.8% of statements 16:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.300s coverage: 100.0% of statements 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.550s coverage: 27.1% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.178s coverage: 100.0% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.197s coverage: 100.0% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:18:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 71.3% of statements 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:18:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:18:45 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 16:18:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.9% of statements 16:18:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:18:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:18:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements 16:18:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:18:53 ---> 0c209a2152f8 16:18:53 ---> a8f9056b4fbc 16:18:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/23 : RUN make cmd/core-data/core-data 16:18:53 16:18:53 Removing intermediate container edaaf397fceb 16:18:53 ---> 9697313d24c9 16:18:53 16:18:53 Step 10/23 : FROM alpine:3.12 16:18:53 Removing intermediate container 74fe0ac5c279 16:18:53 ---> 73322e79fb6f 16:18:53 16:18:53 Step 10/24 : FROM alpine:3.12 ---> 7230e588e954 16:18:53 16:18:53 Step 11/23 : RUN apk add --update --no-cache dumb-init ---> 7230e588e954 16:18:53 16:18:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:18:53 ---> Using cache 16:18:53 ---> 417c3f5a8e6c 16:18:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:18:53 ---> Running in a63dd88d1082 16:18:53 ---> Running in ca25c5cb7d38 16:18:53 ---> Using cache 16:18:53 ---> f10039faaf91 16:18:53 Step 13/23 : ENV APP_PORT=48082 16:18:53 ---> Running in d32b1854a696 16:18:53 ---> Running in caeff6d45f2b 16:18:53 Removing intermediate container d32b1854a696 16:18:53 ---> 49cfe14184cf 16:18:53 Step 14/23 : EXPOSE $APP_PORT 16:18:54 ---> Running in 5d65a07a97c1 16:18:54 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 16:18:54 Removing intermediate container 5d65a07a97c1 16:18:54 ---> 076384dbb0b1 16:18:54 Step 15/23 : WORKDIR / 16:18:54 ---> Running in cdb98f386232 16:18:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:18:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:18:54 Removing intermediate container cdb98f386232 16:18:54 ---> 582654011bbb 16:18:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:18:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:18:54 (1/6) Installing ca-certificates (20191127-r4) 16:18:54 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:18:54 (3/6) Installing libcurl (7.69.1-r3) 16:18:54 (4/6) Installing curl (7.69.1-r3) 16:18:54 (5/6) Installing dumb-init (1.2.2-r1) 16:18:54 (6/6) Installing su-exec (0.2-r1) 16:18:54 Executing busybox-1.31.1-r20.trigger 16:18:55 Executing ca-certificates-20191127-r4.trigger 16:18:55 OK: 7 MiB in 20 packages 16:18:55 ---> e5062400af46 16:18:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:18:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.125s coverage: 28.6% of statements 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:18:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.312s coverage: 100.0% of statements 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:18:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.141s coverage: 100.0% of statements 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:18:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.390s coverage: 86.7% of statements 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:18:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.478s coverage: 97.5% of statements 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:18:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.230s coverage: 78.3% of statements 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:18:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:18:57 ---> ecb486132ca5 16:18:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:18:57 Removing intermediate container caeff6d45f2b 16:18:57 ---> 45cafcd04590 16:18:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:18:58 ---> Running in 950a1bb764c1 16:18:58 ---> 7068fecaec0a 16:18:58 Step 19/23 : ENTRYPOINT ["/core-command"] 16:18:58 ---> Running in e2d00e4fd11c 16:18:58 Removing intermediate container 950a1bb764c1 16:18:58 ---> 8238cdd66397 16:18:58 Step 13/24 : WORKDIR / 16:18:59 Removing intermediate container e2d00e4fd11c 16:18:59 ---> 1a8ccd05c20a 16:18:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:18:59 ---> Running in a82b0de529ab 16:18:59 ---> Running in 01887dfec867 16:18:59 Removing intermediate container a82b0de529ab 16:18:59 ---> 78f8b7154ed4 16:18:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:18:59 Removing intermediate container 01887dfec867 16:18:59 ---> 6fd017397581 16:18:59 Step 21/23 : LABEL arch=x86_64 16:19:00 ---> Running in aae56d1f04bc 16:19:00 ---> ed8446641284 16:19:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:19:01 Removing intermediate container aae56d1f04bc 16:19:01 ---> 202d3ae6c8b2 16:19:01 Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:19:01 ---> Running in 3eb004d8d65c 16:19:01 ---> efc805c62ac5 16:19:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:19:02 Removing intermediate container 3eb004d8d65c 16:19:02 ---> dae8632d5612 16:19:02 Step 23/23 : LABEL version=0.0.0 16:19:02 ---> 678bbb705b24 16:19:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:19:02 ---> Running in bef4b476e18e 16:19:03 Removing intermediate container bef4b476e18e 16:19:03 ---> f89b2325634c 16:19:03 16:19:04 Successfully built f89b2325634c 16:19:04 Successfully tagged docker-core-command-go:latest 16:19:04  Building docker-core-command-go ... done  ---> 642c1f35eaa0 16:19:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:19:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.268s coverage: 92.8% of statements 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:19:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.110s coverage: 58.8% of statements 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:19:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 1.0% of statements 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:19:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:19:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.186s coverage: 47.1% of statements 16:19:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.164s coverage: 79.5% of statements 16:19:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.159s coverage: 94.1% of statements 16:19:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.182s coverage: 96.3% of statements 16:19:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.190s coverage: 87.5% of statements 16:19:05 ---> 1d61bac2aa61 16:19:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:19:06 ---> df8573ecda26 16:19:06 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/ 16:19:06 ---> Running in 925aa0c78931 16:19:08 Removing intermediate container 925aa0c78931 16:19:08 ---> d3e328bf11ab 16:19:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:19:08 ---> Running in 201413dadf91 16:19:09 Removing intermediate container 201413dadf91 16:19:09 ---> e38464eb5386 16:19:09 Step 22/24 : LABEL arch=x86_64 16:19:09 ---> Running in f57b4d580bc9 16:19:09 Removing intermediate container f57b4d580bc9 16:19:09 ---> ee507daf08bd 16:19:09 Step 23/24 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:19:09 ---> Running in 3181a0c2717c 16:19:10 Removing intermediate container 3181a0c2717c 16:19:10 ---> a4bfd123840e 16:19:10 Step 24/24 : LABEL version=0.0.0 16:19:10 ---> Running in 2ac052798e66 16:19:10 Removing intermediate container 2ac052798e66 16:19:10 ---> 3f41c6f60daa 16:19:10 16:19:10 Successfully built 3f41c6f60daa 16:19:10 Successfully tagged docker-security-secretstore-setup-go:latest 16:19:13  Building docker-security-secretstore-setup-go ... done Removing intermediate container ca25c5cb7d38 16:19:13 ---> 8a5ab17604f5 16:19:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:19:13 ---> Running in 4c617374b5b5 16:19:15 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 16:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.145s coverage: 94.4% of statements 16:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.115s coverage: 44.8% of statements 16:19:17 Removing intermediate container 4c617374b5b5 16:19:17 ---> b50ee3cebbd5 16:19:17 16:19:17 Step 11/26 : FROM docker:20.10.0 16:19:17 20.10.0: Pulling from library/docker 16:19:17 Removing intermediate container a63dd88d1082 16:19:17 ---> 0be697b6bb58 16:19:17 16:19:17 Step 10/23 : FROM alpine:3.12 16:19:17 ---> 7230e588e954 16:19:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:19:17 ---> Running in 49f261ff1bf9 16:19:17 Removing intermediate container 49f261ff1bf9 16:19:17 ---> dd108de1fb0e 16:19:17 Step 12/23 : ENV APP_PORT=48080 16:19:17 ---> Running in a892f22cd87f 16:19:18 Removing intermediate container a892f22cd87f 16:19:18 ---> 847ba06a7f6c 16:19:18 Step 13/23 : EXPOSE $APP_PORT 16:19:18 ---> Running in 655fd4da7dc0 16:19:18 Removing intermediate container 655fd4da7dc0 16:19:18 ---> c68855a13432 16:19:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:19 ---> Running in 1d2c7fab76b7 16:19:20 Removing intermediate container 1d2c7fab76b7 16:19:20 ---> 18b52d4291ef 16:19:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:19:20 ---> Running in 9ecc80b56b87 16:19:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:19:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:19:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:19:22 Status: Downloaded newer image for docker:20.10.0 16:19:22 ---> aefe523efa57 16:19:22 Step 12/26 : RUN apk add --no-cache bash 16:19:22 ---> Running in 35c8a174fc7d 16:19:22 (1/6) Installing dumb-init (1.2.2-r1) 16:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:19:22 (2/6) Installing libgcc (9.3.0-r2) 16:19:22 (3/6) Installing libsodium (1.0.18-r0) 16:19:22 (1/2) Installing readline (8.0.4-r0) 16:19:22 (2/2) Installing bash (5.0.17-r0) 16:19:22 Executing bash-5.0.17-r0.post-install 16:19:22 Executing busybox-1.31.1-r19.trigger 16:19:22 OK: 12 MiB in 22 packages 16:19:22 (4/6) Installing libstdc++ (9.3.0-r2) 16:19:23 (5/6) Installing libzmq (4.3.3-r0) 16:19:23 (6/6) Installing zeromq (4.3.3-r0) 16:19:23 Executing busybox-1.31.1-r20.trigger 16:19:23 Removing intermediate container 35c8a174fc7d 16:19:23 ---> 915df43f67d8 16:19:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:19:23 OK: 8 MiB in 20 packages 16:19:23 ---> Running in 1a4b9e5ae909 16:19:23 Removing intermediate container 1a4b9e5ae909 16:19:23 ---> f2228bbec49b 16:19:23 Step 14/26 : ENV APP_PORT=48090 16:19:23 ---> Running in 63efb2a412b1 16:19:24 Removing intermediate container 63efb2a412b1 16:19:24 ---> 4133e635ec78 16:19:24 Step 15/26 : EXPOSE $APP_PORT 16:19:24 Removing intermediate container 9ecc80b56b87 16:19:24 ---> 29e47908ee02 16:19:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:19:24 ---> Running in 0cb14522c2cd 16:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.591s coverage: 81.5% of statements 16:19:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:19:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.090s coverage: 87.1% of statements 16:19:24 Removing intermediate container 0cb14522c2cd 16:19:24 ---> 43df380f3d8c 16:19:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:19:24 ---> daf096b0927b 16:19:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:19:24 ---> 89d6645f25ae 16:19:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:19:24 ---> f818c35a7e16 16:19:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:19:25 ---> 85136e8dc81d 16:19:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:19:25 ---> 06cc08ab4a35 16:19:25 Step 19/23 : ENTRYPOINT ["/core-data"] 16:19:25 ---> Running in 25a45f6fe45a 16:19:25 ---> 741474f8cb2e 16:19:25 Step 19/26 : RUN apk --no-cache add py3-pip 16:19:25 Removing intermediate container 25a45f6fe45a 16:19:25 ---> ec5ff1abb7e7 16:19:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:19:25 ---> Running in 8beff1971535 16:19:25 ---> Running in 31239a36c3f5 16:19:25 Removing intermediate container 8beff1971535 16:19:25 ---> f6ae54a31fe0 16:19:25 Step 21/23 : LABEL arch=x86_64 16:19:25 ---> Running in 136ec96b84e2 16:19:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:19:25 Removing intermediate container 136ec96b84e2 16:19:25 ---> 13fcab3e1bd2 16:19:25 Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:19:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:19:25 ---> Running in 82f78e1999b0 16:19:26 (1/33) Installing libbz2 (1.0.8-r1) 16:19:26 (2/33) Installing expat (2.2.9-r1) 16:19:26 (3/33) Installing libffi (3.3-r2) 16:19:26 (4/33) Installing gdbm (1.13-r1) 16:19:26 (5/33) Installing xz-libs (5.2.5-r0) 16:19:26 (6/33) Installing sqlite-libs (3.32.1-r0) 16:19:26 (7/33) Installing python3 (3.8.8-r0) 16:19:26 Removing intermediate container 82f78e1999b0 16:19:26 ---> 612d320d382d 16:19:26 Step 23/23 : LABEL version=0.0.0 16:19:27 ---> Running in 232fa4596e95 16:19:27 (8/33) Installing py3-appdirs (1.4.4-r1) 16:19:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:19:27 (10/33) Installing py3-parsing (2.4.7-r0) 16:19:27 (11/33) Installing py3-six (1.15.0-r0) 16:19:27 (12/33) Installing py3-packaging (20.4-r0) 16:19:27 (13/33) Installing py3-setuptools (47.0.0-r0) 16:19:27 (14/33) Installing py3-chardet (3.0.4-r4) 16:19:30 (15/33) Installing py3-idna (2.9-r0) 16:19:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:19:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:19:31 Removing intermediate container 232fa4596e95 16:19:31 ---> 70ccb779dc9c 16:19:31 16:19:31 (18/33) Installing py3-requests (2.23.0-r0) 16:19:31 (19/33) Installing py3-msgpack (1.0.0-r0) 16:19:31 (20/33) Installing py3-lockfile (0.12.2-r3) 16:19:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:19:31 (22/33) Installing py3-colorama (0.4.3-r0) 16:19:31 (23/33) Installing py3-distlib (0.3.0-r0) 16:19:31 (24/33) Installing py3-distro (1.5.0-r1) 16:19:31 (25/33) Installing py3-webencodings (0.5.1-r3) 16:19:31 (26/33) Installing py3-html5lib (1.0.1-r4) 16:19:31 (27/33) Installing py3-pytoml (0.1.21-r0) 16:19:31 (28/33) Installing py3-pep517 (0.8.2-r0) 16:19:31 (29/33) Installing py3-progress (1.5-r0) 16:19:31 (30/33) Installing py3-toml (0.10.1-r0) 16:19:31 (31/33) Installing py3-retrying (1.3.3-r0) 16:19:31 Successfully built 70ccb779dc9c 16:19:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:19:31 (33/33) Installing py3-pip (20.1.1-r0) 16:19:31 Successfully tagged docker-core-data-go:latest 16:19:31  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger 16:19:31 OK: 71 MiB in 55 packages 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.202s coverage: 92.9% of statements 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.199s coverage: 87.2% of statements 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.220s coverage: 84.6% of statements 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.292s coverage: 91.6% of statements 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.633s coverage: 64.4% of statements 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:19:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.114s coverage: 100.0% of statements 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 16:19:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 16:19:38 Removing intermediate container 31239a36c3f5 16:19:38 ---> 78bbc8019961 16:19:38 Step 20/26 : RUN pip install docker-compose==1.23.2 16:19:38 ---> Running in dd7c05fd2d7b 16:19:39 Collecting docker-compose==1.23.2 16:19:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.046s coverage: 69.0% of statements 16:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:19:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:19:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:19:39 Collecting docker<4.0,>=3.6.0 16:19:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:19:39 Collecting docopt<0.7,>=0.6.1 16:19:39 Downloading docopt-0.6.2.tar.gz (25 kB) 16:19:40 Collecting jsonschema<3,>=2.5.1 16:19:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:19:40 Collecting PyYAML<4,>=3.10 16:19:40 Downloading PyYAML-3.13.tar.gz (270 kB) 16:19:41 Collecting dockerpty<0.5,>=0.4.1 16:19:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:19:41 Collecting cached-property<2,>=1.2.0 16:19:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:19:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:19:41 Collecting texttable<0.10,>=0.9.0 16:19:41 Downloading texttable-0.9.1.tar.gz (11 kB) 16:19:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.487s coverage: 38.4% of statements 16:19:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:19:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:19:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements 16:19:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:19:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.119s coverage: 84.8% of statements 16:19:42 Collecting websocket-client<1.0,>=0.32.0 16:19:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:19:42 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) 16:19:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:19:42 Collecting urllib3<1.25,>=1.21.1 16:19:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:19:42 Collecting idna<2.8,>=2.5 16:19:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:19:42 Collecting docker-pycreds>=0.4.0 16:19:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:19:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:19:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:19:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:19:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:19:42 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, jsonschema, PyYAML, dockerpty, cached-property, texttable, docker-compose 16:19:42 Attempting uninstall: urllib3 16:19:42 Found existing installation: urllib3 1.25.9 16:19:42 Uninstalling urllib3-1.25.9: 16:19:42 Successfully uninstalled urllib3-1.25.9 16:19:43 Attempting uninstall: idna 16:19:43 Found existing installation: idna 2.9 16:19:43 Uninstalling idna-2.9: 16:19:43 Successfully uninstalled idna-2.9 16:19:43 Attempting uninstall: requests 16:19:43 Found existing installation: requests 2.23.0 16:19:43 Uninstalling requests-2.23.0: 16:19:43 Successfully uninstalled requests-2.23.0 16:19:43 Running setup.py install for docopt: started 16:19:44 Running setup.py install for docopt: finished with status 'done' 16:19:44 Running setup.py install for PyYAML: started 16:19:44 Running setup.py install for PyYAML: finished with status 'done' 16:19:44 Running setup.py install for dockerpty: started 16:19:45 Running setup.py install for dockerpty: finished with status 'done' 16:19:45 Running setup.py install for texttable: started 16:19:45 Running setup.py install for texttable: finished with status 'done' 16:19:47 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 16:19:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.476s coverage: 47.0% of statements 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:19:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:19:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:19:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.445s coverage: 87.1% of statements 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:19:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:19:48 Removing intermediate container dd7c05fd2d7b 16:19:48 ---> 66ce2134b573 16:19:48 Step 21/26 : RUN apk --no-cache add curl 16:19:48 ---> Running in 087abc4f059e 16:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:19:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:19:49 (2/3) Installing libcurl (7.69.1-r3) 16:19:49 (3/3) Installing curl (7.69.1-r3) 16:19:49 Executing busybox-1.31.1-r19.trigger 16:19:49 OK: 72 MiB in 58 packages 16:19:50 Removing intermediate container 087abc4f059e 16:19:50 ---> a92a03b46db4 16:19:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:19:50 ---> Running in 93454728cabf 16:19:50 Removing intermediate container 93454728cabf 16:19:50 ---> ceab58f6c98a 16:19:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:19:50 ---> Running in f31b8f6dbefa 16:19:50 Removing intermediate container f31b8f6dbefa 16:19:50 ---> d29a41127160 16:19:50 Step 24/26 : LABEL arch=x86_64 16:19:50 ---> Running in 8087ba7f0a41 16:19:50 Removing intermediate container 8087ba7f0a41 16:19:50 ---> e176ce16486f 16:19:50 Step 25/26 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:19:50 ---> Running in e8a039ac0f36 16:19:50 Removing intermediate container e8a039ac0f36 16:19:50 ---> 58c3eb776d5d 16:19:50 Step 26/26 : LABEL version=0.0.0 16:19:51 ---> Running in e64e838cb617 16:19:51 Removing intermediate container e64e838cb617 16:19:51 ---> da3a95911d0b 16:19:51 16:19:51 Successfully built da3a95911d0b 16:19:51 Successfully tagged docker-sys-mgmt-agent-go:latest 16:19:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:19:51 $ docker stop --time=1 35ac6ab264a5f23a7c60d51c17dd52a98c058b90d4267f5aa8cf9483c33b45db 16:19:53 $ docker rm -f 35ac6ab264a5f23a7c60d51c17dd52a98c058b90d4267f5aa8cf9483c33b45db [Pipeline] // withDockerContainer [Pipeline] sh 16:19:54 + docker images 16:19:54 + grep docker 16:19:54 docker-sys-mgmt-agent-go latest da3a95911d0b 3 seconds ago 314MB 16:19:54 docker-core-data-go latest 70ccb779dc9c 27 seconds ago 22.7MB 16:19:54 docker-security-secretstore-setup-go latest 3f41c6f60daa 44 seconds ago 25.7MB 16:19:54 docker-core-command-go latest f89b2325634c 52 seconds ago 17.3MB 16:19:54 docker-security-bootstrapper-go latest 1314256309f4 About a minute ago 19MB 16:19:54 docker-core-metadata-go latest d2e55140535d 2 minutes ago 19MB 16:19:54 docker-support-notifications-go latest e62051e918d9 2 minutes ago 17.9MB 16:19:54 docker-security-proxy-setup-go latest f7517a588dad 2 minutes ago 25.4MB 16:19:54 docker-support-scheduler-go latest 6acd7758d05d 2 minutes ago 17.4MB 16:19:54 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 16:19:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.358s coverage: 29.1% of statements 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:19:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:19:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.226s coverage: 100.0% of statements 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:19:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.290s coverage: 95.6% of statements 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:19:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:19:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:19:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:19:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:19:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [Pipeline] node 16:19:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 32.1% of statements 16:19:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 16:19:58 GO111MODULE=on go vet ./... 16:20:10 Still waiting to schedule task 16:20:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:21:01 Running on prd-ubuntu18.04-docker-8c-8g-32481 in /w/workspace/edgexfoundry_edgex-go_PR-3324 [Pipeline] { [Pipeline] ws 16:21:01 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 16:21:03 using credential edgex-jenkins-ssh 16:21:03 Cloning the remote Git repository 16:21:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:21:03 > git init /w/workspace/edgex-go/4 # timeout=10 16:21:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:21:03 > git --version # timeout=10 16:21:03 > git --version # 'git version 2.17.1' 16:21:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:21:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:21:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:21:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3324/head:refs/remotes/origin/PR-3324 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:21:09 Merging remotes/origin/master commit 65f742f3c09a75b9cecbe50bc703c053f2863689 into PR head commit 4d59e47c1b9b124fda714d78f72d814514d1fe70 16:21:09 Merge succeeded, producing 4d59e47c1b9b124fda714d78f72d814514d1fe70 16:21:09 Checking out Revision 4d59e47c1b9b124fda714d78f72d814514d1fe70 (PR-3324) 16:21:09 > git config core.sparsecheckout # timeout=10 16:21:09 > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 16:21:09 > git remote # timeout=10 16:21:09 > git config --get remote.origin.url # timeout=10 16:21:09 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:09 > git merge 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 16:21:09 > git rev-parse HEAD^{commit} # timeout=10 16:21:09 > git config core.sparsecheckout # timeout=10 16:21:09 > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 16:21:12 Commit message: "feat(security): Implementation for generating consul tokens changes for security-bootstrapper on setupRegitrsyACL - add logic for deleting consul tokens for the 2nd time or later based on the consul-token files - add logic for generating consul tokens with go-mod-secret's API - add logic for re-set up the consul tokens for the 2nd time or later - add env. override STAGEGATE_REGISTRY_ACL_TOKENBASEDIR for snap on consul token base directory" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:21:14 + echo snap-build.sh 16:21:14 snap-build.sh 16:21:14 + SNAP_BASE_DIR=. 16:21:14 + '[' '!' -z /w/workspace/edgex-go/4 ']' 16:21:14 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 16:21:14 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 16:21:14 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 16:21:14 + cd /w/workspace/edgex-go/4 16:21:14 + sudo apt-get remove -qy --purge lxd lxd-client 16:21:14 Reading package lists... 16:21:14 Building dependency tree... 16:21:14 Reading state information... 16:21:14 The following packages were automatically installed and are no longer required: 16:21:14 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:21:14 uidmap xdelta3 16:21:14 Use 'sudo apt autoremove' to remove them. 16:21:14 The following packages will be REMOVED: 16:21:14 lxd* lxd-client* 16:21:15 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:21:15 After this operation, 31.7 MB disk space will be freed. 16:21:15 (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.) 16:21:15 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:21:16 Removing lxd dnsmasq configuration 16:21:16 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:21:17 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:21:18 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:21: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.) 16:21:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:21:19 Processing triggers for systemd (237-3ubuntu10.42) ... 16:21:19 Processing triggers for ureadahead (0.100.0-21) ... 16:21:20 + sudo snap remove --purge lxd 16:21:20 snap "lxd" is not installed 16:21:20 + sudo groupadd --force --system lxd 16:21:20 ++ whoami 16:21:20 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:21:20 + newgrp - lxd 16:21:20 gofmt -l . 16:21:20 [ "`gofmt -l .`" = "" ] 16:21:20 ./bin/test-go-mod-tidy.sh 16:21:20 ./bin/test-attribution-txt.sh 16:21:21 + sudo snap install lxd [Pipeline] sh 16:21:22 + ls -al . 16:21:22 total 824 16:21:22 drwxrwxr-x 9 1001 1001 4096 Apr 1 16:21 . 16:21:22 drwxr-xr-x 4 root root 4096 Apr 1 16:16 .. 16:21:22 -rw-rw-r-- 1 1001 1001 11 Apr 1 16:15 .dockerignore 16:21:22 drwxrwxr-x 8 1001 1001 4096 Apr 1 16:15 .git 16:21:22 drwxrwxr-x 3 1001 1001 4096 Apr 1 16:15 .github 16:21:22 -rw-rw-r-- 1 1001 1001 818 Apr 1 16:15 .gitignore 16:21:22 -rw-rw-r-- 1 1001 1001 166 Apr 1 16:15 .sonarcloud.properties 16:21:22 -rw-rw-r-- 1 1001 1001 8607 Apr 1 16:15 Attribution.txt 16:21:22 -rw-rw-r-- 1 1001 1001 3804 Apr 1 16:15 CONTRIBUTING.md 16:21:22 -rw-rw-r-- 1 1001 1001 931 Apr 1 16:15 Dockerfile.build 16:21:22 -rw-rw-r-- 1 1001 1001 863 Apr 1 16:15 Jenkinsfile 16:21:22 -rw-rw-r-- 1 1001 1001 10775 Apr 1 16:15 LICENSE 16:21:22 -rw-rw-r-- 1 1001 1001 5774 Apr 1 16:15 Makefile 16:21:22 -rw-rw-r-- 1 1001 1001 6548 Apr 1 16:15 README.md 16:21:22 -rw-rw-r-- 1 1001 1001 6755 Apr 1 16:15 SECURITY.md 16:21:22 -rw-rw-r-- 1 1001 1001 5 Apr 1 16:11 VERSION 16:21:22 -rw-rw-r-- 1 1001 1001 4131 Apr 1 16:15 ZMQWindows.md 16:21:22 drwxrwxr-x 2 1001 1001 4096 Apr 1 16:15 bin 16:21:22 drwxrwxr-x 14 1001 1001 4096 Apr 1 16:15 cmd 16:21:22 -rw-r--r-- 1 root root 686581 Apr 1 16:19 coverage.out 16:21:22 -rw-r--r-- 1 root root 1056 Apr 1 16:21 go.mod 16:21:22 -rw-r--r-- 1 root root 22360 Apr 1 16:21 go.sum 16:21:22 drwxrwxr-x 8 1001 1001 4096 Apr 1 16:15 internal 16:21:22 drwxrwxr-x 4 1001 1001 4096 Apr 1 16:15 openapi 16:21:22 drwxrwxr-x 4 1001 1001 4096 Apr 1 16:15 snap 16:21:22 -rw-rw-r-- 1 1001 1001 168 Apr 1 16:15 version.go [Pipeline] sh 16:21:23 + '[' -e coverage.out ] 16:21:23 + chown 1001:1001 coverage.out [Pipeline] stash 16:21:23 Warning: overwriting stash ‘coverage-report’ 16:21:25 Stashed 1 file(s) [Pipeline] sh 16:21:25 + make build 16:21:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:21:31 2021-04-01T16:21:28Z INFO Waiting for automatic snapd restart... 16:21:35 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 16:21:53 lxd 4.12 from Canonical* installed 16:21:53 + sudo lxd init --auto 16:21:59 + sudo snap install --classic snapcraft 16:22:02 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 16:22:06 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 16:22:06 snapcraft 4.6 from Canonical* installed 16:22:06 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 16:22:06 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 16:22:06 % Total % Received % Xferd Average Speed Time Time Time Current 16:22:06 Dload Upload Total Spent Left Speed 16:22:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3335 0 --:--:-- --:--:-- --:--:-- 3335 16:22:06 100 3325k 100 3325k 0 0 8636k 0 --:--:-- --:--:-- --:--:-- 8636k 16:22:06 ./yq_linux_amd64 16:22:06 + sudo snapcraft prime --use-lxd 16:22:08 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:22:08 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: 16:22:08 - README.md 16:22:08 16:22:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:22:08 Launching a container. 16:22:11 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 16:22:13 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 16:22:18 Waiting for container to be ready 16:22:19 To start your first instance, try: lxc launch ubuntu:18.04 16:22:19 16:22:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:22:23 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:22:23 Waiting for network to be ready... 16:22:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:22:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 16:22:24 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:22:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:22:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:22:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:22:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:22:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:22:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:22:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:22:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:22:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:22:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:22:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:22:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:22:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:22:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:22:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:22:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:22:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:22:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 16:22:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:22:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:22:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:22:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:22:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:22:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 16:22:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:22:28 Fetched 24.2 MB in 5s (5333 kB/s) 16:22:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:22:29 Reading package lists... 16:22:29 Reading package lists... 16:22:29 Building dependency tree... 16:22:29 Reading state information... 16:22:29 The following additional packages will be installed: 16:22:29 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:22:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:22:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:22:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:22:29 Suggested packages: 16:22:29 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:22:29 Recommended packages: 16:22:29 gnupg libsasl2-modules 16:22:29 The following NEW packages will be installed: 16:22:29 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:22:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:22:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:22:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:22:29 The following packages will be upgraded: 16:22:29 gpg gpg-agent gpgconf libudev1 16:22:29 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:22:29 Need to get 3530 kB of archives. 16:22:29 After this operation, 13.3 MB of additional disk space will be used. 16:22:29 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] 16:22:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:22:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:22:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:22:29 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 16:22:30 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 16:22:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:22:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:22:30 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:22:30 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:22:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:22:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:22:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:22:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:22:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:22:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:22:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:22:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:22:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:22:30 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:22:30 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:22:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:22:31 debconf: delaying package configuration, since apt-utils is not installed 16:22:31 Fetched 3530 kB in 1s (2398 kB/s) 16:22:31 (Reading database ... 12511 files and directories currently installed.) 16:22:31 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 16:22:31 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:22:31 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 16:22:31 Selecting previously unselected package udev. 16:22:31 (Reading database ... 12511 files and directories currently installed.) 16:22:31 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 16:22:31 Unpacking udev (237-3ubuntu10.45) ... 16:22:31 Selecting previously unselected package libfuse2:amd64. 16:22:31 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:22:31 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:22:31 Selecting previously unselected package fuse. 16:22:31 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:22:31 Unpacking fuse (2.9.7-1ubuntu1) ... 16:22:31 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:22:31 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:22:31 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:22:31 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:22:32 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:22:32 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:22:32 Selecting previously unselected package libksba8:amd64. 16:22:32 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:22:32 Unpacking libksba8:amd64 (1.3.5-2) ... 16:22:32 Selecting previously unselected package libroken18-heimdal:amd64. 16:22:32 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:32 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:32 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:22:32 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:32 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:32 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:22:32 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:32 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:32 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:22:32 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:32 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:32 Selecting previously unselected package libwind0-heimdal:amd64. 16:22:32 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:32 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:22:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:22:33 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:33 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:33 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:22:33 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:33 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:33 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:22:33 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:33 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:33 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:22:33 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:33 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:33 Selecting previously unselected package libsasl2-modules-db:amd64. 16:22:33 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:22:33 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:22:33 Selecting previously unselected package libsasl2-2:amd64. 16:22:33 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:22:33 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:22:33 Selecting previously unselected package libldap-common. 16:22:33 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:22:33 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:22:33 Selecting previously unselected package libldap-2.4-2:amd64. 16:22:33 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:22:33 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:22:33 Selecting previously unselected package dirmngr. 16:22:33 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:22:33 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:22:33 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:22:34 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:22:34 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:22:34 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:22:34 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:22:34 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:22:34 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:34 Setting up libksba8:amd64 (1.3.5-2) ... 16:22:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:22:34 Setting up udev (237-3ubuntu10.45) ... 16:22:34 invoke-rc.d: policy-rc.d denied execution of start. 16:22:34 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:34 Processing triggers for systemd (237-3ubuntu10) ... 16:22:34 Setting up fuse (2.9.7-1ubuntu1) ... 16:22:34 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:22:34 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:34 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:34 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:34 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:34 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:35 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:35 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:35 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:22:35 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:22:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:22:35 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:22:35 settings in the [Install] section, and DefaultInstance for template units). 16:22:35 This means they are not meant to be enabled using systemctl. 16:22:35 Possible reasons for having this kind of units are: 16:22:35 1) A unit may be statically enabled by being symlinked from another unit's 16:22:35 .wants/ or .requires/ directory. 16:22:35 2) A unit's purpose may be to act as a helper for some other unit which has 16:22:35 a requirement dependency on it. 16:22:35 3) A unit may be started when needed via activation (socket, path, timer, 16:22:35 D-Bus, udev, scripted systemctl call, ...). 16:22:35 4) In case of template units, the unit is meant to be enabled with some 16:22:35 instance name specified. 16:22:35 Reading package lists... 16:22:35 Building dependency tree... 16:22:35 Reading state information... 16:22:36 The following additional packages will be installed: 16:22:36 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:22:36 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:22:36 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:22:36 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:22:36 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:22:36 Suggested packages: 16:22:36 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:22:36 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:22:36 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:22:36 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:22:36 systemd-container policykit-1 16:22:36 Recommended packages: 16:22:36 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:22:36 The following NEW packages will be installed: 16:22:36 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:22:36 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:22:36 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:22:36 multiarch-support openssh-client python3 python3-minimal python3.6 16:22:36 python3.6-minimal snapd squashfs-tools sudo 16:22:36 The following packages will be upgraded: 16:22:36 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:22:36 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:22:36 Need to get 35.2 MB of archives. 16:22:36 After this operation, 141 MB of additional disk space will be used. 16:22:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:22:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:22:36 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 16:22:36 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 16:22:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 16:22:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:22:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:22:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:22:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:22:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:22:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:22:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:22:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:22:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:22:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:22:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:22:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:22:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:22:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:22:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:22:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 16:22:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:22:37 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:22:37 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:22:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:22:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:22:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:22:37 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:22:37 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:22:37 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:22:37 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:22:37 debconf: delaying package configuration, since apt-utils is not installed 16:22:37 Fetched 35.2 MB in 2s (21.3 MB/s) 16:22:37 (Reading database ... 12757 files and directories currently installed.) 16:22:37 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 16:22:38 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:22:38 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 16:22:38 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:22:38 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 16:22:38 (Reading database ... 12757 files and directories currently installed.) 16:22:38 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:22:38 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:22:39 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:22:39 (Reading database ... 12757 files and directories currently installed.) 16:22:39 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:22:39 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:22:39 Setting up apt (1.6.12ubuntu0.2) ... 16:22:39 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:22:40 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:22:40 (Reading database ... 12764 files and directories currently installed.) 16:22:40 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:22:40 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:22:40 Selecting previously unselected package libpython3.6-minimal:amd64. 16:22:40 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:22:40 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:22:40 Selecting previously unselected package libexpat1:amd64. 16:22:40 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:22:40 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:22:40 Selecting previously unselected package python3.6-minimal. 16:22:40 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:22:40 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:22:40 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 16:22:41 Checking for services that may need to be restarted...done. 16:22:41 Checking for services that may need to be restarted...done. 16:22:41 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:22:41 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:22:41 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:22:41 Selecting previously unselected package python3-minimal. 16:22:41 (Reading database ... 13012 files and directories currently installed.) 16:22:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:22:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:22:41 Selecting previously unselected package mime-support. 16:22:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:22:41 Unpacking mime-support (3.60ubuntu1) ... 16:22:41 Selecting previously unselected package libmpdec2:amd64. 16:22:41 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:22:41 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:22:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:22:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:22:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:22:42 Selecting previously unselected package python3.6. 16:22:42 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:22:42 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:22:42 Selecting previously unselected package libpython3-stdlib:amd64. 16:22:42 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:22:42 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:22:42 Setting up python3-minimal (3.6.7-1~18.04) ... 16:22:42 Selecting previously unselected package python3. 16:22:42 (Reading database ... 13442 files and directories currently installed.) 16:22:42 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:22:42 Unpacking python3 (3.6.7-1~18.04) ... 16:22:42 Selecting previously unselected package multiarch-support. 16:22:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:22:42 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:22:42 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:22:42 Selecting previously unselected package liblzo2-2:amd64. 16:22:42 (Reading database ... 13479 files and directories currently installed.) 16:22:42 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:22:42 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:22:43 Selecting previously unselected package libbsd0:amd64. 16:22:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:22:43 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:22:43 Selecting previously unselected package sudo. 16:22:43 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:22:43 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:22:43 Selecting previously unselected package apparmor. 16:22:43 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:22:43 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:22:43 Selecting previously unselected package libedit2:amd64. 16:22:43 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:22:43 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:22:44 Selecting previously unselected package libkrb5support0:amd64. 16:22:44 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:22:44 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:22:44 Selecting previously unselected package libk5crypto3:amd64. 16:22:44 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:22:44 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:22:44 Selecting previously unselected package libkeyutils1:amd64. 16:22:44 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:22:44 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:22:44 Selecting previously unselected package libkrb5-3:amd64. 16:22:44 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:22:44 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:22:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:22:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:22:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:22:44 Selecting previously unselected package libssl1.0.0:amd64. 16:22:44 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:22:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:22:44 Selecting previously unselected package openssh-client. 16:22:44 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:22:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:22:45 Selecting previously unselected package squashfs-tools. 16:22:45 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:22:45 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:22:45 Selecting previously unselected package snapd. 16:22:45 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:22:45 Unpacking snapd (2.48.3+18.04) ... 16:22:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:22:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:22:47 Setting up mime-support (3.60ubuntu1) ... 16:22:47 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:22:47 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:22:47 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:22:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] } 16:22:47 $ docker stop --time=1 f7b8f6e99e73bffde621b57c793913f92ad9e850deab24557bd40f50dc432989 16:22:47 Setting up systemd (237-3ubuntu10.45) ... 16:22:47 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:22:48 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:22:48 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:22:48 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:22:48 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:22:48 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:22:48 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:22:48 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:22:49 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:22:49 $ docker rm -f f7b8f6e99e73bffde621b57c793913f92ad9e850deab24557bd40f50dc432989 16:22:49 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:22:49 Setting up python3 (3.6.7-1~18.04) ... 16:22:49 running python rtupdate hooks for python3.6... 16:22:49 running python post-rtupdate hooks for python3.6... 16:22:49 Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] } 16:22:51 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 16:22:51 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:22:51 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:22:51 Setting up snapd (2.48.3+18.04) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:22:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:22:51 16:22:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:22:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:22:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:22:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:22:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:22:52 latest: Pulling from edgex-devops/edgex-compose-arm64 16:22:52 29e5d40040c1: Pulling fs layer 16:22:52 1ce36da41761: Pulling fs layer 16:22:52 25b303627fd3: Pulling fs layer 16:22:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:22:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:22:52 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:22:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:22:53 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:22:53 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:22:53 29e5d40040c1: Verifying Checksum 16:22:53 29e5d40040c1: Download complete 16:22:53 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:22:53 /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' 16:22:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:22:53 Processing triggers for systemd (237-3ubuntu10.45) ... 16:22:53 1ce36da41761: Verifying Checksum 16:22:53 1ce36da41761: Download complete 16:22:53 29e5d40040c1: Pull complete 16:22:54 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:22:54 Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:22:54 Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:22:55 1ce36da41761: Pull complete 16:22:55 25b303627fd3: Verifying Checksum 16:22:55 25b303627fd3: Download complete 16:22:55 Reading package lists... 16:22:55 Reading package lists... 16:22:56 Building dependency tree... 16:22:56 Reading state information... 16:22:56 Calculating upgrade... 16:22:56 The following packages will be upgraded: 16:22:56 advancecomp base-files bash binutils binutils-common 16:22:56 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:22:56 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:22:56 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:22:56 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:22:56 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:22:56 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:22:56 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:22:56 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:22:56 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:22:56 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:22:56 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:22:56 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:22:56 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:22:56 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:22:56 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:22:56 Need to get 63.8 MB of archives. 16:22:56 After this operation, 5208 kB of additional disk space will be used. 16:22:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 16:22:56 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:22:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:22:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:22:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:22:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:22:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:22:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:22:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:22:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:22:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:22:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:22:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:22:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:22:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:22:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:22:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:22:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:22:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:22:57 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:22:57 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:22:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:22:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:22:57 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:22:57 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:22:57 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:22:57 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:22:57 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:22:57 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:22:57 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:22:57 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:22:57 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:22:57 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:22:57 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:22:57 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:22:57 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:22:57 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:22:57 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:22:57 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:22:57 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:22:57 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:22:57 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:22:57 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:22:57 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:22:57 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 16:22:57 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:22:57 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:22:57 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:22:57 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:22:57 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:22:57 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:22:57 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:22:57 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:22:57 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:22:57 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:22:57 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:22:57 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:22:58 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:22:58 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:22:58 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:22:58 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:22:58 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:22:58 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:22:58 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:22:58 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:22:58 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:22:58 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:22:58 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:22:58 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:22:58 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:22:58 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 16:22:58 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:22:58 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:22:58 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:22:58 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:22:58 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:22:58 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:22:58 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:22:58 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:22:58 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:22:58 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 16:22:58 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:22:58 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:22:58 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:22:58 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:22:58 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:22:58 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:22:58 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:22:58 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:22:58 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:22:58 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:22:58 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:22:58 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:22:58 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:22:59 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:22:59 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:22:59 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:22:59 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:22:59 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:22:59 debconf: delaying package configuration, since apt-utils is not installed 16:22:59 Fetched 63.8 MB in 3s (22.6 MB/s) 16:22:59 (Reading database ... 13912 files and directories currently installed.) 16:22:59 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:22:59 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:23:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:23:00 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:23:00 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 16:23:00 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 16:23:01 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:01 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:01 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:01 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:01 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:01 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:01 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:01 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:01 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:01 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:02 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:02 (Reading database ... 13911 files and directories currently installed.) 16:23:02 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:02 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:23:02 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:23:02 (Reading database ... 13911 files and directories currently installed.) 16:23:02 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:02 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:02 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:02 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:02 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:03 (Reading database ... 13911 files and directories currently installed.) 16:23:03 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:23:03 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:23:03 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:23:04 (Reading database ... 13911 files and directories currently installed.) 16:23:04 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:23:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:23:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:23:04 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:23:04 Setting up base-files (10.1ubuntu2.10) ... 16:23:04 Installing new version of config file /etc/issue ... 16:23:04 Installing new version of config file /etc/issue.net ... 16:23:04 Installing new version of config file /etc/lsb-release ... 16:23:04 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:23:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:23:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:23:04 Removing obsolete conffile /etc/default/motd-news ... 16:23:04 (Reading database ... 13912 files and directories currently installed.) 16:23:04 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:23:05 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:23:05 Setting up bash (4.4.18-2ubuntu1.2) ... 16:23:05 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 16:23:05 25b303627fd3: Pull complete 16:23:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:23:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:23:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:23:05 (Reading database ... 13912 files and directories currently installed.) 16:23:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:23:05 prd-ubuntu18.04-docker-arm64-4c-16g-32478 does not seem to be running inside a container 16:23:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:23:05 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:23:05 (Reading database ... 13912 files and directories currently installed.) 16:23:05 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:23:05 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:23:05 Setting up tar (1.29b-2ubuntu0.2) ... 16:23:05 (Reading database ... 13912 files and directories currently installed.) 16:23:05 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:23:05 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:23:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:23:06 (Reading database ... 13912 files and directories currently installed.) 16:23:06 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:23:06 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:23:06 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:23:06 (Reading database ... 13912 files and directories currently installed.) 16:23:06 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:23:06 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:23:06 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:23:06 (Reading database ... 13912 files and directories currently installed.) 16:23:06 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:23:06 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:23:06 Setting up grep (3.1-2build1) ... 16:23:07 (Reading database ... 13912 files and directories currently installed.) 16:23:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:23:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:23:07 Setting up login (1:4.5-1ubuntu2) ... 16:23:07 (Reading database ... 13912 files and directories currently installed.) 16:23:07 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:23:07 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:07 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:23:07 (Reading database ... 13912 files and directories currently installed.) 16:23:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:23:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:23:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:23:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:23:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:23:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:23:08 $ docker top 4e6f00a8b8e77164700bc23c51aa65014bb64b7dfe74e1c370ef657f4e78dcfd -eo pid,comm 16:23:08 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:23:08 (Reading database ... 13912 files and directories currently installed.) 16:23:08 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:23:08 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] { [Pipeline] sh 16:23:09 + docker-compose build --help 16:23:09 + grep parallel 16:23:09 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:23:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:23:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:23:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:23:10 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:23:10 (Reading database ... 13912 files and directories currently installed.) 16:23:10 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:23:10 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:23:10 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:23:10 (Reading database ... 13912 files and directories currently installed.) 16:23:10 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:10 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:10 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:10 (Reading database ... 13912 files and directories currently installed.) 16:23:10 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:10 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:11 (Reading database ... 13912 files and directories currently installed.) 16:23:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:11 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:11 (Reading database ... 13912 files and directories currently installed.) 16:23:11 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:11 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:11 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:11 (Reading database ... 13912 files and directories currently installed.) 16:23:11 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:23:11 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:11 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:23:11 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:11 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:23:11 (Reading database ... 13912 files and directories currently installed.) 16:23:11 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:23:11 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:11 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:23:11 (Reading database ... 13912 files and directories currently installed.) 16:23:11 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:11 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:12 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:12 (Reading database ... 13912 files and directories currently installed.) 16:23:12 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:12 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:12 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:23:12 (Reading database ... 13912 files and directories currently installed.) 16:23:12 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:12 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:12 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:23:13 --parallel Build images in parallel. [Pipeline] } 16:23:13 $ docker stop --time=1 4e6f00a8b8e77164700bc23c51aa65014bb64b7dfe74e1c370ef657f4e78dcfd 16:23:13 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:23:13 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:23:13 (Reading database ... 13912 files and directories currently installed.) 16:23:13 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:23:13 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:23:13 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:23:13 (Reading database ... 13912 files and directories currently installed.) 16:23:13 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:23:13 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:13 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:23:14 (Reading database ... 13914 files and directories currently installed.) 16:23:14 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:23:14 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:23:14 Setting up debconf (1.5.66ubuntu1) ... 16:23:14 (Reading database ... 13914 files and directories currently installed.) 16:23:14 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:23:14 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:23:14 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:23:14 (Reading database ... 13914 files and directories currently installed.) 16:23:14 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:23:14 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:23:14 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:23:14 (Reading database ... 13914 files and directories currently installed.) 16:23:14 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:23:14 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:23:15 $ docker rm -f 4e6f00a8b8e77164700bc23c51aa65014bb64b7dfe74e1c370ef657f4e78dcfd 16:23:15 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 16:23:15 (Reading database ... 13914 files and directories currently installed.) 16:23:15 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:23:15 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:23:15 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] isUnix [Pipeline] sh 16:23:15 (Reading database ... 13914 files and directories currently installed.) 16:23:15 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:23:15 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:23:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:23:15 . [Pipeline] withDockerContainer 16:23:16 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:23:16 prd-ubuntu18.04-docker-arm64-4c-16g-32478 does not seem to be running inside a container 16:23:16 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:23:16 (Reading database ... 13914 files and directories currently installed.) 16:23:16 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:16 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:16 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 16:23:16 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:23:16 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:23:16 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:23:16 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:23:16 (Reading database ... 13914 files and directories currently installed.) 16:23:16 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:23:16 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:23:16 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:23:17 (Reading database ... 13914 files and directories currently installed.) 16:23:17 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:23:17 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:23:17 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:23:17 (Reading database ... 13914 files and directories currently installed.) 16:23:17 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:23:17 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:23:17 $ docker top f2a504b8d4d217a638c1f26ece070a2111b04e75d13ec2e260e256e762178db9 -eo pid,comm 16:23:17 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:23:17 (Reading database ... 13914 files and directories currently installed.) 16:23:17 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:23:17 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:23:17 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:23:17 (Reading database ... 13914 files and directories currently installed.) 16:23:17 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [Pipeline] { [Pipeline] sh 16:23:18 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:23:18 Setting up passwd (1:4.5-1ubuntu2) ... 16:23:18 + docker-compose -f ./docker-compose-build.yml build --parallel 16:23:18 (Reading database ... 13914 files and directories currently installed.) 16:23:18 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:23:18 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:23:18 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:23:18 (Reading database ... 13914 files and directories currently installed.) 16:23:18 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:23:18 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:23:18 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:23:19 (Reading database ... 13914 files and directories currently installed.) 16:23:19 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:23:19 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:23:19 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:23:19 (Reading database ... 13914 files and directories currently installed.) 16:23:19 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:23:19 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:23:19 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:23:19 (Reading database ... 13914 files and directories currently installed.) 16:23:19 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:23:19 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:23:19 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:23:19 (Reading database ... 13914 files and directories currently installed.) 16:23:19 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:23:19 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:23:19 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:23:20 (Reading database ... 13914 files and directories currently installed.) 16:23:20 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 16:23:20 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 16:23:20 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 16:23:20 (Reading database ... 13915 files and directories currently installed.) 16:23:20 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:23:20 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:23:20 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:23:20 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:23:20 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:23:21 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:23:21 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:23:21 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:23:21 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:23:21 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:23:21 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:23:21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:23:21 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:23:21 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:23:21 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:23:21 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:23:21 Building docker-core-command-go ... 16:23:21 Building docker-core-data-go ... 16:23:21 Building docker-core-metadata-go ... 16:23:21 Building docker-security-bootstrapper-go ... 16:23:21 Building docker-security-proxy-setup-go ... 16:23:21 Building docker-security-secretstore-setup-go ... 16:23:21 Building docker-support-notifications-go ... 16:23:21 Building docker-support-scheduler-go ... 16:23:21 Building docker-sys-mgmt-agent-go ... 16:23:21 Building docker-security-bootstrapper-go 16:23:21 Building docker-support-scheduler-go 16:23:21 Building docker-core-command-go 16:23:21 Building docker-support-notifications-go 16:23:21 Building docker-security-secretstore-setup-go 16:23:22 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:23:22 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:23:22 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:23:22 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:23:22 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:23:22 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:23:22 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:23:22 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:23:23 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:23:23 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:23:23 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:23:23 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:23:23 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:23:23 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:23:23 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:23:23 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:23:24 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:23:24 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:23:24 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:23:24 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:23:24 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:24 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:24 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:24 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:24 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:24 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:24 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:24 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:26 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:26 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:27 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:27 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:27 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:27 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:28 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:28 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:29 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:29 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:29 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:23:29 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:23:29 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:23:29 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:23:29 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:23:29 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:23:29 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:23:29 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:23:29 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:23:29 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:23:30 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:23:30 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:23:30 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:23:30 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:23:30 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:30 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:23:30 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:30 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:30 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:30 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:23:30 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:23:30 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:23:30 16:23:30 Current default time zone: 'Etc/UTC' 16:23:30 Local time is now: Thu Apr 1 16:23:30 UTC 2021. 16:23:30 Universal Time is now: Thu Apr 1 16:23:30 UTC 2021. 16:23:30 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:23:30 16:23:30 Setting up systemd-sysv (237-3ubuntu10.45) ... 16:23:30 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:30 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 16:23:30 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:23:30 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:23:30 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:23:30 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:23:30 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:23:30 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:23:30 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:23:31 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:31 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:23:31 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:31 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:23:31 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:31 Setting up patch (2.7.6-2ubuntu1.1) ... 16:23:31 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:23:31 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:23:31 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 16:23:31 Installing new version of config file /etc/ssl/openssl.cnf ... 16:23:31 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:23:31 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:23:31 Setting up ca-certificates (20210119~18.04.1) ... 16:23:33 Updating certificates in /etc/ssl/certs... 16:23:34 23 added, 27 removed; done. 16:23:34 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:23:34 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:34 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:23:34 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:23:34 Setting up pkgbinarymangler (138.18.04.1) ... 16:23:34 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:34 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:23:34 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:34 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:34 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:34 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:23:34 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:34 Setting up perl (5.26.1-6ubuntu0.5) ... 16:23:34 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:23:34 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:23:34 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:23:34 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:23:34 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:23:34 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:23:34 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:23:34 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:23:34 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:23:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:23:35 Processing triggers for systemd (237-3ubuntu10.45) ... 16:23:35 Processing triggers for mime-support (3.60ubuntu1) ... 16:23:35 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:23:35 Updating certificates in /etc/ssl/certs... 16:23:35 0 added, 0 removed; done. 16:23:35 Running hooks in /etc/ca-certificates/update.d... 16:23:35 done. 16:23:36 Reading package lists... 16:23:36 Building dependency tree... 16:23:36 Reading state information... 16:23:36 The following NEW packages will be installed: 16:23:36 apt-transport-https 16:23:36 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:23:36 Need to get 1696 B of archives. 16:23:36 After this operation, 153 kB of additional disk space will be used. 16:23:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:23:36 debconf: delaying package configuration, since apt-utils is not installed 16:23:36 Fetched 1696 B in 0s (8534 B/s) 16:23:36 Selecting previously unselected package apt-transport-https. 16:23:36 (Reading database ... 13920 files and directories currently installed.) 16:23:36 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:23:36 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:23:36 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:23:36 Waiting for network to be ready... 16:23:43 2021-04-01T16:23:40Z INFO Waiting for automatic snapd restart... 16:23:43 snapd 2.49.1 from Canonical* installed 16:23:44 "snapd" switched to the "latest/stable" channel 16:23:44 16:23:46 core18 20210309 from Canonical* installed 16:23:46 "core18" switched to the "latest/stable" channel 16:23:46 16:23:49 snapcraft 4.6 from Canonical* installed 16:23:50 "snapcraft" switched to the "latest/stable" channel 16:23:50 16:23:54 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: 16:23:54 - README.md 16:23:54 16:23:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:24:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:24:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:24:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:24:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:24:01 Reading package lists... 16:24:01 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 16:24:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:24:08 Reading package lists... 16:24:08 Building dependency tree... 16:24:08 Reading state information... 16:24:08 Suggested packages: 16:24:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:24:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:24:08 Recommended packages: 16:24:08 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:24:08 The following NEW packages will be installed: 16:24:08 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:24:08 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:24:08 pkg-config zip 16:24:08 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:24:08 Need to get 7663 kB of archives. 16:24:08 After this operation, 43.8 MB of additional disk space will be used. 16:24:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 16:24:08 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:24:08 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:24:08 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:24:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:24:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:24:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:24:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:24:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:24:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:24:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 16:24:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 16:24:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 16:24:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:24:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:24:09 debconf: delaying package configuration, since apt-utils is not installed 16:24:09 Fetched 7663 kB in 1s (7040 kB/s) 16:24:09 Selecting previously unselected package libglib2.0-0:amd64. 16:24:09 (Reading database ... 13924 files and directories currently installed.) 16:24:09 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 16:24:09 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:24:09 Selecting previously unselected package libpsl5:amd64. 16:24:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:24:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:24:09 Selecting previously unselected package libnghttp2-14:amd64. 16:24:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:24:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:24:09 Selecting previously unselected package librtmp1:amd64. 16:24:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:24:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:24:10 Selecting previously unselected package libcurl3-gnutls:amd64. 16:24:10 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 16:24:10 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 16:24:10 Selecting previously unselected package liberror-perl. 16:24:10 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:24:10 Unpacking liberror-perl (0.17025-1) ... 16:24:10 Selecting previously unselected package git-man. 16:24:10 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 16:24:10 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 16:24:10 Selecting previously unselected package git. 16:24:10 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 16:24:10 Unpacking git (1:2.17.1-1ubuntu0.8) ... 16:24:11 Selecting previously unselected package libnorm1:amd64. 16:24:11 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:24:11 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:24:11 Selecting previously unselected package libpgm-5.2-0:amd64. 16:24:11 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:24:11 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:24:11 Selecting previously unselected package libsodium23:amd64. 16:24:11 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:24:11 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:24:11 Selecting previously unselected package libzmq5:amd64. 16:24:11 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:24:11 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:24:11 Selecting previously unselected package libzmq3-dev:amd64. 16:24:11 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:24:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:24:11 Selecting previously unselected package pkg-config. 16:24:11 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:24:11 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:24:11 Selecting previously unselected package zip. 16:24:11 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:24:11 Unpacking zip (3.0-11build1) ... 16:24:11 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:24:11 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 16:24:11 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:24:11 Setting up liberror-perl (0.17025-1) ... 16:24:12 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:24:12 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:24:12 No schema files found: doing nothing. 16:24:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:24:12 Setting up zip (3.0-11build1) ... 16:24:12 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:24:12 Setting up libsodium23:amd64 (1.0.16-2) ... 16:24:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:24:12 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:24:12 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 16:24:12 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:24:12 Setting up git (1:2.17.1-1ubuntu0.8) ... 16:24:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:24:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:24:19 git set to automatically installed. 16:24:19 git-man set to automatically installed. 16:24:19 libcurl3-gnutls set to automatically installed. 16:24:19 liberror-perl set to automatically installed. 16:24:19 libglib2.0-0 set to automatically installed. 16:24:19 libnghttp2-14 set to automatically installed. 16:24:19 libnorm1 set to automatically installed. 16:24:19 libpgm-5.2-0 set to automatically installed. 16:24:19 libpsl5 set to automatically installed. 16:24:19 librtmp1 set to automatically installed. 16:24:19 libsodium23 set to automatically installed. 16:24:19 libzmq3-dev set to automatically installed. 16:24:19 libzmq5 set to automatically installed. 16:24:19 pkg-config set to automatically installed. 16:24:19 zip set to automatically installed. 16:24:21 snapd is not logged in, snap install commands will use sudo 16:24:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:24:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:24:43 ---> 8a83b23727f0 16:24:43 Step 3/23 : WORKDIR /edgex-go 16:24:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:24:43 ---> 8a83b23727f0 16:24:43 Step 3/22 : WORKDIR /edgex-go 16:24:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:24:43 ---> 8a83b23727f0 16:24:43 Step 3/31 : WORKDIR /edgex-go 16:24:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:24:43 ---> 8a83b23727f0 16:24:43 Step 3/24 : WORKDIR /edgex-go 16:24:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:24:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:24:43 ---> 8a83b23727f0 16:24:43 Step 3/22 : WORKDIR /edgex-go 16:24:43 ---> Running in 7b712240dd01 16:24:43 ---> Running in 4b99f53da73c 16:24:43 ---> Running in 08af6319711a 16:24:43 ---> Running in ddcf7c3c9cf3 16:24:43 ---> Running in e150ede22993 16:24:43 Removing intermediate container 7b712240dd01 16:24:43 ---> ded8dc281c53 16:24:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:43 Removing intermediate container 4b99f53da73c 16:24:43 ---> aea09126bd80 16:24:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:43 Removing intermediate container e150ede22993 16:24:43 ---> 02b0cc1231c9 16:24:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:43 ---> Running in c51414fd7ed9 16:24:43 ---> Running in 7fe4909cc0c4 16:24:43 Removing intermediate container ddcf7c3c9cf3 16:24:43 ---> 9a8705f12bb7 16:24:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:43 Removing intermediate container 08af6319711a 16:24:43 ---> 1601e1e16ebc 16:24:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:43 ---> Running in 82fec46d007a 16:24:43 ---> Running in fbe839e9673e 16:24:43 ---> Running in f0bee85d257f 16:24:43 Removing intermediate container 7fe4909cc0c4 16:24:43 ---> 5b27c25f8c03 16:24:43 Step 5/31 : RUN apk add --update --no-cache make git 16:24:43 ---> Running in 347ee8d06f36 16:24:43 Removing intermediate container c51414fd7ed9 16:24:43 ---> 199dad1dc094 16:24:43 Step 5/24 : RUN apk add --update --no-cache make git 16:24:43 Removing intermediate container 82fec46d007a 16:24:43 ---> 01c43b2605ba 16:24:43 Step 5/22 : RUN apk add --update --no-cache make git 16:24:43 ---> Running in 067f548e4f03 16:24:43 ---> Running in 8aa4a86d8e98 16:24:43 Removing intermediate container fbe839e9673e 16:24:43 ---> b4d7ca0808fb 16:24:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:24:43 Removing intermediate container f0bee85d257f 16:24:43 ---> d3c04aca232a 16:24:43 Step 5/23 : RUN apk add --update --no-cache make git 16:24:43 ---> Running in 37d8907f2a8b 16:24:43 ---> Running in 9950100d808d 16:24:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:24:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:46 OK: 217 MiB in 51 packages 16:24:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:24:47 OK: 217 MiB in 51 packages 16:24:47 OK: 217 MiB in 51 packages 16:24:47 OK: 217 MiB in 51 packages 16:24:47 OK: 217 MiB in 51 packages 16:24:47 Removing intermediate container 347ee8d06f36 16:24:47 ---> 71befeac728c 16:24:47 Step 6/31 : COPY go.mod . 16:24:48 ---> 033a2edf6180 16:24:48 Step 7/31 : RUN go mod download 16:24:48 Removing intermediate container 067f548e4f03 16:24:48 ---> 557bea0e0628 16:24:48 Step 6/24 : COPY go.mod . 16:24:48 ---> Running in 7fe41acb3c5d 16:24:49 Removing intermediate container 8aa4a86d8e98 16:24:49 ---> df64b218fbdb 16:24:49 Step 6/22 : COPY go.mod . 16:24:49 Removing intermediate container 9950100d808d 16:24:49 ---> 6d8bed3a58be 16:24:49 Step 6/22 : COPY go.mod . 16:24:49 Removing intermediate container 37d8907f2a8b 16:24:49 ---> 5386aa516521 16:24:49 Step 6/23 : COPY go.mod . 16:24:49 ---> d8e7c1266c59 16:24:49 Step 7/24 : RUN go mod download 16:24:49 ---> Running in 0f6815821ddb 16:24:50 ---> 5e582d08debe 16:24:50 Step 7/22 : RUN go mod download 16:24:50 ---> Running in 37d95a8dbdfd 16:24:50 ---> 39efbb3d0868 16:24:50 Step 7/22 : RUN go mod download 16:24:50 ---> f2ef63bc7622 16:24:50 Step 7/23 : RUN go mod download 16:24:50 ---> Running in c2b7c119b432 16:24:50 ---> Running in a56a06c0a8e3 16:24:52 Removing intermediate container 7fe41acb3c5d 16:24:52 ---> 439740ff4375 16:24:52 Step 8/31 : COPY . . 16:24:55 Removing intermediate container 0f6815821ddb 16:24:55 ---> c3629497c753 16:24:55 Step 8/24 : COPY . . 16:24:56 Removing intermediate container 37d95a8dbdfd 16:24:56 ---> ba605ebb215e 16:24:56 Step 8/22 : COPY . . 16:24:56 Removing intermediate container a56a06c0a8e3 16:24:56 ---> f398ac8374f4 16:24:56 Step 8/23 : COPY . . 16:24:56 Removing intermediate container c2b7c119b432 16:24:56 ---> 2a7ed915bbcf 16:24:56 Step 8/22 : COPY . . 16:25:06 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 16:25:06 snapd is not logged in, snap install commands will use sudo 16:25:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:25:08 snap "core18" has no updates available 16:25:08 Pulling go-build-helper 16:25:08 + snapcraftctl pull 16:25:10 'app-service-config' has dependencies that need to be staged: go-build-helper 16:25:10 Skipping pull go-build-helper (already ran) 16:25:10 Building go-build-helper 16:25:10 + snapcraftctl build 16:25:12 Staging go-build-helper 16:25:12 + snapcraftctl stage 16:25:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:25:22 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:25:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 16:25:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:25:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:25:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:25:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:25:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:25:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:25:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:25:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:25:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:25:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:25:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:25:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:25:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:25:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:25:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:25:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:25:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 16:25:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:25:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:25:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:25:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:25:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:25:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 16:25:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:25:22 Fetched 24.2 MB in 0s (0 B/s) 16:25:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:25:22 Fetched 224 kB in 0s (0 B/s) 16:25:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:25:22 Fetched 157 kB in 0s (0 B/s) 16:25:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:25:22 Fetched 221 kB in 0s (0 B/s) 16:25:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:25:22 Fetched 143 kB in 0s (0 B/s) 16:25:22 Pulling app-service-config 16:25:22 + snapcraftctl pull 16:25:22 Cloning into '/root/parts/app-service-config/src'... 16:25:23 Pulling config-common 16:25:23 + snapcraftctl pull 16:25:23 ---> 9a52616f6c48 16:25:23 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:25:23 ---> 017c28500dd5 16:25:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:25:23 ---> Running in 5dcc91014dbf 16:25:23 ---> cb703168a4b8 16:25:23 Step 9/23 : RUN make cmd/core-command/core-command 16:25:23 ---> d3ae8601b526 16:25:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:25:23 ---> Running in 3b0f372b433f 16:25:23 ---> 510bb23b8b3a 16:25:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:25:23 ---> Running in 8c0e4612df31 16:25:23 ---> Running in fd7b3c850e13 16:25:23 ---> Running in b7a5fac2c1b7 16:25:23 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 16:25:23 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 16:25:23 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 16:25:23 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 16:25:23 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 16:25:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:25:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:25:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:25:27 Fetched 0 B in 0s (0 B/s) 16:25:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:25:27 Fetched 0 B in 0s (0 B/s) 16:25:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:25:27 Fetched 0 B in 0s (0 B/s) 16:25:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:25:27 Fetched 0 B in 0s (0 B/s) 16:25:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:25:27 Fetched 0 B in 0s (0 B/s) 16:25:27 Pulling edgex-go 16:25:27 + snapcraftctl pull 16:25:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:25:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:25:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:25:49 Fetched 0 B in 0s (0 B/s) 16:25:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:25:49 Fetched 96.5 kB in 0s (0 B/s) 16:25:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:25:49 Fetched 279 kB in 0s (0 B/s) 16:25:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:25:49 Fetched 122 kB in 0s (0 B/s) 16:25:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:25:49 Fetched 77.8 kB in 0s (0 B/s) 16:25:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:25:49 Fetched 8848 B in 0s (0 B/s) 16:25:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:25:49 Fetched 47.8 kB in 0s (0 B/s) 16:25:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:25:49 Fetched 45.6 kB in 0s (0 B/s) 16:25:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:25:49 Fetched 15.0 kB in 0s (0 B/s) 16:25:49 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 16:25:49 Fetched 219 kB in 0s (0 B/s) 16:25:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 16:25:49 Fetched 154 kB in 0s (0 B/s) 16:25:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:25:49 Fetched 50.6 kB in 0s (0 B/s) 16:25:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:25:49 Fetched 14.8 kB in 0s (0 B/s) 16:25:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:25:49 Fetched 41.8 kB in 0s (0 B/s) 16:25:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:25:49 Fetched 499 kB in 0s (0 B/s) 16:25:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:25:49 Fetched 111 kB in 0s (0 B/s) 16:25:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:25:49 Fetched 240 kB in 0s (0 B/s) 16:25:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:25:49 Fetched 29.3 kB in 0s (0 B/s) 16:25:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:25:49 Fetched 85.5 kB in 0s (0 B/s) 16:25:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:25:49 Fetched 24.5 kB in 0s (0 B/s) 16:25:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:25:49 Fetched 49.2 kB in 0s (0 B/s) 16:25:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:25:49 Fetched 54.2 kB in 0s (0 B/s) 16:25:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:25:49 Fetched 30.8 kB in 0s (0 B/s) 16:25:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 16:25:49 Fetched 15.8 kB in 0s (0 B/s) 16:25:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:25:49 Fetched 85.9 kB in 0s (0 B/s) 16:25:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:25:49 Fetched 8720 B in 0s (0 B/s) 16:25:49 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:25:49 Fetched 137 kB in 0s (0 B/s) 16:25:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:25:49 Fetched 119 kB in 0s (0 B/s) 16:25:49 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:25:49 Fetched 109 kB in 0s (0 B/s) 16:25:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:25:49 Fetched 11.1 kB in 0s (0 B/s) 16:25:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:25:49 Fetched 645 kB in 0s (0 B/s) 16:25:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:25:49 Fetched 41.3 kB in 0s (0 B/s) 16:25:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:25:49 Fetched 17.9 kB in 0s (0 B/s) 16:25:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:25:49 Fetched 368 kB in 0s (0 B/s) 16:25:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:25:49 Fetched 187 kB in 0s (0 B/s) 16:25:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:25:49 Fetched 175 kB in 0s (0 B/s) 16:25:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:25:49 Fetched 206 kB in 0s (0 B/s) 16:25:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 16:25:49 Fetched 1301 kB in 0s (0 B/s) 16:25:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:25:49 Fetched 36.2 kB in 0s (0 B/s) 16:25:49 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 16:25:49 Fetched 159 kB in 0s (0 B/s) 16:25:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:25:49 Fetched 107 kB in 0s (0 B/s) 16:25:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:25:49 Fetched 48.7 kB in 0s (0 B/s) 16:25:49 Pulling static-packages 16:25:49 + snapcraftctl pull 16:25:49 Pulling version 16:25:49 + cd /root/project 16:25:49 + [ -f VERSION ] 16:25:49 + PROJECT_VERSION=local-dev 16:25:49 + git rev-parse --short HEAD 16:25:49 + GIT_REVISION=4d59e47c 16:25:49 + snapcraftctl set-version local-dev 16:25:50 Skipping build go-build-helper (already ran) 16:25:50 Building app-service-config 16:25:50 + make build 16:25:50 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 16:25:52 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 16:25:52 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 16:25:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 16:25:52 go: downloading github.com/gorilla/mux v1.8.0 16:25:52 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 16:25:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 16:25:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 16:25:52 go: downloading github.com/google/uuid v1.2.0 16:25:52 go: downloading github.com/BurntSushi/toml v0.3.1 16:25:52 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:25:52 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:25:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 16:25:53 go: downloading github.com/mitchellh/copystructure v1.0.0 16:25:53 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:25:53 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:25:53 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:25:53 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:25:53 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 16:25:53 go: downloading github.com/hashicorp/consul/api v1.8.1 16:25:53 go: downloading github.com/go-playground/validator/v10 v10.4.1 16:25:53 go: downloading github.com/pelletier/go-toml v1.2.0 16:25:53 go: downloading github.com/gorilla/websocket v1.4.2 16:25:53 go: downloading github.com/go-kit/kit v0.8.0 16:25:53 go: downloading github.com/x448/float16 v0.8.4 16:25:53 go: downloading github.com/hashicorp/serf v0.9.5 16:25:53 go: downloading github.com/leodido/go-urn v1.2.0 16:25:53 go: downloading github.com/go-playground/universal-translator v0.17.0 16:25:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:25:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:25:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:25:53 go: downloading github.com/hashicorp/go-hclog v0.12.0 16:25:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:25:53 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:25:53 go: downloading github.com/pebbe/zmq4 v1.2.5 16:25:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:25:53 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 16:25:53 go: downloading github.com/go-playground/locales v0.13.0 16:25:53 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:25:53 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 16:25:53 go: downloading github.com/fatih/color v1.9.0 16:25:53 go: downloading github.com/mattn/go-isatty v0.0.12 16:25:53 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:25:53 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:25:54 go: downloading github.com/mattn/go-colorable v0.1.6 16:25:54 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 16:26:04 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 16:26:04 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 16:26:04 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 16:26:04 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 16:26:04 Building config-common 16:26:04 + snapcraftctl build 16:26:07 Building edgex-go 16:26:07 + cd /root/parts/edgex-go/src 16:26:07 + make build 16:26:07 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 16:26:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 16:26:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 16:26:07 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:26:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 16:26:07 go: downloading github.com/pebbe/zmq4 v1.2.7 16:26:07 go: downloading github.com/imdario/mergo v0.3.12 16:26:07 go: downloading github.com/pkg/errors v0.8.1 16:26:11 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 16:26:11 go: downloading gopkg.in/yaml.v2 v2.4.0 16:26:16 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 16:26: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 16:26:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:26:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:26:19 go: downloading github.com/stretchr/testify v1.7.0 16:26:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:26:20 go: downloading github.com/pmezard/go-difflib v1.0.0 16:26:20 go: downloading github.com/davecgh/go-spew v1.1.1 16:26:22 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 16:26:22 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:26:22 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:26:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:26:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:26: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 16:26:26 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 16:26:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:26:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:26:28 go: downloading github.com/lib/pq v1.9.0 16:26:30 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 16:26:30 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 16:26:30 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 16:26:30 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 16:26:30 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 16:26:30 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 16:26:30 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 16:26:30 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 16:26:30 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 16:26:30 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 16:26:30 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 16:26:30 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 16:26:30 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 16:26:30 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 16:26:30 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 16:26:30 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 16:26:30 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 16:26:30 + 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 16:26:30 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 16:26:30 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 16:26:30 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 16:26:30 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 16:26:30 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 16:26:30 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 16:26:30 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 16:26:30 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 16:26:33 Building static-packages 16:26:33 + snapcraftctl build 16:26:34 Building version 16:26:34 + snapcraftctl build 16:26:36 Skipping stage go-build-helper (already ran) 16:26:36 Staging app-service-config 16:26:36 + snapcraftctl stage 16:26:38 Staging config-common 16:26:38 + snapcraftctl stage 16:26:39 Staging edgex-go 16:26:39 + snapcraftctl stage 16:26:40 Staging static-packages 16:26:40 + snapcraftctl stage 16:26:40 Staging version 16:26:40 + snapcraftctl stage 16:26:41 Priming go-build-helper 16:26:41 + snapcraftctl prime 16:26:43 Priming app-service-config 16:26:43 + snapcraftctl prime 16:26:44 Priming config-common 16:26:44 + snapcraftctl prime 16:26:45 Priming edgex-go 16:26:45 + snapcraftctl prime 16:26:46 Priming static-packages 16:26:46 + snapcraftctl prime 16:26:49 Priming version 16:26:49 + snapcraftctl prime 16:26:49 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] } 16:27:00 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 16:27:12 Removing intermediate container 5dcc91014dbf 16:27:12 ---> b7a85fc6eb56 16:27:12 16:27:12 Step 10/31 : FROM alpine:3.12 16:27:12 3.12: Pulling from library/alpine 16:27:14 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 16:27:14 Status: Downloaded newer image for alpine:3.12 16:27:14 ---> d75e27dfc0a0 16:27:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:27:15 ---> Running in 9e77b086d70c 16:27:15 Removing intermediate container 3b0f372b433f 16:27:15 ---> 4a96199d73ed 16:27:15 16:27:15 Step 10/24 : FROM alpine:3.12 16:27:15 ---> d75e27dfc0a0 16:27:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:27:15 ---> Running in 783403508fed 16:27:16 Removing intermediate container 9e77b086d70c 16:27:16 ---> 2afe028f03f1 16:27:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:27:16 ---> Running in c59c64dc93e5 16:27:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:19 (1/2) Installing dumb-init (1.2.2-r1) 16:27:19 (2/2) Installing su-exec (0.2-r1) 16:27:19 Executing busybox-1.31.1-r20.trigger 16:27:19 OK: 5 MiB in 16 packages 16:27:19 (1/6) Installing ca-certificates (20191127-r4) 16:27:19 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:27:19 (3/6) Installing libcurl (7.69.1-r3) 16:27:19 (4/6) Installing curl (7.69.1-r3) 16:27:19 (5/6) Installing dumb-init (1.2.2-r1) 16:27:19 (6/6) Installing su-exec (0.2-r1) 16:27:19 Executing busybox-1.31.1-r20.trigger 16:27:19 Executing ca-certificates-20191127-r4.trigger 16:27:19 OK: 7 MiB in 20 packages 16:27:22 Removing intermediate container c59c64dc93e5 16:27:22 ---> 009c0d093db2 16:27:22 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:27:22 ---> Running in 438f763519e0 16:27:22 Removing intermediate container 783403508fed 16:27:22 ---> 742e46b133ff 16:27:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:27:23 Removing intermediate container b7a5fac2c1b7 16:27:23 ---> 2b24734e3e6f 16:27:23 16:27:23 Step 10/23 : FROM alpine:3.12 16:27:23 ---> d75e27dfc0a0 16:27:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:27:23 Removing intermediate container 8c0e4612df31 16:27:23 ---> 89cb94583955 16:27:23 16:27:23 Step 10/22 : FROM alpine:3.12 16:27:23 ---> d75e27dfc0a0 16:27:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:27:23 Removing intermediate container fd7b3c850e13 16:27:23 ---> 35de9f882a0e 16:27:23 16:27:23 Step 10/22 : FROM alpine:3.12 16:27:23 ---> d75e27dfc0a0 16:27:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:27:23 ---> Running in d32feabe9275 16:27:23 ---> Running in 5a72d6e5454c 16:27:23 ---> Running in 4cb9a06edd3b 16:27:23 ---> Running in 163fcb2cd658 16:27:23 Removing intermediate container 438f763519e0 16:27:23 ---> a560e84e8e21 16:27:23 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:27:24 ---> Running in 40893b697501 16:27:24 Removing intermediate container d32feabe9275 16:27:24 ---> fb9400d194ed 16:27:24 Step 13/24 : WORKDIR / 16:27:24 Removing intermediate container 40893b697501 16:27:24 ---> 55399b97cd8c 16:27:24 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:27:24 ---> Running in daca36009218 16:27:24 ---> Running in 6561dd842b2d 16:27:26 Removing intermediate container daca36009218 16:27:26 ---> e383d7ab2a6b 16:27:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:27:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:27 ---> 81b096325674 16:27:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:27:27 (1/1) Installing dumb-init (1.2.2-r1) 16:27:27 Executing busybox-1.31.1-r20.trigger 16:27:27 OK: 5 MiB in 15 packages 16:27:27 (1/1) Installing dumb-init (1.2.2-r1) 16:27:27 Executing busybox-1.31.1-r20.trigger 16:27:27 (1/2) Installing ca-certificates (20191127-r4) 16:27:28 OK: 5 MiB in 15 packages 16:27:28 (2/2) Installing dumb-init (1.2.2-r1) 16:27:28 Executing busybox-1.31.1-r20.trigger 16:27:28 Executing ca-certificates-20191127-r4.trigger 16:27:28 OK: 6 MiB in 16 packages 16:27:29 ---> 325ac860430e 16:27:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:27:29 Removing intermediate container 6561dd842b2d 16:27:29 ---> 943871c5417d 16:27:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:27:30 ---> Running in 9e6a9a14a429 16:27:30 Removing intermediate container 5a72d6e5454c 16:27:30 ---> 6cfd492d9314 16:27:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:27:30 Removing intermediate container 163fcb2cd658 16:27:30 ---> 6709bdf2844c 16:27:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:27:30 ---> Running in 6e733e977b2f 16:27:30 ---> 8b2e2da0a169 16:27:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:27:30 ---> Running in 76489c54ba69 16:27:30 Removing intermediate container 9e6a9a14a429 16:27:30 ---> 61c2b26e454c 16:27:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:27:31 Removing intermediate container 4cb9a06edd3b 16:27:31 ---> 999b8f062acc 16:27:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:27:31 Removing intermediate container 6e733e977b2f 16:27:31 ---> 83225bed89b0 16:27:31 Step 13/23 : ENV APP_PORT=48082 16:27:31 Removing intermediate container 76489c54ba69 16:27:31 ---> 5e0cf89523c2 16:27:31 Step 13/22 : ENV APP_PORT=48085 16:27:31 ---> Running in 66291c5625e5 16:27:31 ---> Running in 02a63921c4a6 16:27:31 ---> Running in 1fd6e66fc00e 16:27:32 ---> 667e230c387d 16:27:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:27:32 ---> c24047b45f43 16:27:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:27:32 ---> Running in da9ee5aabcb2 16:27:32 Removing intermediate container 66291c5625e5 16:27:32 ---> cebd967cf216 16:27:32 Step 13/22 : ENV APP_PORT=48060 16:27:32 ---> Running in 13c7a52e75c4 16:27:32 Removing intermediate container 02a63921c4a6 16:27:32 ---> 64b1eb0e17d9 16:27:32 Step 14/22 : EXPOSE $APP_PORT 16:27:32 Removing intermediate container 1fd6e66fc00e 16:27:32 ---> eb71ae3d3b87 16:27:32 Step 14/23 : EXPOSE $APP_PORT 16:27:32 ---> Running in f3bfba85c5a4 16:27:33 ---> Running in 6d567fb68f63 16:27:33 Removing intermediate container 13c7a52e75c4 16:27:33 ---> 380769814cbb 16:27:33 Step 14/22 : EXPOSE $APP_PORT 16:27:33 ---> 082553e09142 16:27:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:27:33 ---> Running in fd539e7a2e91 16:27:33 Removing intermediate container f3bfba85c5a4 16:27:33 ---> 4dc74b169b88 16:27:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:27:33 Removing intermediate container 6d567fb68f63 16:27:33 ---> a3fb154a74f3 16:27:33 Step 15/23 : WORKDIR / 16:27:33 ---> Running in 1ca3de87611f 16:27:34 Removing intermediate container fd539e7a2e91 16:27:34 ---> bc116098afee 16:27:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:27:34 ---> 597fd3b17c1b 16:27:34 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/ 16:27:34 ---> Running in 7c8cec72c11a 16:27:34 Removing intermediate container 1ca3de87611f 16:27:34 ---> a89d5dbd55df 16:27:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:27:35 ---> 92487866c531 16:27:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:27:35 ---> 6d8414e7b579 16:27:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:27:35 Removing intermediate container da9ee5aabcb2 16:27:35 ---> 321cff9464ec 16:27:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:27:36 ---> f6195e61ec00 16:27:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:27:36 ---> 811abbc83c3d 16:27:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:27:37 ---> d714c81a3086 16:27:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:27:37 ---> 913715eea3d5 16:27:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:27:38 ---> 45fb788e0dc7 16:27:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:27:38 Removing intermediate container 7c8cec72c11a 16:27:38 ---> 6549d74909e8 16:27:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:27:38 ---> b1fb3464d71e 16:27:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:27:38 ---> 605012852893 16:27:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:27:38 ---> 3ea4f1b9551e 16:27:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:27:38 ---> Running in 4ee6bcd2dac2 16:27:38 ---> Running in 235e58488db9 16:27:38 ---> Running in fab856018ad8 16:27:39 ---> 3a8b5cd4101b 16:27:39 Step 19/23 : ENTRYPOINT ["/core-command"] 16:27:39 Removing intermediate container 4ee6bcd2dac2 16:27:39 ---> 957d715da0db 16:27:39 Step 22/24 : LABEL arch=arm64 16:27:39 ---> Running in effb5b6a7a13 16:27:39 Removing intermediate container 235e58488db9 16:27:39 ---> 065d61dfe6bc 16:27:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:39 Removing intermediate container fab856018ad8 16:27:39 ---> fbe5ea05a326 16:27:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:39 ---> 275be26c4ea3 16:27:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:27:40 ---> Running in fa61d9258cf2 16:27:40 ---> Running in 21285944fac5 16:27:40 ---> Running in 34c0c0644a01 16:27:40 Removing intermediate container effb5b6a7a13 16:27:40 ---> 891d4ff0821b 16:27:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:40 ---> Running in 8f826dae5778 16:27:40 Removing intermediate container fa61d9258cf2 16:27:40 ---> 6783322b9296 16:27:40 Step 23/24 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:27:40 Removing intermediate container 21285944fac5 16:27:40 ---> 19ceebdc6320 16:27:40 Step 20/22 : LABEL arch=arm64 16:27:40 Removing intermediate container 34c0c0644a01 16:27:40 ---> 1f96cf2bbc70 16:27:40 Step 20/22 : LABEL arch=arm64 16:27:40 ---> 6c7bc0eb6b34 16:27:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:27:41 ---> Running in 520d5b8c0a81 16:27:41 ---> Running in 7ef97512fb4c 16:27:41 ---> Running in 84639fc0c851 16:27:41 Removing intermediate container 8f826dae5778 16:27:41 ---> a76329c03441 16:27:41 Step 21/23 : LABEL arch=arm64 16:27:41 ---> Running in 22a415bde345 16:27:41 Removing intermediate container 7ef97512fb4c 16:27:41 ---> e02a72075bb2 16:27:41 Step 24/24 : LABEL version=0.0.0 16:27:42 Removing intermediate container 520d5b8c0a81 16:27:42 Removing intermediate container 84639fc0c851 16:27:42 ---> fd1f6dd57905 16:27:42 ---> 3afeaa4ee706 16:27:42 Step 21/22 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70Step 21/22 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:27:42 16:27:42 ---> Running in 947d7f900aff 16:27:42 ---> a380c1f06b1b 16:27:42 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:27:42 ---> Running in f9f3073bf877 16:27:42 Removing intermediate container 22a415bde345 16:27:42 ---> 70d0c1abc5d4 16:27:42 Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:27:42 ---> Running in e9c3fc4066c8 16:27:42 ---> Running in cd7986c7d531 16:27:42 ---> Running in 91277e7dcf2c 16:27:42 Removing intermediate container 947d7f900aff 16:27:42 ---> 0cca8c5391e4 16:27:42 16:27:42 Removing intermediate container f9f3073bf877 16:27:42 ---> f2679a87d018 16:27:42 Step 22/22 : LABEL version=0.0.0 16:27:43 Removing intermediate container e9c3fc4066c8 16:27:43 ---> 70fdb5812b1d 16:27:43 Step 22/22 : LABEL version=0.0.0 16:27:43 ---> Running in 4b7d5de92695 16:27:43 ---> Running in c122749011f1 16:27:43 Removing intermediate container cd7986c7d531 16:27:43 ---> 6d413d866124 16:27:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:27:43 Successfully built 0cca8c5391e4 16:27:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:27:43 Removing intermediate container 91277e7dcf2c 16:27:43 ---> 7f16f6df806a 16:27:43 Step 23/23 : LABEL version=0.0.0 16:27:43  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 16:27:44 ---> Running in 58847f6bb63c 16:27:44 Removing intermediate container 4b7d5de92695 16:27:44 ---> 925d36f2819a 16:27:44 16:27:44 Removing intermediate container c122749011f1 16:27:44 ---> c901cbb6bbad 16:27:44 16:27:44 ---> 9be50ba2bc04 16:27:44 Successfully built 925d36f2819a 16:27:44 Step 26/31 : RUN chmod +x /entrypoint.sh 16:27:44 Successfully built c901cbb6bbad 16:27:44 Successfully tagged docker-support-scheduler-go-arm64:latest 16:27:44 Building docker-security-proxy-setup-go 16:27:44  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go-arm64:latest 16:27:44 Building docker-core-data-go 16:27:44  Building docker-support-notifications-go ... done Removing intermediate container 58847f6bb63c 16:27:44 ---> b766dffeb633 16:27:44 16:27:45 ---> Running in e7622e5a9a79 16:27:45 Successfully built b766dffeb633 16:27:45 Successfully tagged docker-core-command-go-arm64:latest 16:27:45 Building docker-sys-mgmt-agent-go 16:27:47  Building docker-core-command-go ... done Removing intermediate container e7622e5a9a79 16:27:47 ---> 85460bb6c7c0 16:27:47 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:27:47 ---> Running in b142a8b7d0ed 16:27:48 Removing intermediate container b142a8b7d0ed 16:27:48 ---> fa1c4fb973fb 16:27:48 Step 28/31 : CMD ["gate"] 16:27:48 ---> Running in 8d291e635f03 16:27:49 Removing intermediate container 8d291e635f03 16:27:49 ---> 5e419fc565dc 16:27:49 Step 29/31 : LABEL arch=arm64 16:27:50 ---> Running in eea4f978323e 16:27:51 Removing intermediate container eea4f978323e 16:27:51 ---> 31e8803d3a69 16:27:51 Step 30/31 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:27:51 ---> Running in 4e17c5e218e6 16:27:52 Removing intermediate container 4e17c5e218e6 16:27:52 ---> cf2bd568fede 16:27:52 Step 31/31 : LABEL version=0.0.0 16:27:53 ---> Running in a505ec02de18 16:27:53 Removing intermediate container a505ec02de18 16:27:53 ---> b78323673c8a 16:27:53 16:27:54 Successfully built b78323673c8a 16:27:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:28:51  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:28:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:28:51 ---> 8a83b23727f0 16:28:51 Step 3/23 : WORKDIR /edgex-go 16:28:51 ---> Using cache 16:28:51 ---> 1601e1e16ebc 16:28:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:28:51 ---> Using cache 16:28:51 ---> b4d7ca0808fb 16:28:51 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:28:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:28:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:28:51 ---> 8a83b23727f0 16:28:51 Step 3/21 : WORKDIR /edgex-go 16:28:51 ---> Using cache 16:28:51 ---> 1601e1e16ebc 16:28:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:28:51 ---> Using cache 16:28:51 ---> b4d7ca0808fb 16:28:51 Step 5/21 : RUN apk add --update --no-cache make git 16:28:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:28:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:28:51 ---> 8a83b23727f0 16:28:51 Step 3/23 : WORKDIR /edgex-go 16:28:51 ---> Using cache 16:28:51 ---> 1601e1e16ebc 16:28:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:28:51 ---> Using cache 16:28:51 ---> b4d7ca0808fb 16:28:51 Step 5/23 : RUN apk add --update --no-cache make git 16:28:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:28:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:28:51 ---> 8a83b23727f0 16:28:51 Step 3/26 : WORKDIR /edgex-go 16:28:51 ---> Using cache 16:28:51 ---> 1601e1e16ebc 16:28:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:28:51 ---> Using cache 16:28:51 ---> b4d7ca0808fb 16:28:51 Step 5/26 : RUN apk add --update --no-cache make bash git 16:28:51 ---> Running in b3d7af143162 16:28:51 ---> Running in 0c50a9ad56d9 16:28:51 ---> Running in 6413d6dc5e77 16:28:51 ---> Running in 7234de7ab161 16:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:28:51 OK: 217 MiB in 51 packages 16:28:51 OK: 217 MiB in 51 packages 16:28:51 OK: 217 MiB in 51 packages 16:28:51 OK: 217 MiB in 51 packages 16:28:52 Removing intermediate container 7234de7ab161 16:28:52 ---> 18fe257c946d 16:28:52 Step 6/23 : COPY go.mod . 16:28:52 Removing intermediate container 0c50a9ad56d9 16:28:52 ---> 39d881af9168 16:28:52 Step 6/21 : COPY go.mod . 16:28:53 Removing intermediate container 6413d6dc5e77 16:28:53 ---> b0bdb6b37a70 16:28:53 Step 6/26 : COPY go.mod . 16:28:53 Removing intermediate container b3d7af143162 16:28:53 ---> 52e0d7ce9beb 16:28:53 Step 6/23 : COPY go.mod . 16:28:53 ---> f1c5f6716feb 16:28:53 Step 7/23 : RUN go mod download 16:28:53 ---> Running in c854aefb9f72 16:28:54 ---> 0ba3606d2e11 16:28:54 Step 7/21 : RUN go mod download ---> 573fd069d94c 16:28:54 Step 7/23 : RUN go mod download 16:28:54 16:28:54 ---> e17d311263d4 16:28:54 Step 7/26 : RUN go mod download 16:28:54 ---> Running in dbdc29fa93c2 16:28:54 ---> Running in 7ae4feedaa72 16:28:54 ---> Running in cfb0526a6c96 16:28:57 Removing intermediate container c854aefb9f72 16:28:57 ---> 74ad6c51ad48 16:28:57 Step 8/23 : COPY . . 16:28:58 Removing intermediate container 7ae4feedaa72 16:28:58 ---> fa1e08e4a2a9 16:28:58 Step 8/21 : COPY . . 16:28:59 Removing intermediate container cfb0526a6c96 16:28:59 ---> eb034318a1d3 16:28:59 Step 8/26 : COPY . . 16:28:59 Removing intermediate container dbdc29fa93c2 16:28:59 ---> 64ce907a5577 16:28:59 Step 8/23 : COPY . . 16:29:26 ---> 9a6e54f37583 16:29:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:29:26 ---> 3265557e6c50 16:29:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:29:26 ---> c8b6f94d3977 16:29:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:29:26 ---> df3682354d6d 16:29:26 Step 9/23 : RUN make cmd/core-data/core-data 16:29:26 ---> Running in e684cbbdf136 16:29:26 ---> Running in 7b807d4c260b 16:29:26 ---> Running in 6c85a41e407c 16:29:26 ---> Running in d575f5784c82 16:29: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 16:29: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 16:29:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:29:26 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 16:30:48 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 16:30:58 Removing intermediate container 6c85a41e407c 16:30:58 ---> 29b5cfdab1d9 16:30:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:30:58 Removing intermediate container 7b807d4c260b 16:30:58 ---> e4dc7d1dd919 16:30:58 16:30:58 Step 10/21 : FROM alpine:3.12 16:30:58 ---> d75e27dfc0a0 16:30:58 Step 11/21 : RUN apk add --update --no-cache curl 16:30:58 ---> Running in d5668a220df4 16:30:58 ---> Running in fda3b0689ed6 16:30:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:30:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:30:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:31:00 (1/4) Installing ca-certificates (20191127-r4) 16:31:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:31:00 (3/4) Installing libcurl (7.69.1-r3) 16:31:00 (4/4) Installing curl (7.69.1-r3) 16:31:00 Executing busybox-1.31.1-r20.trigger 16:31:00 Executing ca-certificates-20191127-r4.trigger 16:31:01 OK: 7 MiB in 18 packages 16:31:03 Removing intermediate container d5668a220df4 16:31:03 ---> 62248c63a9e0 16:31:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:31:03 ---> Running in ce94a2a684e3 16:31:04 Removing intermediate container fda3b0689ed6 16:31:04 ---> e1c6201120dd 16:31:04 16:31:04 Removing intermediate container ce94a2a684e3 16:31:04 ---> 7204df441b29 16:31:04 Step 11/26 : FROM docker:20.10.0 16:31:04 Step 13/21 : WORKDIR /edgex 16:31:04 ---> Running in 8c7d03e2682f 16:31:04 20.10.0: Pulling from library/docker 16:31:05 Removing intermediate container 8c7d03e2682f 16:31:05 ---> cb9cf6745261 16:31:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:31:07 ---> 3af837f01495 16:31:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:31:11 ---> 18d4b9b68fe7 16:31:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:31:11 Removing intermediate container e684cbbdf136 16:31:11 ---> fcc78511bea6 16:31:11 16:31:11 Step 10/23 : FROM alpine:3.12 16:31:11 ---> d75e27dfc0a0 16:31:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:31:11 ---> Using cache 16:31:11 ---> 6709bdf2844c 16:31:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:31:11 ---> Using cache 16:31:11 ---> 5e0cf89523c2 16:31:11 Step 13/23 : ENV APP_PORT=48081 16:31:12 ---> Running in 2ce8bdcdeaa1 16:31:12 ---> 3ca74e38b041 16:31:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:31:13 ---> Running in 6d36e475a100 16:31:13 Removing intermediate container 2ce8bdcdeaa1 16:31:13 ---> 8bba3bd81f07 16:31:13 Step 14/23 : EXPOSE $APP_PORT 16:31:14 ---> Running in f6dd45ca945a 16:31:14 Removing intermediate container 6d36e475a100 16:31:14 ---> 543b4591c222 16:31:14 Step 18/21 : CMD ["--init=true"] 16:31:15 ---> Running in 382a0e41673b 16:31:15 Removing intermediate container f6dd45ca945a 16:31:15 ---> 6bc257b27e8c 16:31:15 Step 15/23 : WORKDIR / 16:31:16 ---> Running in 71fe8f180322 16:31:16 Removing intermediate container 382a0e41673b 16:31:16 ---> f08b8ef2c900 16:31:16 Step 19/21 : LABEL arch=arm64 16:31:16 ---> Running in 70d50af9fa31 16:31:17 Removing intermediate container d575f5784c82 16:31:17 ---> 8b7e0dab1737 16:31:17 16:31:17 Step 10/23 : FROM alpine:3.12 16:31:17 ---> d75e27dfc0a0 16:31:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:31:17 Removing intermediate container 71fe8f180322 16:31:17 ---> 147b17f734b0 16:31:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:31:17 ---> Running in 4a098ced2d91 16:31:17 Removing intermediate container 70d50af9fa31 16:31:17 ---> da8e9ec68a8d 16:31:17 Step 20/21 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:31:17 ---> Running in cf864f193f38 16:31:17 Removing intermediate container 4a098ced2d91 16:31:17 ---> 3c5774a0a652 16:31:17 Step 12/23 : ENV APP_PORT=48080 16:31:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:31:17 Status: Downloaded newer image for docker:20.10.0 16:31:17 ---> eeaf43b92773 16:31:17 Step 12/26 : RUN apk add --no-cache bash 16:31:17 ---> Running in 2c59eadd980f 16:31:18 ---> Running in 1963ea14b8e5 16:31:18 ---> 43c49eb8ba4c 16:31:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:31:18 Removing intermediate container cf864f193f38 16:31:18 ---> 1bc3fc27ba25 16:31:18 Step 21/21 : LABEL version=0.0.0 16:31:18 ---> Running in d3f51df6a41f 16:31:18 Removing intermediate container 2c59eadd980f 16:31:18 ---> 4dabf9ad994b 16:31:18 Step 13/23 : EXPOSE $APP_PORT 16:31:18 ---> Running in e84323f70bb0 16:31:19 Removing intermediate container d3f51df6a41f 16:31:19 ---> 7f0bf2c089bc 16:31:19 16:31:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:31:19 Removing intermediate container e84323f70bb0 16:31:19 ---> 90de3f99689d 16:31:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:31:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:31:19 Successfully built 7f0bf2c089bc 16:31:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:31:19  Building docker-security-proxy-setup-go ... done  ---> aebbe068d0a1 16:31:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:31:19 ---> Running in 67b06f09175a 16:31:20 (1/2) Installing readline (8.0.4-r0) 16:31:20 (2/2) Installing bash (5.0.17-r0) 16:31:20 Executing bash-5.0.17-r0.post-install 16:31:20 Executing busybox-1.31.1-r19.trigger 16:31:20 OK: 12 MiB in 22 packages 16:31:20 ---> 529663897bed 16:31:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:31:20 ---> Running in cce3c395c0bd 16:31:21 Removing intermediate container cce3c395c0bd 16:31:21 ---> d47964845131 16:31:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:31:21 ---> Running in 2c459086b2c5 16:31:21 Removing intermediate container 1963ea14b8e5 16:31:21 ---> 36762ea591b7 16:31:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:31:22 ---> Running in 53da62af2abb 16:31:22 Removing intermediate container 67b06f09175a 16:31:22 ---> 54ff3e99127c 16:31:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:31:22 Removing intermediate container 2c459086b2c5 16:31:22 ---> 8b29305266c5 16:31:22 Step 21/23 : LABEL arch=arm64 16:31:22 ---> Running in ba82d6000703 16:31:22 ---> Running in e86b207eb816 16:31:22 Removing intermediate container 53da62af2abb 16:31:22 ---> 280a6f4ebaf1 16:31:22 Step 14/26 : ENV APP_PORT=48090 16:31:22 ---> Running in 02315099405f 16:31:22 Removing intermediate container ba82d6000703 16:31:22 ---> 6ba93334b38d 16:31:22 Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:31:23 ---> Running in d321a811ecfb 16:31:23 Removing intermediate container 02315099405f 16:31:23 ---> 61350365e50f 16:31:23 Step 15/26 : EXPOSE $APP_PORT 16:31:23 ---> Running in 67258118e1a5 16:31:23 Removing intermediate container d321a811ecfb 16:31:23 ---> 5ab22698f1ae 16:31:23 Step 23/23 : LABEL version=0.0.0 16:31:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:31:23 ---> Running in f823e8edd11c 16:31:23 Removing intermediate container 67258118e1a5 16:31:23 ---> d673d7d2a414 16:31:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:31:24 Removing intermediate container f823e8edd11c 16:31:24 ---> 061d7814bb46 16:31:24 16:31:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:31:24 Successfully built 061d7814bb46 16:31:24 Successfully tagged docker-core-metadata-go-arm64:latest 16:31:25  Building docker-core-metadata-go ... done  ---> 2e6c111dbbf7 16:31:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:31:25 (1/6) Installing dumb-init (1.2.2-r1) 16:31:25 (2/6) Installing libgcc (9.3.0-r2) 16:31:25 (3/6) Installing libsodium (1.0.18-r0) 16:31:25 (4/6) Installing libstdc++ (9.3.0-r2) 16:31:25 ---> cc7907fec084 16:31:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:31:26 (5/6) Installing libzmq (4.3.3-r0) 16:31:26 (6/6) Installing zeromq (4.3.3-r0) 16:31:26 Executing busybox-1.31.1-r20.trigger 16:31:26 OK: 8 MiB in 20 packages 16:31:26 ---> fa4eb518228c 16:31:26 Step 19/26 : RUN apk --no-cache add py3-pip 16:31:27 ---> Running in 6f4c608b6409 16:31:27 Removing intermediate container e86b207eb816 16:31:27 ---> ace037fe8149 16:31:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:31:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:31:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:31:28 ---> 204e01a002dd 16:31:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:31:29 (1/33) Installing libbz2 (1.0.8-r1) 16:31:29 (2/33) Installing expat (2.2.9-r1) 16:31:29 (3/33) Installing libffi (3.3-r2) 16:31:29 (4/33) Installing gdbm (1.13-r1) 16:31:29 (5/33) Installing xz-libs (5.2.5-r0) 16:31:29 (6/33) Installing sqlite-libs (3.32.1-r0) 16:31:29 (7/33) Installing python3 (3.8.8-r0) 16:31:30 ---> 34771c2b9ca9 16:31:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:31:31 (8/33) Installing py3-appdirs (1.4.4-r1) 16:31:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:31:31 (10/33) Installing py3-parsing (2.4.7-r0) 16:31:31 (11/33) Installing py3-six (1.15.0-r0) 16:31:31 (12/33) Installing py3-packaging (20.4-r0) 16:31:31 (13/33) Installing py3-setuptools (47.0.0-r0) 16:31:31 (14/33) Installing py3-chardet (3.0.4-r4) 16:31:31 (15/33) Installing py3-idna (2.9-r0) 16:31:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:31:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:31:31 ---> 252a4b93e012 16:31:31 Step 19/23 : ENTRYPOINT ["/core-data"] 16:31:31 (18/33) Installing py3-requests (2.23.0-r0) 16:31:31 (19/33) Installing py3-msgpack (1.0.0-r0) 16:31:31 (20/33) Installing py3-lockfile (0.12.2-r3) 16:31:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:31:31 (22/33) Installing py3-colorama (0.4.3-r0) 16:31:31 (23/33) Installing py3-distlib (0.3.0-r0) 16:31:31 (24/33) Installing py3-distro (1.5.0-r1) 16:31:31 (25/33) Installing py3-webencodings (0.5.1-r3) 16:31:31 (26/33) Installing py3-html5lib (1.0.1-r4) 16:31:31 (27/33) Installing py3-pytoml (0.1.21-r0) 16:31:31 ---> Running in c81d8fbbc963 16:31:31 (28/33) Installing py3-pep517 (0.8.2-r0) 16:31:31 (29/33) Installing py3-progress (1.5-r0) 16:31:31 (30/33) Installing py3-toml (0.10.1-r0) 16:31:31 (31/33) Installing py3-retrying (1.3.3-r0) 16:31:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:31:31 (33/33) Installing py3-pip (20.1.1-r0) 16:31:31 Executing busybox-1.31.1-r19.trigger 16:31:31 OK: 71 MiB in 55 packages 16:31:32 Removing intermediate container c81d8fbbc963 16:31:32 ---> 5e181ae796e2 16:31:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:31:32 ---> Running in 0844a8a30846 16:31:32 Removing intermediate container 0844a8a30846 16:31:32 ---> fd7883429c7b 16:31:32 Step 21/23 : LABEL arch=arm64 16:31:33 ---> Running in 40c7e04b8f4c 16:31:33 Removing intermediate container 40c7e04b8f4c 16:31:33 ---> ed7c2d0e833b 16:31:33 Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:31:33 ---> Running in 5c15dfd2d60b 16:31:34 Removing intermediate container 5c15dfd2d60b 16:31:34 ---> 7516652f508d 16:31:34 Step 23/23 : LABEL version=0.0.0 16:31:34 ---> Running in 9e2cd181bce8 16:31:35 Removing intermediate container 9e2cd181bce8 16:31:35 ---> d9dd0f4b1cd8 16:31:35 16:31:36 Successfully built d9dd0f4b1cd8 16:31:36 Successfully tagged docker-core-data-go-arm64:latest 16:31:38  Building docker-core-data-go ... done Removing intermediate container 6f4c608b6409 16:31:38 ---> 89058024a075 16:31:38 Step 20/26 : RUN pip install docker-compose==1.23.2 16:31:38 ---> Running in 41e9ebb49bf0 16:31:42 Collecting docker-compose==1.23.2 16:31:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:31:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:31:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:31:44 Collecting dockerpty<0.5,>=0.4.1 16:31:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:31:46 Collecting docopt<0.7,>=0.6.1 16:31:46 Downloading docopt-0.6.2.tar.gz (25 kB) 16:31:48 Collecting docker<4.0,>=3.6.0 16:31:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:31:48 Collecting texttable<0.10,>=0.9.0 16:31:49 Downloading texttable-0.9.1.tar.gz (11 kB) 16:31:51 Collecting websocket-client<1.0,>=0.32.0 16:31:51 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:31:51 Collecting jsonschema<3,>=2.5.1 16:31:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:31:51 Collecting cached-property<2,>=1.2.0 16:31:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:31:52 Collecting PyYAML<4,>=3.10 16:31:52 Downloading PyYAML-3.13.tar.gz (270 kB) 16:31:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:31:55 Collecting idna<2.8,>=2.5 16:31:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:31:55 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) 16:31:56 Collecting urllib3<1.25,>=1.21.1 16:31:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:31:56 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) 16:31:56 Collecting docker-pycreds>=0.4.0 16:31:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:31:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:31:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:31:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:31:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:31:57 Installing collected packages: idna, urllib3, requests, dockerpty, docopt, websocket-client, docker-pycreds, docker, texttable, jsonschema, cached-property, PyYAML, docker-compose 16:31:57 Attempting uninstall: idna 16:31:57 Found existing installation: idna 2.9 16:31:57 Uninstalling idna-2.9: 16:31:57 Successfully uninstalled idna-2.9 16:31:58 Attempting uninstall: urllib3 16:31:58 Found existing installation: urllib3 1.25.9 16:31:58 Uninstalling urllib3-1.25.9: 16:31:58 Successfully uninstalled urllib3-1.25.9 16:31:59 Attempting uninstall: requests 16:31:59 Found existing installation: requests 2.23.0 16:31:59 Uninstalling requests-2.23.0: 16:31:59 Successfully uninstalled requests-2.23.0 16:31:59 Running setup.py install for dockerpty: started 16:32:01 Running setup.py install for dockerpty: finished with status 'done' 16:32:01 Running setup.py install for docopt: started 16:32:03 Running setup.py install for docopt: finished with status 'done' 16:32:04 Running setup.py install for texttable: started 16:32:05 Running setup.py install for texttable: finished with status 'done' 16:32:06 Running setup.py install for PyYAML: started 16:32:08 Running setup.py install for PyYAML: finished with status 'done' 16:32:09 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 16:32:12 Removing intermediate container 41e9ebb49bf0 16:32:12 ---> 8ccb6283cf8d 16:32:12 Step 21/26 : RUN apk --no-cache add curl 16:32:12 ---> Running in 8b1452b73679 16:32:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:32:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:32:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:32:14 (2/3) Installing libcurl (7.69.1-r3) 16:32:14 (3/3) Installing curl (7.69.1-r3) 16:32:14 Executing busybox-1.31.1-r19.trigger 16:32:14 OK: 72 MiB in 58 packages 16:32:16 Removing intermediate container 8b1452b73679 16:32:16 ---> 445242598b46 16:32:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:32:16 ---> Running in b7ceae731900 16:32:17 Removing intermediate container b7ceae731900 16:32:17 ---> ecf451e07cba 16:32:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:32:17 ---> Running in f23919e0ca00 16:32:17 Removing intermediate container f23919e0ca00 16:32:17 ---> ed1e03bc1fa9 16:32:17 Step 24/26 : LABEL arch=arm64 16:32:17 ---> Running in 045988d76abe 16:32:18 Removing intermediate container 045988d76abe 16:32:18 ---> e87cdc0c99f6 16:32:18 Step 25/26 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 16:32:18 ---> Running in b24b6a6a74e4 16:32:18 Removing intermediate container b24b6a6a74e4 16:32:18 ---> a1673dd62f2e 16:32:18 Step 26/26 : LABEL version=0.0.0 16:32:18 ---> Running in 4628be157029 16:32:19 Removing intermediate container 4628be157029 16:32:19 ---> 08a2d2a98c34 16:32:19 16:32:19 Successfully built 08a2d2a98c34 16:32:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:32:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:32:20 $ docker stop --time=1 f2a504b8d4d217a638c1f26ece070a2111b04e75d13ec2e260e256e762178db9 16:32:22 $ docker rm -f f2a504b8d4d217a638c1f26ece070a2111b04e75d13ec2e260e256e762178db9 [Pipeline] // withDockerContainer [Pipeline] sh 16:32:22 + + grepdocker images docker 16:32:22 16:32:23 docker-sys-mgmt-agent-go-arm64 latest 08a2d2a98c34 3 seconds ago 301MB 16:32:23 docker-core-data-go-arm64 latest d9dd0f4b1cd8 47 seconds ago 21.4MB 16:32:23 docker-core-metadata-go-arm64 latest 061d7814bb46 59 seconds ago 17.9MB 16:32:23 docker-security-proxy-setup-go-arm64 latest 7f0bf2c089bc About a minute ago 24.1MB 16:32:23 docker-security-bootstrapper-go-arm64 latest b78323673c8a 4 minutes ago 17.9MB 16:32:23 docker-core-command-go-arm64 latest b766dffeb633 4 minutes ago 16.3MB 16:32:23 docker-support-notifications-go-arm64 latest c901cbb6bbad 4 minutes ago 16.9MB 16:32:23 docker-support-scheduler-go-arm64 latest 925d36f2819a 4 minutes ago 16.4MB 16:32:23 docker-security-secretstore-setup-go-arm64 latest 0cca8c5391e4 4 minutes ago 24.4MB 16:32:23 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:32:24 ---> job-cost.sh 16:32:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3aN6 16:33:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:34:39 lf-activate-venv(): INFO: Adding /tmp/venv-3aN6/bin to PATH 16:34:39 INFO: No Stack... 16:34:39 INFO: Retrieving Pricing Info for: lf-standard-4 16:34:39 INFO: Archiving Costs [Pipeline] sh 16:34:40 + cat /w/workspace/edgex-go/4/archives/cost.csv 16:34:40 + cut -d, -f6 [Pipeline] lock 16:34:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3324-4-stack-cost] 16:34:40 Resource [jenkins-edgexfoundry-edgex-go-PR-3324-4-stack-cost] did not exist. Created. 16:34:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3324-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:34:40 + echo total: 0.20999999344348907 [Pipeline] stash 16:34:41 Stashed 1 file(s) [Pipeline] } 16:34:41 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3324-4-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 16:34:42 provisioning config files... 16:34:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4004767875491099879tmp [Pipeline] { [Pipeline] sh 16:34:43 + set +x 16:34:43 + curl -s https://codecov.io/bash 16:34:43 + bash -s -- 16:34:43 16:34:43 _____ _ 16:34:43 / ____| | | 16:34:43 | | ___ __| | ___ ___ _____ __ 16:34:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:34:43 | |___| (_) | (_| | __/ (_| (_) \ V / 16:34:43 \_____\___/ \__,_|\___|\___\___/ \_/ 16:34:43 Bash-20210309-2b87ace 16:34:43 16:34:43 16:34:43 ==> git version 2.24.3 found 16:34:43 ==> 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 16:34:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:34:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:34:43 curl: option -sm: expected a proper numerical parameter 16:34:43 curl: try 'curl --help' or 'curl --manual' for more information 16:34:43 ==> Jenkins CI detected. 16:34:43 project root: . 16:34:43 --> token set from env 16:34:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:34:43 ==> Running gcov in . (disable via -X gcov) 16:34:43 ==> Python coveragepy not found 16:34:43 ==> Searching for coverage reports in: 16:34:43 + . 16:34:43 -> Found 1 reports 16:34:43 ==> Detecting git/mercurial file structure 16:34:43 ==> Reading reports 16:34:43 + ./coverage.out bytes=686581 16:34:43 ==> Appending adjustments 16:34:43 https://docs.codecov.io/docs/fixing-reports 16:34:47 + Found adjustments 16:34:47 ==> Gzipping contents 16:34:47 100K /tmp/codecov.fhEP0M.gz 16:34:47 ==> Uploading reports 16:34:47 url: https://codecov.io 16:34:47 query: branch=PR-3324&commit=4d59e47c1b9b124fda714d78f72d814514d1fe70&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3324%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3324&job=&cmd_args= 16:34:47 -> Pinging Codecov 16:34:47 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3324&commit=4d59e47c1b9b124fda714d78f72d814514d1fe70&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3324%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3324&job=&cmd_args= 16:34:47 -> Uploading to 16:34:47 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/4d59e47c1b9b124fda714d78f72d814514d1fe70/b1d2d1e9-b151-429f-ab4f-36ecabb79824.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T163447Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=116229c4304a800f1d877ed9be1e367bba5faf95d1d81902fc8f5004f621c569 16:34:47 % Total % Received % Xferd Average Speed Time Time Time Current 16:34:47 Dload Upload Total Spent Left Speed 16:34:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98533 0 0 100 98533 0 226k --:--:-- --:--:-- --:--:-- 225k 16:34:48 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4d59e47c1b9b124fda714d78f72d814514d1fe70 [Pipeline] } 16:34:48 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 16:34:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:34:50 ---> package-listing.sh 16:34:50 ++ facter osfamily 16:34:50 ++ tr '[:upper:]' '[:lower:]' 16:34:50 + OS_FAMILY=redhat 16:34:50 + workspace=/w/workspace/edgex-go/4 16:34:50 + START_PACKAGES=/tmp/packages_start.txt 16:34:50 + END_PACKAGES=/tmp/packages_end.txt 16:34:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:34:50 + PACKAGES=/tmp/packages_start.txt 16:34:50 + '[' /w/workspace/edgex-go/4 ']' 16:34:50 + PACKAGES=/tmp/packages_end.txt 16:34:50 + case "${OS_FAMILY}" in 16:34:50 + rpm -qa 16:34:50 + sort 16:34:56 + '[' -f /tmp/packages_start.txt ']' 16:34:56 + '[' -f /tmp/packages_end.txt ']' 16:34:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:34:56 + '[' /w/workspace/edgex-go/4 ']' 16:34:56 + mkdir -p /w/workspace/edgex-go/4/archives/ 16:34:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 16:34:56 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:34:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:34:56 16:34:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:34:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:34:57 alpine: Pulling from edgex-lftools-log-publisher 16:34:57 df20fa9351a1: Pulling fs layer 16:34:57 36b3adc4ff6f: Pulling fs layer 16:34:57 8ad3a11d3b57: Pulling fs layer 16:34:57 46f8f816bc3b: Pulling fs layer 16:34:57 93b61091891f: Pulling fs layer 16:34:57 93b9cdb0e59b: Pulling fs layer 16:34:57 5e14af77c1be: Pulling fs layer 16:34:57 01666e4c0597: Pulling fs layer 16:34:57 aa168da1d23b: Pulling fs layer 16:34:57 93b61091891f: Waiting 16:34:57 46f8f816bc3b: Waiting 16:34:57 93b9cdb0e59b: Waiting 16:34:57 5e14af77c1be: Waiting 16:34:57 01666e4c0597: Waiting 16:34:57 aa168da1d23b: Waiting 16:34:57 36b3adc4ff6f: Verifying Checksum 16:34:57 36b3adc4ff6f: Download complete 16:34:57 46f8f816bc3b: Verifying Checksum 16:34:57 46f8f816bc3b: Download complete 16:34:57 df20fa9351a1: Verifying Checksum 16:34:57 df20fa9351a1: Download complete 16:34:57 93b9cdb0e59b: Verifying Checksum 16:34:57 93b9cdb0e59b: Download complete 16:34:57 93b61091891f: Verifying Checksum 16:34:57 93b61091891f: Download complete 16:34:57 5e14af77c1be: Verifying Checksum 16:34:57 5e14af77c1be: Download complete 16:34:57 01666e4c0597: Verifying Checksum 16:34:57 01666e4c0597: Download complete 16:34:57 df20fa9351a1: Pull complete 16:34:57 36b3adc4ff6f: Pull complete 16:34:58 8ad3a11d3b57: Verifying Checksum 16:34:58 8ad3a11d3b57: Download complete 16:34:59 8ad3a11d3b57: Pull complete 16:34:59 46f8f816bc3b: Pull complete 16:35:00 aa168da1d23b: Verifying Checksum 16:35:00 aa168da1d23b: Download complete 16:35:00 93b61091891f: Pull complete 16:35:00 93b9cdb0e59b: Pull complete 16:35:00 5e14af77c1be: Pull complete 16:35:01 01666e4c0597: Pull complete 16:35:09 aa168da1d23b: Pull complete 16:35:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:35:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:35:09 prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container 16:35:09 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:35:17 $ docker top 253521e8077966bb73d5f2f17232cd0d9a75d243e5dae5138ba2c9bf3443b480 -eo pid,comm [Pipeline] { [Pipeline] sh 16:35:17 + touch /tmp/pre-build-complete [Pipeline] sh 16:35:17 + mkdir -p /var/log/sa [Pipeline] sh 16:35:18 + ls /var/log/sa-host 16:35:18 + sadf -c /var/log/sa-host/sa01 16:35:18 file_magic: OK 16:35:18 HZ: Using current value: 100 16:35:18 file_header: OK 16:35:18 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 16:35:18 Statistics: 16:35:18 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... 16:35:18 File successfully converted to sysstat format version 12.2.1 16:35:18 + sadf -c /var/log/sa-host/sa23 16:35:18 file_magic: OK 16:35:18 HZ: Using current value: 100 16:35:18 file_header: OK 16:35:18 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 16:35:18 Statistics: 16:35:18 Hnuu...uuuununununu... 16:35:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:35:18 provisioning config files... 16:35:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config415424431725050279tmp [Pipeline] { [Pipeline] echo 16:35:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:35:18 ---> create-netrc.sh [Pipeline] } 16:35:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:35:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:35:19 ---> python-tools-install.sh [Pipeline] echo 16:35:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:35:19 ---> sudo-logs.sh 16:35:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:35:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:35:19 ---> job-cost.sh 16:35:19 lf-activate-venv: SKIPPING 16:35:19 DEBUG: total: 0.20999999344348907 16:35:19 INFO: Retrieving Stack Cost... 16:35:20 INFO: Retrieving Pricing Info for: v1-standard-2 16:35:21 INFO: Archiving Costs [Pipeline] echo 16:35:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:35:21 ---> logs-deploy.sh 16:35:21 lf-activate-venv: SKIPPING 16:35:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3324/4 16:35:21 INFO: archiving workspace using pattern(s): 16:35:22 Archives upload complete. 16:35:22 INFO: archiving logs to Nexus