Pull request #3061 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 495c2e8daeb3df48c63772693747c122c948160c+5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b (18ada532d79a5e8d4f8f5781d5cc8dc4207976f9) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22146 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 495c2e8daeb3df48c63772693747c122c948160c Merge succeeded, producing 495c2e8daeb3df48c63772693747c122c948160c Checking out Revision 495c2e8daeb3df48c63772693747c122c948160c (PR-3061) > 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/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:42:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:42:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:42:03 ========================================================= 01:42:03 EdgeX Global Pipelines Version Info 01:42:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bfe1372f521cef71b954d9617e597979e37d233e # timeout=10 01:42:05 ------------------- 01:42:05 stable info: 01:42:05 ------------------- 01:42:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:42:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:42:05 Message: update stable to v1.0.179 01:42:06 ------------------- 01:42:06 experimental info: 01:42:06 ------------------- 01:42:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:42:06 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:42:06 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:42:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:42:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:42:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:42:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:42:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:42:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:42:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3061 [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3061 [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3061 [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 495c2e8daeb3df48c63772693747c122c948160c [Pipeline] echo 01:42:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 495c2e8 [Pipeline] echo 01:42:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:42:09 provisioning config files... 01:42:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7266644393976716295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:42:09 ---> docker-login.sh 01:42:09 nexus3.edgexfoundry.org:10001 01:42:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:10 Configure a credential helper to remove this warning. See 01:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:10 01:42:10 Login Succeeded 01:42:10 nexus3.edgexfoundry.org:10002 01:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:10 Configure a credential helper to remove this warning. See 01:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:10 01:42:10 Login Succeeded 01:42:10 nexus3.edgexfoundry.org:10003 01:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:10 Configure a credential helper to remove this warning. See 01:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:10 01:42:10 Login Succeeded 01:42:10 nexus3.edgexfoundry.org:10004 01:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:10 Configure a credential helper to remove this warning. See 01:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:10 01:42:10 Login Succeeded 01:42:10 docker.io 01:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:10 Configure a credential helper to remove this warning. See 01:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:10 01:42:10 Login Succeeded 01:42:10 ---> docker-login.sh ends [Pipeline] } 01:42:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:42:11 ++ 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 01:42:11 + for file in '`ls cmd/**/Dockerfile`' 01:42:11 ++ dirname cmd/core-command/Dockerfile 01:42:11 ++ cut -d/ -f2 01:42:11 + echo core-command,cmd/core-command/Dockerfile 01:42:11 + for file in '`ls cmd/**/Dockerfile`' 01:42:11 ++ dirname cmd/core-data/Dockerfile 01:42:11 ++ cut -d/ -f2 01:42:11 + echo core-data,cmd/core-data/Dockerfile 01:42:11 + for file in '`ls cmd/**/Dockerfile`' 01:42:11 ++ dirname cmd/core-metadata/Dockerfile 01:42:11 ++ cut -d/ -f2 01:42:11 + echo core-metadata,cmd/core-metadata/Dockerfile 01:42:11 + for file in '`ls cmd/**/Dockerfile`' 01:42:11 ++ dirname cmd/security-bootstrapper/Dockerfile 01:42:11 ++ cut -d/ -f2 01:42:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:42:11 + for file in '`ls cmd/**/Dockerfile`' 01:42:11 ++ dirname cmd/security-proxy-setup/Dockerfile 01:42:11 ++ cut -d/ -f2 01:42:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:42:11 + for file in '`ls cmd/**/Dockerfile`' 01:42:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:42:11 ++ cut -d/ -f2 01:42:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:42:11 + for file in '`ls cmd/**/Dockerfile`' 01:42:11 ++ dirname cmd/support-notifications/Dockerfile 01:42:11 ++ cut -d/ -f2 01:42:11 + echo support-notifications,cmd/support-notifications/Dockerfile 01:42:11 + for file in '`ls cmd/**/Dockerfile`' 01:42:11 ++ dirname cmd/support-scheduler/Dockerfile 01:42:11 ++ cut -d/ -f2 01:42:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:42:11 + for file in '`ls cmd/**/Dockerfile`' 01:42:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:42:11 ++ cut -d/ -f2 01:42:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:42:11 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 01:42:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:42:13 01:42:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:42:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:42:13 latest: Pulling from edgex-devops/git-semver 01:42:13 31603596830f: Pulling fs layer 01:42:13 2a8b12db71e7: Pulling fs layer 01:42:13 6ca5941a6612: Pulling fs layer 01:42:13 ecc8261a40a4: Pulling fs layer 01:42:13 2a8b12db71e7: Verifying Checksum 01:42:13 2a8b12db71e7: Download complete 01:42:13 31603596830f: Verifying Checksum 01:42:13 31603596830f: Download complete 01:42:13 6ca5941a6612: Verifying Checksum 01:42:13 6ca5941a6612: Download complete 01:42:13 ecc8261a40a4: Download complete 01:42:13 31603596830f: Pull complete 01:42:13 2a8b12db71e7: Pull complete 01:42:14 6ca5941a6612: Pull complete 01:42:15 ecc8261a40a4: Pull complete 01:42:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:42:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:42:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:42:15 prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container 01:42:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10004/edgex-devops/git-semver:latest cat 01:42:17 $ docker top 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:42:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:42:17 [ssh-agent] Looking for ssh-agent implementation... 01:42:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:42:17 $ docker exec 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca ssh-agent 01:42:18 SSH_AUTH_SOCK=/tmp/ssh-5Fc2zdnGRvvq/agent.12 01:42:18 SSH_AGENT_PID=17 01:42:18 Running ssh-add (command line suppressed) 01:42:18 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5497874863380526823.key (/w/workspace/edgex-go/3@tmp/private_key_5497874863380526823.key) 01:42:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:42:18 + git tag --points-at HEAD [Pipeline] } 01:42:18 $ docker exec --env ******** --env ******** 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca ssh-agent -k 01:42:18 unset SSH_AUTH_SOCK; 01:42:18 unset SSH_AGENT_PID; 01:42:18 echo Agent pid 17 killed; 01:42:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:42:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:42:19 [ssh-agent] Looking for ssh-agent implementation... 01:42:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:42:19 $ docker exec 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca ssh-agent 01:42:19 SSH_AUTH_SOCK=/tmp/ssh-ERYX3NVhBMBv/agent.45 01:42:19 SSH_AGENT_PID=50 01:42:19 Running ssh-add (command line suppressed) 01:42:19 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3359443559873662191.key (/w/workspace/edgex-go/3@tmp/private_key_3359443559873662191.key) 01:42:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:42:20 + git semver init 01:42:20 # -> Open(): unable to determine branch for HEAD 01:42:20 # $GIT_DIR = /w/workspace/edgex-go/3/.git 01:42:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 01:42:20 # $SEMVER_REMOTE_NAME = origin 01:42:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:42:20 # $SEMVER_USER_NAME = edgex-jenkins 01:42:20 # $SEMVER_BRANCH = PR-3061 01:42:20 # $SEMVER_TEMP = /tmp/semver-073472216 01:42:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:42:42 # '/tmp/semver-073472216' -> '/w/workspace/edgex-go/3/.semver' 01:42:42 # -> Force: false 01:42:42 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 01:42:42 $ docker exec --env ******** --env ******** 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca ssh-agent -k 01:42:42 unset SSH_AUTH_SOCK; 01:42:42 unset SSH_AGENT_PID; 01:42:42 echo Agent pid 50 killed; 01:42:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:42:42 + git semver [Pipeline] } 01:42:43 $ docker stop --time=1 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca 01:42:44 $ docker rm -f 8aa5648feecc86423a4f0fc09023c846a119739e5c44e28c4a61131f852a07ca [Pipeline] // withDockerContainer [Pipeline] sh 01:42:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:42:45 Stashed 1 file(s) [Pipeline] echo 01:42:45 [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 01:42:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:42:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:42:47 + sudo service docker restart 01:42:47 + true 01:42:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:42:47 ========================================================= 01:42:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:42:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:42:48 + 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 . 01:42:51 Sending build context to Docker daemon 327.2MB 01:42:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:42:51 Step 2/6 : FROM ${BASE} 01:42:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:42:51 188c0c94c7c5: Pulling fs layer 01:42:51 0ef7d3d256c8: Pulling fs layer 01:42:51 de9db76c5a1d: Pulling fs layer 01:42:51 bca2f99d35d6: Pulling fs layer 01:42:51 93359f2a8cfa: Pulling fs layer 01:42:51 7c6f9722023f: Pulling fs layer 01:42:51 a35cf1a2eb13: Pulling fs layer 01:42:51 bca2f99d35d6: Waiting 01:42:51 93359f2a8cfa: Waiting 01:42:51 7c6f9722023f: Waiting 01:42:51 a35cf1a2eb13: Waiting 01:42:51 de9db76c5a1d: Verifying Checksum 01:42:51 de9db76c5a1d: Download complete 01:42:51 0ef7d3d256c8: Verifying Checksum 01:42:51 0ef7d3d256c8: Download complete 01:42:51 93359f2a8cfa: Verifying Checksum 01:42:51 93359f2a8cfa: Download complete 01:42:51 7c6f9722023f: Download complete 01:42:52 188c0c94c7c5: Download complete 01:42:52 188c0c94c7c5: Pull complete 01:42:52 0ef7d3d256c8: Pull complete 01:42:53 de9db76c5a1d: Pull complete 01:42:53 a35cf1a2eb13: Verifying Checksum 01:42:53 a35cf1a2eb13: Download complete 01:42:54 bca2f99d35d6: Verifying Checksum 01:42:54 bca2f99d35d6: Download complete 01:42:59 bca2f99d35d6: Pull complete 01:42:59 93359f2a8cfa: Pull complete 01:42:59 7c6f9722023f: Pull complete 01:43:00 Still waiting to schedule task 01:43:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:43:05 a35cf1a2eb13: Pull complete 01:43:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:43:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:43:05 ---> a62c8e92a672 01:43:05 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 01:43:05 ---> Running in 2cc66f2fadf5 01:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:43:06 (1/12) Installing libmagic (5.38-r0) 01:43:06 (2/12) Installing file (5.38-r0) 01:43:06 (3/12) Installing libc-dev (0.7.2-r3) 01:43:06 (4/12) Installing g++ (9.3.0-r2) 01:43:11 (5/12) Installing fortify-headers (1.1-r0) 01:43:11 (6/12) Installing patch (2.7.6-r6) 01:43:11 (7/12) Installing build-base (0.5-r2) 01:43:11 (8/12) Installing libsodium (1.0.18-r0) 01:43:11 (9/12) Installing pkgconf (1.7.2-r0) 01:43:11 (10/12) Installing libsodium-dev (1.0.18-r0) 01:43:11 (11/12) Installing libzmq (4.3.3-r0) 01:43:11 (12/12) Installing zeromq-dev (4.3.3-r0) 01:43:11 Executing busybox-1.31.1-r19.trigger 01:43:11 OK: 233 MiB in 51 packages 01:43:15 Removing intermediate container 2cc66f2fadf5 01:43:15 ---> d110d8dbc30c 01:43:15 Step 4/6 : WORKDIR /edgex-go 01:43:15 ---> Running in 5d8f3d456463 01:43:15 Removing intermediate container 5d8f3d456463 01:43:15 ---> 168946673628 01:43:15 Step 5/6 : COPY go.mod . 01:43:15 ---> a2050418a447 01:43:15 Step 6/6 : RUN go mod download 01:43:16 ---> Running in f890f439a61a 01:43:38 Removing intermediate container f890f439a61a 01:43:38 ---> 790067b7f913 01:43:38 Successfully built 790067b7f913 01:43:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:43:38 + docker inspect -f . ci-base-image-x86_64 01:43:38 . [Pipeline] withDockerContainer 01:43:38 prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container 01:43:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:43:39 $ docker top 73d4438d669873a571b96c6d37127d9205ab6a7a604791c12fcd16cb5c30f447 -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:40 + go version 01:43:40 go version go1.15.5 linux/amd64 [Pipeline] } 01:43:40 $ docker stop --time=1 73d4438d669873a571b96c6d37127d9205ab6a7a604791c12fcd16cb5c30f447 01:43:41 $ docker rm -f 73d4438d669873a571b96c6d37127d9205ab6a7a604791c12fcd16cb5c30f447 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:43:42 + docker inspect -f . ci-base-image-x86_64 01:43:42 . [Pipeline] withDockerContainer 01:43:42 prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container 01:43:42 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:43:43 $ docker top 273232c1bf7b259b06e1069f8162ec35bb591cd4e8a37518ae4cbe78ce1deb7b -eo pid,comm [Pipeline] { [Pipeline] echo 01:43:43 ========================================================= 01:43:43 [edgeXBuildGoParallel] Running Tests and Build... 01:43:43 ========================================================= [Pipeline] sh 01:43:44 + make test 01:43:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:43:54 ? github.com/edgexfoundry/edgex-go [no test files] 01:44:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:44:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:44:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:44:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:44:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:44:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:44:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:44:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:44:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:44:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:44:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:44:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:44:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:44:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:44:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 46.0% of statements 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/bootstrap/container [no test files] 01:44:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces [no test files] 01:44:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces/mocks [no test files] 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.182s coverage: 27.0% of statements 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.156s coverage: 66.7% of statements 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:44:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.114s coverage: 82.3% of statements 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:44:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:44:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements 01:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:44:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements 01:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:44:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 01:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:44:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 86.7% of statements 01:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:44:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements 01:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:44:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 01:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:44:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.421s coverage: 92.8% of statements 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:44:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:44:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:44:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:44:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 43.8% of statements 01:44:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.034s coverage: 79.5% of statements 01:44:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 01:44:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements 01:44:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.4% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 63.5% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 68.9% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.288s coverage: 84.0% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:44:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 01:44:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:44:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.838s coverage: 29.1% of statements 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:44:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:44:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.072s coverage: 100.0% of statements 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:44:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:44:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:44:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:44:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:44:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 01:44:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 01:44:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 01:44:46 GO111MODULE=on go vet ./... 01:45:13 gofmt -l . 01:45:13 [ "`gofmt -l .`" = "" ] 01:45:13 ./bin/test-go-mod-tidy.sh 01:45:13 ./bin/test-attribution-txt.sh [Pipeline] sh 01:45:14 + ls -al . 01:45:14 total 668 01:45:14 drwxrwxr-x 10 1001 1001 4096 Jan 22 01:45 . 01:45:14 drwxr-xr-x 4 root root 28 Jan 22 01:43 .. 01:45:14 -rw-rw-r-- 1 1001 1001 11 Jan 22 01:41 .dockerignore 01:45:14 drwxrwxr-x 8 1001 1001 179 Jan 22 01:42 .git 01:45:14 drwxrwxr-x 3 1001 1001 125 Jan 22 01:41 .github 01:45:14 -rw-rw-r-- 1 1001 1001 872 Jan 22 01:41 .gitignore 01:45:14 drwx------ 3 1001 1001 47 Jan 22 01:42 .semver 01:45:14 -rw-rw-r-- 1 1001 1001 166 Jan 22 01:41 .sonarcloud.properties 01:45:14 -rw-rw-r-- 1 1001 1001 7859 Jan 22 01:41 Attribution.txt 01:45:14 -rw-rw-r-- 1 1001 1001 3804 Jan 22 01:41 CONTRIBUTING.md 01:45:14 -rw-rw-r-- 1 1001 1001 931 Jan 22 01:41 Dockerfile.build 01:45:14 -rw-rw-r-- 1 1001 1001 863 Jan 22 01:41 Jenkinsfile 01:45:14 -rw-rw-r-- 1 1001 1001 10775 Jan 22 01:41 LICENSE 01:45:14 -rw-rw-r-- 1 1001 1001 6001 Jan 22 01:41 Makefile 01:45:14 -rw-rw-r-- 1 1001 1001 6524 Jan 22 01:41 README.md 01:45:14 -rw-rw-r-- 1 1001 1001 6755 Jan 22 01:41 SECURITY.md 01:45:14 -rw-rw-r-- 1 1001 1001 5 Jan 22 01:42 VERSION 01:45:14 -rw-rw-r-- 1 1001 1001 4131 Jan 22 01:41 ZMQWindows.md 01:45:14 drwxrwxr-x 2 1001 1001 117 Jan 22 01:41 bin 01:45:14 drwxrwxr-x 15 1001 1001 4096 Jan 22 01:41 cmd 01:45:14 -rw-r--r-- 1 root root 563584 Jan 22 01:44 coverage.out 01:45:14 -rw-r--r-- 1 root root 1053 Jan 22 01:45 go.mod 01:45:14 -rw-r--r-- 1 root root 18995 Jan 22 01:45 go.sum 01:45:14 drwxrwxr-x 8 1001 1001 127 Jan 22 01:41 internal 01:45:14 drwxrwxr-x 4 1001 1001 26 Jan 22 01:41 openapi 01:45:14 drwxrwxr-x 4 1001 1001 71 Jan 22 01:41 snap 01:45:14 -rw-rw-r-- 1 1001 1001 168 Jan 22 01:41 version.go [Pipeline] sh 01:45:14 + '[' -e coverage.out ] 01:45:14 + chown 1001:1001 coverage.out [Pipeline] stash 01:45:14 Stashed 1 file(s) [Pipeline] sh 01:45:14 + make build 01:45:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:45:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:45:26 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 01:45:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:45:31 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 01:45:32 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 01:45:34 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 01:45:35 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 01:45:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:45:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:45: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] } 01:45:41 $ docker stop --time=1 273232c1bf7b259b06e1069f8162ec35bb591cd4e8a37518ae4cbe78ce1deb7b 01:45:43 $ docker rm -f 273232c1bf7b259b06e1069f8162ec35bb591cd4e8a37518ae4cbe78ce1deb7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:45:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:45:47 01:45:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:45:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:45:48 latest: Pulling from edgex-devops/edgex-compose 01:45:48 cbdbe7a5bc2a: Pulling fs layer 01:45:48 ca9280d653b3: Pulling fs layer 01:45:48 7e9c9ca2126c: Pulling fs layer 01:45:48 cbdbe7a5bc2a: Download complete 01:45:48 cbdbe7a5bc2a: Pull complete 01:45:49 ca9280d653b3: Verifying Checksum 01:45:49 ca9280d653b3: Download complete 01:45:50 7e9c9ca2126c: Verifying Checksum 01:45:50 7e9c9ca2126c: Download complete 01:45:50 ca9280d653b3: Pull complete 01:45:58 7e9c9ca2126c: Pull complete 01:45:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:45:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:45:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:45:58 prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container 01:45:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:46:01 $ docker top 362346b409e7d60d7dcb5dc8f7df681897e97373111dc9827b964a3d9e9831f2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:46:02 + docker-compose build --help 01:46:02 + grep parallel 01:46:03 --parallel Build images in parallel. [Pipeline] } 01:46:03 $ docker stop --time=1 362346b409e7d60d7dcb5dc8f7df681897e97373111dc9827b964a3d9e9831f2 01:46:04 $ docker rm -f 362346b409e7d60d7dcb5dc8f7df681897e97373111dc9827b964a3d9e9831f2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:46:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:46:05 . [Pipeline] withDockerContainer 01:46:05 prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container 01:46:05 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:46:06 $ docker top 7f60155390b0a735d98816844b73ceb0b049001fbad4a8ed371a54856e2e45b8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:46:06 + docker-compose -f ./docker-compose-build.yml build --parallel 01:46:08 Building docker-core-command-go ... 01:46:08 Building docker-core-data-go ... 01:46:08 Building docker-core-metadata-go ... 01:46:08 Building docker-security-bootstrapper-go ... 01:46:08 Building docker-security-proxy-setup-go ... 01:46:08 Building docker-security-secretstore-setup-go ... 01:46:08 Building docker-support-notifications-go ... 01:46:08 Building docker-support-scheduler-go ... 01:46:08 Building docker-sys-mgmt-agent-go ... 01:46:08 Building docker-support-notifications-go 01:46:08 Building docker-security-bootstrapper-go 01:46:08 Building docker-security-proxy-setup-go 01:46:08 Building docker-core-command-go 01:46:08 Building docker-sys-mgmt-agent-go 01:46:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22147 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws 01:46:38 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 01:46:46 using credential edgex-jenkins-ssh 01:46:46 Cloning the remote Git repository 01:46:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:46:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:46:47 ---> 790067b7f913 01:46:47 Step 3/26 : WORKDIR /edgex-go 01:46:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:46:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:46:47 ---> 790067b7f913 01:46:47 Step 3/21 : WORKDIR /edgex-go 01:46:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:46:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:46:47 ---> 790067b7f913 01:46:47 Step 3/22 : WORKDIR /edgex-go 01:46:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:46:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:46:47 ---> 790067b7f913 01:46:47 Step 3/23 : WORKDIR /edgex-go 01:46:47 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:46:47 Step 2/33 : FROM ${BUILDER_BASE} AS builder 01:46:47 ---> 790067b7f913 01:46:47 Step 3/33 : WORKDIR /edgex-go 01:46:47 ---> Running in fc3a2bb847e6 01:46:47 ---> Running in 82ebf39e884f 01:46:47 ---> Running in c97fb8e8d033 01:46:47 ---> Running in 8eddf6f58826 01:46:47 ---> Running in ec49ceef9ef9 01:46:47 Removing intermediate container ec49ceef9ef9 01:46:47 ---> 88498ab3b154 01:46:47 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:47 Removing intermediate container c97fb8e8d033 01:46:47 ---> d53035aea3ec 01:46:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:47 Removing intermediate container fc3a2bb847e6 01:46:47 ---> 4048843130c2 01:46:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:47 Removing intermediate container 8eddf6f58826 01:46:47 ---> 202e9bb7cd65 01:46:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:47 Removing intermediate container 82ebf39e884f 01:46:47 ---> 1f8931e1ebac 01:46:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:47 ---> Running in d70911826b6d 01:46:47 ---> Running in 2df6ae52b906 01:46:47 ---> Running in f95b3bd44de9 01:46:47 ---> Running in 1b0d70b554fd 01:46:47 ---> Running in 66e61ea1b1f0 01:46:47 Removing intermediate container d70911826b6d 01:46:47 ---> 425c5ad15512 01:46:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:46:47 ---> Running in 7b3c513bea5d 01:46:47 Removing intermediate container 2df6ae52b906 01:46:47 ---> 02eab7d6c0bc 01:46:47 Step 5/33 : RUN apk add --update --no-cache make git 01:46:47 Removing intermediate container f95b3bd44de9 01:46:47 ---> 443e1fefea75 01:46:47 Step 5/23 : RUN apk add --update --no-cache make git 01:46:47 ---> Running in 778f72847a4f 01:46:47 ---> Running in f5c92ee586c3 01:46:47 Removing intermediate container 66e61ea1b1f0 01:46:47 ---> b90adf1c8614 01:46:47 Step 5/26 : RUN apk add --update --no-cache make bash git 01:46:47 Removing intermediate container 1b0d70b554fd 01:46:47 ---> 99af2f0c4bcb 01:46:47 Step 5/21 : RUN apk add --update --no-cache make git 01:46:47 ---> Running in 61c782b88dae 01:46:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:46:46 > git init /w/workspace/edgex-go/3 # timeout=10 01:46:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:46:46 > git --version # timeout=10 01:46:46 > git --version # 'git version 2.17.1' 01:46:46 using GIT_SSH to set credentials SSH Credentials for GitHub 01:46:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:46:47 ---> Running in 04817a0c8bd5 01:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:46:48 OK: 233 MiB in 51 packages 01:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:46:49 OK: 233 MiB in 51 packages 01:46:49 Removing intermediate container 7b3c513bea5d 01:46:49 ---> 58b509fa8b6b 01:46:49 Step 6/22 : COPY go.mod . 01:46:49 OK: 233 MiB in 51 packages 01:46:49 ---> 85a3e8f9a6d6 01:46:49 Step 7/22 : RUN go mod download 01:46:49 OK: 233 MiB in 51 packages 01:46:49 OK: 233 MiB in 51 packages 01:46:49 ---> Running in d9d058fa8952 01:46:50 Removing intermediate container 778f72847a4f 01:46:50 ---> 03e7836f1b45 01:46:50 Step 6/33 : COPY go.mod . 01:46:50 Removing intermediate container f5c92ee586c3 01:46:50 ---> c7ba02d93d01 01:46:50 Step 6/23 : COPY go.mod . 01:46:50 Removing intermediate container 04817a0c8bd5 01:46:50 ---> d7746888f93a 01:46:50 Step 6/21 : COPY go.mod . 01:46:50 ---> a58d837ad96c 01:46:50 Step 7/23 : RUN go mod download 01:46:50 ---> 28b07dc41379 01:46:50 Step 7/33 : RUN go mod download 01:46:50 Removing intermediate container 61c782b88dae 01:46:50 ---> 310a74bbe469 01:46:50 Step 6/26 : COPY go.mod . 01:46:51 ---> Running in b96918f696ec 01:46:51 ---> Running in 38541eee5d75 01:46:51 ---> 5f7df68627a8 01:46:51 Step 7/21 : RUN go mod download 01:46:51 ---> Running in 5d1f448b95a9 01:46:51 ---> fc6e7e06765b 01:46:51 Step 7/26 : RUN go mod download 01:46:51 ---> Running in 8c6f4cca6f03 01:46:52 Removing intermediate container d9d058fa8952 01:46:52 ---> 932e5d3bb30e 01:46:52 Step 8/22 : COPY . . 01:46:53 Removing intermediate container b96918f696ec 01:46:53 ---> 9d0691532db4 01:46:53 Step 8/23 : COPY . . 01:46:54 Removing intermediate container 38541eee5d75 01:46:54 ---> 269557d2d0bf 01:46:54 Step 8/33 : COPY . . 01:47:02 Removing intermediate container 8c6f4cca6f03 01:47:02 ---> 9dbc6a12e2ba 01:47:02 Step 8/26 : COPY . . 01:47:02 Removing intermediate container 5d1f448b95a9 01:47:02 ---> 09a6d0ad6736 01:47:02 Step 8/21 : COPY . . 01:47:04 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 495c2e8daeb3df48c63772693747c122c948160c 01:47:05 Merge succeeded, producing 495c2e8daeb3df48c63772693747c122c948160c 01:47:05 Checking out Revision 495c2e8daeb3df48c63772693747c122c948160c (PR-3061) 01:47:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:47:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:47:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:47:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:47:03 using GIT_SSH to set credentials SSH Credentials for GitHub 01:47:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:47:04 > git config core.sparsecheckout # timeout=10 01:47:04 > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 01:47:04 > git remote # timeout=10 01:47:04 > git config --get remote.origin.url # timeout=10 01:47:04 using GIT_SSH to set credentials SSH Credentials for GitHub 01:47:05 > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 01:47:05 > git rev-parse HEAD^{commit} # timeout=10 01:47:05 > git config core.sparsecheckout # timeout=10 01:47:05 > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 01:47:09 Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:47:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:47:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:47:12 + sudo service docker restart 01:47:12 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:47:14 provisioning config files... 01:47:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6063202782909196558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:47:15 ---> docker-login.sh 01:47:15 nexus3.edgexfoundry.org:10001 01:47:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:47:16 Configure a credential helper to remove this warning. See 01:47:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:47:16 01:47:16 Login Succeeded 01:47:16 nexus3.edgexfoundry.org:10002 01:47:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:47:17 Configure a credential helper to remove this warning. See 01:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:47:17 01:47:17 Login Succeeded 01:47:17 nexus3.edgexfoundry.org:10003 01:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:47:17 Configure a credential helper to remove this warning. See 01:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:47:17 01:47:17 Login Succeeded 01:47:17 nexus3.edgexfoundry.org:10004 01:47:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:47:17 Configure a credential helper to remove this warning. See 01:47:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:47:17 01:47:17 Login Succeeded 01:47:17 docker.io 01:47:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:47:18 Configure a credential helper to remove this warning. See 01:47:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:47:18 01:47:18 Login Succeeded 01:47:18 ---> docker-login.sh ends [Pipeline] } 01:47:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:47:18 ========================================================= 01:47:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:47:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:47:19 + 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 . 01:47:21 Sending build context to Docker daemon 165.9MB 01:47:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:47:21 Step 2/6 : FROM ${BASE} 01:47:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:47:21 5f621e34cdf4: Pulling fs layer 01:47:21 a4357932f1b6: Pulling fs layer 01:47:21 18c013af1878: Pulling fs layer 01:47:21 00ac8860ef70: Pulling fs layer 01:47:21 63d7cb157983: Pulling fs layer 01:47:21 b116817d02f9: Pulling fs layer 01:47:21 745a02a5169b: Pulling fs layer 01:47:21 63d7cb157983: Waiting 01:47:21 00ac8860ef70: Waiting 01:47:21 b116817d02f9: Waiting 01:47:21 745a02a5169b: Waiting 01:47:21 a4357932f1b6: Verifying Checksum 01:47:21 a4357932f1b6: Download complete 01:47:21 18c013af1878: Verifying Checksum 01:47:21 18c013af1878: Download complete 01:47:21 63d7cb157983: Verifying Checksum 01:47:21 63d7cb157983: Download complete 01:47:22 b116817d02f9: Verifying Checksum 01:47:22 b116817d02f9: Download complete 01:47:22 5f621e34cdf4: Verifying Checksum 01:47:22 5f621e34cdf4: Download complete 01:47:23 5f621e34cdf4: Pull complete 01:47:23 a4357932f1b6: Pull complete 01:47:24 18c013af1878: Pull complete 01:47:24 745a02a5169b: Verifying Checksum 01:47:24 745a02a5169b: Download complete 01:47:26 00ac8860ef70: Verifying Checksum 01:47:26 00ac8860ef70: Download complete 01:47:35 ---> 0e0158443ece 01:47:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:47:36 ---> Running in 51bfd85e40b6 01:47:36 00ac8860ef70: Pull complete 01:47:36 63d7cb157983: Pull complete 01:47:37 b116817d02f9: Pull complete 01:47:37 ---> 8ea09fd204fa 01:47:37 Step 9/23 : RUN make cmd/core-command/core-command 01:47:37 ---> d7d8420aba76 01:47:37 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:47:37 ---> ba392b35727d 01:47:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:47:37 ---> Running in 110d80aedfbb 01:47:37 ---> Running in 7c667bd69020 01:47:37 ---> 6ed2a4dbc379 01:47:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:47:37 ---> Running in 3e186169a389 01:47:37 ---> Running in a6e13eae0cdb 01:47:38 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 01:47:38 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 01:47:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:47:39 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 01:47:39 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 01:47:41 745a02a5169b: Pull complete 01:47:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:47:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:47:41 ---> b7e6874047d6 01:47: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 01:47:44 ---> Running in ce104b87a4bf 01:47:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:47:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:47:46 (1/12) Installing libmagic (5.38-r0) 01:47:47 (2/12) Installing file (5.38-r0) 01:47:47 (3/12) Installing libc-dev (0.7.2-r3) 01:47:47 (4/12) Installing g++ (9.3.0-r2) 01:47:51 (5/12) Installing fortify-headers (1.1-r0) 01:47:51 (6/12) Installing patch (2.7.6-r6) 01:47:51 (7/12) Installing build-base (0.5-r2) 01:47:51 (8/12) Installing libsodium (1.0.18-r0) 01:47:52 (9/12) Installing pkgconf (1.7.2-r0) 01:47:52 (10/12) Installing libsodium-dev (1.0.18-r0) 01:47:52 (11/12) Installing libzmq (4.3.3-r0) 01:47:52 (12/12) Installing zeromq-dev (4.3.3-r0) 01:47:52 Executing busybox-1.31.1-r19.trigger 01:47:52 OK: 217 MiB in 51 packages 01:47:56 Removing intermediate container ce104b87a4bf 01:47:56 ---> dbb8a5b7930a 01:47:56 Step 4/6 : WORKDIR /edgex-go 01:47:56 ---> Running in 384fc2861d48 01:47:57 Removing intermediate container 384fc2861d48 01:47:57 ---> 61130d43b032 01:47:57 Step 5/6 : COPY go.mod . 01:47:57 ---> d3fd58681f88 01:47:57 Step 6/6 : RUN go mod download 01:47:58 ---> Running in f7e448956d1c 01:48:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:48:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:48:11 Removing intermediate container 51bfd85e40b6 01:48:11 ---> 3a44b77a0c68 01:48:11 01:48:11 Step 10/22 : FROM alpine:3.12 01:48:11 3.12: Pulling from library/alpine 01:48:13 Removing intermediate container a6e13eae0cdb 01:48:13 ---> ba6e78d6d0bc 01:48:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:48:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:48:13 ---> Running in e60ca5ab845f 01:48:13 Status: Downloaded newer image for alpine:3.12 01:48:13 ---> 389fef711851 01:48:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:48:14 ---> Running in f0c4e98cdb8a 01:48:16 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 01:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:48:17 Removing intermediate container 3e186169a389 01:48:17 ---> 0eabafb3b0c8 01:48:17 01:48:17 Step 10/21 : FROM alpine:3.12 01:48:17 ---> 389fef711851 01:48:17 Step 11/21 : RUN apk add --update --no-cache curl 01:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:17 (1/2) Installing ca-certificates (20191127-r4) 01:48:17 (2/2) Installing dumb-init (1.2.2-r1) 01:48:17 Executing busybox-1.31.1-r19.trigger 01:48:17 Executing ca-certificates-20191127-r4.trigger 01:48:17 OK: 6 MiB in 16 packages 01:48:17 Removing intermediate container 7c667bd69020 01:48:17 ---> de26b492a109 01:48:17 01:48:17 Step 10/33 : FROM alpine:3.12 01:48:17 ---> 389fef711851 01:48:17 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:48:17 Removing intermediate container 110d80aedfbb 01:48:17 ---> 77afca43fb24 01:48:17 01:48:17 Step 10/23 : FROM alpine:3.12 01:48:17 ---> 389fef711851 01:48:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:48:18 ---> Running in 1154d60caad2 01:48:18 ---> Running in e2a978bf0343 01:48:18 ---> Running in 908fe473eb6e 01:48:19 Removing intermediate container f0c4e98cdb8a 01:48:19 ---> 361ed6af0ec7 01:48:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:48:19 ---> Running in fd7c43d91256 01:48:19 Removing intermediate container e60ca5ab845f 01:48:19 ---> 399b045724cf 01:48:19 01:48:19 Step 11/26 : FROM docker:20.10.0 01:48:19 20.10.0: Pulling from library/docker 01:48:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:48:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:19 Removing intermediate container fd7c43d91256 01:48:19 ---> 9ab8d175f493 01:48:19 Step 13/22 : ENV APP_PORT=48060 01:48:19 ---> Running in c61c2633d200 01:48:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:48:19 (1/4) Installing ca-certificates (20191127-r4) 01:48:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:48:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:48:20 (3/4) Installing libcurl (7.69.1-r3) 01:48:20 (4/4) Installing curl (7.69.1-r3) 01:48:20 Executing busybox-1.31.1-r19.trigger 01:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:20 (1/1) Installing dumb-init (1.2.2-r1) 01:48:20 Executing busybox-1.31.1-r19.trigger 01:48:20 OK: 6 MiB in 15 packages 01:48:20 (1/3) Installing dumb-init (1.2.2-r1) 01:48:20 (2/3) Installing openssl (1.1.1i-r0) 01:48:20 (3/3) Installing su-exec (0.2-r1) 01:48:20 Executing busybox-1.31.1-r19.trigger 01:48:20 OK: 6 MiB in 17 packages 01:48:20 Executing ca-certificates-20191127-r4.trigger 01:48:20 OK: 7 MiB in 18 packages 01:48:20 Removing intermediate container c61c2633d200 01:48:20 ---> f3718c1877b9 01:48:20 Step 14/22 : EXPOSE $APP_PORT 01:48:20 ---> Running in 0d9d2718b506 01:48:22 Removing intermediate container 0d9d2718b506 01:48:22 ---> f865f43c4e4b 01:48:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:48:23 Removing intermediate container 908fe473eb6e 01:48:23 ---> 04ce7c0950c5 01:48:23 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:48:23 Removing intermediate container e2a978bf0343 01:48:23 ---> f7785c08b381 01:48:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:48:23 ---> Running in 8c5b2f64fa41 01:48:23 Removing intermediate container 1154d60caad2 01:48:23 ---> a7ac9dd39fe0 01:48:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:48:23 ---> Running in 7f02ad2bad34 01:48:23 ---> 3eb6b24a64c5 01:48:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:48:23 ---> Running in 64d47c72ea72 01:48:23 Removing intermediate container 8c5b2f64fa41 01:48:23 ---> c2994b885eea 01:48:23 Step 13/23 : ENV APP_PORT=48082 01:48:23 Removing intermediate container 7f02ad2bad34 01:48:23 ---> dee26b4427d2 01:48:23 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 01:48:24 ---> Running in d8aa46b0be3f 01:48:24 Removing intermediate container 64d47c72ea72 01:48:24 ---> f4b725133d24 01:48:24 Step 13/21 : WORKDIR /edgex 01:48:24 ---> Running in ae6a7ddc4073 01:48:24 ---> Running in dccc187a5604 01:48:24 ---> 60bac24b4f59 01:48:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:48:24 Removing intermediate container d8aa46b0be3f 01:48:24 ---> 67f7626e61a6 01:48:24 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 01:48:24 Removing intermediate container ae6a7ddc4073 01:48:24 ---> 36d04a1abd90 01:48:24 Step 14/23 : EXPOSE $APP_PORT 01:48:24 ---> Running in 724d6bf2a8e8 01:48:24 Removing intermediate container dccc187a5604 01:48:24 ---> 447925113cd4 01:48:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:48:24 ---> Running in b1561052d32a 01:48:24 Removing intermediate container f7e448956d1c 01:48:24 ---> 898b1078b735 01:48:24 Successfully built 898b1078b735 01:48:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:48:25 ---> 5875013a4e13 01:48:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:48:25 + docker inspect -f . ci-base-image-arm64 01:48:25 . [Pipeline] withDockerContainer 01:48:25 Removing intermediate container b1561052d32a 01:48:25 ---> 119c54d7c37f 01:48:25 Step 15/23 : WORKDIR / 01:48:25 ---> Running in 8bd1e0d41730 01:48:25 prd-ubuntu18.04-docker-arm64-4c-16g-22147 does not seem to be running inside a container 01:48:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:48:25 ---> e19920b73a24 01:48:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:48:25 Connecting to github.com (140.82.112.4:443) 01:48:25  ---> Running in c200a518a1c8 01:48:25 Removing intermediate container 8bd1e0d41730 01:48:25 ---> 05a033dbb4be 01:48:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:48:25 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.102.12:443) 01:48:25 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 01:48:25  ---> Running in 1aff29985cc8 01:48:25 Removing intermediate container c200a518a1c8 01:48:25 ---> 4240c94c3997 01:48:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:48:25 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 01:48:25 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 01:48:25 dockerize 01:48:26 ---> 825383f71da2 01:48:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:48:26 Removing intermediate container 1aff29985cc8 01:48:26 ---> c71fa685c237 01:48:26 Step 20/22 : LABEL arch=x86_64 01:48:26 ---> bee1a84c8c73 01:48:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:48:26 ---> Running in ea2f56a91948 01:48:27 $ docker top bc93416cceb459f406719393786e3122eac0c1f86924b1d291ccda18f86e216e -eo pid,comm 01:48:27 ---> 5771eb0e8cff 01:48:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] { [Pipeline] sh 01:48:28 + go version 01:48:28 go version go1.15.5 linux/arm64 [Pipeline] } 01:48:28 $ docker stop --time=1 bc93416cceb459f406719393786e3122eac0c1f86924b1d291ccda18f86e216e 01:48:28 ---> Running in 5aefda5471be 01:48:28 ---> 7bc3a60f4397 01:48:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:48:28 Removing intermediate container ea2f56a91948 01:48:28 ---> 79b3283f2b10 01:48:28 Step 21/22 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:48:28 ---> Running in 27dd5a385ab5 01:48:28 Removing intermediate container 724d6bf2a8e8 01:48:28 ---> aad2c619cb8f 01:48:28 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 01:48:28 Removing intermediate container 5aefda5471be 01:48:28 ---> 64668a4ef759 01:48:28 Step 18/21 : CMD ["--init=true"] 01:48:28 ---> Running in f32874ef6e40 01:48:28 ---> Running in 24ea7cc02f9a 01:48:28 ---> 7d39e42b3840 01:48:28 Step 19/23 : ENTRYPOINT ["/core-command"] 01:48:28 Removing intermediate container 27dd5a385ab5 01:48:28 ---> f44591494a26 01:48:28 Step 22/22 : LABEL version=0.0.0 01:48:28 ---> Running in 3e93ecb232bd 01:48:28 Removing intermediate container f32874ef6e40 01:48:28 ---> 972692854907 01:48:28 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:48:28 ---> Running in b54ca7975e5e 01:48:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:48:29 Status: Downloaded newer image for docker:20.10.0 01:48:29 ---> Running in 24ff09a17290 01:48:29 Removing intermediate container 24ea7cc02f9a 01:48:29 ---> 4f5e8041e301 01:48:29 Step 19/21 : LABEL arch=x86_64 01:48:29 ---> aefe523efa57 01:48:29 Step 12/26 : RUN apk add --no-cache bash 01:48:29 Removing intermediate container 3e93ecb232bd 01:48:29 ---> 9545101d5ac0 01:48:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:48:29 Removing intermediate container b54ca7975e5e 01:48:29 ---> 96b35c97e3f9 01:48:29 01:48:29 ---> Running in a063bfe924a2 01:48:29 ---> Running in 436ff0e8bbc9 01:48:29 ---> Running in 41ebbe384b59 01:48:29 Removing intermediate container 24ff09a17290 01:48:29 ---> 887ecd997050 01:48:29 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 01:48:29 Successfully built 96b35c97e3f9 01:48:29 Successfully tagged docker-support-notifications-go:latest 01:48:29 ---> Running in dcd94421fa19 01:48:29 Building docker-security-secretstore-setup-go 01:48:29  Building docker-support-notifications-go ... done Removing intermediate container 41ebbe384b59 01:48:29 ---> 42b8b0bedeef 01:48:29 Step 21/23 : LABEL arch=x86_64 01:48:29 Removing intermediate container a063bfe924a2 01:48:29 ---> f928c0923871 01:48:29 Step 20/21 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:48:29 $ docker rm -f bc93416cceb459f406719393786e3122eac0c1f86924b1d291ccda18f86e216e 01:48:30 ---> Running in 9a0e30f0e0fd 01:48:30 ---> Running in c2596c702321 01:48:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:48:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 01:48:30 Removing intermediate container 9a0e30f0e0fd 01:48:30 ---> 4607b9c3b3de 01:48:30 Step 21/21 : LABEL version=0.0.0 01:48:30 Removing intermediate container c2596c702321 01:48:30 ---> 871d70ead07a 01:48:30 Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:48:30 ---> Running in d278a705d499 01:48:30 ---> Running in fce508b5aba8 01:48:30 (1/2) Installing readline (8.0.4-r0) 01:48:30 (2/2) Installing bash (5.0.17-r0) 01:48:30 Executing bash-5.0.17-r0.post-install 01:48:30 Executing busybox-1.31.1-r19.trigger 01:48:30 OK: 12 MiB in 22 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 01:48:30 Move dockerize executable 01:48:30 Removing intermediate container d278a705d499 01:48:30 ---> bfca93ec4662 01:48:30 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:48:31 + docker inspect -f . ci-base-image-arm64 01:48:31 . [Pipeline] withDockerContainer 01:48:31 prd-ubuntu18.04-docker-arm64-4c-16g-22147 does not seem to be running inside a container 01:48:31 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:48:31 Removing intermediate container fce508b5aba8 01:48:31 ---> 7d0a553fe07e 01:48:31 Step 23/23 : LABEL version=0.0.0 01:48:32 Successfully built bfca93ec4662 01:48:32 $ docker top 21a1a2165fbd36d52d8d55e3e939f1aba1db880ef66c58c76b81cfbd24f4749c -eo pid,comm [Pipeline] { [Pipeline] echo 01:48:32 ========================================================= 01:48:32 [edgeXBuildGoParallel] Running Tests and Build... 01:48:32 ========================================================= [Pipeline] sh 01:48:33 + make test 01:48:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:48:34 Successfully tagged docker-security-proxy-setup-go:latest 01:48:34  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 01:48:34 ---> Running in 557937dc52b7 01:48:36 Removing intermediate container 436ff0e8bbc9 01:48:36 ---> ba087ab341eb 01:48:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:48:36 Removing intermediate container 557937dc52b7 01:48:36 ---> 36d62b5398f7 01:48:36 01:48:36 Removing intermediate container dcd94421fa19 01:48:36 ---> b4e2e02befd3 01:48:36 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 01:48:36 Successfully built 36d62b5398f7 01:48:37 Successfully tagged docker-core-command-go:latest 01:48:37 Building docker-core-metadata-go 01:48:38  Building docker-core-command-go ... done  ---> Running in 19e22f66e591 01:48:38 ---> Running in 051156e481e6 01:48:41 Removing intermediate container 19e22f66e591 01:48:41 ---> 7bab8a6c3a74 01:48:41 Step 14/26 : ENV APP_PORT=48090 01:48:41 Removing intermediate container 051156e481e6 01:48:41 ---> 566094e38582 01:48:41 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:48:42 ---> Running in f5c7d9a9f999 01:48:50 ---> e5a35ee8d1d2 01:48:50 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:48:50 Removing intermediate container f5c7d9a9f999 01:48:50 ---> d20f4aae741e 01:48:50 Step 15/26 : EXPOSE $APP_PORT 01:48:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:48:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:48:50 ---> 790067b7f913 01:48:50 Step 3/24 : WORKDIR /edgex-go 01:48:50 ---> Using cache 01:48:50 ---> d53035aea3ec 01:48:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:48:50 ---> Using cache 01:48:50 ---> 425c5ad15512 01:48:50 Step 5/24 : RUN apk add --update --no-cache make git 01:48:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:48:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:48:52 ---> 790067b7f913 01:48:52 Step 3/23 : WORKDIR /edgex-go 01:48:52 ---> Using cache 01:48:52 ---> d53035aea3ec 01:48:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:48:52 ---> Using cache 01:48:52 ---> 425c5ad15512 01:48:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:48:54 ---> Running in c91b88d75305 01:48:54 ---> Running in 447bccd78d64 01:48:54 ---> Running in fcc430a76273 01:48:54 ---> Running in 80d65e52162c 01:48:55 Removing intermediate container c91b88d75305 01:48:55 ---> c1cfc34c833c 01:48:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:48:55 ? github.com/edgexfoundry/edgex-go [no test files] 01:48:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:48:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:48:57 ---> 2a36c5a56250 01:48:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:48:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:48:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:48:57 ---> 790067b7f913 01:48:57 Step 3/23 : WORKDIR /edgex-go 01:48:57 ---> Using cache 01:48:57 ---> d53035aea3ec 01:48:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:48:57 ---> Using cache 01:48:57 ---> 425c5ad15512 01:48:57 Step 5/23 : RUN apk add --update --no-cache make git 01:48:58 ---> b9dd15c240b6 01:48:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:48:58 ---> Running in fa1e33038f31 01:48:58 OK: 233 MiB in 51 packages 01:48:58 OK: 233 MiB in 51 packages 01:48:58 Removing intermediate container 447bccd78d64 01:48:58 ---> 8f3847a64a4d 01:48:58 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 01:48:58 ---> 5f76504c5995 01:48:58 Step 19/26 : RUN apk --no-cache add py3-pip 01:48:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:48:58 ---> Running in d919c60ff86b 01:48:59 ---> 70d94d64cfc3 01:48:59 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:48:59 Removing intermediate container 80d65e52162c 01:48:59 ---> d7ab7d337107 01:48:59 Step 6/23 : COPY go.mod . 01:48:59 Removing intermediate container fcc430a76273 01:48:59 ---> a0e13fbd778e 01:48:59 Step 6/24 : COPY go.mod . 01:48:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:48:59 ---> 4d5c9d3bea9d 01:48:59 Step 7/23 : RUN go mod download 01:48:59 ---> ba1dabc1daf5 01:48:59 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:48:59 ---> 461343a2cded 01:48:59 Step 7/24 : RUN go mod download 01:48:59 ---> Running in 08fbc252a043 01:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:48:59 ---> Running in 2c6f9cc8117e 01:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:49:00 (1/33) Installing libbz2 (1.0.8-r1) 01:49:00 ---> 803a32d8b231 01:49:00 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:49:00 (2/33) Installing expat (2.2.9-r1) 01:49:00 (3/33) Installing libffi (3.3-r2) 01:49:00 (4/33) Installing gdbm (1.13-r1) 01:49:00 (5/33) Installing xz-libs (5.2.5-r0) 01:49:00 (6/33) Installing sqlite-libs (3.32.1-r0) 01:49:00 (7/33) Installing python3 (3.8.5-r0) 01:49:00 OK: 233 MiB in 51 packages 01:49:03 ---> f644e88c1841 01:49:03 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:49:03 (8/33) Installing py3-appdirs (1.4.4-r1) 01:49:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:49:03 (10/33) Installing py3-parsing (2.4.7-r0) 01:49:03 (11/33) Installing py3-six (1.15.0-r0) 01:49:03 (12/33) Installing py3-packaging (20.4-r0) 01:49:03 (13/33) Installing py3-setuptools (47.0.0-r0) 01:49:03 (14/33) Installing py3-chardet (3.0.4-r4) 01:49:03 (15/33) Installing py3-idna (2.9-r0) 01:49:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:49:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:49:04 (18/33) Installing py3-requests (2.23.0-r0) 01:49:04 Removing intermediate container fa1e33038f31 01:49:04 ---> 093abeba1941 01:49:04 Step 6/23 : COPY go.mod . 01:49:04 (19/33) Installing py3-msgpack (1.0.0-r0) 01:49:04 (20/33) Installing py3-lockfile (0.12.2-r3) 01:49:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:49:04 ---> c2859d3a8146 01:49:04 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 01:49:04 (22/33) Installing py3-colorama (0.4.3-r0) 01:49:04 Removing intermediate container 08fbc252a043 01:49:04 ---> 7504b9a0c8c1 01:49:04 Step 8/23 : COPY . . 01:49:04 (23/33) Installing py3-distlib (0.3.0-r0) 01:49:04 (24/33) Installing py3-distro (1.5.0-r1) 01:49:05 (25/33) Installing py3-webencodings (0.5.1-r3) 01:49:05 ---> 5c3b2a8a391b 01:49:05 Step 7/23 : RUN go mod download 01:49:05 (26/33) Installing py3-html5lib (1.0.1-r4) 01:49:05 ---> Running in db55a89ecf55 01:49:06 Removing intermediate container 2c6f9cc8117e 01:49:06 ---> b0d6efb874a2 01:49:06 Step 8/24 : COPY . . 01:49:06 (27/33) Installing py3-pytoml (0.1.21-r0) 01:49:06 (28/33) Installing py3-pep517 (0.8.2-r0) 01:49:06 (29/33) Installing py3-progress (1.5-r0) 01:49:06 (30/33) Installing py3-toml (0.10.1-r0) 01:49:07 (31/33) Installing py3-retrying (1.3.3-r0) 01:49:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:49:07 (33/33) Installing py3-pip (20.1.1-r0) 01:49:08 ---> Running in 4126099790bc 01:49:10 Executing busybox-1.31.1-r19.trigger 01:49:10 OK: 71 MiB in 55 packages 01:49:10 Removing intermediate container db55a89ecf55 01:49:10 ---> 14dc8497f53b 01:49:10 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:49:18 ---> 69ff6fe1a8f7 01:49:18 Step 28/33 : RUN chmod +x /entrypoint.sh 01:49:21 ---> Running in baa3a2525bc1 01:49:22 Removing intermediate container 4126099790bc 01:49:22 ---> 4dbeb6904514 01:49:22 Step 8/23 : COPY . . 01:49:34 Removing intermediate container baa3a2525bc1 01:49:34 ---> e0b2c2708887 01:49:34 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 01:49:36 ---> b058f3214581 01:49:36 Step 9/23 : RUN make cmd/core-data/core-data 01:49:37 ---> Running in 6f815ad86ff8 01:49:37 ---> bd730bcc50b0 01:49:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:49:37 ---> Running in 0c457ea21ce0 01:49:37 ---> Running in 54bb0c48409a 01:49:37 Removing intermediate container 6f815ad86ff8 01:49:37 ---> ff4fddab4cf0 01:49:37 Step 30/33 : CMD ["gate"] 01:49:42 ---> Running in cf15326e8aea 01:49:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:49:43 Removing intermediate container d919c60ff86b 01:49:43 ---> acd3dae47516 01:49:43 Step 20/26 : RUN pip install docker-compose==1.23.2 01:49:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:49:43 Removing intermediate container cf15326e8aea 01:49:43 ---> d972d61fea4f 01:49:43 Step 31/33 : LABEL arch=x86_64 01:49:43 ---> Running in 58b7a3448ed4 01:49:43 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 01:49:43 ---> Running in a10af88763c0 01:49:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:49:45 Removing intermediate container a10af88763c0 01:49:45 ---> a91bc2e6aebb 01:49:45 Step 32/33 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:49:45 ---> Running in e948ed86c31d 01:49:47 Removing intermediate container e948ed86c31d 01:49:47 ---> 5790cc7e8cdf 01:49:47 Step 33/33 : LABEL version=0.0.0 01:49:48 ---> 655bf6cabb33 01:49:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:49:48 ---> Running in fbe462960eaf 01:49:48 ---> Running in a3f954a01ee5 01:49:48 Removing intermediate container fbe462960eaf 01:49:48 ---> 12b576253864 01:49:48 01:49:49 Successfully built 12b576253864 01:49:49 Successfully tagged docker-security-bootstrapper-go:latest 01:49:49 Building docker-support-scheduler-go 01:49:49  Building docker-security-bootstrapper-go ... done 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 01:49:49 Collecting docker-compose==1.23.2 01:49:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:49:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:49:49 Collecting cached-property<2,>=1.2.0 01:49:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:49:49 Collecting docopt<0.7,>=0.6.1 01:49:49 Downloading docopt-0.6.2.tar.gz (25 kB) 01:49:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:49:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:49:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:49:53 Collecting websocket-client<1.0,>=0.32.0 01:49:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:49:54 Collecting jsonschema<3,>=2.5.1 01:49:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:49:55 Collecting PyYAML<4,>=3.10 01:49:55 Downloading PyYAML-3.13.tar.gz (270 kB) 01:49:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:49:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:49:57 Collecting dockerpty<0.5,>=0.4.1 01:49:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:49:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:49:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:49:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:49:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:49:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:49:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:49:58 Collecting docker<4.0,>=3.6.0 01:49:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:49:59 Collecting texttable<0.10,>=0.9.0 01:49:59 Downloading texttable-0.9.1.tar.gz (11 kB) 01:50:00 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) 01:50:00 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) 01:50:00 Collecting idna<2.8,>=2.5 01:50:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:50:01 Collecting urllib3<1.25,>=1.21.1 01:50:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:50:01 Collecting docker-pycreds>=0.4.0 01:50:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:50:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:50:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:50:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:50:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:50:02 Installing collected packages: cached-property, docopt, websocket-client, jsonschema, PyYAML, idna, urllib3, requests, dockerpty, docker-pycreds, docker, texttable, docker-compose 01:50:02 Running setup.py install for docopt: started 01:50:04 Running setup.py install for docopt: finished with status 'done' 01:50:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:50:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:50:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:50:04 Running setup.py install for PyYAML: started 01:50:06 Running setup.py install for PyYAML: finished with status 'done' 01:50:06 Attempting uninstall: idna 01:50:06 Found existing installation: idna 2.9 01:50:06 Uninstalling idna-2.9: 01:50:06 Successfully uninstalled idna-2.9 01:50:07 Attempting uninstall: urllib3 01:50:07 Found existing installation: urllib3 1.25.9 01:50:07 Uninstalling urllib3-1.25.9: 01:50:09 Successfully uninstalled urllib3-1.25.9 01:50:09 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 01:50:09 Attempting uninstall: requests 01:50:09 Found existing installation: requests 2.23.0 01:50:09 Uninstalling requests-2.23.0: 01:50:09 Successfully uninstalled requests-2.23.0 01:50:09 Running setup.py install for dockerpty: started 01:50:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.359s coverage: 46.0% of statements 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/bootstrap/container [no test files] 01:50:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.126s coverage: 100.0% of statements 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces [no test files] 01:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces/mocks [no test files] 01:50:12 Running setup.py install for dockerpty: finished with status 'done' 01:50:12 Running setup.py install for texttable: started 01:50:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:50:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:50:12 ---> 790067b7f913 01:50:12 Step 3/22 : WORKDIR /edgex-go 01:50:12 ---> Using cache 01:50:12 ---> d53035aea3ec 01:50:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:50:12 ---> Using cache 01:50:12 ---> 425c5ad15512 01:50:12 Step 5/22 : RUN apk add --update --no-cache make git 01:50:12 ---> Using cache 01:50:12 ---> 093abeba1941 01:50:12 Step 6/22 : COPY go.mod . 01:50:12 ---> Using cache 01:50:12 ---> 5c3b2a8a391b 01:50:12 Step 7/22 : RUN go mod download 01:50:12 ---> Using cache 01:50:12 ---> 4dbeb6904514 01:50:12 Step 8/22 : COPY . . 01:50:13 ---> Using cache 01:50:13 ---> 655bf6cabb33 01:50:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:50:13 Running setup.py install for texttable: finished with status 'done' 01:50:14 ---> Running in 2d3c097f3966 01:50:14 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.57.0 01:50:15 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 01:50:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.490s coverage: 27.0% of statements 01:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:50:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 01:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:50:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements 01:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:50:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.297s coverage: 66.7% of statements 01:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:50:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:50:19 Removing intermediate container 58b7a3448ed4 01:50:19 ---> 80bc342b0f9e 01:50:19 Step 21/26 : RUN apk --no-cache add curl 01:50:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.700s coverage: 82.3% of statements 01:50:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:50:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:50:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:50:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:50:22 Removing intermediate container 54bb0c48409a 01:50:22 ---> bfe227deec47 01:50:22 01:50:22 Step 10/24 : FROM alpine:3.12 01:50:22 ---> 389fef711851 01:50:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:50:22 ---> Running in 0aeb594b7884 01:50:22 ---> Running in b7621c170f29 01:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:50:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:50:24 (2/3) Installing libcurl (7.69.1-r3) 01:50:24 (1/5) Installing ca-certificates (20191127-r4) 01:50:24 (3/3) Installing curl (7.69.1-r3) 01:50:24 Executing busybox-1.31.1-r19.trigger 01:50:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:50:24 (3/5) Installing libcurl (7.69.1-r3) 01:50:24 (4/5) Installing curl (7.69.1-r3) 01:50:24 OK: 72 MiB in 58 packages 01:50:24 (5/5) Installing dumb-init (1.2.2-r1) 01:50:24 Executing busybox-1.31.1-r19.trigger 01:50:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.124s coverage: 28.6% of statements 01:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:50:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 01:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:50:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements 01:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:50:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements 01:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:50:25 Executing ca-certificates-20191127-r4.trigger 01:50:25 OK: 7 MiB in 19 packages 01:50:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements 01:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:50:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements 01:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:50:27 Removing intermediate container 0c457ea21ce0 01:50:27 ---> 7b3eb9e2f3f1 01:50:27 01:50:27 Step 10/23 : FROM alpine:3.12 01:50:27 ---> 389fef711851 01:50:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:50:27 ---> Running in 093c991a5386 01:50:30 Removing intermediate container 093c991a5386 01:50:30 ---> ae11d100c0d6 01:50:30 Step 12/23 : ENV APP_PORT=48080 01:50:30 Removing intermediate container 0aeb594b7884 01:50:30 ---> 84fd2a701803 01:50:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:50:30 ---> Running in 81ba531b8621 01:50:30 Removing intermediate container b7621c170f29 01:50:30 ---> 062ee67cc176 01:50:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:50:30 Removing intermediate container a3f954a01ee5 01:50:30 ---> 3343923ffdaa 01:50:30 01:50:30 Step 10/23 : FROM alpine:3.12 01:50:30 ---> 389fef711851 01:50:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:50:30 ---> Using cache 01:50:30 ---> f7785c08b381 01:50:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:50:30 ---> Using cache 01:50:30 ---> c2994b885eea 01:50:30 Step 13/23 : ENV APP_PORT=48081 01:50:30 ---> Running in c6e2a40534eb 01:50:31 ---> Running in ad7494229548 01:50:31 ---> Running in d3002e61455a 01:50:31 Removing intermediate container 81ba531b8621 01:50:31 ---> 993708178c28 01:50:31 Step 13/23 : EXPOSE $APP_PORT 01:50:31 Removing intermediate container c6e2a40534eb 01:50:31 ---> f49bf0f559dd 01:50:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:50:31 ---> Running in 1f86bf80b987 01:50:31 ---> Running in f3470b5b6763 01:50:32 Removing intermediate container ad7494229548 01:50:32 ---> f05c5804326c 01:50:32 Step 13/24 : WORKDIR / 01:50:32 Removing intermediate container d3002e61455a 01:50:32 ---> acceef466fd5 01:50:32 Step 14/23 : EXPOSE $APP_PORT 01:50:32 ---> Running in 6960083b1bac 01:50:32 ---> Running in 150cf076ef17 01:50:32 Removing intermediate container 1f86bf80b987 01:50:32 ---> f047c9c074b6 01:50:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:50:32 Removing intermediate container f3470b5b6763 01:50:32 ---> 5b15c4f181b6 01:50:32 Step 24/26 : LABEL arch=x86_64 01:50:32 ---> Running in f625106f426b 01:50:32 Removing intermediate container 150cf076ef17 01:50:32 ---> bb5358da2fe0 01:50:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:50:32 ---> Running in e8d1370b2950 01:50:32 Removing intermediate container 6960083b1bac 01:50:32 ---> ec6186b4c85b 01:50:32 Step 15/23 : WORKDIR / 01:50:32 ---> Running in d709b9c2ef94 01:50:33 Removing intermediate container e8d1370b2950 01:50:33 ---> a92f2c2f9d85 01:50:33 Step 25/26 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:50:33 ---> 2c453cf67b26 01:50:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:50:33 ---> Running in 62ff9082f991 01:50:33 Removing intermediate container d709b9c2ef94 01:50:33 ---> c97fb61338b8 01:50:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:50:33 ---> 0c8e9edf6b45 01:50:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:50:33 Removing intermediate container 62ff9082f991 01:50:33 ---> 551f23739360 01:50:33 Step 26/26 : LABEL version=0.0.0 01:50:35 ---> 4e9a81d497ca 01:50:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:50:35 ---> Running in 512309c446cd 01:50:35 ---> 8eb1ff5a9ca6 01:50:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:50:35 Removing intermediate container 2d3c097f3966 01:50:35 ---> 7788f220e4be 01:50:35 01:50:35 Step 10/22 : FROM alpine:3.12 01:50:35 ---> 389fef711851 01:50:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:50:36 ---> Using cache 01:50:36 ---> f7785c08b381 01:50:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:50:36 ---> Using cache 01:50:36 ---> c2994b885eea 01:50:36 Step 13/22 : ENV APP_PORT=48085 01:50:36 ---> Running in c32d17453ca1 01:50:36 Removing intermediate container 512309c446cd 01:50:36 ---> 88c7359337a5 01:50:36 01:50:36 Removing intermediate container f625106f426b 01:50:36 ---> e7233f401320 01:50:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:50:36 ---> Running in 41a902d020e4 01:50:36 Successfully built 88c7359337a5 01:50:36 Successfully tagged docker-sys-mgmt-agent-go:latest 01:50:36  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c32d17453ca1 01:50:36 ---> 4325c2cc2b1e 01:50:36 Step 14/22 : EXPOSE $APP_PORT 01:50:36 ---> a7ae40fc107c 01:50:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:50:37 ---> 8cec3ca03a14 01:50:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:50:37 ---> Running in 1b05025a9000 01:50:37 Removing intermediate container 1b05025a9000 01:50:37 ---> 158bbe6f6598 01:50:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:50:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:50:37 ---> a5d2c5b888b4 01:50:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:50:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.196s coverage: 92.8% of statements 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:50:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:50:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.151s coverage: 0.1% of statements 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:50:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.144s coverage: 43.8% of statements 01:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 01:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements 01:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 01:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 01:50:37 ---> Running in 0816b6724164 01:50:37 ---> 0654e4938d1d 01:50:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:50:37 ---> 8accf8c3ff3d 01:50:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:50:37 Removing intermediate container 0816b6724164 01:50:37 ---> 1acf02b48684 01:50:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:50:37 ---> Running in 44ee662af9d2 01:50:37 ---> c13235313af3 01:50:37 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/ 01:50:38 ---> Running in dc806f44d147 01:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:50:38 Removing intermediate container 44ee662af9d2 01:50:38 ---> 928f4b0304e5 01:50:38 Step 21/23 : LABEL arch=x86_64 01:50:38 ---> Running in d5fed5ef8a24 01:50:38 ---> 3b2178c70011 01:50:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:50:38 Removing intermediate container d5fed5ef8a24 01:50:38 ---> 7d391e5b64d8 01:50:38 Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:50:38 ---> Running in 4b79e2d121b6 01:50:38 (1/6) Installing dumb-init (1.2.2-r1) 01:50:38 (2/6) Installing libgcc (9.3.0-r2) 01:50:39 (3/6) Installing libsodium (1.0.18-r0) 01:50:39 (4/6) Installing libstdc++ (9.3.0-r2) 01:50:39 ---> 0e97f0589289 01:50:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:50:39 ---> Running in b83042498a78 01:50:39 Removing intermediate container 4b79e2d121b6 01:50:39 ---> a90d25cd7914 01:50:39 Step 23/23 : LABEL version=0.0.0 01:50:39 (5/6) Installing libzmq (4.3.3-r0) 01:50:39 ---> Running in f1ea22ee4c5a 01:50:39 (6/6) Installing zeromq (4.3.3-r0) 01:50:39 Removing intermediate container b83042498a78 01:50:39 ---> 4d54cd3694bb 01:50:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:50:39 Executing busybox-1.31.1-r19.trigger 01:50:39 OK: 8 MiB in 20 packages 01:50:39 Removing intermediate container dc806f44d147 01:50:39 ---> 8338fd6a2752 01:50:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:50:39 ---> Running in 452701bedd46 01:50:39 Removing intermediate container f1ea22ee4c5a 01:50:39 ---> 59c73a50c915 01:50:39 01:50:39 ---> Running in 1b643cc441cd 01:50:40 Successfully built 59c73a50c915 01:50:40 Successfully tagged docker-core-metadata-go:latest 01:50:40  Building docker-core-metadata-go ... done Removing intermediate container 452701bedd46 01:50:40 ---> c69371b45077 01:50:40 Step 20/22 : LABEL arch=x86_64 01:50:40 Removing intermediate container 1b643cc441cd 01:50:40 ---> 897220d1eb5d 01:50:40 Step 22/24 : LABEL arch=x86_64 01:50:40 ---> Running in 03c10bd8fb6d 01:50:40 Removing intermediate container 41a902d020e4 01:50:40 ---> 81a4d050fb50 01:50:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:50:40 ---> Running in bc43ab2842e4 01:50:41 Removing intermediate container 03c10bd8fb6d 01:50:41 ---> ff1766b50663 01:50:41 Step 21/22 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:50:41 Removing intermediate container bc43ab2842e4 01:50:41 ---> e57b4feb7aa1 01:50:41 Step 23/24 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:50:41 ---> Running in 61693b5d5ae5 01:50:41 ---> Running in 731fcbc217bd 01:50:41 ---> 899aa119e33c 01:50:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:50:41 Removing intermediate container 61693b5d5ae5 01:50:41 ---> 64d2ca074f3c 01:50:41 Step 22/22 : LABEL version=0.0.0 01:50:42 ---> Running in 2b475def4f5a 01:50:42 Removing intermediate container 731fcbc217bd 01:50:42 ---> 59bc338e37ff 01:50:42 Step 24/24 : LABEL version=0.0.0 01:50:42 ---> Running in 7f6614986e6b 01:50:42 Removing intermediate container 2b475def4f5a 01:50:42 ---> 24947a631c02 01:50:42 01:50:42 ---> 65c8bf846f85 01:50:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:50:42 Successfully built 24947a631c02 01:50:42 Successfully tagged docker-support-scheduler-go:latest 01:50:42  Building docker-support-scheduler-go ... done Removing intermediate container 7f6614986e6b 01:50:42 ---> b3658bcc1f1e 01:50:42 01:50:43 ---> 03a7d251a7ec 01:50:43 Step 19/23 : ENTRYPOINT ["/core-data"] 01:50:43 Successfully built b3658bcc1f1e 01:50:43 Successfully tagged docker-security-secretstore-setup-go:latest 01:50:43  Building docker-security-secretstore-setup-go ... done  ---> Running in 57192582b1bc 01:50:43 Removing intermediate container 57192582b1bc 01:50:43 ---> 7f220cdea5fd 01:50:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:50:43 ---> Running in 8a0021d8836f 01:50:43 Removing intermediate container 8a0021d8836f 01:50:43 ---> 5319c1503bd9 01:50:43 Step 21/23 : LABEL arch=x86_64 01:50:43 ---> Running in 752393bcbec4 01:50:43 Removing intermediate container 752393bcbec4 01:50:43 ---> ce9ece116b84 01:50:43 Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:50:43 ---> Running in 358d4f07cb44 01:50:43 Removing intermediate container 358d4f07cb44 01:50:43 ---> d8b550a556c3 01:50:43 Step 23/23 : LABEL version=0.0.0 01:50:43 ---> Running in 9d6a2d6b3b73 01:50:44 Removing intermediate container 9d6a2d6b3b73 01:50:44 ---> 93caa1a5d730 01:50:44 01:50:44 Successfully built 93caa1a5d730 01:50:44 Successfully tagged docker-core-data-go:latest 01:50:45  Building docker-core-data-go ... done  [Pipeline] } 01:50:45 $ docker stop --time=1 7f60155390b0a735d98816844b73ceb0b049001fbad4a8ed371a54856e2e45b8 01:50:47 $ docker rm -f 7f60155390b0a735d98816844b73ceb0b049001fbad4a8ed371a54856e2e45b8 [Pipeline] // withDockerContainer [Pipeline] sh 01:50:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.095s coverage: 94.4% of statements 01:50:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 01:50:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:50:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:50:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:50:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:50:47 + docker images 01:50:47 + grep docker 01:50:48 docker-core-data-go latest 93caa1a5d730 4 seconds ago 22.3MB 01:50:48 docker-support-scheduler-go latest 24947a631c02 5 seconds ago 16.4MB 01:50:48 docker-security-secretstore-setup-go latest b3658bcc1f1e 5 seconds ago 24.6MB 01:50:48 docker-core-metadata-go latest 59c73a50c915 8 seconds ago 18.8MB 01:50:48 docker-sys-mgmt-agent-go latest 88c7359337a5 12 seconds ago 313MB 01:50:48 docker-security-bootstrapper-go latest 12b576253864 59 seconds ago 41.5MB 01:50:48 docker-core-command-go latest 36d62b5398f7 2 minutes ago 16.8MB 01:50:48 docker-security-proxy-setup-go latest bfca93ec4662 2 minutes ago 24.4MB 01:50:48 docker-support-notifications-go latest 96b35c97e3f9 2 minutes ago 16.9MB 01:50:48 docker 20.10.0 aefe523efa57 5 weeks 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 01:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 01:50:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:50:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 01:50:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements 01:50:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 01:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 01:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.117s coverage: 84.2% of statements 01:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.150s coverage: 91.4% of statements 01:50:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.620s coverage: 63.5% of statements 01:50:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:50:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:50:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 01:50:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.128s coverage: 91.3% of statements 01:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 01:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 01:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 01:50:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.967s coverage: 68.9% of statements 01:50:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:50:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:50:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:50:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:50:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:50:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.424s coverage: 37.0% of statements 01:50:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:50:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:50:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.645s coverage: 84.0% of statements 01:50:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.107s coverage: 100.0% of statements 01:51:03 Still waiting to schedule task 01:51:03 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:51:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.379s coverage: 47.1% of statements 01:51:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:51:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:51:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:51:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:51:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:51:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements 01:51:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:51:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 01:51:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:51:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.862s coverage: 29.1% of statements 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:51:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:51:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.148s coverage: 100.0% of statements 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:51:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:51:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:51:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:51:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:51:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 01:51:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 01:51:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 01:51:12 GO111MODULE=on go vet ./... 01:51:53 Running on prd-ubuntu18.04-docker-8c-8g-22151 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws 01:51:53 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 01:51:55 using credential edgex-jenkins-ssh 01:51:55 Cloning the remote Git repository 01:51:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:51:55 > git init /w/workspace/edgex-go/3 # timeout=10 01:51:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:51:55 > git --version # timeout=10 01:51:55 > git --version # 'git version 2.17.1' 01:51:55 using GIT_SSH to set credentials SSH Credentials for GitHub 01:51:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:12 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 495c2e8daeb3df48c63772693747c122c948160c 01:52:12 Merge succeeded, producing 495c2e8daeb3df48c63772693747c122c948160c 01:52:12 Checking out Revision 495c2e8daeb3df48c63772693747c122c948160c (PR-3061) 01:52:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:52:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:52:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:52:11 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:52:12 > git config core.sparsecheckout # timeout=10 01:52:12 > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 01:52:12 > git remote # timeout=10 01:52:12 > git config --get remote.origin.url # timeout=10 01:52:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:12 > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 01:52:12 > git rev-parse HEAD^{commit} # timeout=10 01:52:12 > git config core.sparsecheckout # timeout=10 01:52:12 > git checkout -f 495c2e8daeb3df48c63772693747c122c948160c # timeout=10 01:52:15 Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:52:17 + echo snap-build.sh 01:52:17 snap-build.sh 01:52:17 + SNAP_BASE_DIR=. 01:52:17 + '[' '!' -z /w/workspace/edgex-go/3 ']' 01:52:17 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 01:52:17 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 01:52:17 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 01:52:17 + cd /w/workspace/edgex-go/3 01:52:17 + sudo apt-get remove -qy --purge lxd lxd-client 01:52:17 Reading package lists... 01:52:17 Building dependency tree... 01:52:17 Reading state information... 01:52:17 The following packages were automatically installed and are no longer required: 01:52:17 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:52:17 uidmap xdelta3 01:52:17 Use 'sudo apt autoremove' to remove them. 01:52:17 The following packages will be REMOVED: 01:52:17 lxd* lxd-client* 01:52:17 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:52:17 After this operation, 31.7 MB disk space will be freed. 01:52:18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 01:52:18 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:52:19 Removing lxd dnsmasq configuration 01:52:19 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:52:19 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:52:20 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:52:20 (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.) 01:52:21 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:52:22 Processing triggers for systemd (237-3ubuntu10.42) ... 01:52:22 Processing triggers for ureadahead (0.100.0-21) ... 01:52:23 + sudo snap remove --purge lxd 01:52:23 snap "lxd" is not installed 01:52:23 + sudo groupadd --force --system lxd 01:52:23 ++ whoami 01:52:23 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:52:23 + newgrp - lxd 01:52:23 + sudo snap install lxd 01:52:30 2021-01-22T01:52:28Z INFO Waiting for automatic snapd restart... 01:52:34 gofmt -l . 01:52:34 [ "`gofmt -l .`" = "" ] 01:52:34 ./bin/test-go-mod-tidy.sh 01:52:34 ./bin/test-attribution-txt.sh [Pipeline] sh 01:52:35 + ls -al . 01:52:35 total 696 01:52:35 drwxrwxr-x 9 1001 1001 4096 Jan 22 01:52 . 01:52:35 drwxr-xr-x 4 root root 4096 Jan 22 01:48 .. 01:52:35 -rw-rw-r-- 1 1001 1001 11 Jan 22 01:47 .dockerignore 01:52:35 drwxrwxr-x 8 1001 1001 4096 Jan 22 01:47 .git 01:52:35 drwxrwxr-x 3 1001 1001 4096 Jan 22 01:47 .github 01:52:35 -rw-rw-r-- 1 1001 1001 872 Jan 22 01:47 .gitignore 01:52:35 -rw-rw-r-- 1 1001 1001 166 Jan 22 01:47 .sonarcloud.properties 01:52:35 -rw-rw-r-- 1 1001 1001 7859 Jan 22 01:47 Attribution.txt 01:52:35 -rw-rw-r-- 1 1001 1001 3804 Jan 22 01:47 CONTRIBUTING.md 01:52:35 -rw-rw-r-- 1 1001 1001 931 Jan 22 01:47 Dockerfile.build 01:52:35 -rw-rw-r-- 1 1001 1001 863 Jan 22 01:47 Jenkinsfile 01:52:35 -rw-rw-r-- 1 1001 1001 10775 Jan 22 01:47 LICENSE 01:52:35 -rw-rw-r-- 1 1001 1001 6001 Jan 22 01:47 Makefile 01:52:35 -rw-rw-r-- 1 1001 1001 6524 Jan 22 01:47 README.md 01:52:35 -rw-rw-r-- 1 1001 1001 6755 Jan 22 01:47 SECURITY.md 01:52:35 -rw-rw-r-- 1 1001 1001 5 Jan 22 01:42 VERSION 01:52:35 -rw-rw-r-- 1 1001 1001 4131 Jan 22 01:47 ZMQWindows.md 01:52:35 drwxrwxr-x 2 1001 1001 4096 Jan 22 01:47 bin 01:52:35 drwxrwxr-x 15 1001 1001 4096 Jan 22 01:47 cmd 01:52:35 -rw-r--r-- 1 root root 563584 Jan 22 01:51 coverage.out 01:52:35 -rw-r--r-- 1 root root 1053 Jan 22 01:52 go.mod 01:52:35 -rw-r--r-- 1 root root 18995 Jan 22 01:52 go.sum 01:52:35 drwxrwxr-x 8 1001 1001 4096 Jan 22 01:47 internal 01:52:35 drwxrwxr-x 4 1001 1001 4096 Jan 22 01:47 openapi 01:52:35 drwxrwxr-x 4 1001 1001 4096 Jan 22 01:47 snap 01:52:35 -rw-rw-r-- 1 1001 1001 168 Jan 22 01:47 version.go [Pipeline] sh 01:52:35 + '[' -e coverage.out ] 01:52:35 + chown 1001:1001 coverage.out [Pipeline] stash 01:52:35 Warning: overwriting stash ‘coverage-report’ 01:52:36 Stashed 1 file(s) [Pipeline] sh 01:52:37 + make build 01:52:37 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 01:52:45 lxd 4.10 from Canonical* installed 01:52:45 + sudo lxd init --auto 01:52:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:52:55 + sudo snap install --classic snapcraft 01:52:58 snapcraft 4.4.4 from Canonical* installed 01:52:58 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:52:58 + patch --verbose -p1 01:52:58 Hmm... Looks like a unified diff to me... 01:52:58 The text leading up to this was: 01:52:58 -------------------------- 01:52:58 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:52:58 |From: Tony Espy 01:52:58 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:52:58 |Subject: [PATCH] optimize snap build for pipeline CI check 01:52:58 | 01:52:58 |This patch is used by the EdgeX CI pipeline builds to 01:52:58 |optimize the snap CI check run for pull requests. When 01:52:58 |applied, it essentially strips out everything (apps and 01:52:58 |parts) from the snapcraft.yaml file except those required 01:52:58 |to build edgex-go, as the whole idea of the CI check is to 01:52:58 |catch changes to edgex-go that break the snap build. 01:52:58 | 01:52:58 |In general, anyone updating snapcraft.yaml will also need 01:52:58 |to update this patch file, otherwise it may fail to apply, 01:52:58 |resulting in a failed snap build CI check in the associated 01:52:58 |pull request. 01:52:58 | 01:52:58 |Note - in addition to applying this patch, the pipeline also 01:52:58 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:52:58 |need to build the finally binary .snap file (and it won't 01:52:58 |work with the patch applied). This further reduces the build 01:52:58 |time. 01:52:58 |--- 01:52:58 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:52:58 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:52:58 | 01:52:58 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:52:58 |index 1e537489..faf42425 100644 01:52:58 |--- a/snap/snapcraft.yaml 01:52:58 |+++ b/snap/snapcraft.yaml 01:52:58 -------------------------- 01:52:58 patching file snap/snapcraft.yaml 01:52:58 Using Plan A... 01:52:58 Hunk #1 succeeded at 73. 01:52:58 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:52:58 Hunk #3 succeeded at 214 (offset -1 lines). 01:52:58 Hunk #4 succeeded at 222 (offset -1 lines). 01:52:58 Hunk #5 succeeded at 229 (offset -1 lines). 01:52:58 Hunk #6 succeeded at 256 (offset -1 lines). 01:52:58 Hunk #7 succeeded at 290 (offset -1 lines). 01:52:58 Hunk #8 succeeded at 342. 01:52:58 Hmm... Ignoring the trailing garbage. 01:52:58 done 01:52:58 + sudo snapcraft prime --use-lxd 01:53:00 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:53:00 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: 01:53:00 - README.md 01:53:00 - snapcraft.yaml.orig 01:53:00 01:53:00 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:53:00 Launching a container. 01:53:12 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 01:53:13 Waiting for container to be ready 01:53:13 To start your first instance, try: lxc launch ubuntu:18.04 01:53:13 01:53:15 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:53:15 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 01:53:16 Waiting for network to be ready... 01:53:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:53:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 01:53:16 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:53:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 01:53:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:53:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:53:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:53:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:53:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 01:53:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 01:53:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:53:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:53:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:53:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:53:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:53:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:53:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:53:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:53:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:53:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 01:53:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 01:53:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 01:53:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 01:53:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 01:53:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 01:53:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 01:53:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 01:53:20 Fetched 23.8 MB in 4s (5861 kB/s) 01:53:21 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 01:53:21 Reading package lists... 01:53:21 Reading package lists... 01:53:21 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 01:53:21 Building dependency tree... 01:53:21 Reading state information... 01:53:21 The following additional packages will be installed: 01:53:21 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:53:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:53:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:53:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:53:21 Suggested packages: 01:53:21 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:53:21 Recommended packages: 01:53:21 gnupg libsasl2-modules 01:53:21 The following NEW packages will be installed: 01:53:21 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:53:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:53:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:53:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:53:21 The following packages will be upgraded: 01:53:21 gpg gpg-agent gpgconf libudev1 01:53:21 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 01:53:21 Need to get 3533 kB of archives. 01:53:21 After this operation, 13.3 MB of additional disk space will be used. 01:53:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:53:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:53:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:53:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 01:53:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:53:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:53:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:53:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:53:22 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:53:22 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:53:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:53:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:53:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:53:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:53:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:53:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:53:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:53:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:53:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:53:22 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:53:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:53:23 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:53:23 debconf: delaying package configuration, since apt-utils is not installed 01:53:23 Fetched 3533 kB in 1s (3168 kB/s) 01:53:23 (Reading database ... 12511 files and directories currently installed.) 01:53:23 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:53:23 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:53:23 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:53:23 Selecting previously unselected package udev. 01:53:23 (Reading database ... 12511 files and directories currently installed.) 01:53:23 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:53:23 Unpacking udev (237-3ubuntu10.44) ... 01:53:23 Selecting previously unselected package libfuse2:amd64. 01:53:23 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:53:23 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:53:23 Selecting previously unselected package fuse. 01:53:23 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:53:23 Unpacking fuse (2.9.7-1ubuntu1) ... 01:53:23 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:53:23 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:53:24 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:53:24 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:53:24 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:53:24 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:53:24 Selecting previously unselected package libksba8:amd64. 01:53:24 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:53:24 Unpacking libksba8:amd64 (1.3.5-2) ... 01:53:24 Selecting previously unselected package libroken18-heimdal:amd64. 01:53:24 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:53:24 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:24 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:53:24 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:53:24 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:24 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:53:24 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:53:24 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:24 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:53:24 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:53:24 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:24 Selecting previously unselected package libwind0-heimdal:amd64. 01:53:24 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:53:24 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:24 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:53:24 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:53:24 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:25 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:53:25 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:53:25 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:25 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:53:25 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:53:25 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:25 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:53:25 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:53:25 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:25 Selecting previously unselected package libsasl2-modules-db:amd64. 01:53:25 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:53:25 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:53:25 Selecting previously unselected package libsasl2-2:amd64. 01:53:25 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:53:25 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:53:25 Selecting previously unselected package libldap-common. 01:53:25 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:53:25 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:53:25 Selecting previously unselected package libldap-2.4-2:amd64. 01:53:25 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:53:25 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:53:25 Selecting previously unselected package dirmngr. 01:53:25 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:53:25 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:53:25 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:53:25 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:53:25 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:53:25 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:53:25 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:53:25 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:53:25 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:25 Setting up libksba8:amd64 (1.3.5-2) ... 01:53:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:53:25 Setting up udev (237-3ubuntu10.44) ... 01:53:26 invoke-rc.d: policy-rc.d denied execution of start. 01:53:26 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:26 Processing triggers for systemd (237-3ubuntu10) ... 01:53:26 Setting up fuse (2.9.7-1ubuntu1) ... 01:53:26 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:53:26 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:26 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:26 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:26 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:26 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:26 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:26 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:53:27 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:53:27 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:53:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:53:27 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 01:53:27 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:53:27 settings in the [Install] section, and DefaultInstance for template units). 01:53:27 This means they are not meant to be enabled using systemctl. 01:53:27 Possible reasons for having this kind of units are: 01:53:27 1) A unit may be statically enabled by being symlinked from another unit's 01:53:27 .wants/ or .requires/ directory. 01:53:27 2) A unit's purpose may be to act as a helper for some other unit which has 01:53:27 a requirement dependency on it. 01:53:27 3) A unit may be started when needed via activation (socket, path, timer, 01:53:27 D-Bus, udev, scripted systemctl call, ...). 01:53:27 4) In case of template units, the unit is meant to be enabled with some 01:53:27 instance name specified. 01:53:27 Reading package lists... 01:53:27 Building dependency tree... 01:53:27 Reading state information... 01:53:28 The following additional packages will be installed: 01:53:28 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:53:28 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:53:28 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:53:28 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:53:28 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:53:28 Suggested packages: 01:53:28 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:53:28 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:53:28 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:53:28 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:53:28 systemd-container policykit-1 01:53:28 Recommended packages: 01:53:28 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:53:28 The following NEW packages will be installed: 01:53:28 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:53:28 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:53:28 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:53:28 multiarch-support openssh-client python3 python3-minimal python3.6 01:53:28 python3.6-minimal snapd squashfs-tools sudo 01:53:28 The following packages will be upgraded: 01:53:28 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:53:28 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 01:53:28 Need to get 35.2 MB of archives. 01:53:28 After this operation, 141 MB of additional disk space will be used. 01:53:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:53:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:53:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:53:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:53:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:53:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:53:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:53:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:53:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:53:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:53:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:53:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:53:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:53:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:53:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:53:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:53:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:53:29 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:53:29 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:53:29 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:53:29 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:53:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:53:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:53:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:53:29 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:53:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 01:53:29 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:53:29 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:53:29 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:53:29 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:53:30 debconf: delaying package configuration, since apt-utils is not installed 01:53:30 Fetched 35.2 MB in 2s (16.1 MB/s) 01:53:30 (Reading database ... 12757 files and directories currently installed.) 01:53:30 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:53:30 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:53:31 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:53:31 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:53:31 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:53:31 (Reading database ... 12757 files and directories currently installed.) 01:53:31 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:53:31 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:53:31 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 01:53:31 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:53:31 (Reading database ... 12757 files and directories currently installed.) 01:53:31 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:53:31 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:53:32 Setting up apt (1.6.12ubuntu0.2) ... 01:53:32 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:53:32 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:53:32 (Reading database ... 12764 files and directories currently installed.) 01:53:32 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:53:32 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:53:32 Selecting previously unselected package libpython3.6-minimal:amd64. 01:53:32 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:53:32 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:53:32 Selecting previously unselected package libexpat1:amd64. 01:53:32 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:53:32 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:53:33 Selecting previously unselected package python3.6-minimal. 01:53:33 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:53:33 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:53:33 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:53:33 Checking for services that may need to be restarted...done. 01:53:33 Checking for services that may need to be restarted...done. 01:53:33 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:53:33 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:53:33 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:53:34 Selecting previously unselected package python3-minimal. 01:53:34 (Reading database ... 13012 files and directories currently installed.) 01:53:34 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:53:34 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:53:34 Selecting previously unselected package mime-support. 01:53:34 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:53:34 Unpacking mime-support (3.60ubuntu1) ... 01:53:34 Selecting previously unselected package libmpdec2:amd64. 01:53:34 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:53:34 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:53:34 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:53:34 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:53:34 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:53:34 Selecting previously unselected package python3.6. 01:53:34 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:53:34 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:53:34 Selecting previously unselected package libpython3-stdlib:amd64. 01:53:34 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:53:34 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:53:34 Setting up python3-minimal (3.6.7-1~18.04) ... 01:53:34 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 01:53:35 Selecting previously unselected package python3. 01:53:35 (Reading database ... 13442 files and directories currently installed.) 01:53:35 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:53:35 Unpacking python3 (3.6.7-1~18.04) ... 01:53:35 Selecting previously unselected package multiarch-support. 01:53:35 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:53:35 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:53:35 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:53:35 Selecting previously unselected package liblzo2-2:amd64. 01:53:35 (Reading database ... 13479 files and directories currently installed.) 01:53:35 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:53:35 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:53:35 Selecting previously unselected package libbsd0:amd64. 01:53:35 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:53:35 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:53:35 Selecting previously unselected package sudo. 01:53:35 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 01:53:35 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 01:53:35 Selecting previously unselected package apparmor. 01:53:35 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:53:35 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:53:35 Selecting previously unselected package libedit2:amd64. 01:53:35 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:53:35 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:53:35 Selecting previously unselected package libkrb5support0:amd64. 01:53:35 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:53:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:53:36 Selecting previously unselected package libk5crypto3:amd64. 01:53:36 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:53:36 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:53:36 Selecting previously unselected package libkeyutils1:amd64. 01:53:36 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:53:36 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:53:36 Selecting previously unselected package libkrb5-3:amd64. 01:53:36 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:53:36 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:53:36 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:53:36 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:53:36 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:53:36 Selecting previously unselected package libssl1.0.0:amd64. 01:53:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:53:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:53:36 Selecting previously unselected package openssh-client. 01:53:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:53:36 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:53:37 Selecting previously unselected package squashfs-tools. 01:53:37 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:53:37 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:53:37 Selecting previously unselected package snapd. 01:53:37 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:53:37 Unpacking snapd (2.48+18.04) ... 01:53:39 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:53:39 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:53:39 Setting up mime-support (3.60ubuntu1) ... 01:53:39 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 01:53:39 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:53:39 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:53:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:53:39 Setting up systemd (237-3ubuntu10.44) ... 01:53:39 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:53:40 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 01:53:40 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:53:40 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:53:40 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:53:40 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:53:40 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:53:40 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:53:40 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:53:40 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:53:41 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:53:41 Setting up python3 (3.6.7-1~18.04) ... 01:53:41 running python rtupdate hooks for python3.6... 01:53:41 running python post-rtupdate hooks for python3.6... 01:53:41 Setting up apparmor (2.12-4ubuntu5.1) ... 01:53:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:53:43 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:53:43 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:53:43 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:53:43 Setting up snapd (2.48+18.04) ... 01:53:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:53:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:53:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:53:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:53:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:53:44 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:53:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:53:45 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:53:45 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:53:45 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:53:45 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 01:53:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:53:45 Processing triggers for systemd (237-3ubuntu10.44) ... 01:53:46 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 01:53:46 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:53:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:53:47 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 01:53:48 Reading package lists... 01:53:48 Reading package lists... 01:53:48 Building dependency tree... 01:53:48 Reading state information... 01:53:48 Calculating upgrade... 01:53:48 The following packages will be upgraded: 01:53:48 advancecomp base-files bash binutils binutils-common 01:53:48 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:53:48 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:53:48 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 01:53:48 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 01:53:48 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 01:53:48 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 01:53:48 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 01:53:48 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 01:53:48 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 01:53:48 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 01:53:48 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 01:53:48 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 01:53:48 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 01:53:48 ubuntu-keyring util-linux 01:53:48 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:53:48 Need to get 63.7 MB of archives. 01:53:48 After this operation, 5203 kB of additional disk space will be used. 01:53:48 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:53:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:53:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:53:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:53:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:53:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:53:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:53:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:53:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:53:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:53:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:53:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:53:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:53:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:53:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:53:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:53:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:53:49 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:53:49 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 01:53:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:53:49 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:53:49 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:53:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:53:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:53:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:53:49 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:53:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:53:49 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:53:49 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:53:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:53:49 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:53:49 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:53:49 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:53:49 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:53:49 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:53:49 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:53:49 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:53:49 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:53:50 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:53:50 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:53:50 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:53:50 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:53:50 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:53:50 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:53:50 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:53:50 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:53:50 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:53:50 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:53:50 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:53:50 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:53:50 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:53:50 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:53:50 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:53:50 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:53:50 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:53:50 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:53:50 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:53:50 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:53:50 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:53:50 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:53:50 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:53:50 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:53:50 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:53:50 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:53:50 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:53:50 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:53:50 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:53:50 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:53:50 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:53:50 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:53:50 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:53:50 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:53:50 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:53:50 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:53:50 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:53:50 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:53:50 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:53:50 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 01:53:50 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:53:50 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:53:50 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:53:50 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:53:50 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:53:50 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:53:50 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:53:50 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:53:50 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:53:50 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:53:51 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:53:51 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 01:53:51 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:53:51 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:53:51 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:53:52 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:53:52 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:53:52 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:53:52 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:53:52 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:53:52 debconf: delaying package configuration, since apt-utils is not installed 01:53:52 Fetched 63.7 MB in 3s (18.4 MB/s) 01:53:52 (Reading database ... 13912 files and directories currently installed.) 01:53:52 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:53:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:53:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:53:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:53:53 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 01:53:53 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 01:53:54 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:54 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:54 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:54 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:54 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:54 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:54 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:54 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:54 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:54 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:54 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:54 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:54 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:54 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:55 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:53:55 (Reading database ... 13911 files and directories currently installed.) 01:53:55 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:55 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:53:55 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:53:55 (Reading database ... 13911 files and directories currently installed.) 01:53:55 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:55 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:55 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:55 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:55 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:53:55 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:53:55 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] } 01:53:55 $ docker stop --time=1 21a1a2165fbd36d52d8d55e3e939f1aba1db880ef66c58c76b81cfbd24f4749c 01:53:55 (Reading database ... 13911 files and directories currently installed.) 01:53:55 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:53:56 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:53:56 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:53:56 (Reading database ... 13911 files and directories currently installed.) 01:53:56 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:53:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:53:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:53:56 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:53:56 Setting up base-files (10.1ubuntu2.10) ... 01:53:57 Installing new version of config file /etc/issue ... 01:53:57 Installing new version of config file /etc/issue.net ... 01:53:57 Installing new version of config file /etc/lsb-release ... 01:53:57 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:53:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:53:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:53:57 Removing obsolete conffile /etc/default/motd-news ... 01:53:57 (Reading database ... 13912 files and directories currently installed.) 01:53:57 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:53:57 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:53:57 Setting up bash (4.4.18-2ubuntu1.2) ... 01:53:57 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 01:53:57 (Reading database ... 13912 files and directories currently installed.) 01:53:57 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:53:57 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:53:57 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:53:58 (Reading database ... 13912 files and directories currently installed.) 01:53:58 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:53:58 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:53:58 Setting up tar (1.29b-2ubuntu0.2) ... 01:53:58 $ docker rm -f 21a1a2165fbd36d52d8d55e3e939f1aba1db880ef66c58c76b81cfbd24f4749c 01:53:58 (Reading database ... 13912 files and directories currently installed.) 01:53:58 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:53:58 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:53:58 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:53:58 (Reading database ... 13912 files and directories currently installed.) 01:53:58 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:53:58 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:53:59 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:53:59 (Reading database ... 13912 files and directories currently installed.) 01:53:59 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:53:59 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:53:59 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:53:59 (Reading database ... 13912 files and directories currently installed.) 01:53:59 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:53:59 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:53:59 Setting up grep (3.1-2build1) ... 01:53:59 (Reading database ... 13912 files and directories currently installed.) 01:53:59 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:53:59 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 01:53:59 Setting up login (1:4.5-1ubuntu2) ... 01:53:59 (Reading database ... 13912 files and directories currently installed.) 01:53:59 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:53:59 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:53:59 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:54:00 (Reading database ... 13912 files and directories currently installed.) 01:54:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:54:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:54:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:54:00 01:54:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:54:00 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:54:00 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:54:00 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:54:00 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:54:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:54:00 latest: Pulling from edgex-devops/edgex-compose-arm64 01:54:00 29e5d40040c1: Pulling fs layer 01:54:00 1ce36da41761: Pulling fs layer 01:54:00 25b303627fd3: Pulling fs layer 01:54:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:54:01 (Reading database ... 13912 files and directories currently installed.) 01:54:01 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:54:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:54:01 29e5d40040c1: Verifying Checksum 01:54:01 29e5d40040c1: Download complete 01:54:02 1ce36da41761: Verifying Checksum 01:54:02 1ce36da41761: Download complete 01:54:02 29e5d40040c1: Pull complete 01:54:02 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:54:02 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:54:02 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:54:02 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:54:02 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:54:02 (Reading database ... 13912 files and directories currently installed.) 01:54:02 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:54:02 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:54:02 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:54:03 (Reading database ... 13912 files and directories currently installed.) 01:54:03 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:54:03 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:54:03 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:54:03 (Reading database ... 13912 files and directories currently installed.) 01:54:03 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:54:03 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:54:03 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:54:03 (Reading database ... 13912 files and directories currently installed.) 01:54:03 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:54:03 1ce36da41761: Pull complete 01:54:03 25b303627fd3: Verifying Checksum 01:54:03 25b303627fd3: Download complete 01:54:03 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:54:03 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:54:04 (Reading database ... 13912 files and directories currently installed.) 01:54:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:54:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:54:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:54:04 (Reading database ... 13912 files and directories currently installed.) 01:54:04 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:54:04 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:54:04 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:54:04 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:54:04 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:54:04 (Reading database ... 13912 files and directories currently installed.) 01:54:04 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:54:04 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:54:04 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:54:04 (Reading database ... 13912 files and directories currently installed.) 01:54:04 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:54:04 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:54:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:54:05 (Reading database ... 13912 files and directories currently installed.) 01:54:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:54:05 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:54:05 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:54:05 (Reading database ... 13912 files and directories currently installed.) 01:54:05 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:54:05 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:54:05 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:54:06 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:54:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:54:06 (Reading database ... 13912 files and directories currently installed.) 01:54:06 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:54:06 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:54:06 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:54:06 (Reading database ... 13912 files and directories currently installed.) 01:54:06 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:54:06 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:54:06 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:54:07 (Reading database ... 13914 files and directories currently installed.) 01:54:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:54:07 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:54:07 Setting up debconf (1.5.66ubuntu1) ... 01:54:07 (Reading database ... 13914 files and directories currently installed.) 01:54:07 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:54:07 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:54:07 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:54:08 (Reading database ... 13914 files and directories currently installed.) 01:54:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:54:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:54:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:54:08 (Reading database ... 13914 files and directories currently installed.) 01:54:08 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:54:08 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:54:08 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:54:08 (Reading database ... 13914 files and directories currently installed.) 01:54:08 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:54:08 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:54:08 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:54:08 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:54:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:54:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:54:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:54:09 (Reading database ... 13914 files and directories currently installed.) 01:54:09 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:54:09 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:54:09 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:54:09 (Reading database ... 13914 files and directories currently installed.) 01:54:09 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:54:09 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:54:09 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:54:09 (Reading database ... 13914 files and directories currently installed.) 01:54:09 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:54:09 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:54:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:54:10 (Reading database ... 13914 files and directories currently installed.) 01:54:10 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:54:10 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:54:10 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:54:10 (Reading database ... 13914 files and directories currently installed.) 01:54:10 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:54:10 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:54:11 Setting up passwd (1:4.5-1ubuntu2) ... 01:54:11 (Reading database ... 13914 files and directories currently installed.) 01:54:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:54:11 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:54:11 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:54:11 (Reading database ... 13914 files and directories currently installed.) 01:54:11 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:54:11 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:54:11 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:54:11 (Reading database ... 13914 files and directories currently installed.) 01:54:11 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:54:11 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:54:11 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:54:12 (Reading database ... 13914 files and directories currently installed.) 01:54:12 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:54:12 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:54:12 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:54:12 (Reading database ... 13914 files and directories currently installed.) 01:54:12 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:54:12 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:54:12 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:54:12 (Reading database ... 13914 files and directories currently installed.) 01:54:12 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:54:12 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:54:12 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:54:12 (Reading database ... 13914 files and directories currently installed.) 01:54:12 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:54:12 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:54:12 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:54:12 (Reading database ... 13915 files and directories currently installed.) 01:54:12 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:54:12 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:54:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:54:13 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:54:13 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:54:13 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:54:13 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:54:13 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 01:54:13 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:54:13 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:54:13 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:54:13 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:54:13 25b303627fd3: Pull complete 01:54:13 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:54:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:54:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:54:13 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:54:13 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:54:13 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:54:13 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:54:14 prd-ubuntu18.04-docker-arm64-4c-16g-22147 does not seem to be running inside a container 01:54:14 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:54:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:54:14 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:54:14 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:54:14 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:54:14 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:54:14 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:54:14 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 01:54:14 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 01:54:15 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:54:15 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:54:15 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:54:15 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:54:16 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:54:16 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:54:16 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:54:16 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:54:16 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:54:16 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:54:16 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:54:16 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:54:16 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:54:16 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:54:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:54:17 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:54:17 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:54:17 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:54:17 $ docker top bd56dd0b04a40726779ccdd339efa6fe0d9019cdb64bf0f5af29ba634d3e478c -eo pid,comm 01:54:17 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:54:17 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { [Pipeline] sh 01:54:18 + docker-compose build --help 01:54:18 + grep parallel 01:54:18 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:54:18 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:54:19 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:54:19 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:54:20 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:54:20 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:54:20 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:54:20 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:54:21 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:54:21 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:54:21 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:54:21 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:54:21 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:54:21 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:54:21 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:54:21 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:54:21 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:54:21 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:54:21 --parallel Build images in parallel. 01:54:21 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:54:21 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:54:21 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:54:21 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] } 01:54:22 $ docker stop --time=1 bd56dd0b04a40726779ccdd339efa6fe0d9019cdb64bf0f5af29ba634d3e478c 01:54:22 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:54:22 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:54:22 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:54:22 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:54:22 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:54:22 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:54:22 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:54:22 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:54:22 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:54:22 Setting up tzdata (2020f-0ubuntu0.18.04) ... 01:54:22 01:54:22 Current default time zone: 'Etc/UTC' 01:54:22 Local time is now: Fri Jan 22 01:54:22 UTC 2021. 01:54:22 Universal Time is now: Fri Jan 22 01:54:22 UTC 2021. 01:54:22 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:54:22 01:54:22 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:54:22 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:54:22 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 01:54:22 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:54:22 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:54:22 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:54:22 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:54:22 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:54:23 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:54:23 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:54:23 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:54:23 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:54:23 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:54:23 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:54:23 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:54:23 Setting up patch (2.7.6-2ubuntu1.1) ... 01:54:23 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:54:23 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:54:23 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:54:23 Installing new version of config file /etc/ssl/openssl.cnf ... 01:54:23 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:54:23 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:54:23 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:54:24 $ docker rm -f bd56dd0b04a40726779ccdd339efa6fe0d9019cdb64bf0f5af29ba634d3e478c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:54:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:54:25 . [Pipeline] withDockerContainer 01:54:25 prd-ubuntu18.04-docker-arm64-4c-16g-22147 does not seem to be running inside a container 01:54:25 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:54:25 Updating certificates in /etc/ssl/certs... 01:54:26 22 added, 17 removed; done. 01:54:26 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:54:26 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:54:26 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:54:26 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:54:26 Setting up pkgbinarymangler (138.18.04.1) ... 01:54:26 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:54:26 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:54:26 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:54:26 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:54:26 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:54:26 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:54:26 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:54:26 Setting up perl (5.26.1-6ubuntu0.5) ... 01:54:26 $ docker top 4710a57b3888bca89c9df33b941bb182d2467ceaa90a41a9365de9a1f6cc0de8 -eo pid,comm 01:54:26 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:54:26 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:54:26 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:54:26 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:54:26 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:54:26 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:54:26 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:54:26 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [Pipeline] { 01:54:27 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:54:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:54:27 Processing triggers for systemd (237-3ubuntu10.44) ... 01:54:27 Processing triggers for mime-support (3.60ubuntu1) ... [Pipeline] sh 01:54:27 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:54:27 Updating certificates in /etc/ssl/certs... 01:54:27 + docker-compose -f ./docker-compose-build.yml build --parallel 01:54:27 0 added, 0 removed; done. 01:54:27 Running hooks in /etc/ca-certificates/update.d... 01:54:27 done. 01:54:28 Reading package lists... 01:54:28 Building dependency tree... 01:54:28 Reading state information... 01:54:28 The following NEW packages will be installed: 01:54:28 apt-transport-https 01:54:28 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:54:28 Need to get 1696 B of archives. 01:54:28 After this operation, 153 kB of additional disk space will be used. 01:54:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:54:28 debconf: delaying package configuration, since apt-utils is not installed 01:54:28 Fetched 1696 B in 0s (8514 B/s) 01:54:28 Selecting previously unselected package apt-transport-https. 01:54:28 (Reading database ... 13929 files and directories currently installed.) 01:54:28 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:54:28 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:54:28 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:54:29 Waiting for network to be ready... 01:54:32 Building docker-core-command-go ... 01:54:32 Building docker-core-data-go ... 01:54:32 Building docker-core-metadata-go ... 01:54:32 Building docker-security-bootstrapper-go ... 01:54:32 Building docker-security-proxy-setup-go ... 01:54:32 Building docker-security-secretstore-setup-go ... 01:54:32 Building docker-support-notifications-go ... 01:54:32 Building docker-support-scheduler-go ... 01:54:32 Building docker-sys-mgmt-agent-go ... 01:54:32 Building docker-security-secretstore-setup-go 01:54:32 Building docker-core-command-go 01:54:32 Building docker-core-metadata-go 01:54:32 Building docker-support-notifications-go 01:54:32 Building docker-support-scheduler-go 01:54:34 2021-01-22T01:54:32Z INFO Waiting for automatic snapd restart... 01:54:34 snapd 2.48.2 from Canonical* installed 01:54:35 "snapd" switched to the "latest/stable" channel 01:54:35 01:54:38 core18 20201210 from Canonical* installed 01:54:38 "core18" switched to the "latest/stable" channel 01:54:38 01:54:41 snapcraft 4.4.4 from Canonical* installed 01:54:41 "snapcraft" switched to the "latest/stable" channel 01:54:41 01:54:46 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: 01:54:46 - README.md 01:54:46 - snapcraft.yaml.orig 01:54:46 01:54:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:54:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:54:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:54:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:54:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:54:53 Reading package lists... 01:54:53 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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 01:55:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:55:00 Reading package lists... 01:55:00 Building dependency tree... 01:55:00 Reading state information... 01:55:00 Suggested packages: 01:55:00 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:55:00 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:55:00 Recommended packages: 01:55:00 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:55:00 The following NEW packages will be installed: 01:55:00 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:55:00 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:55:00 pkg-config zip 01:55:00 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:55:00 Need to get 7655 kB of archives. 01:55:00 After this operation, 43.7 MB of additional disk space will be used. 01:55:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:55:00 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:55:00 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:55:00 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:55:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:55:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:55:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:55:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:55:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:55:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:55:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:55:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:55:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:55:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:55:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:55:01 debconf: delaying package configuration, since apt-utils is not installed 01:55:01 Fetched 7655 kB in 1s (6614 kB/s) 01:55:01 Selecting previously unselected package libglib2.0-0:amd64. 01:55:01 (Reading database ... 13933 files and directories currently installed.) 01:55:01 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:55:01 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:55:01 Selecting previously unselected package libpsl5:amd64. 01:55:01 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:55:01 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:55:01 Selecting previously unselected package libnghttp2-14:amd64. 01:55:01 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:55:01 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:55:01 Selecting previously unselected package librtmp1:amd64. 01:55:01 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:55:01 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:55:01 Selecting previously unselected package libcurl3-gnutls:amd64. 01:55:01 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:55:01 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:55:01 Selecting previously unselected package liberror-perl. 01:55:01 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:55:01 Unpacking liberror-perl (0.17025-1) ... 01:55:02 Selecting previously unselected package git-man. 01:55:02 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:55:02 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:55:02 Selecting previously unselected package git. 01:55:02 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:55:02 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:55:03 Selecting previously unselected package libnorm1:amd64. 01:55:03 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:55:03 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:55:03 Selecting previously unselected package libpgm-5.2-0:amd64. 01:55:03 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:55:03 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:55:03 Selecting previously unselected package libsodium23:amd64. 01:55:03 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:55:03 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:55:03 Selecting previously unselected package libzmq5:amd64. 01:55:03 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:55:03 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:55:03 Selecting previously unselected package libzmq3-dev:amd64. 01:55:03 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:55:03 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:55:03 Selecting previously unselected package pkg-config. 01:55:03 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:55:03 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:55:03 Selecting previously unselected package zip. 01:55:03 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:55:03 Unpacking zip (3.0-11build1) ... 01:55:03 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:55:03 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:55:03 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:55:03 Setting up liberror-perl (0.17025-1) ... 01:55:03 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:55:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:55:04 No schema files found: doing nothing. 01:55:04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:55:04 Setting up zip (3.0-11build1) ... 01:55:04 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:55:04 Setting up libsodium23:amd64 (1.0.16-2) ... 01:55:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:55:04 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:55:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:55:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:55:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:55:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:55:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:55:10 git set to automatically installed. 01:55:10 git-man set to automatically installed. 01:55:10 libcurl3-gnutls set to automatically installed. 01:55:10 liberror-perl set to automatically installed. 01:55:10 libglib2.0-0 set to automatically installed. 01:55:10 libnghttp2-14 set to automatically installed. 01:55:10 libnorm1 set to automatically installed. 01:55:10 libpgm-5.2-0 set to automatically installed. 01:55:10 libpsl5 set to automatically installed. 01:55:10 librtmp1 set to automatically installed. 01:55:10 libsodium23 set to automatically installed. 01:55:10 libzmq3-dev set to automatically installed. 01:55:10 libzmq5 set to automatically installed. 01:55:10 pkg-config set to automatically installed. 01:55:10 zip set to automatically installed. 01:55:14 snapd is not logged in, snap install commands will use sudo 01:55:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:55:20 snap "core18" has no updates available 01:55:21 Pulling config-common 01:55:22 Pulling go-build-helper 01:55:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:55:40 ---> 898b1078b735 01:55:40 Step 3/22 : WORKDIR /edgex-go 01:55:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:55:40 ---> 898b1078b735 01:55:40 Step 3/23 : WORKDIR /edgex-go 01:55:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:55:40 ---> 898b1078b735 01:55:40 Step 3/24 : WORKDIR /edgex-go 01:55:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:55:40 ---> 898b1078b735 01:55:40 Step 3/23 : WORKDIR /edgex-go 01:55:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:55:40 ---> 898b1078b735 01:55:40 Step 3/22 : WORKDIR /edgex-go 01:55:44 ---> Running in 27abcc10e456 01:55:44 ---> Running in 1ec9a1a30f85 01:55:44 ---> Running in aadbc75fe1cc 01:55:44 ---> Running in 73ca11d80892 01:55:44 ---> Running in d1eb420be9df 01:55:44 Removing intermediate container 27abcc10e456 01:55:44 ---> c92f64e2b076 01:55:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:44 Removing intermediate container 73ca11d80892 01:55:44 ---> 8f9bfcb44e68 01:55:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:55:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:55:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:55:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 01:55:44 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:55:44 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:55:44 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:55:44 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:55:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 01:55:44 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:55:44 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:55:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:55:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:55:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:55:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:55:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:55:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 01:55:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 01:55:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:55:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 01:55:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 01:55:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 01:55:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 01:55:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 01:55:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 01:55:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 01:55:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 01:55:44 Fetched 23.8 MB in 0s (0 B/s) 01:55:44 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:55:44 Fetched 96.5 kB in 0s (0 B/s) 01:55:44 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:55:44 Fetched 279 kB in 0s (0 B/s) 01:55:44 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:55:44 Fetched 122 kB in 0s (0 B/s) 01:55:44 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:55:44 Fetched 77.8 kB in 0s (0 B/s) 01:55:44 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:55:44 Fetched 8848 B in 0s (0 B/s) 01:55:44 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:55:44 Fetched 47.8 kB in 0s (0 B/s) 01:55:44 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:55:44 Fetched 45.6 kB in 0s (0 B/s) 01:55:44 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:55:44 Fetched 15.0 kB in 0s (0 B/s) 01:55:44 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:55:44 Fetched 214 kB in 0s (0 B/s) 01:55:44 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:55:44 Fetched 155 kB in 0s (0 B/s) 01:55:44 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:55:44 Fetched 50.6 kB in 0s (0 B/s) 01:55:44 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:55:44 Fetched 14.8 kB in 0s (0 B/s) 01:55:44 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:55:44 Fetched 41.8 kB in 0s (0 B/s) 01:55:44 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:55:44 Fetched 499 kB in 0s (0 B/s) 01:55:44 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:55:44 Fetched 111 kB in 0s (0 B/s) 01:55:44 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:55:44 Fetched 240 kB in 0s (0 B/s) 01:55:44 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:55:44 Fetched 29.3 kB in 0s (0 B/s) 01:55:44 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:55:44 Fetched 85.5 kB in 0s (0 B/s) 01:55:44 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:55:44 Fetched 24.5 kB in 0s (0 B/s) 01:55:44 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:55:44 Fetched 49.2 kB in 0s (0 B/s) 01:55:44 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:55:44 Fetched 54.2 kB in 0s (0 B/s) 01:55:44 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:55:44 Fetched 30.8 kB in 0s (0 B/s) 01:55:44 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:55:44 Fetched 17.0 kB in 0s (0 B/s) 01:55:44 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:55:44 Fetched 85.9 kB in 0s (0 B/s) 01:55:44 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:55:44 Fetched 8720 B in 0s (0 B/s) 01:55:44 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:55:44 Fetched 137 kB in 0s (0 B/s) 01:55:44 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:55:44 Fetched 119 kB in 0s (0 B/s) 01:55:44 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:55:44 Fetched 109 kB in 0s (0 B/s) 01:55:44 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:55:44 Fetched 11.1 kB in 0s (0 B/s) 01:55:44 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:55:44 Fetched 645 kB in 0s (0 B/s) 01:55:44 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:55:44 Fetched 41.3 kB in 0s (0 B/s) 01:55:44 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:55:44 Fetched 17.9 kB in 0s (0 B/s) 01:55:44 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:55:44 Fetched 368 kB in 0s (0 B/s) 01:55:44 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:55:44 Fetched 187 kB in 0s (0 B/s) 01:55:44 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:55:44 Fetched 175 kB in 0s (0 B/s) 01:55:44 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:55:44 Removing intermediate container aadbc75fe1cc 01:55:44 ---> 094b71a328a5 01:55:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:44 Removing intermediate container d1eb420be9df 01:55:44 ---> 58fc24f6723c 01:55:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:44 Removing intermediate container 1ec9a1a30f85 01:55:44 ---> 1ba69ad76caf 01:55:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:45 ---> Running in 1a99037b96e9 01:55:45 ---> Running in 06c94fb9292b 01:55:45 ---> Running in 16314279147b 01:55:45 ---> Running in 8f7c36049124 01:55:45 ---> Running in 11953366116d 01:55:47 Fetched 206 kB in 0s (0 B/s) 01:55:47 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:55:47 Fetched 1301 kB in 0s (0 B/s) 01:55:47 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:55:47 Fetched 36.2 kB in 0s (0 B/s) 01:55:47 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:55:47 Fetched 159 kB in 0s (0 B/s) 01:55:47 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:55:47 Fetched 107 kB in 0s (0 B/s) 01:55:47 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:55:47 Fetched 48.7 kB in 0s (0 B/s) 01:55:47 Pulling static-packages 01:55:48 'go115' has dependencies that need to be staged: static-packages go-build-helper 01:55:48 Skipping pull go-build-helper (already ran) 01:55:48 Skipping pull static-packages (already ran) 01:55:48 Building go-build-helper 01:55:49 Removing intermediate container 1a99037b96e9 01:55:49 ---> e0bbe0199d29 01:55:49 Step 5/24 : RUN apk add --update --no-cache make git 01:55:49 ---> Running in 4048b9733983 01:55:49 Removing intermediate container 06c94fb9292b 01:55:49 ---> 3f98658a8c96 01:55:49 Step 5/22 : RUN apk add --update --no-cache make git 01:55:49 ---> Running in b61076fd3b0b 01:55:50 Removing intermediate container 8f7c36049124 01:55:50 ---> 686c0977f55b 01:55:50 Step 5/23 : RUN apk add --update --no-cache make git 01:55:50 Removing intermediate container 11953366116d 01:55:50 ---> 3f4b746719c3 01:55:50 Step 5/23 : RUN apk add --update --no-cache make git 01:55:50 Removing intermediate container 16314279147b 01:55:50 ---> 886b226b5058 01:55:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:55:50 ---> Running in 9f34d29a73fe 01:55:50 ---> Running in 71e3d37f458a 01:55:50 ---> Running in c66e4b0715e1 01:55:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:55:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:55:51 Building static-packages 01:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:55:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:55:53 Staging go-build-helper 01:55:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:55:54 Staging static-packages 01:55:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:55:54 OK: 217 MiB in 51 packages 01:55:55 Pulling go115 01:55:55 OK: 217 MiB in 51 packages 01:55:56 'edgex-go' has dependencies that need to be staged: go115 01:55:56 Skipping pull go115 (already ran) 01:55:56 Building go115 01:55:56 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:56 Dload Upload Total Spent Left Speed 01:55:56 Removing intermediate container 4048b9733983 01:55:56 ---> 771f378221d3 01:55:56 Step 6/24 : COPY go.mod . 01:55:56 OK: 217 MiB in 51 packages 01:55:56 OK: 217 MiB in 51 packages 01:55:56 Removing intermediate container b61076fd3b0b 01:55:56 ---> 6c6bd7c09255 01:55:56 Step 6/22 : COPY go.mod . 01:55:57 OK: 217 MiB in 51 packages 01:55:57 ---> 682263e59157 01:55:57 Step 7/24 : RUN go mod download 01:55:57 ---> Running in 1f7a2e17d3ae 01:55:57 ---> 3cff79d7d3ee 01:55:57 Step 7/22 : RUN go mod download 01:55:58 Removing intermediate container 9f34d29a73fe 01:55:58 ---> c2c3e777981a 01:55:58 Step 6/23 : COPY go.mod . 01:55:58 ---> Running in 68752d252ceb 01:55:58 Removing intermediate container c66e4b0715e1 01:55:58 ---> 10f27fd5eaf5 01:55:58 Step 6/22 : COPY go.mod . 01:55:59 Removing intermediate container 71e3d37f458a 01:55:59 ---> a731f764607f 01:55:59 Step 6/23 : COPY go.mod . 01:55:59 ---> 9600931e6551 01:55:59 Step 7/23 : RUN go mod download 01:55:59 ---> Running in 7a09ed8359da 01:55:59 ---> b1fd76bfe9a5 01:55:59 Step 7/22 : RUN go mod download 01:55:59 ---> Running in add2a1a82936 01:56:00 ---> de21cec0a816 01:56:00 Step 7/23 : RUN go mod download 01:56:00 ---> Running in 4530dc1348f4 01:56:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.1M 0 0 21.8M 0 0:00:05 --:--:-- 0:00:05 21.7M 35 115M 35 40.7M 0 0 24.0M 0 0:00:04 0:00:01 0:00:03 24.0M 57 115M 57 66.5M 0 0 24.6M 0 0:00:04 0:00:02 0:00:02 24.6M 75 115M 75 87.7M 0 0 23.6M 0 0:00:04 0:00:03 0:00:01 23.6M 90 115M 90 104M 0 0 22.3M 0 0:00:05 0:00:04 0:00:01 22.3M 100 115M 100 115M 0 0 22.3M 0 0:00:05 0:00:05 --:--:-- 22.4M 01:56:01 go1.15.2.linux-amd64.tar.gz: OK 01:56:01 Removing intermediate container 1f7a2e17d3ae 01:56:01 ---> 5645439eb88f 01:56:01 Step 8/24 : COPY . . 01:56:02 Removing intermediate container 68752d252ceb 01:56:02 ---> d79e311d4143 01:56:02 Step 8/22 : COPY . . 01:56:05 Removing intermediate container 7a09ed8359da 01:56:05 ---> 41aea5e92bdb 01:56:05 Step 8/23 : COPY . . 01:56:05 Removing intermediate container add2a1a82936 01:56:05 ---> 90f7cf30edcc 01:56:05 Step 8/22 : COPY . . 01:56:05 Removing intermediate container 4530dc1348f4 01:56:05 ---> 9f7805a88cd9 01:56:05 Step 8/23 : COPY . . 01:56:06 Staging go115 01:56:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:56:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:56:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:56:10 Fetched 0 B in 0s (0 B/s) 01:56:10 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:56:10 Fetched 224 kB in 0s (0 B/s) 01:56:10 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:56:10 Fetched 157 kB in 0s (0 B/s) 01:56:10 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:56:10 Fetched 221 kB in 0s (0 B/s) 01:56:10 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:56:10 Fetched 143 kB in 0s (0 B/s) 01:56:10 Pulling edgex-go 01:56:11 Pulling version 01:56:12 Building config-common 01:56:14 Skipping build go-build-helper (already ran) 01:56:14 Skipping build static-packages (already ran) 01:56:14 Skipping build go115 (already ran) 01:56:14 Building edgex-go 01:56:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:56:15 go: downloading github.com/gorilla/mux v1.8.0 01:56:15 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 01:56:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.3 01:56:15 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 01:56:15 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:56:15 go: downloading github.com/pkg/errors v0.8.1 01:56:15 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:56:15 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 01:56:15 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:56:16 go: downloading github.com/imdario/mergo v0.3.11 01:56:16 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:56:16 go: downloading github.com/x448/float16 v0.8.4 01:56:16 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:56:16 go: downloading github.com/google/uuid v1.1.5 01:56:16 go: downloading github.com/go-kit/kit v0.8.0 01:56:16 go: downloading github.com/BurntSushi/toml v0.3.1 01:56:16 go: downloading gopkg.in/yaml.v2 v2.4.0 01:56:16 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:56:16 go: downloading github.com/pelletier/go-toml v1.2.0 01:56:16 go: downloading github.com/pebbe/zmq4 v1.2.2 01:56:16 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:56:16 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:56:16 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:56:16 go: downloading github.com/hashicorp/consul/api v1.1.0 01:56:16 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:56:16 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:56:16 go: downloading github.com/go-playground/universal-translator v0.17.0 01:56:16 go: downloading github.com/leodido/go-urn v1.2.0 01:56:16 go: downloading github.com/mitchellh/copystructure v1.0.0 01:56:16 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:56:16 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:56:16 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:56:16 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:56:16 go: downloading github.com/hashicorp/serf v0.8.2 01:56:16 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:56:16 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:56:16 go: downloading github.com/go-playground/locales v0.13.0 01:56:16 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:56:16 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:56:16 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:56:23 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 01:56:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:56:28 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 01:56:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:56:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:56:29 go: downloading github.com/stretchr/testify v1.6.1 01:56:29 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:56:29 go: downloading github.com/pmezard/go-difflib v1.0.0 01:56:29 go: downloading github.com/davecgh/go-spew v1.1.1 01:56:31 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 01:56:31 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:56:31 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:56:32 ---> d464fff24f9b 01:56:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:56:32 ---> 5a7ec18c0583 01:56:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:56:32 ---> 9c4462202d84 01:56:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:56:32 ---> 2bdf133c4ba9 01:56:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:56:32 ---> Running in 7bfb35fa5319 01:56:32 ---> c88fe049d6fc 01:56:32 Step 9/23 : RUN make cmd/core-command/core-command 01:56:32 ---> Running in 71e522ea0385 01:56:32 ---> Running in fbb5e0b3901f 01:56:32 ---> Running in d2b1da88669f 01:56:32 ---> Running in be3dd9ea6d2b 01:56:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:56:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:56:32 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 01:56:32 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 01:56:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:56:32 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 01:56:33 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 01:56:33 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:56: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 01:56:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:56:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:56:36 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:56:37 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 01:56:37 go: downloading github.com/lib/pq v1.9.0 01:56:40 Building version 01:56:42 Staging config-common 01:56:42 Skipping stage go-build-helper (already ran) 01:56:42 Skipping stage static-packages (already ran) 01:56:42 Skipping stage go115 (already ran) 01:56:42 Staging edgex-go 01:56:43 Staging version 01:56:44 Priming config-common 01:56:45 Priming go-build-helper 01:56:46 Priming static-packages 01:56:48 Priming go115 01:56:49 Priming edgex-go 01:56:51 Priming version 01:56:51 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] } 01:57:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:58:00 Removing intermediate container 7bfb35fa5319 01:58:00 ---> bde89db31311 01:58:00 01:58:00 Step 10/24 : FROM alpine:3.12 01:58:00 3.12: Pulling from library/alpine 01:58:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:58:02 Status: Downloaded newer image for alpine:3.12 01:58:02 ---> afeebe901d6b 01:58:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:58:03 ---> Running in 91f27d54242b 01:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:58:06 (1/5) Installing ca-certificates (20191127-r4) 01:58:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:58:06 (3/5) Installing libcurl (7.69.1-r3) 01:58:06 (4/5) Installing curl (7.69.1-r3) 01:58:06 (5/5) Installing dumb-init (1.2.2-r1) 01:58:06 Executing busybox-1.31.1-r19.trigger 01:58:06 Executing ca-certificates-20191127-r4.trigger 01:58:07 OK: 7 MiB in 19 packages 01:58:09 Removing intermediate container d2b1da88669f 01:58:09 ---> 05b5ab9e4ca6 01:58:09 01:58:09 Step 10/22 : FROM alpine:3.12 01:58:09 ---> afeebe901d6b 01:58:09 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:58:09 ---> Running in c5c0cf1ae3c9 01:58:10 Removing intermediate container fbb5e0b3901f 01:58:10 ---> 03152d3c232f 01:58:10 01:58:10 Step 10/22 : FROM alpine:3.12 01:58:10 ---> afeebe901d6b 01:58:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:58:10 Removing intermediate container 91f27d54242b 01:58:10 ---> 12464e536c4c 01:58:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:58:11 ---> Running in 1835ed6904aa 01:58:11 ---> Running in 4e2d301e1549 01:58:12 Removing intermediate container 4e2d301e1549 01:58:12 ---> 8625f3e3805a 01:58:12 Step 13/24 : WORKDIR / 01:58:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:58:12 ---> Running in 102990dd65d1 01:58:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:58:13 Removing intermediate container 102990dd65d1 01:58:13 ---> d0103dfbb791 01:58:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:58:13 (1/2) Installing ca-certificates (20191127-r4) 01:58:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:58:13 (2/2) Installing dumb-init (1.2.2-r1) 01:58:13 Executing busybox-1.31.1-r19.trigger 01:58:13 Executing ca-certificates-20191127-r4.trigger 01:58:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:58:13 OK: 6 MiB in 16 packages 01:58:14 (1/1) Installing dumb-init (1.2.2-r1) 01:58:14 Executing busybox-1.31.1-r19.trigger 01:58:14 OK: 5 MiB in 15 packages 01:58:14 ---> fd7d8d7e9fcc 01:58:14 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:58:16 ---> 41677ec71fcf 01:58:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:58:16 Removing intermediate container c5c0cf1ae3c9 01:58:16 ---> 55b22a6daf07 01:58:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:58:16 Removing intermediate container 1835ed6904aa 01:58:16 ---> 2838854721de 01:58:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:58:16 ---> Running in 09cf7b226718 01:58:17 ---> Running in 5d4f0d7d97c4 01:58:17 ---> c0f73b10110a 01:58:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:58:17 Removing intermediate container 09cf7b226718 01:58:17 ---> 965d4065b2ae 01:58:17 Step 13/22 : ENV APP_PORT=48060 01:58:17 Removing intermediate container 5d4f0d7d97c4 01:58:17 ---> 80feb4e6e37a 01:58:17 Step 13/22 : ENV APP_PORT=48085 01:58:18 ---> Running in 2085eb464865 01:58:18 ---> Running in 518d2c113c21 01:58:19 ---> ba3035a30a2f 01:58:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:58:19 Removing intermediate container 2085eb464865 01:58:19 ---> 1959110ad279 01:58:19 Step 14/22 : EXPOSE $APP_PORT 01:58:19 Removing intermediate container 518d2c113c21 01:58:19 ---> cb67977abde3 01:58:19 Step 14/22 : EXPOSE $APP_PORT 01:58:20 Removing intermediate container be3dd9ea6d2b 01:58:20 ---> b4969cde666c 01:58:20 01:58:20 Step 10/23 : FROM alpine:3.12 01:58:20 ---> afeebe901d6b 01:58:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:58:20 ---> Using cache 01:58:20 ---> 2838854721de 01:58:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:58:20 ---> Using cache 01:58:20 ---> 80feb4e6e37a 01:58:20 Step 13/23 : ENV APP_PORT=48082 01:58:20 ---> Running in 18c8eba35ea0 01:58:20 ---> Running in 80caba811842 01:58:20 ---> Running in 8908870f53a8 01:58:21 ---> de14b7c36c9d 01:58:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:58:21 Removing intermediate container 8908870f53a8 01:58:21 ---> 96048d118e86 01:58:21 Step 14/23 : EXPOSE $APP_PORT 01:58:21 Removing intermediate container 80caba811842 01:58:21 ---> f6d290f72497 01:58:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:58:21 Removing intermediate container 18c8eba35ea0 01:58:21 ---> c163c623edb2 01:58:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:58:21 ---> Running in 24bb4edf53e7 01:58:22 ---> a29da3d3bc11 01:58:22 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/ 01:58:22 ---> Running in f4b56337253c 01:58:22 Removing intermediate container 24bb4edf53e7 01:58:22 ---> 88303c7c2227 01:58:22 Step 15/23 : WORKDIR / 01:58:22 ---> dfc7c6acbede 01:58:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:58:22 ---> Running in ea2235ddd634 01:58:22 ---> ae34d898302c 01:58:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:58:24 Removing intermediate container ea2235ddd634 01:58:24 ---> d6020096d118 01:58:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:58:24 ---> 1b70c7b342f8 01:58:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:58:25 ---> 29e5ab5ad0b1 01:58:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:58:25 ---> 2196121004cf 01:58:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:58:25 Removing intermediate container 71e522ea0385 01:58:25 ---> 6fdb82c093fe 01:58:25 01:58:25 Step 10/23 : FROM alpine:3.12 01:58:25 ---> afeebe901d6b 01:58:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:58:25 ---> Using cache 01:58:25 ---> 2838854721de 01:58:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:58:25 ---> Using cache 01:58:25 ---> 80feb4e6e37a 01:58:25 Step 13/23 : ENV APP_PORT=48081 01:58:26 ---> 3bdbe806f172 01:58:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:58:26 ---> Running in fa3955aa1b9b 01:58:26 ---> Running in a7bc18cc9042 01:58:26 Removing intermediate container f4b56337253c 01:58:26 ---> 180e352f910a 01:58:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:58:26 ---> a79dd5e777d7 01:58:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:58:26 ---> Running in c5bbd3bb357b 01:58:26 ---> Running in f9197c10b4fe 01:58:26 Removing intermediate container fa3955aa1b9b 01:58:26 ---> ffb23850c8bb 01:58:26 Step 14/23 : EXPOSE $APP_PORT 01:58:26 Removing intermediate container a7bc18cc9042 01:58:26 ---> 14048e1d8b0d 01:58:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:58:26 ---> c97c51098715 01:58:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:58:27 ---> Running in 68fb814e0946 01:58:27 ---> Running in ffa7377fcc17 01:58:27 Removing intermediate container c5bbd3bb357b 01:58:27 ---> 175cf6b2d5e2 01:58:27 Step 22/24 : LABEL arch=arm64 01:58:27 Removing intermediate container f9197c10b4fe 01:58:27 ---> 0045e66dc616 01:58:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:58:27 ---> Running in b7e474f2993a 01:58:27 ---> Running in 46d6face9e50 01:58:27 Removing intermediate container ffa7377fcc17 01:58:27 ---> 9e33317097fc 01:58:27 Step 20/22 : LABEL arch=arm64 01:58:27 Removing intermediate container 68fb814e0946 01:58:27 ---> 4415f74c7f35 01:58:27 Step 15/23 : WORKDIR / 01:58:28 ---> Running in 2c49ef5aa389 01:58:28 ---> Running in 659e14af4499 01:58:28 Removing intermediate container b7e474f2993a 01:58:28 ---> 815947984f27 01:58:28 Step 23/24 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:58:28 ---> 82770eeb2523 01:58:28 Step 19/23 : ENTRYPOINT ["/core-command"] 01:58:28 Removing intermediate container 46d6face9e50 01:58:28 ---> c301f57698a8 01:58:28 Step 20/22 : LABEL arch=arm64 01:58:28 ---> Running in 77a84cc8ddb5 01:58:28 ---> Running in 23710043f42f 01:58:28 ---> Running in 650079a4cc8b 01:58:28 Removing intermediate container 2c49ef5aa389 01:58:28 ---> 32c056e2d44a 01:58:28 Step 21/22 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:58:28 Removing intermediate container 659e14af4499 01:58:28 ---> 29624b19aede 01:58:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:58:28 ---> Running in fb25605dafb5 01:58:29 Removing intermediate container 77a84cc8ddb5 01:58:29 ---> 2c020f8497ad 01:58:29 Step 24/24 : LABEL version=0.0.0 01:58:29 Removing intermediate container 23710043f42f 01:58:29 ---> 5cdc962bee9b 01:58:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:58:29 Removing intermediate container 650079a4cc8b 01:58:29 ---> 853f67ffb4ae 01:58:29 Step 21/22 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:58:29 ---> Running in ddc6f47627dc 01:58:29 ---> Running in 35d8ba7ed358 01:58:29 ---> Running in 601034eb4df6 01:58:29 Removing intermediate container fb25605dafb5 01:58:29 ---> 9c7ae581ed54 01:58:29 Step 22/22 : LABEL version=0.0.0 01:58:29 ---> 640f92b92adb 01:58:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:58:29 ---> Running in 3d2ac98f3007 01:58:29 Removing intermediate container ddc6f47627dc 01:58:29 ---> b7baa29895f7 01:58:29 01:58:29 Removing intermediate container 35d8ba7ed358 01:58:29 ---> e87b9e5c812c 01:58:29 Step 21/23 : LABEL arch=arm64 01:58:29 Removing intermediate container 601034eb4df6 01:58:29 ---> 939c0a49d260 01:58:29 Step 22/22 : LABEL version=0.0.0 01:58:30 ---> Running in 17325af90f44 01:58:30 ---> Running in cb88e7ab26e7 01:58:30 Successfully built b7baa29895f7 01:58:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:58:30  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 01:58:30 Removing intermediate container 3d2ac98f3007 01:58:30 ---> 533ff2fd386d 01:58:30 01:58:31 Successfully built 533ff2fd386d 01:58:31 Successfully tagged docker-support-notifications-go-arm64:latest 01:58:31 Building docker-sys-mgmt-agent-go 01:58:31  Building docker-support-notifications-go ... done Removing intermediate container 17325af90f44 01:58:31 ---> 96d44c921feb 01:58:31 Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:58:31 Removing intermediate container cb88e7ab26e7 01:58:31 ---> 8bfcd5f662f9 01:58:31 01:58:31 ---> e56287a8d944 01:58:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:58:31 ---> Running in 262156c9be63 01:58:31 Successfully built 8bfcd5f662f9 01:58:31 Successfully tagged docker-support-scheduler-go-arm64:latest 01:58:31  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 01:58:31 Removing intermediate container 262156c9be63 01:58:31 ---> 7b8e92633883 01:58:31 Step 23/23 : LABEL version=0.0.0 01:58:32 ---> 0dc44cd528e0 01:58:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] ---> Running in dc520b0dd0df 01:58:32 01:58:32 ---> Running in 54d8c22588b6 01:58:32 Removing intermediate container dc520b0dd0df 01:58:32 ---> 0102153b1a27 01:58:32 01:58:32 Removing intermediate container 54d8c22588b6 01:58:32 ---> b59dd1db2640 01:58:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:58:33 ---> Running in dc357594b59f 01:58:33 Successfully built 0102153b1a27 01:58:33 Successfully tagged docker-core-command-go-arm64:latest 01:58:33  Building docker-core-command-go ... done Building docker-core-data-go 01:58:33 Removing intermediate container dc357594b59f 01:58:33 ---> 3155c8f93c2a 01:58:33 Step 21/23 : LABEL arch=arm64 01:58:33 ---> Running in a2de572b0808 01:58:34 Removing intermediate container a2de572b0808 01:58:34 ---> 1afbb2022067 01:58:34 Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 01:58:34 ---> Running in 64e5117e8ff2 01:58:35 Removing intermediate container 64e5117e8ff2 01:58:35 ---> 05bb8b46095a 01:58:35 Step 23/23 : LABEL version=0.0.0 01:58:35 ---> Running in 0c63655520da 01:58:35 Removing intermediate container 0c63655520da 01:58:35 ---> 7c4db3bd7280 01:58:35 01:58:36 Successfully built 7c4db3bd7280 01:58:36 Successfully tagged docker-core-metadata-go-arm64:latest 01:59:32  Building docker-core-metadata-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:59:32 Step 2/33 : FROM ${BUILDER_BASE} AS builder 01:59:32 ---> 898b1078b735 01:59:32 Step 3/33 : WORKDIR /edgex-go 01:59:32 ---> Using cache 01:59:32 ---> 1ba69ad76caf 01:59:32 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:59:32 ---> Using cache 01:59:32 ---> 3f4b746719c3 01:59:32 Step 5/33 : RUN apk add --update --no-cache make git 01:59:32 ---> Using cache 01:59:32 ---> a731f764607f 01:59:32 Step 6/33 : COPY go.mod . 01:59:32 ---> Using cache 01:59:32 ---> de21cec0a816 01:59:32 Step 7/33 : RUN go mod download 01:59:32 ---> Using cache 01:59:32 ---> 9f7805a88cd9 01:59:32 Step 8/33 : COPY . . 01:59:32 ---> Using cache 01:59:32 ---> c88fe049d6fc 01:59:32 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:59:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:59:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:59:32 ---> 898b1078b735 01:59:32 Step 3/26 : WORKDIR /edgex-go 01:59:32 ---> Using cache 01:59:32 ---> 1ba69ad76caf 01:59:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:59:32 ---> Using cache 01:59:32 ---> 3f4b746719c3 01:59:32 Step 5/26 : RUN apk add --update --no-cache make bash git 01:59:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:59:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:59:32 ---> 898b1078b735 01:59:32 Step 3/21 : WORKDIR /edgex-go 01:59:32 ---> Using cache 01:59:32 ---> 1ba69ad76caf 01:59:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:59:32 ---> Using cache 01:59:32 ---> 3f4b746719c3 01:59:32 Step 5/21 : RUN apk add --update --no-cache make git 01:59:32 ---> Using cache 01:59:32 ---> a731f764607f 01:59:32 Step 6/21 : COPY go.mod . 01:59:32 ---> Using cache 01:59:32 ---> de21cec0a816 01:59:32 Step 7/21 : RUN go mod download 01:59:32 ---> Using cache 01:59:32 ---> 9f7805a88cd9 01:59:32 Step 8/21 : COPY . . 01:59:32 ---> Using cache 01:59:32 ---> c88fe049d6fc 01:59:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:59:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:59:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:59:32 ---> 898b1078b735 01:59:32 Step 3/23 : WORKDIR /edgex-go 01:59:32 ---> Using cache 01:59:32 ---> 1ba69ad76caf 01:59:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:59:32 ---> Using cache 01:59:32 ---> 3f4b746719c3 01:59:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:59:32 ---> Running in c16941e492a0 01:59:32 ---> Running in 7554ac4940bb 01:59:32 ---> Running in ebcd35ee9649 01:59:32 ---> Running in 66aeef26c41a 01:59:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:59:32 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 01:59:32 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 01:59:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:59:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:59:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:59:34 OK: 217 MiB in 51 packages 01:59:34 OK: 217 MiB in 51 packages 01:59:36 Removing intermediate container c16941e492a0 01:59:36 ---> d3cff9d22346 01:59:36 Step 6/26 : COPY go.mod . 01:59:36 Removing intermediate container ebcd35ee9649 01:59:36 ---> 484018b1b960 01:59:36 Step 6/23 : COPY go.mod . 01:59:37 ---> 5d94c1be1f59 01:59:37 Step 7/26 : RUN go mod download 01:59:37 ---> Running in fe80f98f4e71 01:59:37 ---> 4a17aae39202 01:59:37 Step 7/23 : RUN go mod download 01:59:38 ---> Running in f4eeae4a4b6a 01:59:42 Removing intermediate container f4eeae4a4b6a 01:59:42 ---> a36e842ced3a 01:59:42 Step 8/23 : COPY . . 01:59:42 Removing intermediate container fe80f98f4e71 01:59:42 ---> a91d9fbfca46 01:59:42 Step 8/26 : COPY . . 02:00:15 ---> b166019fab99 02:00:15 Step 9/23 : RUN make cmd/core-data/core-data 02:00:15 ---> 4cc9a7956fa9 02:00:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:00:15 ---> Running in 61213cdc916c 02:00:15 ---> Running in 459dc6493cc5 02:00:15 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 02:00:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:00:20 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 02:00:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 02:00:38 Removing intermediate container 66aeef26c41a 02:00:38 ---> 35fbe0e0616e 02:00:38 02:00:38 Step 10/21 : FROM alpine:3.12 02:00:38 ---> afeebe901d6b 02:00:38 Step 11/21 : RUN apk add --update --no-cache curl 02:00:38 ---> Running in 5e5a3d9cc760 02:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:00:39 (1/4) Installing ca-certificates (20191127-r4) 02:00:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:00:39 (3/4) Installing libcurl (7.69.1-r3) 02:00:39 (4/4) Installing curl (7.69.1-r3) 02:00:39 Executing busybox-1.31.1-r19.trigger 02:00:39 Executing ca-certificates-20191127-r4.trigger 02:00:40 OK: 7 MiB in 18 packages 02:00:44 Removing intermediate container 5e5a3d9cc760 02:00:44 ---> 3d164774dff0 02:00:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:00:44 Removing intermediate container 7554ac4940bb 02:00:44 ---> b47a77f0f3cb 02:00:44 02:00:44 Step 10/33 : FROM alpine:3.12 02:00:44 ---> afeebe901d6b 02:00:44 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 02:00:44 ---> Running in 411f97cad4ea 02:00:44 ---> Running in 70e848f6ff77 02:00:45 Removing intermediate container 411f97cad4ea 02:00:45 ---> 78fb9abe0899 02:00:45 Step 13/21 : WORKDIR /edgex 02:00:45 ---> Running in 9bc91fa0e504 02:00:46 Removing intermediate container 9bc91fa0e504 02:00:46 ---> 5ccb27143e0e 02:00:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:00:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:00:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:00:47 (1/3) Installing dumb-init (1.2.2-r1) 02:00:47 (2/3) Installing openssl (1.1.1i-r0) 02:00:47 (3/3) Installing su-exec (0.2-r1) 02:00:47 Executing busybox-1.31.1-r19.trigger 02:00:47 OK: 6 MiB in 17 packages 02:00:47 ---> 3ff4ebcdb8fe 02:00:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:00:49 ---> 57f48ecd7b54 02:00:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:00:49 Removing intermediate container 70e848f6ff77 02:00:49 ---> 57f83a5cb4e1 02:00:49 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:00:50 ---> Running in d34878055858 02:00:51 Removing intermediate container d34878055858 02:00:51 ---> df1aba14b23a 02:00:51 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 02:00:51 ---> Running in 9878b4239e06 02:00:51 ---> dba153a006d8 02:00:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:00:52 ---> Running in 3c463bc7216f 02:00:52 Removing intermediate container 9878b4239e06 02:00:52 ---> 2d5dfdf7d9f0 02:00:52 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 02:00:52 ---> Running in 4c6583b63d5e 02:00:52 Removing intermediate container 3c463bc7216f 02:00:52 ---> 5ebd10713fc7 02:00:52 Step 18/21 : CMD ["--init=true"] 02:00:53 ---> Running in 3a1ce9655283 02:00:53 Removing intermediate container 3a1ce9655283 02:00:53 ---> ce936e56d6d8 02:00:53 Step 19/21 : LABEL arch=arm64 02:00:54 ---> Running in 9bb5daf41002 02:00:55 Removing intermediate container 9bb5daf41002 02:00:55 ---> 867f4fb9b633 02:00:55 Step 20/21 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 02:00:55 Connecting to github.com (140.82.113.4:443) 02:00:55  ---> Running in 92ef5b097d04 02:00:55 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.83.132:443) 02:00:55 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 02:00:55 dockerize-alpine-lin 34% |********** | 1002k 0:00:01 ETA 02:00:55 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 02:00:55 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 02:00:55 dockerize 02:00:55 Removing intermediate container 92ef5b097d04 02:00:55 ---> a609682282cd 02:00:55 Step 21/21 : LABEL version=0.0.0 02:00:56 ---> Running in eaa605e508a0 02:00:56 Removing intermediate container eaa605e508a0 02:00:56 ---> 07bc5ed96267 02:00:56 02:00:57 Successfully built 07bc5ed96267 02:00:57 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:00:58  Building docker-security-proxy-setup-go ... done Removing intermediate container 4c6583b63d5e 02:00:58 ---> e2ffffe7f032 02:00:58 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 02:00:58 ---> Running in e3d099363d2c 02:00:58 Removing intermediate container e3d099363d2c 02:00:58 ---> 0d9758d6f4fc 02:00:58 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:00:58 ---> Running in d92ac353d8ba 02:00:59 Removing intermediate container d92ac353d8ba 02:00:59 ---> 057941fe9908 02:00:59 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 02:00:59 ---> Running in 800d189a628a 02:01:01 Move dockerize executable 02:01:03 Removing intermediate container 800d189a628a 02:01:03 ---> b01dbf461481 02:01:03 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 02:01:03 ---> Running in 7a0f98a0c15a 02:01:04 Removing intermediate container 7a0f98a0c15a 02:01:04 ---> e36968815549 02:01:04 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:01:05 ---> a61f5cf94a92 02:01:05 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:01:06 ---> Running in aa5e3850f81a 02:01:10 Removing intermediate container aa5e3850f81a 02:01:10 ---> f944a3ef70f1 02:01:10 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 02:01:11 ---> c4e2eb1ba773 02:01:11 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:01:13 ---> 025489d7252a 02:01:13 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:01:14 ---> eb30c0df7a67 02:01:14 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 02:01:16 ---> 3bd3f2cf3bcc 02:01:16 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:01:17 ---> 9e546d0d635d 02:01:17 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 02:01:18 ---> Running in 21a50b89249d 02:01:19 Removing intermediate container 21a50b89249d 02:01:19 ---> 0d0eb1c7186a 02:01:19 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:01:19 Removing intermediate container 459dc6493cc5 02:01:19 ---> c04d579e56b2 02:01:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:01:19 ---> Running in d20077b3c14c 02:01:20 ---> a8e91d52c147 02:01:20 Step 28/33 : RUN chmod +x /entrypoint.sh 02:01:20 ---> Running in e5ef1811f4ad 02:01:21 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 02:01:23 Removing intermediate container e5ef1811f4ad 02:01:23 ---> 763615d16bdb 02:01:23 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 02:01:23 ---> Running in 05395d3343cb 02:01:24 Removing intermediate container 05395d3343cb 02:01:24 ---> 9f313cc5f30c 02:01:24 Step 30/33 : CMD ["gate"] 02:01:25 ---> Running in fbd454c17173 02:01:25 Removing intermediate container d20077b3c14c 02:01:25 ---> 17b7e8cb329a 02:01:25 02:01:25 Step 11/26 : FROM docker:20.10.0 02:01:25 20.10.0: Pulling from library/docker 02:01:25 Removing intermediate container fbd454c17173 02:01:25 ---> db6c526288f6 02:01:25 Step 31/33 : LABEL arch=arm64 02:01:26 ---> Running in 8e203df6a6b6 02:01:27 Removing intermediate container 8e203df6a6b6 02:01:27 ---> e0a5bedbd855 02:01:27 Step 32/33 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 02:01:28 ---> Running in f3a1639ea270 02:01:29 Removing intermediate container f3a1639ea270 02:01:29 ---> 46119b2d6766 02:01:29 Step 33/33 : LABEL version=0.0.0 02:01:30 ---> Running in e054181ec322 02:01:31 Removing intermediate container e054181ec322 02:01:31 ---> 88e4e899f7b4 02:01:31 02:01:32 Successfully built 88e4e899f7b4 02:01:32 Successfully tagged docker-security-bootstrapper-go-arm64:latest 02:01:35  Building docker-security-bootstrapper-go ... done Removing intermediate container 61213cdc916c 02:01:35 ---> 3676cdc56dd0 02:01:35 02:01:35 Step 10/23 : FROM alpine:3.12 02:01:35 ---> afeebe901d6b 02:01:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:01:35 ---> Running in e00eb8356556 02:01:35 Removing intermediate container e00eb8356556 02:01:35 ---> 393379bdac7c 02:01:35 Step 12/23 : ENV APP_PORT=48080 02:01:35 ---> Running in b6641e91bb96 02:01:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:01:36 Status: Downloaded newer image for docker:20.10.0 02:01:36 ---> eeaf43b92773 02:01:36 Step 12/26 : RUN apk add --no-cache bash 02:01:36 ---> Running in afda04c8924d 02:01:36 Removing intermediate container b6641e91bb96 02:01:36 ---> f2740ea62cf3 02:01:36 Step 13/23 : EXPOSE $APP_PORT 02:01:36 ---> Running in 9ac4b08f2f0f 02:01:37 Removing intermediate container 9ac4b08f2f0f 02:01:37 ---> a13b36f8f3cf 02:01:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:37 ---> Running in 6f4b87e132f7 02:01:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:01:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:01:38 (1/2) Installing readline (8.0.4-r0) 02:01:38 (2/2) Installing bash (5.0.17-r0) 02:01:38 Executing bash-5.0.17-r0.post-install 02:01:38 Executing busybox-1.31.1-r19.trigger 02:01:38 OK: 12 MiB in 22 packages 02:01:39 Removing intermediate container 6f4b87e132f7 02:01:39 ---> 1140ff9bdb88 02:01:39 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:01:39 ---> Running in 5413c82a203d 02:01:40 Removing intermediate container afda04c8924d 02:01:40 ---> cb8f1ad0a9e1 02:01:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:01:40 ---> Running in f739794f1f80 02:01:40 Removing intermediate container f739794f1f80 02:01:40 ---> 8b688e955544 02:01:40 Step 14/26 : ENV APP_PORT=48090 02:01:40 ---> Running in b86a4621862b 02:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:01:41 Removing intermediate container b86a4621862b 02:01:41 ---> beb6135ff635 02:01:41 Step 15/26 : EXPOSE $APP_PORT 02:01:41 ---> Running in 8529116fdaac 02:01:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:01:42 Removing intermediate container 8529116fdaac 02:01:42 ---> 8a9cab15cab7 02:01:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:01:42 (1/6) Installing dumb-init (1.2.2-r1) 02:01:42 (2/6) Installing libgcc (9.3.0-r2) 02:01:42 (3/6) Installing libsodium (1.0.18-r0) 02:01:43 (4/6) Installing libstdc++ (9.3.0-r2) 02:01:43 ---> 1fd4c05aaf5d 02:01:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:01:43 (5/6) Installing libzmq (4.3.3-r0) 02:01:43 (6/6) Installing zeromq (4.3.3-r0) 02:01:43 Executing busybox-1.31.1-r19.trigger 02:01:43 OK: 8 MiB in 20 packages 02:01:44 ---> 2323bd73f783 02:01:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:01:45 Removing intermediate container 5413c82a203d 02:01:45 ---> 44eddcb06980 02:01:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:01:45 ---> 9ac855281b0f 02:01:45 Step 19/26 : RUN apk --no-cache add py3-pip 02:01:45 ---> Running in 7c65c1913d21 02:01:45 ---> ef02c351a73f 02:01:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:01:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:01:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:01:47 (1/33) Installing libbz2 (1.0.8-r1) 02:01:47 (2/33) Installing expat (2.2.9-r1) 02:01:47 (3/33) Installing libffi (3.3-r2) 02:01:47 (4/33) Installing gdbm (1.13-r1) 02:01:47 (5/33) Installing xz-libs (5.2.5-r0) 02:01:47 (6/33) Installing sqlite-libs (3.32.1-r0) 02:01:47 (7/33) Installing python3 (3.8.5-r0) 02:01:47 ---> 7bffc2e2778d 02:01:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:01:48 ---> 4b02b0db8f4d 02:01:48 Step 19/23 : ENTRYPOINT ["/core-data"] 02:01:48 ---> Running in 5ffce6e5dd2a 02:01:49 (8/33) Installing py3-appdirs (1.4.4-r1) 02:01:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:01:49 (10/33) Installing py3-parsing (2.4.7-r0) 02:01:49 (11/33) Installing py3-six (1.15.0-r0) 02:01:49 (12/33) Installing py3-packaging (20.4-r0) 02:01:49 (13/33) Installing py3-setuptools (47.0.0-r0) 02:01:49 Removing intermediate container 5ffce6e5dd2a 02:01:49 ---> 86dc15cd1025 02:01:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:01:49 (14/33) Installing py3-chardet (3.0.4-r4) 02:01:49 (15/33) Installing py3-idna (2.9-r0) 02:01:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:01:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:01:49 (18/33) Installing py3-requests (2.23.0-r0) 02:01:49 (19/33) Installing py3-msgpack (1.0.0-r0) 02:01:49 (20/33) Installing py3-lockfile (0.12.2-r3) 02:01:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:01:49 (22/33) Installing py3-colorama (0.4.3-r0) 02:01:49 (23/33) Installing py3-distlib (0.3.0-r0) 02:01:49 ---> Running in 06058791348f 02:01:49 (24/33) Installing py3-distro (1.5.0-r1) 02:01:49 (25/33) Installing py3-webencodings (0.5.1-r3) 02:01:49 (26/33) Installing py3-html5lib (1.0.1-r4) 02:01:49 (27/33) Installing py3-pytoml (0.1.21-r0) 02:01:49 (28/33) Installing py3-pep517 (0.8.2-r0) 02:01:49 (29/33) Installing py3-progress (1.5-r0) 02:01:49 (30/33) Installing py3-toml (0.10.1-r0) 02:01:49 (31/33) Installing py3-retrying (1.3.3-r0) 02:01:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:01:49 (33/33) Installing py3-pip (20.1.1-r0) 02:01:50 Executing busybox-1.31.1-r19.trigger 02:01:50 OK: 71 MiB in 55 packages 02:01:50 Removing intermediate container 06058791348f 02:01:50 ---> 1e276b1951e3 02:01:50 Step 21/23 : LABEL arch=arm64 02:01:50 ---> Running in e51d379fb0c4 02:01:50 Removing intermediate container e51d379fb0c4 02:01:50 ---> 3f4d2bab2753 02:01:50 Step 22/23 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 02:01:51 ---> Running in 0e21bed749d5 02:01:51 Removing intermediate container 0e21bed749d5 02:01:51 ---> 853e43e638b6 02:01:51 Step 23/23 : LABEL version=0.0.0 02:01:51 ---> Running in 87bef51e10c3 02:01:52 Removing intermediate container 87bef51e10c3 02:01:52 ---> 42d09a102a4b 02:01:52 02:01:52 Successfully built 42d09a102a4b 02:01:52 Successfully tagged docker-core-data-go-arm64:latest 02:01:55  Building docker-core-data-go ... done Removing intermediate container 7c65c1913d21 02:01:55 ---> 081d8378239f 02:01:55 Step 20/26 : RUN pip install docker-compose==1.23.2 02:01:55 ---> Running in 927a93c767d5 02:02:00 Collecting docker-compose==1.23.2 02:02:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:02:01 Collecting websocket-client<1.0,>=0.32.0 02:02:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:02:02 Collecting docker<4.0,>=3.6.0 02:02:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:02:02 Collecting texttable<0.10,>=0.9.0 02:02:02 Downloading texttable-0.9.1.tar.gz (11 kB) 02:02:04 Collecting docopt<0.7,>=0.6.1 02:02:04 Downloading docopt-0.6.2.tar.gz (25 kB) 02:02:06 Collecting jsonschema<3,>=2.5.1 02:02:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:02: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) 02:02:06 Collecting dockerpty<0.5,>=0.4.1 02:02:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:02:08 Collecting cached-property<2,>=1.2.0 02:02:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:02:09 Collecting PyYAML<4,>=3.10 02:02:09 Downloading PyYAML-3.13.tar.gz (270 kB) 02:02:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:02:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:02:13 Collecting docker-pycreds>=0.4.0 02:02:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:02:13 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) 02:02:13 Collecting idna<2.8,>=2.5 02:02:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:02:13 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) 02:02:14 Collecting urllib3<1.25,>=1.21.1 02:02:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:02:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:02:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:02:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:02:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:02:15 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, jsonschema, dockerpty, cached-property, PyYAML, docker-compose 02:02:15 Attempting uninstall: idna 02:02:15 Found existing installation: idna 2.9 02:02:15 Uninstalling idna-2.9: 02:02:15 Successfully uninstalled idna-2.9 02:02:16 Attempting uninstall: urllib3 02:02:16 Found existing installation: urllib3 1.25.9 02:02:16 Uninstalling urllib3-1.25.9: 02:02:16 Successfully uninstalled urllib3-1.25.9 02:02:16 Attempting uninstall: requests 02:02:16 Found existing installation: requests 2.23.0 02:02:16 Uninstalling requests-2.23.0: 02:02:17 Successfully uninstalled requests-2.23.0 02:02:18 Running setup.py install for texttable: started 02:02:20 Running setup.py install for texttable: finished with status 'done' 02:02:20 Running setup.py install for docopt: started 02:02:21 Running setup.py install for docopt: finished with status 'done' 02:02:21 Running setup.py install for dockerpty: started 02:02:23 Running setup.py install for dockerpty: finished with status 'done' 02:02:23 Running setup.py install for PyYAML: started 02:02:25 Running setup.py install for PyYAML: finished with status 'done' 02:02:26 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.57.0 02:02:30 Removing intermediate container 927a93c767d5 02:02:30 ---> a6066c291f47 02:02:30 Step 21/26 : RUN apk --no-cache add curl 02:02:30 ---> Running in bbe99b65d7e9 02:02:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:02:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:02:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:02:31 (2/3) Installing libcurl (7.69.1-r3) 02:02:32 (3/3) Installing curl (7.69.1-r3) 02:02:32 Executing busybox-1.31.1-r19.trigger 02:02:32 OK: 71 MiB in 58 packages 02:02:33 Removing intermediate container bbe99b65d7e9 02:02:33 ---> 1df3b1a60b48 02:02:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:02:33 ---> Running in b22744f614c3 02:02:33 Removing intermediate container b22744f614c3 02:02:33 ---> b86aea173aee 02:02:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:02:33 ---> Running in 8b98ae237c85 02:02:34 Removing intermediate container 8b98ae237c85 02:02:34 ---> fcbcd17eae3d 02:02:34 Step 24/26 : LABEL arch=arm64 02:02:34 ---> Running in e98151bec1f7 02:02:34 Removing intermediate container e98151bec1f7 02:02:34 ---> c110796b05cb 02:02:34 Step 25/26 : LABEL git_sha=495c2e8daeb3df48c63772693747c122c948160c 02:02:35 ---> Running in 5ebdcc9fb95a 02:02:35 Removing intermediate container 5ebdcc9fb95a 02:02:35 ---> 5b3035da8764 02:02:35 Step 26/26 : LABEL version=0.0.0 02:02:35 ---> Running in 098e023cdcab 02:02:36 Removing intermediate container 098e023cdcab 02:02:36 ---> 22151cfc7e38 02:02:36 02:02:36 Successfully built 22151cfc7e38 02:02:36 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:02:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:02:36 $ docker stop --time=1 4710a57b3888bca89c9df33b941bb182d2467ceaa90a41a9365de9a1f6cc0de8 02:02:38 $ docker rm -f 4710a57b3888bca89c9df33b941bb182d2467ceaa90a41a9365de9a1f6cc0de8 [Pipeline] // withDockerContainer [Pipeline] sh 02:02:39 + docker images 02:02:39 + grep docker 02:02:39 docker-sys-mgmt-agent-go-arm64 latest 22151cfc7e38 4 seconds ago 300MB 02:02:39 docker-core-data-go-arm64 latest 42d09a102a4b 47 seconds ago 21MB 02:02:39 docker-security-bootstrapper-go-arm64 latest 88e4e899f7b4 About a minute ago 40.3MB 02:02:39 docker-security-proxy-setup-go-arm64 latest 07bc5ed96267 About a minute ago 23.2MB 02:02:39 docker-core-metadata-go-arm64 latest 7c4db3bd7280 4 minutes ago 17.7MB 02:02:39 docker-core-command-go-arm64 latest 0102153b1a27 4 minutes ago 16MB 02:02:39 docker-support-notifications-go-arm64 latest 533ff2fd386d 4 minutes ago 16MB 02:02:39 docker-support-scheduler-go-arm64 latest 8bfcd5f662f9 4 minutes ago 15.5MB 02:02:39 docker-security-secretstore-setup-go-arm64 latest b7baa29895f7 4 minutes ago 23.4MB 02:02:39 docker 20.10.0 eeaf43b92773 5 weeks 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 [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 02:02:42 provisioning config files... 02:02:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4663828400818570773tmp [Pipeline] { [Pipeline] sh 02:02:42 + set +x 02:02:42 + curl -s https://codecov.io/bash 02:02:42 + bash -s -- 02:02:43 02:02:43 _____ _ 02:02:43 / ____| | | 02:02:43 | | ___ __| | ___ ___ _____ __ 02:02:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:02:43 | |___| (_) | (_| | __/ (_| (_) \ V / 02:02:43 \_____\___/ \__,_|\___|\___\___/ \_/ 02:02:43 Bash-20210115-cec3c92 02:02:43 02:02:43 02:02:43 ==> git version 2.24.3 found 02:02:43 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:02:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:02:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:02:43 ==> Jenkins CI detected. 02:02:43 project root: . 02:02:43 --> token set from env 02:02:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:02:43 ==> Running gcov in . (disable via -X gcov) 02:02:43 ==> Python coveragepy not found 02:02:43 ==> Searching for coverage reports in: 02:02:43 + . 02:02:43 -> Found 1 reports 02:02:43 ==> Detecting git/mercurial file structure 02:02:43 ==> Reading reports 02:02:43 + ./coverage.out bytes=563584 02:02:43 ==> Appending adjustments 02:02:43 https://docs.codecov.io/docs/fixing-reports 02:02:46 + Found adjustments 02:02:46 ==> Gzipping contents 02:02:46 84K /tmp/codecov.SEm6SW.gz 02:02:46 ==> Uploading reports 02:02:46 url: https://codecov.io 02:02:46 query: branch=PR-3061&commit=495c2e8daeb3df48c63772693747c122c948160c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= 02:02:46 -> Pinging Codecov 02:02:46 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3061&commit=495c2e8daeb3df48c63772693747c122c948160c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= 02:02:47 -> Uploading to 02:02:47 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/495c2e8daeb3df48c63772693747c122c948160c/02633bfc-dcfb-4813-a1f4-dc94aff39239.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T020246Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8a1b33372896d6da901233c34c694451c6d2b69ec4b98a040e2132fe8aedf765 02:02:47 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:47 Dload Upload Total Spent Left Speed 02:02:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85707 0 0 100 85707 0 160k --:--:-- --:--:-- --:--:-- 160k 02:02:47 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/495c2e8daeb3df48c63772693747c122c948160c [Pipeline] } 02:02:47 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 02:02:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:02:50 ---> package-listing.sh 02:02:50 ++ facter osfamily 02:02:50 ++ tr '[:upper:]' '[:lower:]' 02:02:50 + OS_FAMILY=redhat 02:02:50 + workspace=/w/workspace/edgex-go/3 02:02:50 + START_PACKAGES=/tmp/packages_start.txt 02:02:50 + END_PACKAGES=/tmp/packages_end.txt 02:02:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:02:50 + PACKAGES=/tmp/packages_start.txt 02:02:50 + '[' /w/workspace/edgex-go/3 ']' 02:02:50 + PACKAGES=/tmp/packages_end.txt 02:02:50 + case "${OS_FAMILY}" in 02:02:50 + rpm -qa 02:02:50 + sort 02:02:56 + '[' -f /tmp/packages_start.txt ']' 02:02:56 + '[' -f /tmp/packages_end.txt ']' 02:02:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:02:56 + '[' /w/workspace/edgex-go/3 ']' 02:02:56 + mkdir -p /w/workspace/edgex-go/3/archives/ 02:02:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 02:02:56 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:02:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:02:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:56 02:02:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:02:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:02:57 alpine: Pulling from edgex-lftools-log-publisher 02:02:57 df20fa9351a1: Pulling fs layer 02:02:57 36b3adc4ff6f: Pulling fs layer 02:02:57 8ad3a11d3b57: Pulling fs layer 02:02:57 46f8f816bc3b: Pulling fs layer 02:02:57 93b61091891f: Pulling fs layer 02:02:57 93b9cdb0e59b: Pulling fs layer 02:02:57 5e14af77c1be: Pulling fs layer 02:02:57 01666e4c0597: Pulling fs layer 02:02:57 aa168da1d23b: Pulling fs layer 02:02:57 46f8f816bc3b: Waiting 02:02:57 93b61091891f: Waiting 02:02:57 93b9cdb0e59b: Waiting 02:02:57 5e14af77c1be: Waiting 02:02:57 01666e4c0597: Waiting 02:02:57 aa168da1d23b: Waiting 02:02:57 36b3adc4ff6f: Verifying Checksum 02:02:57 36b3adc4ff6f: Download complete 02:02:57 46f8f816bc3b: Verifying Checksum 02:02:57 46f8f816bc3b: Download complete 02:02:57 df20fa9351a1: Verifying Checksum 02:02:57 93b9cdb0e59b: Verifying Checksum 02:02:57 93b9cdb0e59b: Download complete 02:02:57 93b61091891f: Download complete 02:02:57 5e14af77c1be: Verifying Checksum 02:02:57 5e14af77c1be: Download complete 02:02:57 01666e4c0597: Verifying Checksum 02:02:57 01666e4c0597: Download complete 02:02:57 8ad3a11d3b57: Verifying Checksum 02:02:57 8ad3a11d3b57: Download complete 02:02:57 df20fa9351a1: Pull complete 02:02:58 36b3adc4ff6f: Pull complete 02:02:59 8ad3a11d3b57: Pull complete 02:02:59 aa168da1d23b: Download complete 02:02:59 46f8f816bc3b: Pull complete 02:03:00 93b61091891f: Pull complete 02:03:00 93b9cdb0e59b: Pull complete 02:03:00 5e14af77c1be: Pull complete 02:03:00 01666e4c0597: Pull complete 02:03:10 aa168da1d23b: Pull complete 02:03:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:03:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:03:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:03:11 prd-centos7-docker-4c-2g-22146 does not seem to be running inside a container 02:03:11 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:03:15 $ docker top 2d21b2410b98e62dddfbdcc46d4d993416c2e48dacdd736bbbbc055dee3dac18 -eo pid,comm [Pipeline] { [Pipeline] sh 02:03:15 + touch /tmp/pre-build-complete [Pipeline] sh 02:03:16 + mkdir -p /var/log/sa [Pipeline] sh 02:03:16 + ls /var/log/sa-host 02:03:16 + sadf -c /var/log/sa-host/sa22 02:03:16 file_magic: OK 02:03:16 HZ: Using current value: 100 02:03:16 file_header: OK 02:03:16 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 02:03:16 Statistics: 02:03:16 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... 02:03:16 File successfully converted to sysstat format version 12.2.1 02:03:16 + sadf -c /var/log/sa-host/sa23 02:03:16 file_magic: OK 02:03:16 HZ: Using current value: 100 02:03:16 file_header: OK 02:03:16 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 02:03:16 Statistics: 02:03:16 Hnuu...uuuununununu... 02:03:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:03:17 provisioning config files... 02:03:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2684268751904938239tmp [Pipeline] { [Pipeline] echo 02:03:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:03:17 ---> create-netrc.sh [Pipeline] } 02:03:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:03:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:03:17 ---> python-tools-install.sh [Pipeline] echo 02:03:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:03:18 ---> sudo-logs.sh 02:03:18 Archiving 'sudo' log.. [Pipeline] echo 02:03:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:03:18 ---> job-cost.sh 02:03:18 lf-activate-venv: SKIPPING 02:03:18 INFO: No Stack... 02:03:19 INFO: Retrieving Pricing Info for: v1-standard-2 02:03:19 INFO: Archiving Costs [Pipeline] echo 02:03:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:03:20 ---> logs-deploy.sh 02:03:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3061/3 02:03:20 INFO: archiving workspace using pattern(s): 02:03:21 Archives upload complete. 02:03:21 INFO: archiving logs to Nexus