Pull request #3319 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b059c893a95a190e7cb1ea7e9367c68d19646d58+ffa292a08661baeb026f188275a19c5914c89a0e (fe661a2cec3ed7074bd17173d91e984bb96e205d) 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 Running on prd-centos7-docker-4c-2g-32240 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit b059c893a95a190e7cb1ea7e9367c68d19646d58 Merge succeeded, producing b059c893a95a190e7cb1ea7e9367c68d19646d58 Checking out Revision b059c893a95a190e7cb1ea7e9367c68d19646d58 (PR-3319) > 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/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # 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 ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:45:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:45:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk ad8481139d65b1ef6f04747045cab9d610abd056 # timeout=10 [Pipeline] echo 12:45:47 ========================================================= 12:45:47 EdgeX Global Pipelines Version Info 12:45:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:45:48 ------------------- 12:45:48 stable info: 12:45:48 ------------------- 12:45:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:45:48 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 12:45:48 Message: update stable to v1.0.186 12:45:49 ------------------- 12:45:49 experimental info: 12:45:49 ------------------- 12:45:49 Commited By: **** collab-it+edgex@linuxfoundation.org 12:45:49 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 12:45:49 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:45:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:45:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:45:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:45:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:45:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:45:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:45:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:45:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:45:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:45:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:45:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:45:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:45:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:45:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3319 [Pipeline] echo 12:45:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3319 [Pipeline] echo 12:45:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3319 [Pipeline] echo 12:45:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b059c893a95a190e7cb1ea7e9367c68d19646d58 [Pipeline] echo 12:45:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b059c89 [Pipeline] echo 12:45:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:45:52 provisioning config files... 12:45:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1796957541256321173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:45:53 ---> docker-login.sh 12:45:53 nexus3.edgexfoundry.org:10001 12:45:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:53 Configure a credential helper to remove this warning. See 12:45:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:53 12:45:53 Login Succeeded 12:45:53 nexus3.edgexfoundry.org:10002 12:45:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:53 Configure a credential helper to remove this warning. See 12:45:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:53 12:45:53 Login Succeeded 12:45:53 nexus3.edgexfoundry.org:10003 12:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:54 Configure a credential helper to remove this warning. See 12:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:54 12:45:54 Login Succeeded 12:45:54 nexus3.edgexfoundry.org:10004 12:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:54 Configure a credential helper to remove this warning. See 12:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:54 12:45:54 Login Succeeded 12:45:54 docker.io 12:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:54 Configure a credential helper to remove this warning. See 12:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:54 12:45:54 Login Succeeded 12:45:54 ---> docker-login.sh ends [Pipeline] } 12:45:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:45:55 ++ 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 12:45:55 + for file in '`ls cmd/**/Dockerfile`' 12:45:55 ++ dirname cmd/core-command/Dockerfile 12:45:55 ++ cut -d/ -f2 12:45:55 + echo core-command,cmd/core-command/Dockerfile 12:45:55 + for file in '`ls cmd/**/Dockerfile`' 12:45:55 ++ dirname cmd/core-data/Dockerfile 12:45:55 ++ cut -d/ -f2 12:45:55 + echo core-data,cmd/core-data/Dockerfile 12:45:55 + for file in '`ls cmd/**/Dockerfile`' 12:45:55 ++ dirname cmd/core-metadata/Dockerfile 12:45:55 ++ cut -d/ -f2 12:45:55 + echo core-metadata,cmd/core-metadata/Dockerfile 12:45:55 + for file in '`ls cmd/**/Dockerfile`' 12:45:55 ++ dirname cmd/security-bootstrapper/Dockerfile 12:45:55 ++ cut -d/ -f2 12:45:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:45:55 + for file in '`ls cmd/**/Dockerfile`' 12:45:55 ++ dirname cmd/security-proxy-setup/Dockerfile 12:45:55 ++ cut -d/ -f2 12:45:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:45:55 + for file in '`ls cmd/**/Dockerfile`' 12:45:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:45:55 ++ cut -d/ -f2 12:45:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:45:55 + for file in '`ls cmd/**/Dockerfile`' 12:45:55 ++ dirname cmd/support-notifications/Dockerfile 12:45:55 ++ cut -d/ -f2 12:45:55 + echo support-notifications,cmd/support-notifications/Dockerfile 12:45:55 + for file in '`ls cmd/**/Dockerfile`' 12:45:55 ++ dirname cmd/support-scheduler/Dockerfile 12:45:55 ++ cut -d/ -f2 12:45:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:45:55 + for file in '`ls cmd/**/Dockerfile`' 12:45:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:45:55 ++ cut -d/ -f2 12:45:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:45:55 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 12:45:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:45:56 12:45:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:45:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:45:56 latest: Pulling from edgex-devops/git-semver 12:45:56 31603596830f: Pulling fs layer 12:45:56 2a8b12db71e7: Pulling fs layer 12:45:56 6ca5941a6612: Pulling fs layer 12:45:56 ecc8261a40a4: Pulling fs layer 12:45:56 ecc8261a40a4: Waiting 12:45:56 2a8b12db71e7: Verifying Checksum 12:45:56 2a8b12db71e7: Download complete 12:45:56 31603596830f: Verifying Checksum 12:45:56 31603596830f: Download complete 12:45:56 ecc8261a40a4: Verifying Checksum 12:45:56 ecc8261a40a4: Download complete 12:45:56 6ca5941a6612: Verifying Checksum 12:45:56 6ca5941a6612: Download complete 12:45:56 31603596830f: Pull complete 12:45:56 2a8b12db71e7: Pull complete 12:45:57 6ca5941a6612: Pull complete 12:45:58 ecc8261a40a4: Pull complete 12:45:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:45:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:45:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:45:58 prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container 12:45:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:46:01 $ docker top ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:46:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:46:01 [ssh-agent] Looking for ssh-agent implementation... 12:46:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:46:01 $ docker exec ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d ssh-agent 12:46:01 SSH_AUTH_SOCK=/tmp/ssh-tUgtLAM3SWzf/agent.11 12:46:01 SSH_AGENT_PID=16 12:46:01 Running ssh-add (command line suppressed) 12:46:01 Identity added: /w/workspace/edgex-go/5@tmp/private_key_6686396084667866708.key (/w/workspace/edgex-go/5@tmp/private_key_6686396084667866708.key) 12:46:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:46:02 + git tag --points-at HEAD [Pipeline] } 12:46:02 $ docker exec --env ******** --env ******** ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d ssh-agent -k 12:46:02 unset SSH_AUTH_SOCK; 12:46:02 unset SSH_AGENT_PID; 12:46:02 echo Agent pid 16 killed; 12:46:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:46:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:46:02 [ssh-agent] Looking for ssh-agent implementation... 12:46:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:46:02 $ docker exec ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d ssh-agent 12:46:03 SSH_AUTH_SOCK=/tmp/ssh-QYzpYHU26akP/agent.46 12:46:03 SSH_AGENT_PID=52 12:46:03 Running ssh-add (command line suppressed) 12:46:03 Identity added: /w/workspace/edgex-go/5@tmp/private_key_289679721456367570.key (/w/workspace/edgex-go/5@tmp/private_key_289679721456367570.key) 12:46:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:46:03 + git semver init 12:46:03 # -> Open(): unable to determine branch for HEAD 12:46:03 # $GIT_DIR = /w/workspace/edgex-go/5/.git 12:46:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 12:46:03 # $SEMVER_REMOTE_NAME = origin 12:46:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:46:03 # $SEMVER_USER_NAME = edgex-jenkins 12:46:03 # $SEMVER_BRANCH = PR-3319 12:46:03 # $SEMVER_TEMP = /tmp/semver-780971867 12:46:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:46:25 # '/tmp/semver-780971867' -> '/w/workspace/edgex-go/5/.semver' 12:46:25 # -> Force: false 12:46:25 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 12:46:25 $ docker exec --env ******** --env ******** ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d ssh-agent -k 12:46:25 unset SSH_AUTH_SOCK; 12:46:25 unset SSH_AGENT_PID; 12:46:25 echo Agent pid 52 killed; 12:46:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:46:26 + git semver [Pipeline] } 12:46:26 $ docker stop --time=1 ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d 12:46:28 $ docker rm -f ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d [Pipeline] // withDockerContainer [Pipeline] sh 12:46:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:46:29 Stashed 1 file(s) [Pipeline] echo 12:46:29 [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 12:46:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:46:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:46:30 + true 12:46:30 + sudo service docker restart 12:46:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:46:31 ========================================================= 12:46:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:46:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:46:31 + 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 . 12:46:36 Sending build context to Docker daemon 328.9MB 12:46:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:46:36 Step 2/6 : FROM ${BASE} 12:46:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:46:36 188c0c94c7c5: Pulling fs layer 12:46:36 0ef7d3d256c8: Pulling fs layer 12:46:36 de9db76c5a1d: Pulling fs layer 12:46:36 bca2f99d35d6: Pulling fs layer 12:46:36 93359f2a8cfa: Pulling fs layer 12:46:36 7c6f9722023f: Pulling fs layer 12:46:36 a35cf1a2eb13: Pulling fs layer 12:46:36 bca2f99d35d6: Waiting 12:46:36 93359f2a8cfa: Waiting 12:46:36 a35cf1a2eb13: Waiting 12:46:36 de9db76c5a1d: Verifying Checksum 12:46:36 de9db76c5a1d: Download complete 12:46:36 0ef7d3d256c8: Verifying Checksum 12:46:36 0ef7d3d256c8: Download complete 12:46:36 93359f2a8cfa: Verifying Checksum 12:46:36 93359f2a8cfa: Download complete 12:46:36 7c6f9722023f: Verifying Checksum 12:46:36 7c6f9722023f: Download complete 12:46:36 188c0c94c7c5: Verifying Checksum 12:46:36 188c0c94c7c5: Download complete 12:46:36 188c0c94c7c5: Pull complete 12:46:36 0ef7d3d256c8: Pull complete 12:46:37 de9db76c5a1d: Pull complete 12:46:38 a35cf1a2eb13: Verifying Checksum 12:46:38 a35cf1a2eb13: Download complete 12:46:39 bca2f99d35d6: Verifying Checksum 12:46:39 bca2f99d35d6: Download complete 12:46:44 bca2f99d35d6: Pull complete 12:46:44 93359f2a8cfa: Pull complete 12:46:44 7c6f9722023f: Pull complete 12:46:44 Still waiting to schedule task 12:46:44 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:46:49 a35cf1a2eb13: Pull complete 12:46:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:46:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:46:49 ---> a62c8e92a672 12:46:49 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 12:46:49 ---> Running in f51fa0adab04 12:46:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:46:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:46:51 (1/12) Installing libmagic (5.38-r0) 12:46:52 (2/12) Installing file (5.38-r0) 12:46:52 (3/12) Installing libc-dev (0.7.2-r3) 12:46:52 (4/12) Installing g++ (9.3.0-r2) 12:46:57 (5/12) Installing fortify-headers (1.1-r0) 12:46:57 (6/12) Installing patch (2.7.6-r6) 12:46:57 (7/12) Installing build-base (0.5-r2) 12:46:57 (8/12) Installing libsodium (1.0.18-r0) 12:46:57 (9/12) Installing pkgconf (1.7.2-r0) 12:46:57 (10/12) Installing libsodium-dev (1.0.18-r0) 12:46:57 (11/12) Installing libzmq (4.3.3-r0) 12:46:57 (12/12) Installing zeromq-dev (4.3.3-r0) 12:46:58 Executing busybox-1.31.1-r19.trigger 12:46:58 OK: 233 MiB in 51 packages 12:47:01 Removing intermediate container f51fa0adab04 12:47:01 ---> 4abc57a05a31 12:47:01 Step 4/6 : WORKDIR /edgex-go 12:47:01 ---> Running in 7a1ca8f739f2 12:47:01 Removing intermediate container 7a1ca8f739f2 12:47:01 ---> 709292b95926 12:47:01 Step 5/6 : COPY go.mod . 12:47:02 ---> 7a8a87753547 12:47:02 Step 6/6 : RUN go mod download 12:47:02 ---> Running in 3ffa8949ee95 12:47:24 Removing intermediate container 3ffa8949ee95 12:47:24 ---> 5a66cb98a7fc 12:47:24 Successfully built 5a66cb98a7fc 12:47:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:47:24 + docker inspect -f . ci-base-image-x86_64 12:47:24 . [Pipeline] withDockerContainer 12:47:25 prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container 12:47:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:47:26 $ docker top a798160b6efe0224242172bdf9a55e1062db040f3c9d1b8a3b058d9de6d99d06 -eo pid,comm [Pipeline] { [Pipeline] sh 12:47:26 + go version 12:47:26 go version go1.15.5 linux/amd64 [Pipeline] } 12:47:26 $ docker stop --time=1 a798160b6efe0224242172bdf9a55e1062db040f3c9d1b8a3b058d9de6d99d06 12:47:27 $ docker rm -f a798160b6efe0224242172bdf9a55e1062db040f3c9d1b8a3b058d9de6d99d06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:47:28 + docker inspect -f . ci-base-image-x86_64 12:47:28 . [Pipeline] withDockerContainer 12:47:28 prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container 12:47:28 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:47:29 $ docker top 783f62863184fe00430d93a3757433f613745bdd25a2d4d5cbec7b2bb37edc1f -eo pid,comm [Pipeline] { [Pipeline] echo 12:47:29 ========================================================= 12:47:29 [edgeXBuildGoParallel] Running Tests and Build... 12:47:29 ========================================================= [Pipeline] sh 12:47:30 + make test 12:47:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:47:38 ? github.com/edgexfoundry/edgex-go [no test files] 12:47:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:48:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:48:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:48:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:48:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:48:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:48:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:48:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:48:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:48:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 45.9% of statements 12:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:48:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements 12:48:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.126s coverage: 100.0% of statements 12:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.1% of statements 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 71.3% of statements 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.184s coverage: 82.9% of statements 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements 12:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:48:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:48:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:48:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:48:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:48:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:48:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:48:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.355s coverage: 92.8% of statements 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:48:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:48:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 1.0% of statements 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:48:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:48:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements 12:48:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 79.5% of statements 12:48:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 12:48:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 12:48:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 12:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.114s coverage: 94.4% of statements 12:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements 12:48:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.460s coverage: 82.6% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.6% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 64.4% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 69.0% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 38.4% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.156s coverage: 47.0% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 87.1% of statements 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:48:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.800s coverage: 29.1% of statements 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:48:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:48:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:48:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.120s coverage: 95.0% of statements 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:48:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:48:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:48:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:48:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 12:48:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:48:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:48:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 12:48:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 12:48:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 12:48:46 GO111MODULE=on go vet ./... 12:49:12 gofmt -l . 12:49:13 [ "`gofmt -l .`" = "" ] 12:49:14 ./bin/test-go-mod-tidy.sh 12:49:15 ./bin/test-attribution-txt.sh [Pipeline] sh 12:49:15 + ls -al . 12:49:15 total 780 12:49:15 drwxrwxr-x 10 1001 1001 4096 Mar 31 12:49 . 12:49:15 drwxr-xr-x 4 root root 28 Mar 31 12:47 .. 12:49:15 -rw-rw-r-- 1 1001 1001 11 Mar 31 12:45 .dockerignore 12:49:15 drwxrwxr-x 8 1001 1001 179 Mar 31 12:45 .git 12:49:15 drwxrwxr-x 3 1001 1001 125 Mar 31 12:45 .github 12:49:15 -rw-rw-r-- 1 1001 1001 818 Mar 31 12:45 .gitignore 12:49:15 drwx------ 3 1001 1001 60 Mar 31 12:46 .semver 12:49:15 -rw-rw-r-- 1 1001 1001 166 Mar 31 12:45 .sonarcloud.properties 12:49:15 -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:45 Attribution.txt 12:49:15 -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:45 CONTRIBUTING.md 12:49:15 -rw-rw-r-- 1 1001 1001 931 Mar 31 12:45 Dockerfile.build 12:49:15 -rw-rw-r-- 1 1001 1001 863 Mar 31 12:45 Jenkinsfile 12:49:15 -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:45 LICENSE 12:49:15 -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:45 Makefile 12:49:15 -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:45 README.md 12:49:15 -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:45 SECURITY.md 12:49:15 -rw-rw-r-- 1 1001 1001 5 Mar 31 12:46 VERSION 12:49:15 -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:45 ZMQWindows.md 12:49:15 drwxrwxr-x 2 1001 1001 117 Mar 31 12:45 bin 12:49:15 drwxrwxr-x 14 1001 1001 4096 Mar 31 12:45 cmd 12:49:15 -rw-r--r-- 1 root root 669470 Mar 31 12:48 coverage.out 12:49:15 -rw-r--r-- 1 root root 1056 Mar 31 12:49 go.mod 12:49:15 -rw-r--r-- 1 root root 22360 Mar 31 12:49 go.sum 12:49:15 drwxrwxr-x 8 1001 1001 127 Mar 31 12:45 internal 12:49:15 drwxrwxr-x 4 1001 1001 26 Mar 31 12:45 openapi 12:49:15 drwxrwxr-x 4 1001 1001 71 Mar 31 12:45 snap 12:49:15 -rw-rw-r-- 1 1001 1001 168 Mar 31 12:45 version.go [Pipeline] sh 12:49:16 + '[' -e coverage.out ] 12:49:16 + chown 1001:1001 coverage.out [Pipeline] stash 12:49:16 Stashed 1 file(s) [Pipeline] sh 12:49:16 + make build 12:49:16 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 12:49:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:49:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:49:30 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 12:49:32 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 12:49:32 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 12:49:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:49:35 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 12:49:36 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 12:49:38 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 12:49:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32245 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws 12:49:38 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 12:49:39 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 12:49: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 [Pipeline] } 12:49:42 $ docker stop --time=1 783f62863184fe00430d93a3757433f613745bdd25a2d4d5cbec7b2bb37edc1f 12:49:44 using credential edgex-jenkins-ssh 12:49:44 $ docker rm -f 783f62863184fe00430d93a3757433f613745bdd25a2d4d5cbec7b2bb37edc1f 12:49:44 Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 12:49:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:49:44 > git init /w/workspace/edgex-go/5 # timeout=10 12:49:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:49:44 > git --version # timeout=10 12:49:44 > git --version # 'git version 2.17.1' 12:49:44 using GIT_SSH to set credentials SSH Credentials for GitHub 12:49:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:49:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:49:46 12:49:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:49:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:49:46 latest: Pulling from edgex-devops/edgex-compose 12:49:46 cbdbe7a5bc2a: Pulling fs layer 12:49:46 ca9280d653b3: Pulling fs layer 12:49:46 7e9c9ca2126c: Pulling fs layer 12:49:46 cbdbe7a5bc2a: Download complete 12:49:47 cbdbe7a5bc2a: Pull complete 12:49:47 ca9280d653b3: Verifying Checksum 12:49:47 ca9280d653b3: Download complete 12:49:48 ca9280d653b3: Pull complete 12:49:48 7e9c9ca2126c: Download complete 12:49:55 7e9c9ca2126c: Pull complete 12:49:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:49:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:49:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:49:55 prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container 12:49:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:49:58 $ docker top da137dd8ca5aa1286eb75218732ba5187c9d032004d0c82d7abac87006be6587 -eo pid,comm [Pipeline] { [Pipeline] sh 12:49:58 + docker-compose build --help 12:49:58 + grep parallel 12:49:59 --parallel Build images in parallel. [Pipeline] } 12:49:59 $ docker stop --time=1 da137dd8ca5aa1286eb75218732ba5187c9d032004d0c82d7abac87006be6587 12:50:00 $ docker rm -f da137dd8ca5aa1286eb75218732ba5187c9d032004d0c82d7abac87006be6587 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:50:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:50:01 . [Pipeline] withDockerContainer 12:50:01 prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container 12:50:01 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:50:02 $ docker top a15e027a338ca75a8fd1fca2dfa8533d03e5ada434281d8f426ee1c64fa8e7dc -eo pid,comm [Pipeline] { [Pipeline] sh 12:50:03 + docker-compose -f ./docker-compose-build.yml build --parallel 12:50:03 Building docker-core-command-go ... 12:50:03 Building docker-core-data-go ... 12:50:03 Building docker-core-metadata-go ... 12:50:03 Building docker-security-bootstrapper-go ... 12:50:03 Building docker-security-proxy-setup-go ... 12:50:03 Building docker-security-secretstore-setup-go ... 12:50:03 Building docker-support-notifications-go ... 12:50:03 Building docker-support-scheduler-go ... 12:50:03 Building docker-sys-mgmt-agent-go ... 12:50:03 Building docker-sys-mgmt-agent-go 12:50:03 Building docker-security-secretstore-setup-go 12:50:04 Building docker-core-data-go 12:50:04 Building docker-support-scheduler-go 12:50:04 Building docker-security-proxy-setup-go 12:50:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:50:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:50:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:50:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:50:04 using GIT_SSH to set credentials SSH Credentials for GitHub 12:50:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:50:06 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit b059c893a95a190e7cb1ea7e9367c68d19646d58 12:50:06 Merge succeeded, producing b059c893a95a190e7cb1ea7e9367c68d19646d58 12:50:06 Checking out Revision b059c893a95a190e7cb1ea7e9367c68d19646d58 (PR-3319) 12:50:06 > git config core.sparsecheckout # timeout=10 12:50:06 > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 12:50:06 > git remote # timeout=10 12:50:06 > git config --get remote.origin.url # timeout=10 12:50:06 using GIT_SSH to set credentials SSH Credentials for GitHub 12:50:06 > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 12:50:06 > git rev-parse HEAD^{commit} # timeout=10 12:50:06 > git config core.sparsecheckout # timeout=10 12:50:06 > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 12:50:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:50:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:50:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:50:13 + sudo service docker restart 12:50:13 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:50:15 provisioning config files... 12:50:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1197931026290086794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:50:16 ---> docker-login.sh 12:50:16 nexus3.edgexfoundry.org:10001 12:50:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:50:17 Configure a credential helper to remove this warning. See 12:50:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:50:17 12:50:17 Login Succeeded 12:50:17 nexus3.edgexfoundry.org:10002 12:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:50:18 Configure a credential helper to remove this warning. See 12:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:50:18 12:50:18 Login Succeeded 12:50:18 nexus3.edgexfoundry.org:10003 12:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:50:18 Configure a credential helper to remove this warning. See 12:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:50:18 12:50:18 Login Succeeded 12:50:18 nexus3.edgexfoundry.org:10004 12:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:50:19 Configure a credential helper to remove this warning. See 12:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:50:19 12:50:19 Login Succeeded 12:50:19 docker.io 12:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:50:20 Configure a credential helper to remove this warning. See 12:50:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:50:20 12:50:20 Login Succeeded 12:50:20 ---> docker-login.sh ends [Pipeline] } 12:50:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:50:20 ========================================================= 12:50:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:50:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:50:20 + 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 . 12:50:23 Sending build context to Docker daemon 167MB 12:50:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:50:23 Step 2/6 : FROM ${BASE} 12:50:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:50:23 5f621e34cdf4: Pulling fs layer 12:50:23 a4357932f1b6: Pulling fs layer 12:50:23 18c013af1878: Pulling fs layer 12:50:23 00ac8860ef70: Pulling fs layer 12:50:23 63d7cb157983: Pulling fs layer 12:50:23 b116817d02f9: Pulling fs layer 12:50:23 745a02a5169b: Pulling fs layer 12:50:23 00ac8860ef70: Waiting 12:50:23 63d7cb157983: Waiting 12:50:23 745a02a5169b: Waiting 12:50:23 b116817d02f9: Waiting 12:50:23 18c013af1878: Verifying Checksum 12:50:23 18c013af1878: Download complete 12:50:23 a4357932f1b6: Verifying Checksum 12:50:23 a4357932f1b6: Download complete 12:50:23 63d7cb157983: Verifying Checksum 12:50:23 63d7cb157983: Download complete 12:50:23 b116817d02f9: Verifying Checksum 12:50:23 b116817d02f9: Download complete 12:50:23 5f621e34cdf4: Verifying Checksum 12:50:23 5f621e34cdf4: Download complete 12:50:24 5f621e34cdf4: Pull complete 12:50:25 a4357932f1b6: Pull complete 12:50:25 18c013af1878: Pull complete 12:50:25 745a02a5169b: Verifying Checksum 12:50:25 745a02a5169b: Download complete 12:50:27 00ac8860ef70: Download complete 12:50:37 00ac8860ef70: Pull complete 12:50:37 63d7cb157983: Pull complete 12:50:37 b116817d02f9: Pull complete 12:50:41 745a02a5169b: Pull complete 12:50:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:50:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:50:41 ---> b7e6874047d6 12:50:41 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 12:50:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:50:43 ---> 5a66cb98a7fc 12:50:43 Step 3/21 : WORKDIR /edgex-go 12:50:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:50:43 ---> 5a66cb98a7fc 12:50:43 Step 3/22 : WORKDIR /edgex-go 12:50:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:50:43 ---> 5a66cb98a7fc 12:50:43 Step 3/26 : WORKDIR /edgex-go 12:50:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:50:43 ---> 5a66cb98a7fc 12:50:43 Step 3/24 : WORKDIR /edgex-go 12:50:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:50:43 ---> 5a66cb98a7fc 12:50:43 Step 3/23 : WORKDIR /edgex-go 12:50:43 ---> Running in 15ea8e89b8c6 12:50:43 ---> Running in cc1a50162e78 12:50:43 ---> Running in ff4d749dc784 12:50:43 ---> Running in 8468e865a9f2 12:50:43 ---> Running in 36be4ec2aa11 12:50:43 Removing intermediate container cc1a50162e78 12:50:43 ---> db1a833e9547 12:50:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:43 Removing intermediate container 15ea8e89b8c6 12:50:43 ---> 294917df6ff6 12:50:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:43 Removing intermediate container 36be4ec2aa11 12:50:43 ---> 687fcaaef642 12:50:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:43 Removing intermediate container 8468e865a9f2 12:50:43 ---> 2eca19893bb5 12:50:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:43 Removing intermediate container ff4d749dc784 12:50:43 ---> 06782ea23a36 12:50:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:43 ---> Running in 9c6c64452fdb 12:50:43 ---> Running in 6fd393b09f6e 12:50:43 ---> Running in 278f8497373c 12:50:43 ---> Running in 28fac3f44c81 12:50:43 ---> Running in 8e6e1f572883 12:50:44 Removing intermediate container 9c6c64452fdb 12:50:44 ---> 9cc3aa02a3f8 12:50:44 Step 5/24 : RUN apk add --update --no-cache make git 12:50:44 ---> Running in ef3dea7f7872 12:50:44 Removing intermediate container 6fd393b09f6e 12:50:44 ---> 457c7e00faf0 12:50:44 Step 5/21 : RUN apk add --update --no-cache make git 12:50:44 Removing intermediate container 28fac3f44c81 12:50:44 ---> 8d8f876058b0 12:50:44 Step 5/22 : RUN apk add --update --no-cache make git 12:50:44 Removing intermediate container 8e6e1f572883 12:50:44 ---> 72ad4b4a6ef2 12:50:44 Step 5/26 : RUN apk add --update --no-cache make bash git 12:50:44 ---> Running in 4180fccbc4fa 12:50:44 ---> Running in dab15f94c131 12:50:44 Removing intermediate container 278f8497373c 12:50:44 ---> 0e340f1484b8 12:50:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:50:44 ---> Running in 78ee0e6a0ae4 12:50:44 ---> Running in 5b4c88a45e53 12:50:44 ---> Running in 87c09f40c23c 12:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:46 OK: 233 MiB in 51 packages 12:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:50:46 OK: 233 MiB in 51 packages 12:50:47 OK: 233 MiB in 51 packages 12:50:47 OK: 233 MiB in 51 packages 12:50:47 OK: 233 MiB in 51 packages 12:50:47 (1/12) Installing libmagic (5.38-r0) 12:50:47 Removing intermediate container 4180fccbc4fa 12:50:47 ---> 4e2c242f7e61 12:50:47 Step 6/21 : COPY go.mod . 12:50:47 Removing intermediate container ef3dea7f7872 12:50:47 ---> 35a64de37bc2 12:50:47 Step 6/24 : COPY go.mod . 12:50:47 (2/12) Installing file (5.38-r0) 12:50:47 (3/12) Installing libc-dev (0.7.2-r3) 12:50:47 (4/12) Installing g++ (9.3.0-r2) 12:50:47 ---> 9a3ce9bb559b 12:50:47 Step 7/21 : RUN go mod download 12:50:47 ---> Running in f1f23d409e18 12:50:47 ---> d18c86a2de57 12:50:47 Step 7/24 : RUN go mod download 12:50:48 Removing intermediate container dab15f94c131 12:50:48 ---> eb66705eac1e 12:50:48 Step 6/22 : COPY go.mod . 12:50:48 Removing intermediate container 5b4c88a45e53 12:50:48 ---> b2cd0ff23dc9 12:50:48 Step 6/26 : COPY go.mod . 12:50:48 ---> Running in 66b1c9d0c0ff 12:50:48 Removing intermediate container 87c09f40c23c 12:50:48 ---> 5404255a5478 12:50:48 Step 6/23 : COPY go.mod . 12:50:48 ---> ed52856006a6 12:50:48 Step 7/22 : RUN go mod download 12:50:48 ---> 882e36febce3 12:50:48 Step 7/26 : RUN go mod download 12:50:48 ---> Running in 3cc0c3284ef6 12:50:48 ---> Running in 4e2fa6a4373d 12:50:48 ---> a4fdd78987c4 12:50:48 Step 7/23 : RUN go mod download 12:50:50 ---> Running in 008ebbf0bb18 12:50:50 Removing intermediate container f1f23d409e18 12:50:50 ---> 688732ad7c58 12:50:50 Step 8/21 : COPY . . 12:50:50 Removing intermediate container 66b1c9d0c0ff 12:50:50 ---> 2714d3904fcf 12:50:50 Step 8/24 : COPY . . 12:50:52 Removing intermediate container 3cc0c3284ef6 12:50:52 ---> e37151989c12 12:50:52 Step 8/22 : COPY . . 12:50:54 Removing intermediate container 4e2fa6a4373d 12:50:54 ---> bb44e541c695 12:50:54 Step 8/26 : COPY . . 12:50:55 (5/12) Installing fortify-headers (1.1-r0) 12:50:55 (6/12) Installing patch (2.7.6-r6) 12:50:55 (7/12) Installing build-base (0.5-r2) 12:50:55 (8/12) Installing libsodium (1.0.18-r0) 12:50:55 (9/12) Installing pkgconf (1.7.2-r0) 12:50:55 (10/12) Installing libsodium-dev (1.0.18-r0) 12:50:55 (11/12) Installing libzmq (4.3.3-r0) 12:50:55 (12/12) Installing zeromq-dev (4.3.3-r0) 12:50:55 Removing intermediate container 008ebbf0bb18 12:50:55 ---> 6fbd99eedb5f 12:50:55 Step 8/23 : COPY . . 12:50:56 Executing busybox-1.31.1-r19.trigger 12:50:56 OK: 217 MiB in 51 packages 12:51:00 Removing intermediate container 78ee0e6a0ae4 12:51:00 ---> 768e874812a8 12:51:00 Step 4/6 : WORKDIR /edgex-go 12:51:00 ---> Running in d46c63c3a088 12:51:00 Removing intermediate container d46c63c3a088 12:51:00 ---> cfc4799a7a4b 12:51:00 Step 5/6 : COPY go.mod . 12:51:01 ---> 51ca94252517 12:51:01 Step 6/6 : RUN go mod download 12:51:01 ---> Running in 533053d57e69 12:51:28 Removing intermediate container 533053d57e69 12:51:28 ---> 3744ca7ee327 12:51:28 Successfully built 3744ca7ee327 12:51:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:51:29 + docker inspect -f . ci-base-image-arm64 12:51:29 . [Pipeline] withDockerContainer 12:51:29 prd-ubuntu18.04-docker-arm64-4c-16g-32245 does not seem to be running inside a container 12:51:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:51:31 $ docker top 1d99c92ad89197f7cf3ed4aaa3c6fb18bc07739d1827565d051b37b779ce9274 -eo pid,comm [Pipeline] { [Pipeline] sh 12:51:32 + go version 12:51:32 go version go1.15.5 linux/arm64 [Pipeline] } 12:51:32 $ docker stop --time=1 1d99c92ad89197f7cf3ed4aaa3c6fb18bc07739d1827565d051b37b779ce9274 12:51:34 $ docker rm -f 1d99c92ad89197f7cf3ed4aaa3c6fb18bc07739d1827565d051b37b779ce9274 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 12:51:34 ---> e74f552f08c0 12:51:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:51:34 ---> 14c675b25d22 12:51:34 Step 9/23 : RUN make cmd/core-data/core-data 12:51:34 ---> 7e458d1409e1 12:51:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:51:34 ---> Running in 761874c7cb47 12:51:34 ---> Running in 774d754d22d1 12:51:34 ---> 6bfb840cdb16 12:51:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:51:34 ---> 60cc61faaf36 12:51:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:51:34 ---> Running in dd98ce321cac 12:51:34 ---> Running in 42fd63a85c42 12:51:34 ---> Running in b7ea68766ede 12:51: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 12:51:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:51:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:51:34 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 12:51:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] isUnix [Pipeline] sh 12:51:35 + docker inspect -f . ci-base-image-arm64 12:51:35 . [Pipeline] withDockerContainer 12:51:35 prd-ubuntu18.04-docker-arm64-4c-16g-32245 does not seem to be running inside a container 12:51:35 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:51:37 $ docker top f8860199d0840517a691835fb4a71324ce6cb58e32ddf5c665fe15dd84096fd4 -eo pid,comm [Pipeline] { [Pipeline] echo 12:51:37 ========================================================= 12:51:37 [edgeXBuildGoParallel] Running Tests and Build... 12:51:37 ========================================================= [Pipeline] sh 12:51:38 + make test 12:51:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:52:04 ? github.com/edgexfoundry/edgex-go [no test files] 12:52:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:52:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 12:52:19 Removing intermediate container b7ea68766ede 12:52:19 ---> 018c3f1ba44c 12:52:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:52:19 Removing intermediate container dd98ce321cac 12:52:19 ---> b7261dfce4bc 12:52:19 12:52:19 Step 10/21 : FROM alpine:3.12 12:52:19 Removing intermediate container 761874c7cb47 12:52:19 ---> 9ecd21fb6f0e 12:52:19 12:52:19 Step 10/24 : FROM alpine:3.12 12:52:19 3.12: Pulling from library/alpine 12:52:19 3.12: Pulling from library/alpine 12:52:20 ---> Running in 4f3a027f4186 12:52:20 Removing intermediate container 42fd63a85c42 12:52:20 ---> 1addc35a79df 12:52:20 12:52:20 Step 10/22 : FROM alpine:3.12 12:52:20 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 12:52:20 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 12:52:20 3.12: Pulling from library/alpine 12:52:20 Status: Downloaded newer image for alpine:3.12 12:52:20 ---> 42cb162f0360 12:52:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 12:52:20 Status: Downloaded newer image for alpine:3.12 12:52:20 ---> 42cb162f0360 12:52:20 Step 11/21 : RUN apk add --update --no-cache curl 12:52:20 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 12:52:20 Status: Image is up to date for alpine:3.12 12:52:20 ---> 42cb162f0360 12:52:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:52:22 ---> Running in 85f59148254c 12:52:22 ---> Running in ee15cd2009d9 12:52:22 ---> Running in 9c35059c343c 12:52:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:52:22 Removing intermediate container 774d754d22d1 12:52:22 ---> 2845f6853664 12:52:22 12:52:22 Step 10/23 : FROM alpine:3.12 12:52:22 ---> 42cb162f0360 12:52:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:52:23 ---> Running in 33b1444bf013 12:52:23 Removing intermediate container 33b1444bf013 12:52:23 ---> 6608f90abde7 12:52:23 Step 12/23 : ENV APP_PORT=48080 12:52:23 ---> Running in cee8e5f6fb40 12:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:23 Removing intermediate container cee8e5f6fb40 12:52:23 ---> b27bc24dea9a 12:52:23 Step 13/23 : EXPOSE $APP_PORT 12:52:23 ---> Running in e1cdef159e93 12:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:23 (1/6) Installing ca-certificates (20191127-r4) 12:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:23 (2/6) Installing nghttp2-libs (1.41.0-r0) 12:52:23 (3/6) Installing libcurl (7.69.1-r3) 12:52:23 (4/6) Installing curl (7.69.1-r3) 12:52:23 (5/6) Installing dumb-init (1.2.2-r1) 12:52:23 (6/6) Installing su-exec (0.2-r1) 12:52:23 Executing busybox-1.31.1-r19.trigger 12:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:24 (1/1) Installing dumb-init (1.2.2-r1) 12:52:24 Executing busybox-1.31.1-r19.trigger 12:52:24 (1/4) Installing ca-certificates (20191127-r4) 12:52:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:52:24 (3/4) Installing libcurl (7.69.1-r3) 12:52:24 (4/4) Installing curl (7.69.1-r3) 12:52:24 Executing busybox-1.31.1-r19.trigger 12:52:24 Executing ca-certificates-20191127-r4.trigger 12:52:24 OK: 6 MiB in 15 packages 12:52:24 OK: 7 MiB in 18 packages 12:52:24 Executing ca-certificates-20191127-r4.trigger 12:52:24 OK: 7 MiB in 20 packages 12:52:25 Removing intermediate container e1cdef159e93 12:52:25 ---> bfc5fba22cb4 12:52:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:26 ---> Running in 2be56b686433 12:52:26 Removing intermediate container 4f3a027f4186 12:52:26 ---> 104c9c920844 12:52:26 12:52:26 Step 11/26 : FROM docker:20.10.0 12:52:26 20.10.0: Pulling from library/docker 12:52:27 Removing intermediate container 9c35059c343c 12:52:27 ---> 1e8c0b191087 12:52:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:52:28 Removing intermediate container 85f59148254c 12:52:28 ---> 6904b155cd4e 12:52:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:52:28 ---> Running in 408813d6a639 12:52:28 Removing intermediate container ee15cd2009d9 12:52:28 ---> 48b04d60bcf1 12:52:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:52:28 ---> Running in c1bd3a9abc0a 12:52:29 ---> Running in ac87d0acc3b4 12:52:29 Removing intermediate container 408813d6a639 12:52:29 ---> 09bb38576ca8 12:52:29 Step 13/22 : ENV APP_PORT=48085 12:52:29 ---> Running in a4111b3eec8b 12:52:29 Removing intermediate container c1bd3a9abc0a 12:52:29 ---> bdb8ec21aa58 12:52:29 Step 13/21 : WORKDIR /edgex 12:52:29 Removing intermediate container ac87d0acc3b4 12:52:29 ---> da801292e5f8 12:52:29 Step 13/24 : WORKDIR / 12:52:29 ---> Running in 489486f17690 12:52:29 ---> Running in cf52932d7415 12:52:29 Removing intermediate container 2be56b686433 12:52:29 ---> b18e89bce7ee 12:52:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:52:29 Removing intermediate container a4111b3eec8b 12:52:29 ---> 31c57068efd9 12:52:29 Step 14/22 : EXPOSE $APP_PORT 12:52:29 ---> Running in 33a1bf086487 12:52:29 Removing intermediate container 489486f17690 12:52:29 ---> 7ecb5477b843 12:52:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:52:29 ---> Running in fb40fe6e74cf 12:52:30 Removing intermediate container cf52932d7415 12:52:30 ---> 6bc152afb4da 12:52:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:52:30 Removing intermediate container fb40fe6e74cf 12:52:30 ---> ac63d99bba5d 12:52:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:52:30 ---> 733c8cb21ecb 12:52:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:52:30 ---> 6aad986325dd 12:52:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:52:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:30 ---> 73a5d26fb109 12:52:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:52:31 ---> a7ab8cd4758d 12:52:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:52:31 ---> 95c2c4d1a4fd 12:52:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:52:31 ---> 8c77f18aaad0 12:52:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:52:32 ---> 9e62c4d2ba4c 12:52:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:52:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:32 ---> 5e8552f9ac71 12:52:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:52:32 ---> 9645daff9b8b 12:52:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:52:32 ---> Running in b01b493b8b67 12:52:32 ---> Running in 83fc0e1e5fb6 12:52:32 ---> 403e40ad1692 12:52:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:52:32 Removing intermediate container b01b493b8b67 12:52:32 ---> 6c1806811c73 12:52:32 Step 18/21 : CMD ["--init=true"] 12:52:32 Removing intermediate container 83fc0e1e5fb6 12:52:32 ---> 688cb88c939b 12:52:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:52:32 ---> Running in 39309b972e3c 12:52:32 ---> Running in 6f47e6d2be39 12:52:33 (1/6) Installing dumb-init (1.2.2-r1) 12:52:33 (2/6) Installing libgcc (9.3.0-r2) 12:52:33 (3/6) Installing libsodium (1.0.18-r0) 12:52:33 (4/6) Installing libstdc++ (9.3.0-r2) 12:52:34 (5/6) Installing libzmq (4.3.3-r0) 12:52:34 (6/6) Installing zeromq (4.3.3-r0) 12:52:34 Executing busybox-1.31.1-r19.trigger 12:52:34 OK: 8 MiB in 20 packages 12:52:34 Removing intermediate container 39309b972e3c 12:52:34 ---> ce259cc6eb09 12:52:34 Step 19/21 : LABEL arch=x86_64 12:52:34 ---> 3a879aa2a648 12:52:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:52:34 Removing intermediate container 6f47e6d2be39 12:52:34 ---> ae4732b25df6 12:52:34 Step 20/22 : LABEL arch=x86_64 12:52:34 ---> Running in a451c7a6b51f 12:52:34 ---> Running in a3f9696ef7c0 12:52:34 ---> 1162db77091e 12:52: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/ 12:52:34 Removing intermediate container a451c7a6b51f 12:52:34 ---> f6993f438802 12:52:34 Step 20/21 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 12:52:34 Removing intermediate container a3f9696ef7c0 12:52:34 ---> 8915de256bf4 12:52:34 Step 21/22 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 12:52:35 ---> Running in e04e5472e3c7 12:52:35 ---> Running in 5359457f29d4 12:52:35 ---> Running in a64db54415ac 12:52:35 Removing intermediate container 33a1bf086487 12:52:35 ---> 601e80a53bc4 12:52:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:52:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:52:35 Status: Downloaded newer image for docker:20.10.0 12:52:35 ---> aefe523efa57 12:52:35 Step 12/26 : RUN apk add --no-cache bash 12:52:35 Removing intermediate container a64db54415ac 12:52:35 ---> 5f4a8efe2376 12:52:35 Step 21/21 : LABEL version=0.0.0 12:52:35 Removing intermediate container 5359457f29d4 12:52:35 ---> d3939f855ed4 12:52:35 Step 22/22 : LABEL version=0.0.0 12:52:35 ---> Running in d338ff3d91b5 12:52:35 ---> Running in 4920e903faa9 12:52:35 ---> Running in 64b161c9b3c3 12:52:36 ---> b25a54cd066a 12:52:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:52:36 Removing intermediate container 4920e903faa9 12:52:36 ---> 96d147d5a28d 12:52:36 12:52:36 Removing intermediate container 64b161c9b3c3 12:52:36 ---> 2c0aa902d488 12:52:36 12:52:36 Successfully built 96d147d5a28d 12:52:36 Successfully tagged docker-security-proxy-setup-go:latest 12:52:36 Building docker-security-bootstrapper-go 12:52:36  Building docker-security-proxy-setup-go ... done Successfully built 2c0aa902d488 12:52:36 Successfully tagged docker-support-scheduler-go:latest 12:52:36  Building docker-support-scheduler-go ... done Building docker-core-command-go 12:52:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:36 Removing intermediate container e04e5472e3c7 12:52:36 ---> 9b21ad0e22fe 12:52:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:52:36 ---> 99cbbf5c7ca7 12:52:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:52:36 ---> Running in 050786b3e841 12:52:36 (1/2) Installing readline (8.0.4-r0) 12:52:36 (2/2) Installing bash (5.0.17-r0) 12:52:37 Executing bash-5.0.17-r0.post-install 12:52:37 Executing busybox-1.31.1-r19.trigger 12:52:37 OK: 12 MiB in 22 packages 12:52:37 Removing intermediate container 050786b3e841 12:52:37 ---> f1e65be4b3f9 12:52:37 Step 22/24 : LABEL arch=x86_64 12:52:37 ---> 92c48ee769f6 12:52:37 Step 19/23 : ENTRYPOINT ["/core-data"] 12:52:37 ---> Running in 72899781b046 12:52:37 ---> Running in a24aa912e587 12:52:37 Removing intermediate container 72899781b046 12:52:37 ---> 36d3500aae6d 12:52:37 Step 23/24 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 12:52:39 Removing intermediate container a24aa912e587 12:52:39 ---> 9e5d7dda25e2 12:52:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:52:40 ---> Running in 0d0f20986a9f 12:52:42 ---> Running in 137c2ca99d94 12:52:42 Removing intermediate container d338ff3d91b5 12:52:42 ---> ae34b90286d8 12:52:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:52:43 Removing intermediate container 0d0f20986a9f 12:52:43 ---> b8d40a58a7ea 12:52:43 Step 24/24 : LABEL version=0.0.0 12:52:45 ---> Running in d53234c481ba 12:52:45 ---> Running in d002b1701a7e 12:52:45 Removing intermediate container 137c2ca99d94 12:52:45 ---> 412f571811d5 12:52:45 Step 21/23 : LABEL arch=x86_64 12:52:45 Removing intermediate container d53234c481ba 12:52:45 ---> 2e292b9f83e6 12:52:45 Step 14/26 : ENV APP_PORT=48090 12:52:45 ---> Running in ec2fb5dad658 12:52:45 Removing intermediate container d002b1701a7e 12:52:45 ---> 4c869846aad4 12:52:45 12:52:45 ---> Running in 88e5f5501084 12:52:45 Removing intermediate container ec2fb5dad658 12:52:45 ---> e92e3b16b4ef 12:52:45 Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 12:52:45 Successfully built 4c869846aad4 12:52:45 ---> Running in bbbc3c706ef1 12:52:46 Successfully tagged docker-security-secretstore-setup-go:latest 12:52:46  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 12:52:47 Removing intermediate container 88e5f5501084 12:52:47 ---> 160841daddd1 12:52:47 Step 15/26 : EXPOSE $APP_PORT 12:52:51 ---> Running in fb66a82a279d 12:52:51 Removing intermediate container bbbc3c706ef1 12:52:51 ---> d67eef8d5e11 12:52:51 Step 23/23 : LABEL version=0.0.0 12:52:52 ---> Running in 6edc1f25fe0a 12:52:52 Removing intermediate container fb66a82a279d 12:52:52 ---> 28805e20af8b 12:52:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:52:53 Removing intermediate container 6edc1f25fe0a 12:52:53 ---> f80c847a95f3 12:52:53 12:52:54 Successfully built f80c847a95f3 12:52:54 Successfully tagged docker-core-data-go:latest 12:52:54  Building docker-core-data-go ... done Building docker-core-metadata-go 12:52:54 ---> ec718fcf7c1a 12:52:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:52:58 ---> c1d685652e04 12:52:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:52:59 ---> ad927061e54f 12:52:59 Step 19/26 : RUN apk --no-cache add py3-pip 12:52:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:52:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:52:59 ---> 5a66cb98a7fc 12:52:59 Step 3/31 : WORKDIR /edgex-go 12:52:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:52:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:52:59 ---> 5a66cb98a7fc 12:52:59 Step 3/23 : WORKDIR /edgex-go 12:53:00 ---> Using cache 12:53:00 ---> 06782ea23a36 12:53:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:53:00 ---> Using cache 12:53:00 ---> 06782ea23a36 12:53:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:53:00 ---> Using cache 12:53:00 ---> 72ad4b4a6ef2 12:53:00 Step 5/23 : RUN apk add --update --no-cache make git ---> Using cache 12:53:00 12:53:00 ---> 72ad4b4a6ef2 12:53:00 Step 5/31 : RUN apk add --update --no-cache make git 12:53:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:53:02 ---> Running in 87c554357403 12:53:02 ---> Running in 5a42a6f5e9a6 12:53:02 ---> Running in ab4303fe1e97 12:53:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:53:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:53:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:53:04 (1/33) Installing libbz2 (1.0.8-r1) 12:53:04 (2/33) Installing expat (2.2.9-r1) 12:53:04 (3/33) Installing libffi (3.3-r2) 12:53:04 (4/33) Installing gdbm (1.13-r1) 12:53:04 (5/33) Installing xz-libs (5.2.5-r0) 12:53:04 (6/33) Installing sqlite-libs (3.32.1-r0) 12:53:04 (7/33) Installing python3 (3.8.8-r0) 12:53:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:53:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:53:06 OK: 233 MiB in 51 packages 12:53:06 OK: 233 MiB in 51 packages 12:53:07 (8/33) Installing py3-appdirs (1.4.4-r1) 12:53:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:53:07 (10/33) Installing py3-parsing (2.4.7-r0) 12:53:07 (11/33) Installing py3-six (1.15.0-r0) 12:53:07 (12/33) Installing py3-packaging (20.4-r0) 12:53:07 (13/33) Installing py3-setuptools (47.0.0-r0) 12:53:07 (14/33) Installing py3-chardet (3.0.4-r4) 12:53:07 (15/33) Installing py3-idna (2.9-r0) 12:53:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:53:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:53:08 (18/33) Installing py3-requests (2.23.0-r0) 12:53:09 (19/33) Installing py3-msgpack (1.0.0-r0) 12:53:09 (20/33) Installing py3-lockfile (0.12.2-r3) 12:53:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:53:10 (22/33) Installing py3-colorama (0.4.3-r0) 12:53:10 (23/33) Installing py3-distlib (0.3.0-r0) 12:53:10 (24/33) Installing py3-distro (1.5.0-r1) 12:53:10 (25/33) Installing py3-webencodings (0.5.1-r3) 12:53:10 (26/33) Installing py3-html5lib (1.0.1-r4) 12:53:10 (27/33) Installing py3-pytoml (0.1.21-r0) 12:53:10 (28/33) Installing py3-pep517 (0.8.2-r0) 12:53:10 (29/33) Installing py3-progress (1.5-r0) 12:53:10 (30/33) Installing py3-toml (0.10.1-r0) 12:53:11 (31/33) Installing py3-retrying (1.3.3-r0) 12:53:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:53:11 (33/33) Installing py3-pip (20.1.1-r0) 12:53:11 Executing busybox-1.31.1-r19.trigger 12:53:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:53:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:53:12 OK: 71 MiB in 55 packages 12:53:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:53:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:53:13 ---> 5a66cb98a7fc 12:53:13 Step 3/22 : WORKDIR /edgex-go 12:53:13 ---> Using cache 12:53:13 ---> 06782ea23a36 12:53:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:53:13 ---> Using cache 12:53:13 ---> 72ad4b4a6ef2 12:53:13 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:53:14 Removing intermediate container ab4303fe1e97 12:53:14 ---> 0ed47a9c9e63 12:53:14 Step 6/31 : COPY go.mod . 12:53:14 Removing intermediate container 5a42a6f5e9a6 12:53:14 ---> fafddc4ea464 12:53:14 Step 6/23 : COPY go.mod . 12:53:14 ---> Running in a8f32d8f35ac 12:53:15 ---> 822d2e0286ac 12:53:15 Step 7/23 : RUN go mod download 12:53:16 ---> 49411a65cae0 12:53:16 Step 7/31 : RUN go mod download 12:53:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:53:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:53:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:53:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:53:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:53:16 ---> Running in 9dd71f16c800 12:53:16 ---> Running in 4282585c1dee 12:53:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:53:17 OK: 233 MiB in 51 packages 12:53:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:53:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:53:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:53:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:53:19 ---> 5a66cb98a7fc 12:53:19 Step 3/23 : WORKDIR /edgex-go 12:53:19 ---> Using cache 12:53:19 ---> 06782ea23a36 12:53:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:53:19 ---> Using cache 12:53:19 ---> 72ad4b4a6ef2 12:53:19 Step 5/23 : RUN apk add --update --no-cache make git 12:53:19 ---> Using cache 12:53:19 ---> fafddc4ea464 12:53:19 Step 6/23 : COPY go.mod . 12:53:19 ---> Using cache 12:53:19 ---> 822d2e0286ac 12:53:19 Step 7/23 : RUN go mod download 12:53:21 ---> Running in 13046a5d0df8 12:53:21 Removing intermediate container a8f32d8f35ac 12:53:21 ---> 10d8ddd3aec6 12:53:21 Step 6/22 : COPY go.mod . 12:53:22 ---> a4de8ba12023 12:53:22 Step 7/22 : RUN go mod download 12:53:23 Removing intermediate container 9dd71f16c800 12:53:23 ---> 2f2bd5a315d5 12:53:23 Step 8/23 : COPY . . 12:53:24 Removing intermediate container 4282585c1dee 12:53:24 ---> 2f4b04dfeff6 12:53:24 Step 8/31 : COPY . . 12:53:24 ---> Running in a0c3cf690797 12:53:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:53:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:53:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:53:28 Removing intermediate container 87c554357403 12:53:28 ---> 85aeb1ce0a93 12:53:28 Step 20/26 : RUN pip install docker-compose==1.23.2 12:53:32 ---> Running in 219a46fa9300 12:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.394s coverage: 45.9% of statements 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.179s coverage: 19.8% of statements 12:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements 12:53:35 Removing intermediate container 13046a5d0df8 12:53:35 ---> 981c6859b662 12:53:35 Step 8/23 : COPY . . 12:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.594s coverage: 27.1% of statements 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.170s coverage: 100.0% of statements 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.174s coverage: 100.0% of statements 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:53:44 Removing intermediate container a0c3cf690797 12:53:44 ---> 6714618d482d 12:53:44 Step 8/22 : COPY . . 12:53:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 71.3% of statements 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:53:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:53:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.507s coverage: 82.9% of statements 12:53:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:53:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:53:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.151s coverage: 78.9% of statements 12:53:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:53:54 Collecting docker-compose==1.23.2 12:53:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:53:55 Collecting PyYAML<4,>=3.10 12:53:55 Downloading PyYAML-3.13.tar.gz (270 kB) 12:53:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.320s coverage: 28.6% of statements 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:53:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.214s coverage: 100.0% of statements 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:53:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.188s coverage: 100.0% of statements 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:53:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.420s coverage: 86.7% of statements 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:53:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.487s coverage: 97.5% of statements 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:53:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.220s coverage: 78.3% of statements 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:53:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:54:00 ---> 6eb7b305ffbb 12:54:00 Step 9/23 : RUN make cmd/core-command/core-command 12:54:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:54:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:54:01 Collecting docker<4.0,>=3.6.0 12:54:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:54:03 Collecting dockerpty<0.5,>=0.4.1 12:54:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:54:03 ---> 09993fad4f1f 12:54:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:54:03 ---> Running in 4ca94e064d57 12:54:04 Collecting websocket-client<1.0,>=0.32.0 12:54:04 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 12:54:05 ---> Running in 1177b6de8697 12:54:05 Collecting docopt<0.7,>=0.6.1 12:54:05 Downloading docopt-0.6.2.tar.gz (25 kB) 12:54:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:54:06 Collecting texttable<0.10,>=0.9.0 12:54:06 Downloading texttable-0.9.1.tar.gz (11 kB) 12:54:06 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 12:54:06 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 12:54:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.273s coverage: 92.8% of statements 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:54:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.117s coverage: 58.8% of statements 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:54:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.282s coverage: 1.0% of statements 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:54:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:54:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.241s coverage: 47.1% of statements 12:54:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.178s coverage: 79.5% of statements 12:54:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.147s coverage: 94.1% of statements 12:54:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.253s coverage: 96.3% of statements 12:54:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.161s coverage: 87.5% of statements 12:54:07 Collecting cached-property<2,>=1.2.0 12:54:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:54:07 Collecting jsonschema<3,>=2.5.1 12:54:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:54:08 Collecting idna<2.8,>=2.5 12:54:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:54:08 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) 12:54:08 Collecting urllib3<1.25,>=1.21.1 12:54:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:54:08 ---> 6400e0a4d754 12:54:08 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:54:08 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) 12:54:09 Collecting docker-pycreds>=0.4.0 12:54:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:54:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:54:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:54:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:54:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:54:09 Installing collected packages: PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, texttable, cached-property, jsonschema, docker-compose 12:54:10 ---> Running in 43ab3a35e6b2 12:54:10 Running setup.py install for PyYAML: started 12:54:11 Running setup.py install for PyYAML: finished with status 'done' 12:54:11 Attempting uninstall: idna 12:54:11 Found existing installation: idna 2.9 12:54:11 Uninstalling idna-2.9: 12:54: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 12:54:11 Successfully uninstalled idna-2.9 12:54:12 Attempting uninstall: urllib3 12:54:12 Found existing installation: urllib3 1.25.9 12:54:12 Uninstalling urllib3-1.25.9: 12:54:12 Successfully uninstalled urllib3-1.25.9 12:54:12 Attempting uninstall: requests 12:54:12 Found existing installation: requests 2.23.0 12:54:12 Uninstalling requests-2.23.0: 12:54:12 Successfully uninstalled requests-2.23.0 12:54:14 ---> 9a3580087023 12:54:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:54:14 ---> Running in a18f9a6696f8 12:54:15 Running setup.py install for dockerpty: started 12:54:16 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 12:54:16 Running setup.py install for dockerpty: finished with status 'done' 12:54:16 Running setup.py install for docopt: started 12:54:17 Running setup.py install for docopt: finished with status 'done' 12:54:17 Running setup.py install for texttable: started 12:54:18 Running setup.py install for texttable: finished with status 'done' 12:54:20 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 12:54:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.143s coverage: 94.4% of statements 12:54:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.158s coverage: 44.8% of statements 12:54:24 Removing intermediate container 219a46fa9300 12:54:24 ---> 29ac30a3dfcf 12:54:24 Step 21/26 : RUN apk --no-cache add curl 12:54:24 ---> Running in 9492a1c29990 12:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.588s coverage: 82.6% of statements 12:54:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:54:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:54:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:54:26 (2/3) Installing libcurl (7.69.1-r3) 12:54:26 (3/3) Installing curl (7.69.1-r3) 12:54:26 Executing busybox-1.31.1-r19.trigger 12:54:26 OK: 72 MiB in 58 packages 12:54:27 Removing intermediate container 9492a1c29990 12:54:27 ---> 68e020aa28bf 12:54:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:54:28 ---> Running in 18d143a91204 12:54:28 Removing intermediate container 18d143a91204 12:54:28 ---> ed6a8e460ae0 12:54:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:54:28 ---> Running in 521e4849c262 12:54:29 Removing intermediate container 521e4849c262 12:54:29 ---> 0f45fbba3a1a 12:54:29 Step 24/26 : LABEL arch=x86_64 12:54:29 ---> Running in 3cc77a0b3397 12:54:30 Removing intermediate container 3cc77a0b3397 12:54:30 ---> 3e46d9b0a5e7 12:54:30 Step 25/26 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 12:54:30 ---> Running in 90948b7f3da3 12:54:30 Removing intermediate container 90948b7f3da3 12:54:30 ---> cb9b91cd959d 12:54:30 Step 26/26 : LABEL version=0.0.0 12:54:31 ---> Running in 842ece7b781a 12:54:31 Removing intermediate container 842ece7b781a 12:54:31 ---> ae958cc4eb65 12:54:31 12:54:31 Successfully built ae958cc4eb65 12:54:31 Successfully tagged docker-sys-mgmt-agent-go:latest 12:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.220s coverage: 92.9% of statements 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.164s coverage: 75.5% of statements 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.146s coverage: 80.8% of statements 12:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.212s coverage: 87.2% of statements 12:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.228s coverage: 84.6% of statements 12:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.289s coverage: 91.6% of statements 12:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:54:39  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1177b6de8697 12:54:39 ---> 731b29750144 12:54:39 12:54:39 Step 10/31 : FROM alpine:3.12 12:54:39 ---> 42cb162f0360 12:54:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.784s coverage: 64.4% of statements 12:54:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:54:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.204s coverage: 100.0% of statements 12:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements 12:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 12:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 12:54:40 ---> Running in 459c65a4aed5 12:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 12:54:41 Removing intermediate container 459c65a4aed5 12:54:41 ---> 5321c37ff59e 12:54:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 12:54:41 ---> Running in b73c5a53f3c7 12:54:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:54:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:54:42 (1/2) Installing dumb-init (1.2.2-r1) 12:54:42 (2/2) Installing su-exec (0.2-r1) 12:54:42 Executing busybox-1.31.1-r19.trigger 12:54:43 OK: 6 MiB in 16 packages 12:54:44 Removing intermediate container 4ca94e064d57 12:54:44 ---> 45a4e4666e3a 12:54:44 12:54:44 Step 10/23 : FROM alpine:3.12 12:54:44 ---> 42cb162f0360 12:54:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:54:44 ---> Using cache 12:54:44 ---> 1e8c0b191087 12:54:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:54:44 ---> Using cache 12:54:44 ---> 09bb38576ca8 12:54:44 Step 13/23 : ENV APP_PORT=48082 12:54:44 ---> Running in 9b620e695f60 12:54:44 Removing intermediate container 9b620e695f60 12:54:44 ---> a41863df7f1c 12:54:44 Step 14/23 : EXPOSE $APP_PORT 12:54:44 Removing intermediate container b73c5a53f3c7 12:54:44 ---> f7a4ed0e9e39 12:54:44 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 12:54:44 ---> Running in 2c6e56c03d7d 12:54:44 ---> Running in ab28e0a9ce39 12:54:44 Removing intermediate container 2c6e56c03d7d 12:54:44 ---> 9e14a2707975 12:54:44 Step 15/23 : WORKDIR / 12:54:44 ---> Running in 4af5eb1d757e 12:54:44 Removing intermediate container ab28e0a9ce39 12:54:44 ---> b4b953fa0aa1 12:54:44 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:54:45 ---> Running in de23dd532024 12:54:45 Removing intermediate container 4af5eb1d757e 12:54:45 ---> b78caa45f6b3 12:54:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:54:45 Removing intermediate container de23dd532024 12:54:45 ---> eb1d43e8fec6 12:54:45 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:54:45 ---> Running in 3ec345fed4c2 12:54:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.003s coverage: 69.0% of statements 12:54:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:54:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:54:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:54:46 ---> 7c19aaa18f26 12:54:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:54:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.554s coverage: 38.4% of statements 12:54:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:54:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:54:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements 12:54:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:54:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.116s coverage: 84.8% of statements 12:54:47 ---> 3fad06990b52 12:54:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:54:52 ---> 1cd2ecea1f6e 12:54:52 Step 19/23 : ENTRYPOINT ["/core-command"] 12:54:52 ---> Running in f130534f754a 12:54:52 Removing intermediate container 3ec345fed4c2 12:54:52 ---> 4f955ac098e2 12:54:52 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 12:54:52 Removing intermediate container 43ab3a35e6b2 12:54:52 ---> bd6f880a8b0a 12:54:52 12:54:52 Step 10/23 : FROM alpine:3.12 12:54:52 ---> 42cb162f0360 12:54:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:54:52 ---> Using cache 12:54:52 ---> 1e8c0b191087 12:54:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:54:52 ---> Using cache 12:54:52 ---> 09bb38576ca8 12:54:52 Step 13/23 : ENV APP_PORT=48081 12:54:52 ---> Running in 05859c2d21ce 12:54:52 Removing intermediate container a18f9a6696f8 12:54:52 ---> 497dbe7ef4ee 12:54:52 12:54:52 Step 10/22 : FROM alpine:3.12 12:54:52 ---> 42cb162f0360 12:54:52 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:54:52 ---> Running in f3db4688703a 12:54:52 ---> Running in e7da4208ff0f 12:54:52 Removing intermediate container f130534f754a 12:54:52 ---> 17ad77064e57 12:54:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:54:52 Removing intermediate container 05859c2d21ce 12:54:52 ---> 4b3937d08b1a 12:54:52 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:54:52 ---> Running in dea40a270795 12:54:52 Removing intermediate container e7da4208ff0f 12:54:52 ---> f8bfc8d58a2b 12:54:52 Step 14/23 : EXPOSE $APP_PORT 12:54:53 ---> Running in 641bdea1b356 12:54:53 ---> ad5e094d4be5 12:54:53 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:54:53 Removing intermediate container dea40a270795 12:54:53 ---> f22d9e52df9d 12:54:53 Step 21/23 : LABEL arch=x86_64 12:54:53 ---> Running in b63ae2ef1bf6 12:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:54:53 ---> Running in 864cf47a8a68 12:54:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:54:53 Removing intermediate container 641bdea1b356 12:54:53 ---> d5e7c0a434af 12:54:53 Step 15/23 : WORKDIR / 12:54:53 (1/2) Installing ca-certificates (20191127-r4) 12:54:53 (2/2) Installing dumb-init (1.2.2-r1) 12:54:53 Executing busybox-1.31.1-r19.trigger 12:54:53 Executing ca-certificates-20191127-r4.trigger 12:54:53 OK: 6 MiB in 16 packages 12:54:54 ---> Running in 6b96c3148bcb 12:54:54 Removing intermediate container 864cf47a8a68 12:54:54 ---> 3129036e385d 12:54:54 Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 12:54:54 ---> Running in 6298006c0a54 12:54:54 Removing intermediate container 6b96c3148bcb 12:54:54 ---> a734b3db6445 12:54:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:54:55 Removing intermediate container 6298006c0a54 12:54:55 ---> 633c65dc02fc 12:54:55 Step 23/23 : LABEL version=0.0.0 12:54:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.584s coverage: 47.0% of statements 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:54:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:54:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:54:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.492s coverage: 87.1% of statements 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:54:57 ---> Running in bc384512aeb5 12:54:57 Removing intermediate container f3db4688703a 12:54:57 ---> 9288bd3a6365 12:54:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:54:57 ---> 030d174904ec 12:54:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:54:57 Removing intermediate container b63ae2ef1bf6 12:54:57 ---> b0238ff6eac8 12:54:57 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 12:54:57 ---> Running in 7dd99ad27927 12:54:57 Removing intermediate container bc384512aeb5 12:54:57 ---> 4bf63ccd000b 12:54:57 12:54:57 Successfully built 4bf63ccd000b 12:54:57 Removing intermediate container 7dd99ad27927 12:54:57 ---> 312b2268eac5 12:54:57 Step 13/22 : ENV APP_PORT=48060 12:54:57 Successfully tagged docker-core-command-go:latest 12:54:57  Building docker-core-command-go ... done  ---> e0f3e937caa7 12:54:57 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:54:57 ---> Running in bc9554ec46ba 12:54:57 ---> 79e98bf59534 12:54:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:54:57 Removing intermediate container bc9554ec46ba 12:54:57 ---> afc2ea61eb17 12:54:57 Step 14/22 : EXPOSE $APP_PORT 12:54:58 ---> Running in 881b010ebdcd 12:54:58 ---> 520733c01288 12:54:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:54:58 ---> Running in ef4e694bf5d4 12:54:58 Removing intermediate container 881b010ebdcd 12:54:58 ---> 63c8ef6a4e8d 12:54:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:54:58 ---> 5f7870fccacd 12:54:58 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:54:58 Removing intermediate container ef4e694bf5d4 12:54:58 ---> d98ad97e5d7b 12:54:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:54:58 ---> Running in 6029a3540234 12:54:58 ---> 8f5dd9c3cac7 12:54:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:54:58 ---> 182a7063a918 12:54:58 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:54:58 Removing intermediate container 6029a3540234 12:54:58 ---> a847bc406e8a 12:54:58 Step 21/23 : LABEL arch=x86_64 12:54:58 ---> Running in 4766eab69c00 12:54:59 ---> cb5f22df64c8 12:54:59 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 12:54:59 Removing intermediate container 4766eab69c00 12:54:59 ---> c5deb65bb24e 12:54:59 Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 12:54:59 ---> Running in 57a8359c13b4 12:54:59 ---> a5c62d66ce15 12:54:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:54:59 ---> f595d5e1b74d 12:54:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 12:54:59 Removing intermediate container 57a8359c13b4 12:54:59 ---> 374c45bb711a 12:54:59 Step 23/23 : LABEL version=0.0.0 12:54:59 ---> Running in ef863afb171c 12:54:59 ---> Running in c4f009b6f185 12:54:59 ---> 6aacc5045cd5 12:54:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:54:59 ---> Running in 8b296edf473d 12:54:59 Removing intermediate container c4f009b6f185 12:54:59 ---> ac0caec0284d 12:54:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:54:59 Removing intermediate container ef863afb171c 12:54:59 ---> 5f30931f5ace 12:54:59 12:54:59 Removing intermediate container 8b296edf473d 12:54:59 ---> 21c4f00d80a7 12:54:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:55:00 Successfully built 5f30931f5ace 12:55:00 ---> Running in e31b6f146cb6 12:55:00 Successfully tagged docker-core-metadata-go:latest 12:55:00  Building docker-core-metadata-go ... done  ---> 8a2aef94c6bf 12:55:00 Step 26/31 : RUN chmod +x /entrypoint.sh 12:55:00 ---> Running in 4a1984c2ab23 12:55:00 Removing intermediate container e31b6f146cb6 12:55:00 ---> 90a4623be51c 12:55:00 Step 20/22 : LABEL arch=x86_64 12:55:00 ---> Running in 62dcb52c2e85 12:55:00 Removing intermediate container 62dcb52c2e85 12:55:00 ---> cabf68278ce7 12:55:00 Step 21/22 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 12:55:01 ---> Running in efe46b448c3e 12:55:01 Removing intermediate container efe46b448c3e 12:55:01 ---> 311118c6007e 12:55:01 Step 22/22 : LABEL version=0.0.0 12:55:01 ---> Running in 4744abdb84c4 12:55:01 Removing intermediate container 4744abdb84c4 12:55:01 ---> cd73bbb1d695 12:55:01 12:55:01 Successfully built cd73bbb1d695 12:55:01 Successfully tagged docker-support-notifications-go:latest 12:55:02  Building docker-support-notifications-go ... done Removing intermediate container 4a1984c2ab23 12:55:02 ---> 06c65546426d 12:55:02 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 12:55:02 ---> Running in f0f5762cd9dc 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.716s coverage: 29.1% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.373s coverage: 95.0% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:55:02 Removing intermediate container f0f5762cd9dc 12:55:02 ---> d265056b50e1 12:55:02 Step 28/31 : CMD ["gate"] 12:55:02 ---> Running in 0a85da9ad7b8 12:55:02 Removing intermediate container 0a85da9ad7b8 12:55:02 ---> a9bffaad0f17 12:55:02 Step 29/31 : LABEL arch=x86_64 12:55:02 ---> Running in 570bba32794c 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:55:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:55:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 12:55:03 Removing intermediate container 570bba32794c 12:55:03 ---> 8d948340f4d9 12:55:03 Step 30/31 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 12:55:03 ---> Running in 8b538f113118 12:55:03 Removing intermediate container 8b538f113118 12:55:03 ---> 47278af58977 12:55:03 Step 31/31 : LABEL version=0.0.0 12:55:03 ---> Running in 2ee2f4f38e48 12:55:04 Removing intermediate container 2ee2f4f38e48 12:55:04 ---> d2ebbf35bb6c 12:55:04 12:55:04 Successfully built d2ebbf35bb6c 12:55:04 Successfully tagged docker-security-bootstrapper-go:latest 12:55:04  Building docker-security-bootstrapper-go ... done  [Pipeline] } 12:55:04 $ docker stop --time=1 a15e027a338ca75a8fd1fca2dfa8533d03e5ada434281d8f426ee1c64fa8e7dc 12:55:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.121s coverage: 32.1% of statements 12:55:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 12:55:06 GO111MODULE=on go vet ./... 12:55:06 $ docker rm -f a15e027a338ca75a8fd1fca2dfa8533d03e5ada434281d8f426ee1c64fa8e7dc [Pipeline] // withDockerContainer [Pipeline] sh 12:55:06 + docker images 12:55:06 + grep docker 12:55:07 docker-security-bootstrapper-go latest d2ebbf35bb6c 4 seconds ago 18.9MB 12:55:07 docker-support-notifications-go latest cd73bbb1d695 6 seconds ago 17.9MB 12:55:07 docker-core-metadata-go latest 5f30931f5ace 8 seconds ago 19MB 12:55:07 docker-core-command-go latest 4bf63ccd000b 10 seconds ago 17.3MB 12:55:07 docker-sys-mgmt-agent-go latest ae958cc4eb65 36 seconds ago 314MB 12:55:07 docker-core-data-go latest f80c847a95f3 2 minutes ago 22.7MB 12:55:07 docker-security-secretstore-setup-go latest 4c869846aad4 2 minutes ago 25.7MB 12:55:07 docker-support-scheduler-go latest 2c0aa902d488 2 minutes ago 17.4MB 12:55:07 docker-security-proxy-setup-go latest 96d147d5a28d 2 minutes ago 25.4MB 12:55:07 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 12:55:23 Still waiting to schedule task 12:55:23 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 12:56:16 Running on prd-ubuntu18.04-docker-8c-8g-32252 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws 12:56:16 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 12:56:18 using credential edgex-jenkins-ssh 12:56:18 Cloning the remote Git repository 12:56:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:56:18 > git init /w/workspace/edgex-go/5 # timeout=10 12:56:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:56:18 > git --version # timeout=10 12:56:18 > git --version # 'git version 2.17.1' 12:56:18 using GIT_SSH to set credentials SSH Credentials for GitHub 12:56:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:56:27 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit b059c893a95a190e7cb1ea7e9367c68d19646d58 12:56:27 Merge succeeded, producing b059c893a95a190e7cb1ea7e9367c68d19646d58 12:56:27 Checking out Revision b059c893a95a190e7cb1ea7e9367c68d19646d58 (PR-3319) 12:56:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:56:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:56:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:56:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:56:26 using GIT_SSH to set credentials SSH Credentials for GitHub 12:56:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:56:27 > git config core.sparsecheckout # timeout=10 12:56:27 > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 12:56:27 > git remote # timeout=10 12:56:27 > git config --get remote.origin.url # timeout=10 12:56:27 using GIT_SSH to set credentials SSH Credentials for GitHub 12:56:27 > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 12:56:27 > git rev-parse HEAD^{commit} # timeout=10 12:56:27 > git config core.sparsecheckout # timeout=10 12:56:27 > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 12:56:28 gofmt -l . 12:56:29 [ "`gofmt -l .`" = "" ] 12:56:31 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:56:32 + echo snap-build.sh 12:56:32 snap-build.sh 12:56:32 + SNAP_BASE_DIR=. 12:56:32 + '[' '!' -z /w/workspace/edgex-go/5 ']' 12:56:32 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 12:56:32 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 12:56:32 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 12:56:32 + cd /w/workspace/edgex-go/5 12:56:32 + sudo apt-get remove -qy --purge lxd lxd-client 12:56:32 Reading package lists... 12:56:32 Building dependency tree... 12:56:32 Reading state information... 12:56:32 The following packages were automatically installed and are no longer required: 12:56:32 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 12:56:32 uidmap xdelta3 12:56:32 Use 'sudo apt autoremove' to remove them. 12:56:32 The following packages will be REMOVED: 12:56:32 lxd* lxd-client* 12:56:33 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 12:56:33 After this operation, 31.7 MB disk space will be freed. 12:56:33 ./bin/test-go-mod-tidy.sh 12:56:33 ./bin/test-attribution-txt.sh 12:56:34 (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.) 12:56:34 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 12:56:35 Removing lxd dnsmasq configuration 12:56:35 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 12:56:35 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] sh 12:56:36 + ls -al . 12:56:36 total 808 12:56:36 drwxrwxr-x 9 1001 1001 4096 Mar 31 12:56 . 12:56:36 drwxr-xr-x 4 root root 4096 Mar 31 12:51 .. 12:56:36 -rw-rw-r-- 1 1001 1001 11 Mar 31 12:50 .dockerignore 12:56:36 drwxrwxr-x 8 1001 1001 4096 Mar 31 12:50 .git 12:56:36 drwxrwxr-x 3 1001 1001 4096 Mar 31 12:50 .github 12:56:36 -rw-rw-r-- 1 1001 1001 818 Mar 31 12:50 .gitignore 12:56:36 -rw-rw-r-- 1 1001 1001 166 Mar 31 12:50 .sonarcloud.properties 12:56:36 -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:50 Attribution.txt 12:56:36 -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:50 CONTRIBUTING.md 12:56:36 -rw-rw-r-- 1 1001 1001 931 Mar 31 12:50 Dockerfile.build 12:56:36 -rw-rw-r-- 1 1001 1001 863 Mar 31 12:50 Jenkinsfile 12:56:36 -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:50 LICENSE 12:56:36 -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:50 Makefile 12:56:36 -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:50 README.md 12:56:36 -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:50 SECURITY.md 12:56:36 -rw-rw-r-- 1 1001 1001 5 Mar 31 12:46 VERSION 12:56:36 -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:50 ZMQWindows.md 12:56:36 drwxrwxr-x 2 1001 1001 4096 Mar 31 12:50 bin 12:56:36 drwxrwxr-x 14 1001 1001 4096 Mar 31 12:50 cmd 12:56:36 -rw-r--r-- 1 root root 669470 Mar 31 12:55 coverage.out 12:56:36 -rw-r--r-- 1 root root 1056 Mar 31 12:56 go.mod 12:56:36 -rw-r--r-- 1 root root 22360 Mar 31 12:56 go.sum 12:56:36 drwxrwxr-x 8 1001 1001 4096 Mar 31 12:50 internal 12:56:36 drwxrwxr-x 4 1001 1001 4096 Mar 31 12:50 openapi 12:56:36 drwxrwxr-x 4 1001 1001 4096 Mar 31 12:50 snap 12:56:36 -rw-rw-r-- 1 1001 1001 168 Mar 31 12:50 version.go [Pipeline] sh 12:56:36 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 12:56:36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 12:56:36 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 12:56:36 + '[' -e coverage.out ] 12:56:36 + chown 1001:1001 coverage.out [Pipeline] stash 12:56:37 Warning: overwriting stash ‘coverage-report’ 12:56:37 Processing triggers for systemd (237-3ubuntu10.42) ... 12:56:37 Processing triggers for ureadahead (0.100.0-21) ... 12:56:38 Stashed 1 file(s) [Pipeline] sh 12:56:39 + make build 12:56:39 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 12:56:39 + sudo snap remove --purge lxd 12:56:39 snap "lxd" is not installed 12:56:39 + sudo groupadd --force --system lxd 12:56:39 ++ whoami 12:56:39 + sudo /usr/sbin/usermod -G lxd -a jenkins 12:56:39 + newgrp - lxd 12:56:39 + sudo snap install lxd 12:56:49 2021-03-31T12:56:45Z INFO Waiting for automatic snapd restart... 12:56:54 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 12:57:11 lxd 4.12 from Canonical* installed 12:57:11 + sudo lxd init --auto 12:57:18 + sudo snap install --classic snapcraft 12:57:21 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 12:57:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:57:24 snapcraft 4.6 from Canonical* installed 12:57:24 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 12:57:24 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 12:57:24 % Total % Received % Xferd Average Speed Time Time Time Current 12:57:24 Dload Upload Total Spent Left Speed 12:57:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4976 0 --:--:-- --:--:-- --:--:-- 5016 12:57:25 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 7120k 0 --:--:-- --:--:-- --:--:-- 20.2M 12:57:25 ./yq_linux_amd64 12:57:25 + sudo snapcraft prime --use-lxd 12:57:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 12:57:27 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: 12:57:27 - README.md 12:57:27 12:57:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:57:27 Launching a container. 12:57:31 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 12:57:32 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 12:57:37 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 12:57:39 Waiting for container to be ready 12:57:39 To start your first instance, try: lxc launch ubuntu:18.04 12:57:39 12:57:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 12:57:43 Waiting for network to be ready... 12:57:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:57:43 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 12:57:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 12:57:44 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:57:44 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 12:57: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 12:57:44 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 12:57:44 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 12:57:44 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 12:57:44 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 12:57:44 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 12:57:44 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 12:57:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 12:57:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 12:57:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 12:57:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 12:57:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 12:57:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 12:57:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 12:57:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 12:57:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 12:57:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 12:57:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 12:57:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 12:57:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 12:57:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 12:57:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 12:57:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 12:57:47 Fetched 24.2 MB in 4s (5414 kB/s) 12:57:48 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 12:57:48 Reading package lists... 12:57:49 Reading package lists... 12:57:49 Building dependency tree... 12:57:49 Reading state information... 12:57:49 The following additional packages will be installed: 12:57:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:57:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:57:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:57:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 12:57:49 Suggested packages: 12:57:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 12:57:49 Recommended packages: 12:57:49 gnupg libsasl2-modules 12:57:49 The following NEW packages will be installed: 12:57:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:57:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:57:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:57:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 12:57:49 The following packages will be upgraded: 12:57:49 gpg gpg-agent gpgconf libudev1 12:57:49 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 12:57:49 Need to get 3530 kB of archives. 12:57:49 After this operation, 13.3 MB of additional disk space will be used. 12:57:49 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] 12:57:49 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] 12:57:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 12:57:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 12:57:49 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 12:57:49 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 12:57:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 12:57:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 12:57:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 12:57:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 12:57:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 12:57:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 12:57:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 12:57:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 12:57:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 12:57:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 12:57:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 12:57:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 12:57:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 12:57:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 12:57:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 12:57:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 12:57:50 debconf: delaying package configuration, since apt-utils is not installed 12:57:50 Fetched 3530 kB in 1s (3444 kB/s) 12:57:50 (Reading database ... 12511 files and directories currently installed.) 12:57:50 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 12:57:50 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 12:57:50 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 12:57:50 Selecting previously unselected package udev. 12:57:50 (Reading database ... 12511 files and directories currently installed.) 12:57:50 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 12:57:50 Unpacking udev (237-3ubuntu10.45) ... 12:57:51 Selecting previously unselected package libfuse2:amd64. 12:57:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 12:57:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:57:51 Selecting previously unselected package fuse. 12:57:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 12:57:51 Unpacking fuse (2.9.7-1ubuntu1) ... 12:57:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 12:57:51 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 12:57:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 12:57:51 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 12:57:51 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 12:57:51 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 12:57:51 Selecting previously unselected package libksba8:amd64. 12:57:51 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 12:57:51 Unpacking libksba8:amd64 (1.3.5-2) ... 12:57:51 Selecting previously unselected package libroken18-heimdal:amd64. 12:57:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:51 Selecting previously unselected package libasn1-8-heimdal:amd64. 12:57:51 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:51 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 12:57:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 12:57:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:52 Selecting previously unselected package libwind0-heimdal:amd64. 12:57:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:52 Selecting previously unselected package libhx509-5-heimdal:amd64. 12:57:52 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:52 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 12:57:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:52 Selecting previously unselected package libheimntlm0-heimdal:amd64. 12:57:52 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:52 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:52 Selecting previously unselected package libgssapi3-heimdal:amd64. 12:57:52 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:52 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:52 Selecting previously unselected package libsasl2-modules-db:amd64. 12:57:52 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 12:57:52 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:57:52 Selecting previously unselected package libsasl2-2:amd64. 12:57:52 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 12:57:52 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:57:52 Selecting previously unselected package libldap-common. 12:57:52 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 12:57:52 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 12:57:53 Selecting previously unselected package libldap-2.4-2:amd64. 12:57:53 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 12:57:53 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 12:57:53 Selecting previously unselected package dirmngr. 12:57:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 12:57:53 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 12:57:53 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 12:57:53 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 12:57:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:57:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:57:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:57:53 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 12:57:53 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:53 Setting up libksba8:amd64 (1.3.5-2) ... 12:57:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:57:53 Setting up udev (237-3ubuntu10.45) ... 12:57:53 invoke-rc.d: policy-rc.d denied execution of start. 12:57:53 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:53 Processing triggers for systemd (237-3ubuntu10) ... 12:57:53 Setting up fuse (2.9.7-1ubuntu1) ... 12:57:53 Setting up gpg (2.2.4-1ubuntu1.4) ... 12:57:53 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:54 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 12:57:54 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:54 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:54 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:54 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:54 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:54 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 12:57:54 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 12:57:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:57:54 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 12:57:54 settings in the [Install] section, and DefaultInstance for template units). 12:57:54 This means they are not meant to be enabled using systemctl. 12:57:54 Possible reasons for having this kind of units are: 12:57:54 1) A unit may be statically enabled by being symlinked from another unit's 12:57:54 .wants/ or .requires/ directory. 12:57:54 2) A unit's purpose may be to act as a helper for some other unit which has 12:57:54 a requirement dependency on it. 12:57:54 3) A unit may be started when needed via activation (socket, path, timer, 12:57:54 D-Bus, udev, scripted systemctl call, ...). 12:57:54 4) In case of template units, the unit is meant to be enabled with some 12:57:54 instance name specified. 12:57:55 Reading package lists... 12:57:55 Building dependency tree... 12:57:55 Reading state information... 12:57:55 The following additional packages will be installed: 12:57:55 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 12:57:55 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 12:57:55 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 12:57:55 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 12:57:55 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 12:57:55 Suggested packages: 12:57:55 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 12:57:55 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 12:57:55 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 12:57:55 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 12:57:55 systemd-container policykit-1 12:57:55 Recommended packages: 12:57:55 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 12:57:55 The following NEW packages will be installed: 12:57:55 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 12:57:55 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 12:57:55 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 12:57:55 multiarch-support openssh-client python3 python3-minimal python3.6 12:57:55 python3.6-minimal snapd squashfs-tools sudo 12:57:55 The following packages will be upgraded: 12:57:55 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 12:57:55 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 12:57:55 Need to get 35.2 MB of archives. 12:57:55 After this operation, 141 MB of additional disk space will be used. 12:57:55 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 12:57:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 12:57:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 12:57:56 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 12:57:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 12:57:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 12:57:56 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 12:57:56 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 12:57:56 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 12:57:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 12:57:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 12:57:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 12:57:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 12:57:56 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 12:57:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 12:57:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 12:57:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 12:57:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 12:57:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 12:57:57 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 12:57:57 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 12:57:57 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 12:57:57 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 12:57:57 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 12:57:57 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 12:57:57 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 12:57:57 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 12:57:57 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 12:57:57 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 12:57:57 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 12:57:57 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 12:57:58 debconf: delaying package configuration, since apt-utils is not installed 12:57:58 Fetched 35.2 MB in 3s (13.2 MB/s) 12:57:58 (Reading database ... 12757 files and directories currently installed.) 12:57:58 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 12:57:58 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 12:57:59 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 12:57:59 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 12:57:59 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 12:57:59 (Reading database ... 12757 files and directories currently installed.) 12:57:59 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 12:57:59 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 12:57:59 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 12:57:59 (Reading database ... 12757 files and directories currently installed.) 12:57:59 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 12:57:59 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 12:57:59 Setting up apt (1.6.12ubuntu0.2) ... 12:57:59 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 12:58:00 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 12:58:00 (Reading database ... 12764 files and directories currently installed.) 12:58:00 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 12:58:00 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 12:58:00 Selecting previously unselected package libpython3.6-minimal:amd64. 12:58:00 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 12:58:00 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 12:58:00 Selecting previously unselected package libexpat1:amd64. 12:58:00 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 12:58:00 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:58:01 Selecting previously unselected package python3.6-minimal. 12:58:01 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 12:58:01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 12:58:01 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 12:58:01 Checking for services that may need to be restarted...done. 12:58:01 Checking for services that may need to be restarted...done. 12:58:01 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 12:58:01 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:58:01 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 12:58:01 Selecting previously unselected package python3-minimal. 12:58:01 (Reading database ... 13012 files and directories currently installed.) 12:58:01 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 12:58:01 Unpacking python3-minimal (3.6.7-1~18.04) ... 12:58:01 Selecting previously unselected package mime-support. 12:58:01 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 12:58:01 Unpacking mime-support (3.60ubuntu1) ... 12:58:02 Selecting previously unselected package libmpdec2:amd64. 12:58:02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 12:58:02 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:58:02 Selecting previously unselected package libpython3.6-stdlib:amd64. 12:58:02 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 12:58:02 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 12:58:02 Selecting previously unselected package python3.6. 12:58:02 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 12:58:02 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 12:58:02 Selecting previously unselected package libpython3-stdlib:amd64. 12:58:02 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 12:58:02 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:58:02 Setting up python3-minimal (3.6.7-1~18.04) ... 12:58:02 Selecting previously unselected package python3. 12:58:02 (Reading database ... 13442 files and directories currently installed.) 12:58:02 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 12:58:02 Unpacking python3 (3.6.7-1~18.04) ... 12:58:02 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 12:58:02 Selecting previously unselected package multiarch-support. 12:58:02 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 12:58:02 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 12:58:02 Setting up multiarch-support (2.27-3ubuntu1.4) ... 12:58:03 Selecting previously unselected package liblzo2-2:amd64. 12:58:03 (Reading database ... 13479 files and directories currently installed.) 12:58:03 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 12:58:03 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 12:58:03 Selecting previously unselected package libbsd0:amd64. 12:58:03 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 12:58:03 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:58:03 Selecting previously unselected package sudo. 12:58:03 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 12:58:03 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 12:58:03 Selecting previously unselected package apparmor. 12:58:03 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 12:58:03 Unpacking apparmor (2.12-4ubuntu5.1) ... 12:58:03 Selecting previously unselected package libedit2:amd64. 12:58:03 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 12:58:03 Unpacking libedit2:amd64 (3.1-20170329-1) ... 12:58:03 Selecting previously unselected package libkrb5support0:amd64. 12:58:03 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 12:58:03 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:58:04 Selecting previously unselected package libk5crypto3:amd64. 12:58:04 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 12:58:04 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:58:04 Selecting previously unselected package libkeyutils1:amd64. 12:58:04 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 12:58:04 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:58:04 Selecting previously unselected package libkrb5-3:amd64. 12:58:04 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 12:58:04 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:58:04 Selecting previously unselected package libgssapi-krb5-2:amd64. 12:58:04 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 12:58:04 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:58:04 Selecting previously unselected package libssl1.0.0:amd64. 12:58:04 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 12:58:04 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 12:58:04 Selecting previously unselected package openssh-client. 12:58:04 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 12:58:04 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 12:58:04 Selecting previously unselected package squashfs-tools. 12:58:04 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 12:58:04 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:58:04 Selecting previously unselected package snapd. 12:58:04 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 12:58:04 Unpacking snapd (2.48.3+18.04) ... 12:58:06 Setting up libedit2:amd64 (3.1-20170329-1) ... 12:58:06 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 12:58:07 Setting up mime-support (3.60ubuntu1) ... 12:58:07 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 12:58:07 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:58:07 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:58:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:58:07 Setting up systemd (237-3ubuntu10.45) ... 12:58:07 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 12:58:07 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:58:07 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:58:07 Setting up liblzo2-2:amd64 (2.08-1.2) ... 12:58:07 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 12:58:07 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:58:07 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 12:58:08 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:58:08 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:58:08 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:58:08 Setting up python3 (3.6.7-1~18.04) ... 12:58:08 running python rtupdate hooks for python3.6... 12:58:08 running python post-rtupdate hooks for python3.6... 12:58:08 Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } 12:58:09 $ docker stop --time=1 f8860199d0840517a691835fb4a71324ce6cb58e32ddf5c665fe15dd84096fd4 12:58:10 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 12:58:10 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:58:11 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 12:58:11 Setting up snapd (2.48.3+18.04) ... 12:58:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 12:58:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 12:58:12 $ docker rm -f f8860199d0840517a691835fb4a71324ce6cb58e32ddf5c665fe15dd84096fd4 12:58:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 12:58:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 12:58:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:58:12 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:58:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 12:58:12 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 12:58:12 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 12:58:13 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 12:58:13 /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' 12:58:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:58:13 Processing triggers for systemd (237-3ubuntu10.45) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:58:14 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:58:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:58:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:58:14 12:58:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:58:14 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:58:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:58:14 latest: Pulling from edgex-devops/edgex-compose-arm64 12:58:14 29e5d40040c1: Pulling fs layer 12:58:14 1ce36da41761: Pulling fs layer 12:58:14 25b303627fd3: Pulling fs layer 12:58:14 29e5d40040c1: Verifying Checksum 12:58:14 29e5d40040c1: Download complete 12:58:15 Reading package lists... 12:58:15 29e5d40040c1: Pull complete 12:58:15 Reading package lists... 12:58:15 Building dependency tree... 12:58:15 Reading state information... 12:58:15 Calculating upgrade... 12:58:16 The following packages will be upgraded: 12:58:16 advancecomp base-files bash binutils binutils-common 12:58:16 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 12:58:16 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 12:58:16 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 12:58:16 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 12:58:16 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 12:58:16 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 12:58:16 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 12:58:16 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 12:58:16 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 12:58:16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 12:58:16 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 12:58:16 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 12:58:16 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 12:58:16 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 12:58:16 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 12:58:16 Need to get 63.8 MB of archives. 12:58:16 After this operation, 5208 kB of additional disk space will be used. 12:58:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 12:58:16 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 12:58:16 1ce36da41761: Verifying Checksum 12:58:16 1ce36da41761: Download complete 12:58:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 12:58:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 12:58:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 12:58:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 12:58:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 12:58:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 12:58:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 12:58:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 12:58:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 12:58:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 12:58:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 12:58:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 12:58:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 12:58:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 12:58:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 12:58:17 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 12:58:17 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 12:58:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 12:58:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 12:58:17 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 12:58:17 1ce36da41761: Pull complete 12:58:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 12:58:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 12:58:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 12:58:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 12:58:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 12:58:17 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 12:58:17 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 12:58:17 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 12:58:17 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 12:58:17 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 12:58:17 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 12:58:17 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 12:58:17 25b303627fd3: Verifying Checksum 12:58:17 25b303627fd3: Download complete 12:58:17 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 12:58:17 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 12:58:17 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 12:58:17 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 12:58:17 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 12:58:17 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 12:58:17 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 12:58:17 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 12:58:17 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 12:58:17 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 12:58:17 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 12:58:17 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 12:58:17 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 12:58:17 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 12:58:17 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 12:58:17 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 12:58:17 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 12:58:17 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 12:58:17 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 12:58:17 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 12:58:17 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 12:58:17 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 12:58:17 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 12:58:17 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 12:58:17 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 12:58:17 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 12:58:17 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 12:58:17 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 12:58:17 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 12:58:17 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 12:58:17 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 12:58:17 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 12:58:17 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 12:58:17 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 12:58:17 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 12:58:17 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 12:58:17 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 12:58:17 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 12:58:17 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 12:58:17 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 12:58:17 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 12:58:17 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 12:58:17 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 12:58:17 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 12:58:17 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 12:58:17 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 12:58:17 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 12:58:17 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 12:58:17 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 12:58:18 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 12:58:18 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 12:58:18 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 12:58:18 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 12:58:18 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 12:58:18 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 12:58:18 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 12:58:18 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 12:58:18 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 12:58:18 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 12:58:18 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 12:58:19 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 12:58:19 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 12:58:19 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 12:58:19 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 12:58:19 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 12:58:19 debconf: delaying package configuration, since apt-utils is not installed 12:58:19 Fetched 63.8 MB in 3s (20.5 MB/s) 12:58:19 (Reading database ... 13912 files and directories currently installed.) 12:58:19 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 12:58:19 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:58:20 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 12:58:20 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:58:20 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 12:58:20 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 12:58:20 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:20 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:21 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:21 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:21 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:21 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:21 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:21 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:21 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:21 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:21 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:21 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:21 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:21 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:21 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:22 (Reading database ... 13911 files and directories currently installed.) 12:58:22 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:22 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 12:58:22 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 12:58:22 (Reading database ... 13911 files and directories currently installed.) 12:58:22 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:22 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:22 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:22 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:22 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:58:22 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:58:22 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:22 (Reading database ... 13911 files and directories currently installed.) 12:58:22 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 12:58:23 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:58:23 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 12:58:24 (Reading database ... 13911 files and directories currently installed.) 12:58:24 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 12:58:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 12:58:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 12:58:24 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 12:58:24 Setting up base-files (10.1ubuntu2.10) ... 12:58:24 Installing new version of config file /etc/issue ... 12:58:24 Installing new version of config file /etc/issue.net ... 12:58:24 Installing new version of config file /etc/lsb-release ... 12:58:24 Installing new version of config file /etc/update-motd.d/50-motd-news ... 12:58:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 12:58:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 12:58:24 Removing obsolete conffile /etc/default/motd-news ... 12:58:24 (Reading database ... 13912 files and directories currently installed.) 12:58:24 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 12:58:24 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 12:58:24 Setting up bash (4.4.18-2ubuntu1.2) ... 12:58:25 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 12:58:25 (Reading database ... 13912 files and directories currently installed.) 12:58:25 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 12:58:25 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 12:58:25 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 12:58:25 (Reading database ... 13912 files and directories currently installed.) 12:58:25 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 12:58:25 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 12:58:25 Setting up tar (1.29b-2ubuntu0.2) ... 12:58:25 (Reading database ... 13912 files and directories currently installed.) 12:58:25 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 12:58:25 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:58:25 Setting up dpkg (1.19.0.5ubuntu2.3) ... 12:58:26 (Reading database ... 13912 files and directories currently installed.) 12:58:26 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 12:58:26 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:58:26 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 12:58:26 (Reading database ... 13912 files and directories currently installed.) 12:58:26 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 12:58:26 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:58:26 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 12:58:26 (Reading database ... 13912 files and directories currently installed.) 12:58:26 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 12:58:26 Unpacking grep (3.1-2build1) over (3.1-2) ... 12:58:26 Setting up grep (3.1-2build1) ... 12:58:26 (Reading database ... 13912 files and directories currently installed.) 12:58:26 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 12:58:26 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:58:26 Setting up login (1:4.5-1ubuntu2) ... 12:58:26 (Reading database ... 13912 files and directories currently installed.) 12:58:26 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 12:58:26 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:58:27 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 12:58:27 (Reading database ... 13912 files and directories currently installed.) 12:58:27 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 12:58:27 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:58:27 25b303627fd3: Pull complete 12:58:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:58:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:58:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:58:27 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 12:58:27 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:58:27 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 12:58:27 prd-ubuntu18.04-docker-arm64-4c-16g-32245 does not seem to be running inside a container 12:58:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:58:28 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:58:28 Setting up perl-base (5.26.1-6ubuntu0.5) ... 12:58:28 (Reading database ... 13912 files and directories currently installed.) 12:58:28 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 12:58:28 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:58:29 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:58:29 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:58:29 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:58:29 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:58:29 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 12:58:30 (Reading database ... 13912 files and directories currently installed.) 12:58:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 12:58:30 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 12:58:30 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 12:58:30 (Reading database ... 13912 files and directories currently installed.) 12:58:30 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:58:30 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:58:30 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:58:30 (Reading database ... 13912 files and directories currently installed.) 12:58:30 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:58:30 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:58:30 $ docker top e01d95038cb5a3b778466ffefb7100f716bce3bd4882843d0756ee5a36b18cf2 -eo pid,comm 12:58:30 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:58:30 (Reading database ... 13912 files and directories currently installed.) 12:58:30 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:58:30 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:58:30 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:58:31 (Reading database ... 13912 files and directories currently installed.) 12:58:31 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:58:31 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:58:31 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] { [Pipeline] sh 12:58:31 (Reading database ... 13912 files and directories currently installed.) 12:58:31 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 12:58:31 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:58:31 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 12:58:31 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:58:31 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 12:58:31 (Reading database ... 13912 files and directories currently installed.) 12:58:31 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 12:58:31 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:58:31 + grep parallel 12:58:31 + docker-compose build --help 12:58:31 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 12:58:31 (Reading database ... 13912 files and directories currently installed.) 12:58:31 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:58:31 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:58:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:58:32 (Reading database ... 13912 files and directories currently installed.) 12:58:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:58:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:58:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 12:58:32 (Reading database ... 13912 files and directories currently installed.) 12:58:32 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:58:32 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:58:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 12:58:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 12:58:33 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 12:58:33 (Reading database ... 13912 files and directories currently installed.) 12:58:33 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 12:58:33 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:58:33 Setting up libc-bin (2.27-3ubuntu1.4) ... 12:58:33 (Reading database ... 13912 files and directories currently installed.) 12:58:33 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 12:58:33 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:58:34 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 12:58:34 (Reading database ... 13914 files and directories currently installed.) 12:58:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 12:58:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 12:58:34 Setting up debconf (1.5.66ubuntu1) ... 12:58:34 (Reading database ... 13914 files and directories currently installed.) 12:58:34 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 12:58:34 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 12:58:34 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 12:58:34 (Reading database ... 13914 files and directories currently installed.) 12:58:34 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 12:58:34 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 12:58:34 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 12:58:35 (Reading database ... 13914 files and directories currently installed.) 12:58:35 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:58:35 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:58:35 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:58:35 (Reading database ... 13914 files and directories currently installed.) 12:58:35 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:58:35 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:58:35 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 12:58:35 (Reading database ... 13914 files and directories currently installed.) 12:58:35 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:58:35 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:58:36 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:58:36 (Reading database ... 13914 files and directories currently installed.) 12:58:36 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:58:36 --parallel Build images in parallel. [Pipeline] } 12:58:36 $ docker stop --time=1 e01d95038cb5a3b778466ffefb7100f716bce3bd4882843d0756ee5a36b18cf2 12:58:36 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:58:36 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 12:58:36 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 12:58:36 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 12:58:36 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:58:36 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 12:58:36 (Reading database ... 13914 files and directories currently installed.) 12:58:36 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 12:58:36 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 12:58:36 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 12:58:37 (Reading database ... 13914 files and directories currently installed.) 12:58:37 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 12:58:37 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:58:37 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 12:58:37 (Reading database ... 13914 files and directories currently installed.) 12:58:37 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 12:58:37 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:58:37 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 12:58:37 (Reading database ... 13914 files and directories currently installed.) 12:58:37 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 12:58:37 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 12:58:37 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 12:58:37 (Reading database ... 13914 files and directories currently installed.) 12:58:37 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 12:58:37 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:58:38 $ docker rm -f e01d95038cb5a3b778466ffefb7100f716bce3bd4882843d0756ee5a36b18cf2 12:58:38 Setting up passwd (1:4.5-1ubuntu2) ... 12:58:38 (Reading database ... 13914 files and directories currently installed.) 12:58:38 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 12:58:38 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 12:58:38 Setting up gpgv (2.2.4-1ubuntu1.4) ... 12:58:38 (Reading database ... 13914 files and directories currently installed.) 12:58:38 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 12:58:38 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 12:58:38 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 12:58:38 (Reading database ... 13914 files and directories currently installed.) 12:58:38 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 12:58:38 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 12:58:38 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [Pipeline] isUnix [Pipeline] sh 12:58:39 (Reading database ... 13914 files and directories currently installed.) 12:58:39 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 12:58:39 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 12:58:39 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 12:58:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:58:39 . [Pipeline] withDockerContainer 12:58:39 (Reading database ... 13914 files and directories currently installed.) 12:58:39 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 12:58:39 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 12:58:39 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 12:58:39 (Reading database ... 13914 files and directories currently installed.) 12:58:39 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 12:58:39 prd-ubuntu18.04-docker-arm64-4c-16g-32245 does not seem to be running inside a container 12:58:39 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:58:39 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 12:58:39 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 12:58:39 (Reading database ... 13914 files and directories currently installed.) 12:58:39 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 12:58:39 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 12:58:40 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 12:58:40 (Reading database ... 13915 files and directories currently installed.) 12:58:40 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:58:40 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:58:40 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:58:40 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:58:40 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 12:58:40 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 12:58:40 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 12:58:40 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 12:58:40 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 12:58:40 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 12:58:40 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 12:58:40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 12:58:40 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 12:58:40 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 12:58:40 $ docker top 54291581cb57aa4af7db11605fa4524aae8ce619c9caa1c7789bf4df3c538170 -eo pid,comm 12:58:41 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 12:58:41 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 12:58:41 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 12:58:41 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [Pipeline] { [Pipeline] sh 12:58:41 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 12:58:41 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 12:58:41 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 12:58:41 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 12:58:41 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 12:58:41 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 12:58:42 + docker-compose -f ./docker-compose-build.yml build --parallel 12:58:43 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 12:58:43 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 12:58:43 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 12:58:43 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 12:58:43 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 12:58:43 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 12:58:43 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 12:58:43 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 12:58:43 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 12:58:43 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 12:58:43 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 12:58:43 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 12:58:43 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:58:43 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:58:43 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:58:44 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:58:44 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:58:44 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:58:44 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:58:44 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:58:45 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:58:45 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:58:45 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:58:46 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:58:46 Building docker-core-command-go ... 12:58:46 Building docker-core-data-go ... 12:58:46 Building docker-core-metadata-go ... 12:58:46 Building docker-security-bootstrapper-go ... 12:58:46 Building docker-security-proxy-setup-go ... 12:58:46 Building docker-security-secretstore-setup-go ... 12:58:46 Building docker-support-notifications-go ... 12:58:46 Building docker-support-scheduler-go ... 12:58:46 Building docker-sys-mgmt-agent-go ... 12:58:46 Building docker-core-data-go 12:58:46 Building docker-security-bootstrapper-go 12:58:46 Building docker-security-secretstore-setup-go 12:58:46 Building docker-security-proxy-setup-go 12:58:46 Building docker-core-metadata-go 12:58:46 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:58:46 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:58:47 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:58:47 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:58:48 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:58:48 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:58:48 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:58:48 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:58:48 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 12:58:48 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:58:48 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 12:58:48 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:58:48 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 12:58:49 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 12:58:49 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:58:49 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:58:49 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:58:49 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:58:49 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 12:58:49 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 12:58:49 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:49 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 12:58:49 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:49 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:49 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:49 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 12:58:49 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 12:58:49 Setting up tzdata (2021a-0ubuntu0.18.04) ... 12:58:49 12:58:49 Current default time zone: 'Etc/UTC' 12:58:49 Local time is now: Wed Mar 31 12:58:49 UTC 2021. 12:58:49 Universal Time is now: Wed Mar 31 12:58:49 UTC 2021. 12:58:49 Run 'dpkg-reconfigure tzdata' if you wish to change it. 12:58:49 12:58:49 Setting up systemd-sysv (237-3ubuntu10.45) ... 12:58:49 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:49 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 12:58:49 Setting up mount (2.31.1-0.4ubuntu3.7) ... 12:58:49 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 12:58:49 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 12:58:50 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 12:58:50 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 12:58:50 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 12:58:50 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 12:58:50 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:50 Setting up procps (2:3.3.12-3ubuntu1.2) ... 12:58:50 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:50 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 12:58:50 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:50 Setting up patch (2.7.6-2ubuntu1.1) ... 12:58:50 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 12:58:50 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 12:58:50 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 12:58:50 Installing new version of config file /etc/ssl/openssl.cnf ... 12:58:50 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 12:58:50 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 12:58:50 Setting up ca-certificates (20210119~18.04.1) ... 12:58:52 Updating certificates in /etc/ssl/certs... 12:58:53 23 added, 27 removed; done. 12:58:53 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 12:58:53 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:53 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 12:58:53 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 12:58:53 Setting up pkgbinarymangler (138.18.04.1) ... 12:58:53 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:53 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 12:58:53 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:53 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:53 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:53 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 12:58:53 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:53 Setting up perl (5.26.1-6ubuntu0.5) ... 12:58:53 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 12:58:53 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 12:58:53 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 12:58:53 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 12:58:53 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 12:58:53 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 12:58:53 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 12:58:53 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 12:58:53 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 12:58:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:58:53 Processing triggers for systemd (237-3ubuntu10.45) ... 12:58:53 Processing triggers for mime-support (3.60ubuntu1) ... 12:58:53 Processing triggers for ca-certificates (20210119~18.04.1) ... 12:58:53 Updating certificates in /etc/ssl/certs... 12:58:54 0 added, 0 removed; done. 12:58:54 Running hooks in /etc/ca-certificates/update.d... 12:58:54 done. 12:58:55 Reading package lists... 12:58:55 Building dependency tree... 12:58:55 Reading state information... 12:58:55 The following NEW packages will be installed: 12:58:55 apt-transport-https 12:58:55 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 12:58:55 Need to get 1696 B of archives. 12:58:55 After this operation, 153 kB of additional disk space will be used. 12:58:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 12:58:55 debconf: delaying package configuration, since apt-utils is not installed 12:58:55 Fetched 1696 B in 0s (8568 B/s) 12:58:55 Selecting previously unselected package apt-transport-https. 12:58:55 (Reading database ... 13920 files and directories currently installed.) 12:58:55 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 12:58:55 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 12:58:55 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 12:58:55 Waiting for network to be ready... 12:59:02 2021-03-31T12:58:58Z INFO Waiting for automatic snapd restart... 12:59:02 snapd 2.49.1 from Canonical* installed 12:59:02 "snapd" switched to the "latest/stable" channel 12:59:02 12:59:05 core18 20210309 from Canonical* installed 12:59:05 "core18" switched to the "latest/stable" channel 12:59:05 12:59:08 snapcraft 4.6 from Canonical* installed 12:59:09 "snapcraft" switched to the "latest/stable" channel 12:59:09 12:59:13 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: 12:59:13 - README.md 12:59:13 12:59:13 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:59:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:59:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:59:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:59:19 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:59:20 Reading package lists... 12:59:20 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 12:59:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:59:27 Reading package lists... 12:59:27 Building dependency tree... 12:59:27 Reading state information... 12:59:27 Suggested packages: 12:59:27 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 12:59:27 git-gui gitk gitweb git-cvs git-mediawiki git-svn 12:59:27 Recommended packages: 12:59:27 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 12:59:27 The following NEW packages will be installed: 12:59:27 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 12:59:27 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 12:59:27 pkg-config zip 12:59:27 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 12:59:27 Need to get 7663 kB of archives. 12:59:27 After this operation, 43.8 MB of additional disk space will be used. 12:59:27 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 12:59:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 12:59:27 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 12:59:27 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 12:59:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 12:59:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 12:59:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 12:59:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 12:59:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 12:59:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 12:59:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 12:59:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 12:59:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 12:59:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 12:59:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 12:59:28 debconf: delaying package configuration, since apt-utils is not installed 12:59:28 Fetched 7663 kB in 1s (7081 kB/s) 12:59:28 Selecting previously unselected package libglib2.0-0:amd64. 12:59:28 (Reading database ... 13924 files and directories currently installed.) 12:59:28 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 12:59:28 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 12:59:29 Selecting previously unselected package libpsl5:amd64. 12:59:29 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 12:59:29 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 12:59:29 Selecting previously unselected package libnghttp2-14:amd64. 12:59:29 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 12:59:29 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:59:29 Selecting previously unselected package librtmp1:amd64. 12:59:29 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 12:59:29 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:59:29 Selecting previously unselected package libcurl3-gnutls:amd64. 12:59:29 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 12:59:29 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 12:59:29 Selecting previously unselected package liberror-perl. 12:59:29 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 12:59:29 Unpacking liberror-perl (0.17025-1) ... 12:59:29 Selecting previously unselected package git-man. 12:59:29 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 12:59:29 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 12:59:29 Selecting previously unselected package git. 12:59:29 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 12:59:29 Unpacking git (1:2.17.1-1ubuntu0.8) ... 12:59:30 Selecting previously unselected package libnorm1:amd64. 12:59:30 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 12:59:30 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:59:30 Selecting previously unselected package libpgm-5.2-0:amd64. 12:59:30 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 12:59:30 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:59:30 Selecting previously unselected package libsodium23:amd64. 12:59:30 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 12:59:30 Unpacking libsodium23:amd64 (1.0.16-2) ... 12:59:30 Selecting previously unselected package libzmq5:amd64. 12:59:30 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 12:59:30 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:59:30 Selecting previously unselected package libzmq3-dev:amd64. 12:59:30 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 12:59:30 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:59:30 Selecting previously unselected package pkg-config. 12:59:30 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 12:59:30 Unpacking pkg-config (0.29.1-0ubuntu2) ... 12:59:30 Selecting previously unselected package zip. 12:59:30 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 12:59:30 Unpacking zip (3.0-11build1) ... 12:59:31 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:59:31 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 12:59:31 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:59:31 Setting up liberror-perl (0.17025-1) ... 12:59:31 Setting up libpsl5:amd64 (0.19.1-5build1) ... 12:59:31 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 12:59:31 No schema files found: doing nothing. 12:59:31 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:59:31 Setting up zip (3.0-11build1) ... 12:59:31 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:59:31 Setting up libsodium23:amd64 (1.0.16-2) ... 12:59:31 Setting up pkg-config (0.29.1-0ubuntu2) ... 12:59:31 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:59:31 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 12:59:31 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:59:31 Setting up git (1:2.17.1-1ubuntu0.8) ... 12:59:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:59:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:59:38 git set to automatically installed. 12:59:38 git-man set to automatically installed. 12:59:38 libcurl3-gnutls set to automatically installed. 12:59:38 liberror-perl set to automatically installed. 12:59:38 libglib2.0-0 set to automatically installed. 12:59:38 libnghttp2-14 set to automatically installed. 12:59:38 libnorm1 set to automatically installed. 12:59:38 libpgm-5.2-0 set to automatically installed. 12:59:38 libpsl5 set to automatically installed. 12:59:38 librtmp1 set to automatically installed. 12:59:38 libsodium23 set to automatically installed. 12:59:38 libzmq3-dev set to automatically installed. 12:59:38 libzmq5 set to automatically installed. 12:59:38 pkg-config set to automatically installed. 12:59:38 zip set to automatically installed. 12:59:40 snapd is not logged in, snap install commands will use sudo 12:59:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:59:47 snap "core18" has no updates available 12:59:47 snapd is not logged in, snap install commands will use sudo 12:59:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:59:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:59:54 ---> 3744ca7ee327 12:59:54 Step 3/23 : WORKDIR /edgex-go 12:59:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:59:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:59:54 ---> 3744ca7ee327 12:59:54 Step 3/23 : WORKDIR /edgex-go 12:59:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:59:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:59:54 ---> 3744ca7ee327 12:59:54 Step 3/24 : WORKDIR /edgex-go 12:59:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:59:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:59:54 ---> 3744ca7ee327 12:59:54 Step 3/21 : WORKDIR /edgex-go 12:59:54 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:59:54 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:59:54 ---> 3744ca7ee327 12:59:54 Step 3/31 : WORKDIR /edgex-go 12:59:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:59:58 ---> Running in ce0088e67b70 12:59:58 ---> Running in c4e866918d10 12:59:58 ---> Running in f3b2f77c1f72 12:59:58 ---> Running in 1ce4c6616cb0 12:59:58 ---> Running in 95c05ea60ab4 12:59:59 Removing intermediate container ce0088e67b70 12:59:59 ---> 799599d181f3 12:59:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:59 Removing intermediate container c4e866918d10 12:59:59 ---> 92921b1b9b06 12:59:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:59 Removing intermediate container f3b2f77c1f72 12:59:59 ---> 994f8fa25c9a 12:59:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:59 ---> Running in c4631915475d 12:59:59 Removing intermediate container 1ce4c6616cb0 12:59:59 ---> 05c2f41f0608 12:59:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:59 ---> Running in 9cca91b73ed2 12:59:59 Removing intermediate container 95c05ea60ab4 12:59:59 ---> 7ad25a2733f3 12:59:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:59 ---> Running in 18c2bcdf5603 12:59:59 ---> Running in 1b3855cbbc4b 12:59:59 ---> Running in 722ff7ed6a94 13:00:03 Removing intermediate container c4631915475d 13:00:03 ---> 84c13aa063ba 13:00:03 Step 5/24 : RUN apk add --update --no-cache make git 13:00:03 ---> Running in 4d541a88eec0 13:00:03 Removing intermediate container 9cca91b73ed2 13:00:03 ---> c70d36f0596f 13:00:03 Step 5/23 : RUN apk add --update --no-cache make git 13:00:03 ---> Running in 2c640976bc57 13:00:03 Removing intermediate container 1b3855cbbc4b 13:00:03 ---> 773815fd8ec8 13:00:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:00:04 ---> Running in e7d6cc8e59fc 13:00:04 Removing intermediate container 18c2bcdf5603 13:00:04 ---> 9c3edb273bb6 13:00:04 Step 5/31 : RUN apk add --update --no-cache make git 13:00:04 Removing intermediate container 722ff7ed6a94 13:00:04 ---> d0006a364fe1 13:00:04 Step 5/21 : RUN apk add --update --no-cache make git 13:00:04 ---> Running in e928622d0d6e 13:00:04 ---> Running in f795189ccbe4 13:00:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:06 OK: 217 MiB in 51 packages 13:00:06 OK: 217 MiB in 51 packages 13:00:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:07 OK: 217 MiB in 51 packages 13:00:07 OK: 217 MiB in 51 packages 13:00:08 OK: 217 MiB in 51 packages 13:00:08 Removing intermediate container 4d541a88eec0 13:00:08 ---> 39c1fce7359d 13:00:08 Step 6/24 : COPY go.mod . 13:00:08 Removing intermediate container 2c640976bc57 13:00:08 ---> 3bfa14886a28 13:00:08 Step 6/23 : COPY go.mod . 13:00:09 Removing intermediate container e7d6cc8e59fc 13:00:09 ---> e6472206b615 13:00:09 Step 6/23 : COPY go.mod . 13:00:09 ---> f8e5d3f52d94 13:00:09 Step 7/24 : RUN go mod download 13:00:09 ---> Running in b7a8795e1b43 13:00:09 Removing intermediate container e928622d0d6e 13:00:09 ---> 7211c7163279 13:00:09 Step 6/31 : COPY go.mod . 13:00:09 ---> 9d812a9ec374 13:00:09 Step 7/23 : RUN go mod download 13:00:09 Removing intermediate container f795189ccbe4 13:00:09 ---> bd379e0ba323 13:00:09 Step 6/21 : COPY go.mod . 13:00:09 ---> Running in e3163028e174 13:00:10 ---> 79e4c9682829 13:00:10 Step 7/23 : RUN go mod download 13:00:10 ---> Running in 620269372e08 13:00:10 ---> e9f6223f379e 13:00:10 Step 7/31 : RUN go mod download 13:00:11 ---> 4682b2a44305 13:00:11 Step 7/21 : RUN go mod download 13:00:11 ---> Running in fce4a185d977 13:00:11 ---> Running in c64d64f81fe1 13:00:14 Removing intermediate container b7a8795e1b43 13:00:14 ---> 2b810ca4d1d6 13:00:14 Step 8/24 : COPY . . 13:00:14 Removing intermediate container e3163028e174 13:00:14 ---> 39b643f21537 13:00:14 Step 8/23 : COPY . . 13:00:14 Removing intermediate container 620269372e08 13:00:14 ---> cb57c999ed5f 13:00:14 Step 8/23 : COPY . . 13:00:15 Removing intermediate container fce4a185d977 13:00:15 ---> 71863eb97e30 13:00:15 Step 8/31 : COPY . . 13:00:15 Removing intermediate container c64d64f81fe1 13:00:15 ---> 5b465f4f6ae1 13:00:15 Step 8/21 : COPY . . 13:00:26 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 13:00:26 Pulling go-build-helper 13:00:26 + snapcraftctl pull 13:00:27 'app-service-config' has dependencies that need to be staged: go-build-helper 13:00:27 Skipping pull go-build-helper (already ran) 13:00:27 Building go-build-helper 13:00:27 + snapcraftctl build 13:00:29 Staging go-build-helper 13:00:29 + snapcraftctl stage 13:00:38 ---> 441eaa6c3a80 13:00:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:00:38 ---> b70f8e6c80d8 13:00:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:00:38 ---> 994e3e9d043b 13:00:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:00:38 ---> Running in fd068804887d 13:00:38 ---> dc0799e62b6b 13:00:38 Step 9/23 : RUN make cmd/core-data/core-data 13:00:38 ---> 7457aa06d746 13:00:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:00:38 ---> Running in 16db0a22d03d 13:00:38 ---> Running in 07ba5f2187c4 13:00:38 ---> Running in 3dd83ebe16fc 13:00:38 ---> Running in 2fc1346be660 13:00:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:00:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:00:39 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:00:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 13:00:39 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:00:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 13:00:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:00:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:00:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:00:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 13:00:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 13:00:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 13:00:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:00:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:00:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:00:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:00:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:00:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 13:00:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:00:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 13:00:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 13:00:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:00:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:00:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 13:00:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 13:00:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 13:00:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 13:00:39 Fetched 24.2 MB in 0s (0 B/s) 13:00:39 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:00:39 Fetched 224 kB in 0s (0 B/s) 13:00:39 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:00:39 Fetched 157 kB in 0s (0 B/s) 13:00:39 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:00:39 Fetched 221 kB in 0s (0 B/s) 13:00:39 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:00:39 Fetched 143 kB in 0s (0 B/s) 13:00:39 Pulling app-service-config 13:00:39 + snapcraftctl pull 13:00:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:00: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 13:00:40 Cloning into '/root/parts/app-service-config/src'... 13:00:40 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 13:00:40 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 13:00:40 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 13:00:40 Pulling config-common 13:00:40 + snapcraftctl pull 13:00:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:00:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:00:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:00:44 Fetched 0 B in 0s (0 B/s) 13:00:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:00:44 Fetched 0 B in 0s (0 B/s) 13:00:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:00:44 Fetched 0 B in 0s (0 B/s) 13:00:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:00:44 Fetched 0 B in 0s (0 B/s) 13:00:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:00:44 Fetched 0 B in 0s (0 B/s) 13:00:44 Pulling edgex-go 13:00:44 + snapcraftctl pull 13:01:06 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:01:06 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:01:06 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:01:06 Fetched 0 B in 0s (0 B/s) 13:01:06 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 13:01:06 Fetched 96.5 kB in 0s (0 B/s) 13:01:06 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 13:01:06 Fetched 279 kB in 0s (0 B/s) 13:01:06 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 13:01:06 Fetched 122 kB in 0s (0 B/s) 13:01:06 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 13:01:06 Fetched 77.8 kB in 0s (0 B/s) 13:01:06 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 13:01:06 Fetched 8848 B in 0s (0 B/s) 13:01:06 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 13:01:06 Fetched 47.8 kB in 0s (0 B/s) 13:01:06 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 13:01:06 Fetched 45.6 kB in 0s (0 B/s) 13:01:06 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 13:01:06 Fetched 15.0 kB in 0s (0 B/s) 13:01:06 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 13:01:06 Fetched 219 kB in 0s (0 B/s) 13:01:06 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 13:01:06 Fetched 154 kB in 0s (0 B/s) 13:01:06 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 13:01:06 Fetched 50.6 kB in 0s (0 B/s) 13:01:06 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 13:01:06 Fetched 14.8 kB in 0s (0 B/s) 13:01:06 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 13:01:06 Fetched 41.8 kB in 0s (0 B/s) 13:01:06 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 13:01:06 Fetched 499 kB in 0s (0 B/s) 13:01:06 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 13:01:06 Fetched 111 kB in 0s (0 B/s) 13:01:06 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 13:01:06 Fetched 240 kB in 0s (0 B/s) 13:01:06 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 13:01:06 Fetched 29.3 kB in 0s (0 B/s) 13:01:06 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 13:01:06 Fetched 85.5 kB in 0s (0 B/s) 13:01:06 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 13:01:06 Fetched 24.5 kB in 0s (0 B/s) 13:01:06 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 13:01:06 Fetched 49.2 kB in 0s (0 B/s) 13:01:06 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 13:01:06 Fetched 54.2 kB in 0s (0 B/s) 13:01:06 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 13:01:06 Fetched 30.8 kB in 0s (0 B/s) 13:01:06 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 13:01:06 Fetched 15.8 kB in 0s (0 B/s) 13:01:06 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 13:01:06 Fetched 85.9 kB in 0s (0 B/s) 13:01:06 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 13:01:06 Fetched 8720 B in 0s (0 B/s) 13:01:06 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 13:01:06 Fetched 137 kB in 0s (0 B/s) 13:01:06 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 13:01:06 Fetched 119 kB in 0s (0 B/s) 13:01:06 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 13:01:06 Fetched 109 kB in 0s (0 B/s) 13:01:06 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 13:01:06 Fetched 11.1 kB in 0s (0 B/s) 13:01:06 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 13:01:06 Fetched 645 kB in 0s (0 B/s) 13:01:06 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 13:01:06 Fetched 41.3 kB in 0s (0 B/s) 13:01:06 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 13:01:06 Fetched 17.9 kB in 0s (0 B/s) 13:01:06 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 13:01:06 Fetched 368 kB in 0s (0 B/s) 13:01:06 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 13:01:06 Fetched 187 kB in 0s (0 B/s) 13:01:06 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 13:01:06 Fetched 175 kB in 0s (0 B/s) 13:01:06 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 13:01:06 Fetched 206 kB in 0s (0 B/s) 13:01:06 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 13:01:06 Fetched 1301 kB in 0s (0 B/s) 13:01:06 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 13:01:06 Fetched 36.2 kB in 0s (0 B/s) 13:01:06 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 13:01:06 Fetched 159 kB in 0s (0 B/s) 13:01:06 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 13:01:06 Fetched 107 kB in 0s (0 B/s) 13:01:06 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 13:01:06 Fetched 48.7 kB in 0s (0 B/s) 13:01:06 Pulling static-packages 13:01:06 + snapcraftctl pull 13:01:06 Pulling version 13:01:06 + cd /root/project 13:01:06 + [ -f VERSION ] 13:01:06 + PROJECT_VERSION=local-dev 13:01:06 + git rev-parse --short HEAD 13:01:06 + GIT_REVISION=b059c893 13:01:06 + snapcraftctl set-version local-dev 13:01:07 Skipping build go-build-helper (already ran) 13:01:07 Building app-service-config 13:01:07 + make build 13:01:07 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 13:01:10 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 13:01:10 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 13:01:10 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 13:01:10 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 13:01:10 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 13:01:10 go: downloading github.com/google/uuid v1.2.0 13:01:10 go: downloading github.com/go-playground/validator/v10 v10.4.1 13:01:10 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 13:01:10 go: downloading github.com/leodido/go-urn v1.2.0 13:01:10 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 13:01:10 go: downloading github.com/go-playground/universal-translator v0.17.0 13:01:10 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 13:01:10 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 13:01:10 go: downloading github.com/BurntSushi/toml v0.3.1 13:01:10 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 13:01:10 go: downloading github.com/pebbe/zmq4 v1.2.5 13:01:10 go: downloading github.com/pelletier/go-toml v1.2.0 13:01:11 go: downloading github.com/go-playground/locales v0.13.0 13:01:11 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 13:01:11 go: downloading github.com/hashicorp/consul/api v1.8.1 13:01:11 go: downloading github.com/go-redis/redis/v7 v7.2.0 13:01:11 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 13:01:11 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:01:11 go: downloading github.com/go-kit/kit v0.8.0 13:01:11 go: downloading github.com/x448/float16 v0.8.4 13:01:11 go: downloading github.com/hashicorp/serf v0.9.5 13:01:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 13:01:11 go: downloading github.com/mitchellh/copystructure v1.0.0 13:01:11 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 13:01:11 go: downloading github.com/go-logfmt/logfmt v0.4.0 13:01:11 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:01:11 go: downloading github.com/mitchellh/mapstructure v1.1.2 13:01:11 go: downloading github.com/gorilla/websocket v1.4.2 13:01:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 13:01:11 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:01:11 go: downloading github.com/hashicorp/go-hclog v0.12.0 13:01:11 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:01:11 go: downloading github.com/gorilla/mux v1.8.0 13:01:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:01:11 go: downloading github.com/mattn/go-isatty v0.0.12 13:01:11 go: downloading github.com/fatih/color v1.9.0 13:01:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 13:01:11 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 13:01:11 go: downloading github.com/mattn/go-colorable v0.1.6 13:01:11 go: downloading github.com/hashicorp/golang-lru v0.5.0 13:01:21 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 13:01:21 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 13:01:21 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 13:01:21 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 13:01:22 Building config-common 13:01:22 + snapcraftctl build 13:01:24 Building edgex-go 13:01:24 + cd /root/parts/edgex-go/src 13:01:24 + make build 13:01:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:01:24 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 13:01:24 go: downloading github.com/OneOfOne/xxhash v1.2.8 13:01:24 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 13:01:24 go: downloading github.com/imdario/mergo v0.3.12 13:01:25 go: downloading github.com/pkg/errors v0.8.1 13:01:25 go: downloading github.com/pebbe/zmq4 v1.2.7 13:01:30 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 13:01:30 go: downloading gopkg.in/yaml.v2 v2.4.0 13:01:35 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 13:01:36 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 13:01:38 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 13:01:38 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 13:01:38 go: downloading github.com/stretchr/testify v1.7.0 13:01:39 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 13:01:39 go: downloading github.com/davecgh/go-spew v1.1.1 13:01:39 go: downloading github.com/pmezard/go-difflib v1.0.0 13:01:40 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 13:01:40 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 13:01:40 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:01:42 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 13:01:43 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 13:01:44 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 13:01:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:01:46 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:01:47 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 13:01:47 go: downloading github.com/lib/pq v1.9.0 13:01:49 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 13:01:49 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 13:01:49 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 13:01:49 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 13:01:49 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 13:01:49 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 13:01:49 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 13:01:49 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 13:01:49 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 13:01:49 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 13:01:49 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 13:01:49 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 13:01:49 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 13:01:49 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 13:01:49 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 13:01:49 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 13:01:49 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 13:01:49 + 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 13:01:49 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 13:01:49 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 13:01:49 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 13:01:49 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 13:01:49 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 13:01:49 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 13:01:49 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 13:01:49 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 13:01:53 Building static-packages 13:01:53 + snapcraftctl build 13:01:55 Building version 13:01:55 + snapcraftctl build 13:01:58 Skipping stage go-build-helper (already ran) 13:01:58 Staging app-service-config 13:01:58 + snapcraftctl stage 13:01:59 Staging config-common 13:01:59 + snapcraftctl stage 13:02:00 Staging edgex-go 13:02:00 + snapcraftctl stage 13:02:00 Staging static-packages 13:02:00 + snapcraftctl stage 13:02:02 Staging version 13:02:02 + snapcraftctl stage 13:02:03 Priming go-build-helper 13:02:03 + snapcraftctl prime 13:02:04 Priming app-service-config 13:02:04 + snapcraftctl prime 13:02:05 Priming config-common 13:02:05 + snapcraftctl prime 13:02:06 Priming edgex-go 13:02:06 + snapcraftctl prime 13:02:08 Priming static-packages 13:02:08 + snapcraftctl prime 13:02:10 Priming version 13:02:10 + snapcraftctl prime 13:02:11 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] } 13:02:17 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 13:02: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 13:02:32 Removing intermediate container fd068804887d 13:02:32 ---> 4b78aec2820b 13:02:32 13:02:32 Step 10/24 : FROM alpine:3.12 13:02:32 3.12: Pulling from library/alpine 13:02:32 Removing intermediate container 16db0a22d03d 13:02:32 ---> 17030d4fc3ab 13:02:32 13:02:32 Step 10/31 : FROM alpine:3.12 13:02:32 3.12: Pulling from library/alpine 13:02:32 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 13:02:32 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 13:02:32 Status: Downloaded newer image for alpine:3.12 13:02:32 ---> e47305ac9786 13:02:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:02:32 Status: Downloaded newer image for alpine:3.12 13:02:32 ---> e47305ac9786 13:02:32 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:02:33 ---> Running in d7bae5191ffb 13:02:33 ---> Running in eccb11897369 13:02:34 Removing intermediate container d7bae5191ffb 13:02:34 ---> bfb37fd1c430 13:02:34 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:02:34 Removing intermediate container 3dd83ebe16fc 13:02:34 ---> 2ce35942536b 13:02:34 13:02:34 Step 10/21 : FROM alpine:3.12 13:02:34 ---> e47305ac9786 13:02:34 Step 11/21 : RUN apk add --update --no-cache curl 13:02:34 ---> Running in 499bb6ff8962 13:02:34 ---> Running in f7785d53646c 13:02:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:02:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:02:36 (1/6) Installing ca-certificates (20191127-r4) 13:02:36 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:02:36 (3/6) Installing libcurl (7.69.1-r3) 13:02:36 (4/6) Installing curl (7.69.1-r3) 13:02:36 (5/6) Installing dumb-init (1.2.2-r1) 13:02:36 (6/6) Installing su-exec (0.2-r1) 13:02:36 Executing busybox-1.31.1-r19.trigger 13:02:36 Executing ca-certificates-20191127-r4.trigger 13:02:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:02:37 OK: 7 MiB in 20 packages 13:02:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:02:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:02:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:02:37 (1/4) Installing ca-certificates (20191127-r4) 13:02:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:02:37 (3/4) Installing libcurl (7.69.1-r3) 13:02:37 (4/4) Installing curl (7.69.1-r3) 13:02:37 Executing busybox-1.31.1-r19.trigger 13:02:37 Executing ca-certificates-20191127-r4.trigger 13:02:38 (1/2) Installing dumb-init (1.2.2-r1) 13:02:38 (2/2) Installing su-exec (0.2-r1) 13:02:38 Executing busybox-1.31.1-r19.trigger 13:02:38 OK: 5 MiB in 16 packages 13:02:38 OK: 7 MiB in 18 packages 13:02:40 Removing intermediate container eccb11897369 13:02:40 ---> 554a312c27a4 13:02:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:02:40 ---> Running in 76976ea484af 13:02:40 Removing intermediate container 499bb6ff8962 13:02:40 ---> 0e8590c5dc91 13:02:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:02:41 ---> Running in 1a449c1b8a52 13:02:41 Removing intermediate container f7785d53646c 13:02:41 ---> 82f8d0c64327 13:02:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:02:41 Removing intermediate container 76976ea484af 13:02:41 ---> f261e0f22537 13:02:41 Step 13/24 : WORKDIR / 13:02:41 ---> Running in 5b8ef160da83 13:02:41 ---> Running in ddd1e3218947 13:02:41 Removing intermediate container 1a449c1b8a52 13:02:41 ---> dc343aa3c141 13:02:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:02:42 ---> Running in 880e2e70854f 13:02:42 Removing intermediate container 5b8ef160da83 13:02:42 ---> c2e8b732ad69 13:02:42 Step 13/21 : WORKDIR /edgex 13:02:42 Removing intermediate container ddd1e3218947 13:02:42 ---> 800408160484 13:02:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:02:42 ---> Running in 56e33870f5cb 13:02:42 Removing intermediate container 880e2e70854f 13:02:42 ---> 40399f199d5a 13:02:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:02:42 ---> Running in 2031a21ce009 13:02:43 Removing intermediate container 56e33870f5cb 13:02:43 ---> d8b7729ed54a 13:02:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:02:44 ---> 68fb70f7f1b5 13:02:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:02:45 ---> bbf3c22305cf 13:02:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:02:46 ---> 8ddfc7c83d47 13:02:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:02:47 Removing intermediate container 2031a21ce009 13:02:47 ---> 1ab7bf590e32 13:02:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:02:47 ---> 5f5d7daee238 13:02:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:02:47 ---> Running in 0afcbcb815d9 13:02:48 ---> 4476881c034b 13:02:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:02:48 Removing intermediate container 0afcbcb815d9 13:02:48 ---> e4c7b5448f06 13:02:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:02:50 ---> 43e22c816f52 13:02:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:02:50 ---> c87f953ce50d 13:02:50 ---> 945beb4ef414 13:02:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:02:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:02:51 Removing intermediate container 07ba5f2187c4 13:02:51 ---> 039ba9a65d4f 13:02:51 13:02:51 Step 10/23 : FROM alpine:3.12 13:02:51 ---> e47305ac9786 13:02:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:02:51 ---> Running in 9605d8da869e 13:02:51 ---> Running in ae8ff1bb1626 13:02:51 ---> Running in 1b38488b1fe0 13:02:51 ---> 7ba2cfafc618 13:02:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:02:51 Removing intermediate container 9605d8da869e 13:02:51 ---> 122087c802d3 13:02:51 Step 18/21 : CMD ["--init=true"] 13:02:52 ---> Running in 75020054f055 13:02:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:02:53 Removing intermediate container 75020054f055 13:02:53 ---> 2c0c65488cbf 13:02:53 Step 19/21 : LABEL arch=arm64 13:02:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:02:53 ---> e1af1486f64d 13:02:53 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/ 13:02:53 ---> Running in 7136ba5cf4df 13:02:53 ---> Running in 3d008613bc21 13:02:53 (1/1) Installing dumb-init (1.2.2-r1) 13:02:53 Executing busybox-1.31.1-r19.trigger 13:02:53 OK: 5 MiB in 15 packages 13:02:54 Removing intermediate container 7136ba5cf4df 13:02:54 ---> e9c21c90efb4 13:02:54 Step 20/21 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 13:02:55 Removing intermediate container ae8ff1bb1626 13:02:55 ---> fe720e3d5839 13:02:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:02:55 ---> Running in 5d7795176ba5 13:02:55 Removing intermediate container 2fc1346be660 13:02:55 ---> 8e0d37074c77 13:02:55 13:02:55 Step 10/23 : FROM alpine:3.12 13:02:55 ---> e47305ac9786 13:02:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:02:56 ---> Running in f4b1626fb05e 13:02:56 Removing intermediate container 1b38488b1fe0 13:02:56 ---> 6cad004265df 13:02:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:02:56 Removing intermediate container 5d7795176ba5 13:02:56 ---> 6e8946b289ea 13:02:56 Step 21/21 : LABEL version=0.0.0 13:02:56 ---> dea56d998e8f 13:02:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:02:56 ---> Running in 5dd62c7dbb75 13:02:57 ---> Running in 65fd39ece60a 13:02:57 Removing intermediate container f4b1626fb05e 13:02:57 ---> 94c5f6ec3908 13:02:57 Step 12/23 : ENV APP_PORT=48080 13:02:57 Removing intermediate container 3d008613bc21 13:02:57 ---> 42044f12b72c 13:02:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:02:57 ---> Running in d1d4dcc06d3d 13:02:57 Removing intermediate container 5dd62c7dbb75 13:02:57 ---> 39e4b2dce0e2 13:02:57 Step 13/23 : ENV APP_PORT=48081 13:02:57 ---> Running in dcaedcd43bcd 13:02:57 Removing intermediate container 65fd39ece60a 13:02:57 ---> c5ef80a663d9 13:02:57 13:02:57 ---> Running in ed7884b308d4 13:02:58 Removing intermediate container d1d4dcc06d3d 13:02:58 ---> 8dbc05af7b50 13:02:58 Step 13/23 : EXPOSE $APP_PORT 13:02:58 ---> 3f82fff0e60c 13:02:58 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:02:58 Successfully built c5ef80a663d9 13:02:58 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:02:58  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 13:02:58 ---> Running in 859117e80b97 13:02:58 Removing intermediate container dcaedcd43bcd 13:02:58 ---> 81262c7cc10d 13:02:58 Step 22/24 : LABEL arch=arm64 13:02:58 Removing intermediate container ed7884b308d4 13:02:58 ---> e4e1bbb88b03 13:02:58 Step 14/23 : EXPOSE $APP_PORT 13:02:59 ---> Running in 77d69a0baf8a 13:02:59 ---> Running in e009b6fc3aad 13:02:59 Removing intermediate container 859117e80b97 13:02:59 ---> bd36b1849411 13:02:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:02:59 ---> 1144fcc00c22 13:02:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:02:59 ---> Running in 9fd2df91d2f0 13:02:59 Removing intermediate container e009b6fc3aad 13:02:59 ---> c898328ba4c6 13:02:59 Step 23/24 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 13:02:59 Removing intermediate container 77d69a0baf8a 13:02:59 ---> 2d03930d9143 13:02:59 Step 15/23 : WORKDIR / 13:02:59 ---> Running in 21dedd42b6b5 13:03:00 ---> Running in 095d8ca9bf57 13:03:00 ---> 628c419cf337 13:03:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:03:00 Removing intermediate container 21dedd42b6b5 13:03:00 ---> 3a3297b3b133 13:03:00 Step 24/24 : LABEL version=0.0.0 13:03:01 Removing intermediate container 095d8ca9bf57 13:03:01 ---> 2196b5da471f 13:03:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:01 ---> Running in b56e8aa4ba1b 13:03:01 ---> d04d7279d969 13:03:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:03:02 ---> Running in b0b82a5aa899 13:03:02 ---> 1900afdaac6a 13:03:02 Removing intermediate container b56e8aa4ba1b 13:03:02 ---> a17275d81ebb 13:03:02 13:03:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:03:02 Removing intermediate container 9fd2df91d2f0 13:03:02 ---> 1a5f983753a9 13:03:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:03:03 Successfully built a17275d81ebb 13:03:03 ---> Running in 1844c98df35b 13:03:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:03:03  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 13:03:03 Removing intermediate container b0b82a5aa899 13:03:03 ---> 139cbfa8b084 13:03:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:03:03 ---> 99432082138a 13:03:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:03:04 ---> 77eaf1d30a9a 13:03:04 Step 26/31 : RUN chmod +x /entrypoint.sh 13:03:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:05 ---> Running in 53035897d449 13:03:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:06 ---> bdcdeeb7b5df 13:03:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:03:06 (1/6) Installing dumb-init (1.2.2-r1) 13:03:06 (2/6) Installing libgcc (9.3.0-r2) 13:03:06 (3/6) Installing libsodium (1.0.18-r0) 13:03:06 ---> Running in 7f2b0515e344 13:03:06 (4/6) Installing libstdc++ (9.3.0-r2) 13:03:06 (5/6) Installing libzmq (4.3.3-r0) 13:03:07 Removing intermediate container 7f2b0515e344 13:03:07 ---> 5b07b15e3f4b 13:03:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:03:07 (6/6) Installing zeromq (4.3.3-r0) 13:03:07 Executing busybox-1.31.1-r19.trigger 13:03:07 OK: 8 MiB in 20 packages 13:03:07 ---> Running in 13bb7aa09fa5 13:03:08 Removing intermediate container 13bb7aa09fa5 13:03:08 ---> cf7fc7047cfa 13:03:08 Step 21/23 : LABEL arch=arm64 13:03:08 ---> Running in e1ca34573096 13:03:09 Removing intermediate container 53035897d449 13:03:09 ---> 4a81c44bc226 13:03:09 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:03:09 Removing intermediate container e1ca34573096 13:03:09 ---> d317a7336d23 13:03:09 Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 13:03:09 Removing intermediate container 1844c98df35b 13:03:09 ---> 5c8d0d3a1414 13:03:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:09 ---> Running in 83728a2bdbe6 13:03:09 ---> Running in 7122e4a50ff7 13:03:10 Removing intermediate container 83728a2bdbe6 13:03:10 ---> b534c0b90d2a 13:03:10 Step 28/31 : CMD ["gate"] 13:03:10 ---> 81c8ce57b8c7 13:03:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:03:10 Removing intermediate container 7122e4a50ff7 13:03:10 ---> 5e5faa31edef 13:03:10 Step 23/23 : LABEL version=0.0.0 13:03:11 ---> Running in 93b91b4436fd 13:03:11 ---> Running in a0fac315b2da 13:03:11 Removing intermediate container 93b91b4436fd 13:03:11 ---> 00e3587fbe11 13:03:11 Step 29/31 : LABEL arch=arm64 13:03:11 Removing intermediate container a0fac315b2da 13:03:11 ---> 27d16d73bf17 13:03:11 13:03:12 Successfully built 27d16d73bf17 13:03:12 Successfully tagged docker-core-metadata-go-arm64:latest 13:03:12  Building docker-core-metadata-go ... done  ---> Running in 841055503de2 13:03:12 Building docker-sys-mgmt-agent-go 13:03:12 ---> e10d3302c07a 13:03:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:03:13 Removing intermediate container 841055503de2 13:03:13 ---> 6e48d9e54874 13:03:13 Step 30/31 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 13:03:13 ---> Running in a5384f7be538 13:03:13 ---> c8722a767209 13:03:13 Step 19/23 : ENTRYPOINT ["/core-data"] 13:03:14 ---> Running in b3275737f6fb 13:03:14 Removing intermediate container a5384f7be538 13:03:14 ---> 60ce143eefad 13:03:14 Step 31/31 : LABEL version=0.0.0 13:03:14 ---> Running in edc1237ef497 13:03:14 Removing intermediate container b3275737f6fb 13:03:14 ---> 2c559cc39454 13:03:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:03:14 ---> Running in 90b387304be7 13:03:15 Removing intermediate container edc1237ef497 13:03:15 ---> 1688dfaae711 13:03:15 13:03:15 Removing intermediate container 90b387304be7 13:03:15 ---> 767d63259bb4 13:03:15 Step 21/23 : LABEL arch=arm64 13:03:15 Successfully built 1688dfaae711 13:03:15 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:03:15 Building docker-core-command-go 13:03:16  Building docker-security-bootstrapper-go ... done  ---> Running in 9d3f8011f006 13:03:16 Removing intermediate container 9d3f8011f006 13:03:16 ---> c3d2543fc9d2 13:03:16 Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 13:03:16 ---> Running in 589d0964fba4 13:03:17 Removing intermediate container 589d0964fba4 13:03:17 ---> 13b121ae18cf 13:03:17 Step 23/23 : LABEL version=0.0.0 13:03:17 ---> Running in 78bc92496e1c 13:03:17 Removing intermediate container 78bc92496e1c 13:03:17 ---> 814549b0c66a 13:03:17 13:03:18 Successfully built 814549b0c66a 13:03:18 Successfully tagged docker-core-data-go-arm64:latest 13:03:45  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:03:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:03:45 ---> 3744ca7ee327 13:03:45 Step 3/22 : WORKDIR /edgex-go 13:03:45 ---> Using cache 13:03:45 ---> 7ad25a2733f3 13:03:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:45 ---> Using cache 13:03:45 ---> d0006a364fe1 13:03:45 Step 5/22 : RUN apk add --update --no-cache make git 13:03:45 ---> Using cache 13:03:45 ---> bd379e0ba323 13:03:45 Step 6/22 : COPY go.mod . 13:03:45 ---> Using cache 13:03:45 ---> 4682b2a44305 13:03:45 Step 7/22 : RUN go mod download 13:03:45 ---> Using cache 13:03:45 ---> 5b465f4f6ae1 13:03:45 Step 8/22 : COPY . . 13:03:45 ---> Using cache 13:03:45 ---> 7457aa06d746 13:03:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:03:46 ---> Running in 2d90fa8ab420 13:03:48 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 13:03:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:03:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:03:50 ---> 3744ca7ee327 13:03:50 Step 3/22 : WORKDIR /edgex-go 13:03:50 ---> Using cache 13:03:50 ---> 7ad25a2733f3 13:03:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:50 ---> Using cache 13:03:50 ---> d0006a364fe1 13:03:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:03:51 ---> Running in e10e10da18bd 13:03:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:55 OK: 217 MiB in 51 packages 13:03:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:03:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:03:57 ---> 3744ca7ee327 13:03:57 Step 3/26 : WORKDIR /edgex-go 13:03:57 ---> Using cache 13:03:57 ---> 7ad25a2733f3 13:03:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:57 ---> Using cache 13:03:57 ---> d0006a364fe1 13:03:57 Step 5/26 : RUN apk add --update --no-cache make bash git 13:03:57 ---> Running in 3ccc22ccc503 13:03:57 Removing intermediate container e10e10da18bd 13:03:57 ---> 7c8e895fbc86 13:03:57 Step 6/22 : COPY go.mod . 13:03:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:03:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:03:59 ---> 3744ca7ee327 13:03:59 Step 3/23 : WORKDIR /edgex-go 13:03:59 ---> Using cache 13:03:59 ---> 7ad25a2733f3 13:03:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:59 ---> Using cache 13:03:59 ---> d0006a364fe1 13:03:59 Step 5/23 : RUN apk add --update --no-cache make git 13:03:59 ---> Using cache 13:03:59 ---> bd379e0ba323 13:03:59 Step 6/23 : COPY go.mod . 13:03:59 ---> Using cache 13:03:59 ---> 4682b2a44305 13:03:59 Step 7/23 : RUN go mod download 13:03:59 ---> Using cache 13:03:59 ---> 5b465f4f6ae1 13:03:59 Step 8/23 : COPY . . 13:03:59 ---> 84bb7cda45bd 13:03:59 Step 7/22 : RUN go mod download 13:03:59 ---> Using cache 13:03:59 ---> 7457aa06d746 13:03:59 Step 9/23 : RUN make cmd/core-command/core-command 13:03:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:04:00 ---> Running in 7e8ad020d9fa 13:04:00 ---> Running in 73d197dd6d52 13:04:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:04: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 13:04:02 OK: 217 MiB in 51 packages 13:04:05 Removing intermediate container 3ccc22ccc503 13:04:05 ---> dd2f4806f1ac 13:04:05 Step 6/26 : COPY go.mod . 13:04:05 Removing intermediate container 7e8ad020d9fa 13:04:05 ---> 5a6406358fb9 13:04:05 Step 8/22 : COPY . . 13:04:05 ---> b69e56f83871 13:04:05 Step 7/26 : RUN go mod download 13:04:06 ---> Running in 3bf135ced31f 13:04:12 Removing intermediate container 3bf135ced31f 13:04:12 ---> a1b82d7d98dd 13:04:12 Step 8/26 : COPY . . 13:04:35 ---> 63432a63d24a 13:04:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:04:35 ---> Running in 58fb8e1a17eb 13:04:36 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 13:04:38 ---> bdf1f9aa56dc 13:04:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:04:38 ---> Running in 7d144bc9ef85 13:04:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:05:07 Removing intermediate container 2d90fa8ab420 13:05:07 ---> efc902c28e1c 13:05:07 13:05:07 Step 10/22 : FROM alpine:3.12 13:05:07 ---> e47305ac9786 13:05:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:05:07 ---> Using cache 13:05:07 ---> 6cad004265df 13:05:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:05:07 ---> Using cache 13:05:07 ---> 39e4b2dce0e2 13:05:07 Step 13/22 : ENV APP_PORT=48085 13:05:07 ---> Running in cdcee1f1dfcc 13:05:07 Removing intermediate container cdcee1f1dfcc 13:05:07 ---> 70fbc0e73fb5 13:05:07 Step 14/22 : EXPOSE $APP_PORT 13:05:08 ---> Running in 4c1e2e2d1b40 13:05:08 Removing intermediate container 4c1e2e2d1b40 13:05:08 ---> f357580c1203 13:05:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:05:09 ---> 26b7fab2edc4 13:05:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:05:11 ---> 9ef3609a875f 13:05:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:05:12 ---> 7e7823dd4a6e 13:05:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:05:12 ---> Running in b53c98ae390b 13:05:13 Removing intermediate container b53c98ae390b 13:05:13 ---> b4fd0faed13d 13:05:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:05:13 ---> Running in 56cb4fe4ea2c 13:05:14 Removing intermediate container 56cb4fe4ea2c 13:05:14 ---> 611e21d74e91 13:05:14 Step 20/22 : LABEL arch=arm64 13:05:14 ---> Running in bcd7cde0a4ff 13:05:15 Removing intermediate container bcd7cde0a4ff 13:05:15 ---> 2aba29024a4d 13:05:15 Step 21/22 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 13:05:15 ---> Running in cd8184354485 13:05:16 Removing intermediate container cd8184354485 13:05:16 ---> 9ce336832871 13:05:16 Step 22/22 : LABEL version=0.0.0 13:05:16 ---> Running in d9a5d0935ab5 13:05:16 Removing intermediate container d9a5d0935ab5 13:05:16 ---> 70e9a4a907fd 13:05:16 13:05:17 Successfully built 70e9a4a907fd 13:05:17 Successfully tagged docker-support-scheduler-go-arm64:latest 13:05:27  Building docker-support-scheduler-go ... done Removing intermediate container 73d197dd6d52 13:05:27 ---> ffe431e74d2b 13:05:27 13:05:27 Step 10/23 : FROM alpine:3.12 13:05:27 ---> e47305ac9786 13:05:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:05:27 ---> Using cache 13:05:27 ---> 6cad004265df 13:05:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:05:27 ---> Using cache 13:05:27 ---> 39e4b2dce0e2 13:05:27 Step 13/23 : ENV APP_PORT=48082 13:05:27 ---> Running in 23c8d37781a1 13:05:28 Removing intermediate container 23c8d37781a1 13:05:28 ---> 2c61dfd1c81f 13:05:28 Step 14/23 : EXPOSE $APP_PORT 13:05:28 ---> Running in c96305ce9183 13:05:29 Removing intermediate container c96305ce9183 13:05:29 ---> d79f2c729889 13:05:29 Step 15/23 : WORKDIR / 13:05:29 ---> Running in e30ae1670820 13:05:29 Removing intermediate container e30ae1670820 13:05:29 ---> f635f00585f5 13:05:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:05:31 ---> 008f07d02b3b 13:05:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:05:32 ---> 11989b0e81a9 13:05:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:05:33 ---> a57ac4e05c9c 13:05:33 Step 19/23 : ENTRYPOINT ["/core-command"] 13:05:33 ---> Running in 04f657c3d421 13:05:34 Removing intermediate container 04f657c3d421 13:05:34 ---> 58cfa14c1961 13:05:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:05:34 ---> Running in 47f97429ec7b 13:05:35 Removing intermediate container 47f97429ec7b 13:05:35 ---> 42594c37b386 13:05:35 Step 21/23 : LABEL arch=arm64 13:05:35 ---> Running in e67e5a3fa4b7 13:05:36 Removing intermediate container e67e5a3fa4b7 13:05:36 ---> a7102564a00d 13:05:36 Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 13:05:36 ---> Running in 12994aee443a 13:05:37 Removing intermediate container 12994aee443a 13:05:37 ---> f4dbd128101f 13:05:37 Step 23/23 : LABEL version=0.0.0 13:05:37 ---> Running in 2e22f0e309d8 13:05:38 Removing intermediate container 2e22f0e309d8 13:05:38 ---> 6bde919ac243 13:05:38 13:05:38 Successfully built 6bde919ac243 13:05:38 Successfully tagged docker-core-command-go-arm64:latest 13:05:51  Building docker-core-command-go ... done Removing intermediate container 7d144bc9ef85 13:05:51 ---> f329cf0f1ca2 13:05:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:05:51 ---> Running in 0dc9586d5f18 13:05:51 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 13:05:51 Removing intermediate container 58fb8e1a17eb 13:05:51 ---> ae7316626cbe 13:05:51 13:05:51 Step 10/22 : FROM alpine:3.12 13:05:51 ---> e47305ac9786 13:05:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:05:51 ---> Running in 26bc1fdd37d1 13:05:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:05:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:05:53 (1/2) Installing ca-certificates (20191127-r4) 13:05:53 (2/2) Installing dumb-init (1.2.2-r1) 13:05:53 Executing busybox-1.31.1-r19.trigger 13:05:53 Executing ca-certificates-20191127-r4.trigger 13:05:53 Removing intermediate container 0dc9586d5f18 13:05:53 ---> 15bace6fb8e1 13:05:53 13:05:53 Step 11/26 : FROM docker:20.10.0 13:05:53 OK: 6 MiB in 16 packages 13:05:53 20.10.0: Pulling from library/docker 13:05:55 Removing intermediate container 26bc1fdd37d1 13:05:55 ---> f4ca71825fd5 13:05:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:05:55 ---> Running in f6e9a59ce42c 13:05:56 Removing intermediate container f6e9a59ce42c 13:05:56 ---> bd1f61ece9a0 13:05:56 Step 13/22 : ENV APP_PORT=48060 13:05:56 ---> Running in fc0fad4fc5e4 13:05:57 Removing intermediate container fc0fad4fc5e4 13:05:57 ---> 9782401f763c 13:05:57 Step 14/22 : EXPOSE $APP_PORT 13:05:57 ---> Running in 35292067591f 13:05:58 Removing intermediate container 35292067591f 13:05:58 ---> 36f6c514be4a 13:05:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:05:59 ---> 5c491a8e706d 13:05:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:06:01 ---> 12752ce0312a 13:06:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:06:02 ---> 175cda92b764 13:06:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:06:02 ---> Running in ec62c6f9ba74 13:06:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:06:02 Status: Downloaded newer image for docker:20.10.0 13:06:02 ---> eeaf43b92773 13:06:02 Step 12/26 : RUN apk add --no-cache bash 13:06:02 ---> Running in 00c67f91b867 13:06:03 Removing intermediate container ec62c6f9ba74 13:06:03 ---> f7c53a029372 13:06:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:06:03 ---> Running in d51232d8696f 13:06:03 Removing intermediate container d51232d8696f 13:06:03 ---> b24f2645c8e3 13:06:03 Step 20/22 : LABEL arch=arm64 13:06:03 ---> Running in ff10950695dc 13:06:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:06:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:06:04 Removing intermediate container ff10950695dc 13:06:04 ---> 38b01bd68eda 13:06:04 Step 21/22 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 13:06:04 ---> Running in df5aa969304e 13:06:05 (1/2) Installing readline (8.0.4-r0) 13:06:05 (2/2) Installing bash (5.0.17-r0) 13:06:05 Executing bash-5.0.17-r0.post-install 13:06:05 Executing busybox-1.31.1-r19.trigger 13:06:05 OK: 12 MiB in 22 packages 13:06:05 Removing intermediate container df5aa969304e 13:06:05 ---> d82a2f7b5dc3 13:06:05 Step 22/22 : LABEL version=0.0.0 13:06:05 ---> Running in 90a91173c8fc 13:06:05 Removing intermediate container 90a91173c8fc 13:06:05 ---> 1d9379e4a63a 13:06:05 13:06:06 Successfully built 1d9379e4a63a 13:06:06 Successfully tagged docker-support-notifications-go-arm64:latest 13:06:06  Building docker-support-notifications-go ... done Removing intermediate container 00c67f91b867 13:06:06 ---> 05093859d49d 13:06:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:06:06 ---> Running in dbfc6c9452b4 13:06:06 Removing intermediate container dbfc6c9452b4 13:06:06 ---> 88d43752ca95 13:06:06 Step 14/26 : ENV APP_PORT=48090 13:06:06 ---> Running in 2008785a12b5 13:06:07 Removing intermediate container 2008785a12b5 13:06:07 ---> d87e115e2753 13:06:07 Step 15/26 : EXPOSE $APP_PORT 13:06:07 ---> Running in 785ad0873a92 13:06:08 Removing intermediate container 785ad0873a92 13:06:08 ---> 659adaa9dc73 13:06:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:06:09 ---> 7e187c8f8da3 13:06:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:06:10 ---> 433416792382 13:06:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:06:10 ---> cd419efb9ac0 13:06:10 Step 19/26 : RUN apk --no-cache add py3-pip 13:06:10 ---> Running in dc30776cfe5c 13:06:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:06:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:06:12 (1/33) Installing libbz2 (1.0.8-r1) 13:06:12 (2/33) Installing expat (2.2.9-r1) 13:06:12 (3/33) Installing libffi (3.3-r2) 13:06:12 (4/33) Installing gdbm (1.13-r1) 13:06:12 (5/33) Installing xz-libs (5.2.5-r0) 13:06:12 (6/33) Installing sqlite-libs (3.32.1-r0) 13:06:12 (7/33) Installing python3 (3.8.8-r0) 13:06:14 (8/33) Installing py3-appdirs (1.4.4-r1) 13:06:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:06:14 (10/33) Installing py3-parsing (2.4.7-r0) 13:06:14 (11/33) Installing py3-six (1.15.0-r0) 13:06:14 (12/33) Installing py3-packaging (20.4-r0) 13:06:14 (13/33) Installing py3-setuptools (47.0.0-r0) 13:06:14 (14/33) Installing py3-chardet (3.0.4-r4) 13:06:14 (15/33) Installing py3-idna (2.9-r0) 13:06:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:06:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:06:14 (18/33) Installing py3-requests (2.23.0-r0) 13:06:14 (19/33) Installing py3-msgpack (1.0.0-r0) 13:06:14 (20/33) Installing py3-lockfile (0.12.2-r3) 13:06:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:06:14 (22/33) Installing py3-colorama (0.4.3-r0) 13:06:14 (23/33) Installing py3-distlib (0.3.0-r0) 13:06:14 (24/33) Installing py3-distro (1.5.0-r1) 13:06:14 (25/33) Installing py3-webencodings (0.5.1-r3) 13:06:14 (26/33) Installing py3-html5lib (1.0.1-r4) 13:06:14 (27/33) Installing py3-pytoml (0.1.21-r0) 13:06:14 (28/33) Installing py3-pep517 (0.8.2-r0) 13:06:14 (29/33) Installing py3-progress (1.5-r0) 13:06:14 (30/33) Installing py3-toml (0.10.1-r0) 13:06:14 (31/33) Installing py3-retrying (1.3.3-r0) 13:06:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:06:14 (33/33) Installing py3-pip (20.1.1-r0) 13:06:14 Executing busybox-1.31.1-r19.trigger 13:06:14 OK: 71 MiB in 55 packages 13:06:21 Removing intermediate container dc30776cfe5c 13:06:21 ---> aba967c2bed6 13:06:21 Step 20/26 : RUN pip install docker-compose==1.23.2 13:06:21 ---> Running in d35cd970849b 13:06:25 Collecting docker-compose==1.23.2 13:06:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:06:27 Collecting PyYAML<4,>=3.10 13:06:27 Downloading PyYAML-3.13.tar.gz (270 kB) 13:06:30 Collecting cached-property<2,>=1.2.0 13:06:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:06:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:06:30 Collecting docker<4.0,>=3.6.0 13:06:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:06:31 Collecting texttable<0.10,>=0.9.0 13:06:31 Downloading texttable-0.9.1.tar.gz (11 kB) 13:06:33 Collecting docopt<0.7,>=0.6.1 13:06:33 Downloading docopt-0.6.2.tar.gz (25 kB) 13:06:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:06:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:06:36 Collecting dockerpty<0.5,>=0.4.1 13:06:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:06:38 Collecting websocket-client<1.0,>=0.32.0 13:06:38 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:06:38 Collecting jsonschema<3,>=2.5.1 13:06:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:06:39 Collecting docker-pycreds>=0.4.0 13:06:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:06:39 Collecting idna<2.8,>=2.5 13:06:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:06:40 Collecting urllib3<1.25,>=1.21.1 13:06:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:06:40 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) 13:06:40 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) 13:06:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:06:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:06:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:06:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:06:40 Installing collected packages: PyYAML, cached-property, idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, docopt, dockerpty, jsonschema, docker-compose 13:06:40 Running setup.py install for PyYAML: started 13:06:42 Running setup.py install for PyYAML: finished with status 'done' 13:06:43 Attempting uninstall: idna 13:06:43 Found existing installation: idna 2.9 13:06:43 Uninstalling idna-2.9: 13:06:43 Successfully uninstalled idna-2.9 13:06:43 Attempting uninstall: urllib3 13:06:43 Found existing installation: urllib3 1.25.9 13:06:43 Uninstalling urllib3-1.25.9: 13:06:43 Successfully uninstalled urllib3-1.25.9 13:06:44 Attempting uninstall: requests 13:06:44 Found existing installation: requests 2.23.0 13:06:44 Uninstalling requests-2.23.0: 13:06:44 Successfully uninstalled requests-2.23.0 13:06:45 Running setup.py install for texttable: started 13:06:47 Running setup.py install for texttable: finished with status 'done' 13:06:47 Running setup.py install for docopt: started 13:06:49 Running setup.py install for docopt: finished with status 'done' 13:06:49 Running setup.py install for dockerpty: started 13:06:51 Running setup.py install for dockerpty: finished with status 'done' 13:06:52 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 13:06:55 Removing intermediate container d35cd970849b 13:06:55 ---> 26e08d3ef0e7 13:06:55 Step 21/26 : RUN apk --no-cache add curl 13:06:55 ---> Running in bb5032b47b8a 13:06:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:06:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:06:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:06:57 (2/3) Installing libcurl (7.69.1-r3) 13:06:57 (3/3) Installing curl (7.69.1-r3) 13:06:57 Executing busybox-1.31.1-r19.trigger 13:06:57 OK: 72 MiB in 58 packages 13:06:58 Removing intermediate container bb5032b47b8a 13:06:58 ---> 7e6bf3f24dbb 13:06:58 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:06:58 ---> Running in ac0d42d87b57 13:06:59 Removing intermediate container ac0d42d87b57 13:06:59 ---> bccf0b30144e 13:06:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:06:59 ---> Running in 7df209342a7a 13:07:00 Removing intermediate container 7df209342a7a 13:07:00 ---> 054a3a59fad7 13:07:00 Step 24/26 : LABEL arch=arm64 13:07:00 ---> Running in b6d72e30a0ab 13:07:00 Removing intermediate container b6d72e30a0ab 13:07:00 ---> 5999b89cb6bb 13:07:00 Step 25/26 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 13:07:00 ---> Running in a9f289ba83ca 13:07:01 Removing intermediate container a9f289ba83ca 13:07:01 ---> 329fc88be265 13:07:01 Step 26/26 : LABEL version=0.0.0 13:07:01 ---> Running in 9881af279c8a 13:07:01 Removing intermediate container 9881af279c8a 13:07:01 ---> 1b20bd01e371 13:07:01 13:07:02 Successfully built 1b20bd01e371 13:07:02 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:07:02  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:07:02 $ docker stop --time=1 54291581cb57aa4af7db11605fa4524aae8ce619c9caa1c7789bf4df3c538170 13:07:04 $ docker rm -f 54291581cb57aa4af7db11605fa4524aae8ce619c9caa1c7789bf4df3c538170 [Pipeline] // withDockerContainer [Pipeline] sh 13:07:05 + docker images 13:07:05 + grep docker 13:07:05 docker-sys-mgmt-agent-go-arm64 latest 1b20bd01e371 4 seconds ago 301MB 13:07:05 docker-support-notifications-go-arm64 latest 1d9379e4a63a About a minute ago 16.9MB 13:07:05 docker-core-command-go-arm64 latest 6bde919ac243 About a minute ago 16.3MB 13:07:05 docker-support-scheduler-go-arm64 latest 70e9a4a907fd About a minute ago 16.4MB 13:07:05 docker-core-data-go-arm64 latest 814549b0c66a 3 minutes ago 21.4MB 13:07:05 docker-security-bootstrapper-go-arm64 latest 1688dfaae711 3 minutes ago 17.9MB 13:07:05 docker-core-metadata-go-arm64 latest 27d16d73bf17 3 minutes ago 17.9MB 13:07:05 docker-security-secretstore-setup-go-arm64 latest a17275d81ebb 4 minutes ago 24.4MB 13:07:05 docker-security-proxy-setup-go-arm64 latest c5ef80a663d9 4 minutes ago 24.1MB 13:07:05 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 13:07:06 ---> job-cost.sh 13:07:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-97zt 13:07:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:09:22 lf-activate-venv(): INFO: Adding /tmp/venv-97zt/bin to PATH 13:09:22 INFO: No Stack... 13:09:22 INFO: Retrieving Pricing Info for: lf-standard-4 13:09:22 INFO: Archiving Costs [Pipeline] sh 13:09:22 + cat /w/workspace/edgex-go/5/archives/cost.csv 13:09:22 + cut -d, -f6 [Pipeline] lock 13:09:22 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3319-5-stack-cost] 13:09:22 Resource [jenkins-edgexfoundry-edgex-go-PR-3319-5-stack-cost] did not exist. Created. 13:09:22 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3319-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:09:23 + echo total: 0.20999999344348907 [Pipeline] stash 13:09:23 Stashed 1 file(s) [Pipeline] } 13:09:23 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3319-5-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 13:09:25 provisioning config files... 13:09:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config1023706782795661180tmp [Pipeline] { [Pipeline] sh 13:09:25 + set +x 13:09:25 + curl -s https://codecov.io/bash 13:09:25 + bash -s -- 13:09:25 13:09:25 _____ _ 13:09:25 / ____| | | 13:09:25 | | ___ __| | ___ ___ _____ __ 13:09:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:09:25 | |___| (_) | (_| | __/ (_| (_) \ V / 13:09:25 \_____\___/ \__,_|\___|\___\___/ \_/ 13:09:25 Bash-20210309-2b87ace 13:09:25 13:09:25 13:09:25 ==> git version 2.24.3 found 13:09:25 ==> 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 13:09:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:09:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:09:25 ==> Jenkins CI detected. 13:09:25 project root: . 13:09:25 --> token set from env 13:09:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:09:25 ==> Running gcov in . (disable via -X gcov) 13:09:25 ==> Python coveragepy not found 13:09:25 ==> Searching for coverage reports in: 13:09:25 + . 13:09:25 -> Found 1 reports 13:09:25 ==> Detecting git/mercurial file structure 13:09:25 ==> Reading reports 13:09:26 + ./coverage.out bytes=669470 13:09:26 ==> Appending adjustments 13:09:26 https://docs.codecov.io/docs/fixing-reports 13:09:29 + Found adjustments 13:09:29 ==> Gzipping contents 13:09:29 96K /tmp/codecov.Ddp9ys.gz 13:09:29 ==> Uploading reports 13:09:29 url: https://codecov.io 13:09:29 query: branch=PR-3319&commit=b059c893a95a190e7cb1ea7e9367c68d19646d58&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= 13:09:29 -> Pinging Codecov 13:09:29 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3319&commit=b059c893a95a190e7cb1ea7e9367c68d19646d58&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= 13:09:30 -> Uploading to 13:09:30 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/b059c893a95a190e7cb1ea7e9367c68d19646d58/da7973c9-7ac1-4bd0-9268-fb6a412ed767.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T130929Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=70cd6ed5d3f54dfabc0b8ec108a26afa86e6518ce9ffb17f14dab44a9915d8fa 13:09:30 % Total % Received % Xferd Average Speed Time Time Time Current 13:09:30 Dload Upload Total Spent Left Speed 13:09:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96843 0 0 100 96843 0 184k --:--:-- --:--:-- --:--:-- 185k 13:09:30 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b059c893a95a190e7cb1ea7e9367c68d19646d58 [Pipeline] } 13:09:30 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 13:09:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:09:33 ---> package-listing.sh 13:09:33 ++ facter osfamily 13:09:33 ++ tr '[:upper:]' '[:lower:]' 13:09:33 + OS_FAMILY=redhat 13:09:33 + workspace=/w/workspace/edgex-go/5 13:09:33 + START_PACKAGES=/tmp/packages_start.txt 13:09:33 + END_PACKAGES=/tmp/packages_end.txt 13:09:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:09:33 + PACKAGES=/tmp/packages_start.txt 13:09:33 + '[' /w/workspace/edgex-go/5 ']' 13:09:33 + PACKAGES=/tmp/packages_end.txt 13:09:33 + case "${OS_FAMILY}" in 13:09:33 + rpm -qa 13:09:33 + sort 13:09:38 + '[' -f /tmp/packages_start.txt ']' 13:09:38 + '[' -f /tmp/packages_end.txt ']' 13:09:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:09:38 + '[' /w/workspace/edgex-go/5 ']' 13:09:38 + mkdir -p /w/workspace/edgex-go/5/archives/ 13:09:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 13:09:38 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:09:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:09:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:09:39 13:09:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:09:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:09:39 alpine: Pulling from edgex-lftools-log-publisher 13:09:39 df20fa9351a1: Pulling fs layer 13:09:39 36b3adc4ff6f: Pulling fs layer 13:09:39 8ad3a11d3b57: Pulling fs layer 13:09:39 46f8f816bc3b: Pulling fs layer 13:09:39 93b61091891f: Pulling fs layer 13:09:39 93b9cdb0e59b: Pulling fs layer 13:09:39 5e14af77c1be: Pulling fs layer 13:09:39 01666e4c0597: Pulling fs layer 13:09:39 aa168da1d23b: Pulling fs layer 13:09:39 46f8f816bc3b: Waiting 13:09:39 93b9cdb0e59b: Waiting 13:09:39 93b61091891f: Waiting 13:09:39 01666e4c0597: Waiting 13:09:39 5e14af77c1be: Waiting 13:09:39 aa168da1d23b: Waiting 13:09:39 36b3adc4ff6f: Download complete 13:09:39 46f8f816bc3b: Verifying Checksum 13:09:39 46f8f816bc3b: Download complete 13:09:40 df20fa9351a1: Verifying Checksum 13:09:40 df20fa9351a1: Download complete 13:09:40 93b9cdb0e59b: Verifying Checksum 13:09:40 93b9cdb0e59b: Download complete 13:09:40 5e14af77c1be: Verifying Checksum 13:09:40 5e14af77c1be: Download complete 13:09:40 93b61091891f: Download complete 13:09:40 01666e4c0597: Verifying Checksum 13:09:40 01666e4c0597: Download complete 13:09:40 8ad3a11d3b57: Verifying Checksum 13:09:40 8ad3a11d3b57: Download complete 13:09:40 df20fa9351a1: Pull complete 13:09:40 36b3adc4ff6f: Pull complete 13:09:42 aa168da1d23b: Verifying Checksum 13:09:42 aa168da1d23b: Download complete 13:09:42 8ad3a11d3b57: Pull complete 13:09:42 46f8f816bc3b: Pull complete 13:09:44 93b61091891f: Pull complete 13:09:44 93b9cdb0e59b: Pull complete 13:09:44 5e14af77c1be: Pull complete 13:09:44 01666e4c0597: Pull complete 13:09:54 aa168da1d23b: Pull complete 13:09:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:09:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:09:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:09:54 prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container 13:09:54 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:09:59 $ docker top 96bc7160354210686239b9c7afb2168a0253bbdcdc0a92291e5afe3f702fad3a -eo pid,comm [Pipeline] { [Pipeline] sh 13:09:59 + touch /tmp/pre-build-complete [Pipeline] sh 13:10:00 + mkdir -p /var/log/sa [Pipeline] sh 13:10:00 + ls /var/log/sa-host 13:10:00 + sadf -c /var/log/sa-host/sa23 13:10:00 file_magic: OK 13:10:00 HZ: Using current value: 100 13:10:00 file_header: OK 13:10:00 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 13:10:00 Statistics: 13:10:00 Hnuu...uuuununununu... 13:10:00 File successfully converted to sysstat format version 12.2.1 13:10:00 + sadf -c /var/log/sa-host/sa31 13:10:00 file_magic: OK 13:10:00 HZ: Using current value: 100 13:10:00 file_header: OK 13:10:00 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 13:10:00 Statistics: 13:10:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:10:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:10:01 provisioning config files... 13:10:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1391646979953806627tmp [Pipeline] { [Pipeline] echo 13:10:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:10:01 ---> create-netrc.sh [Pipeline] } 13:10:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:10:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:10:02 ---> python-tools-install.sh [Pipeline] echo 13:10:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:10:02 ---> sudo-logs.sh 13:10:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:10:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:10:02 ---> job-cost.sh 13:10:02 lf-activate-venv: SKIPPING 13:10:02 DEBUG: total: 0.20999999344348907 13:10:02 INFO: Retrieving Stack Cost... 13:10:04 INFO: Retrieving Pricing Info for: v1-standard-2 13:10:04 INFO: Archiving Costs [Pipeline] echo 13:10:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:10:04 ---> logs-deploy.sh 13:10:04 lf-activate-venv: SKIPPING 13:10:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3319/5 13:10:04 INFO: archiving workspace using pattern(s): 13:10:06 Archives upload complete. 13:10:06 INFO: archiving logs to Nexus