Pull request #3066 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 001da8f707328dc3351d0414bf15a3ddf9bf60ad rather than 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b Obtained Jenkinsfile from 001da8f707328dc3351d0414bf15a3ddf9bf60ad 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-22258 in /w/workspace/edgexfoundry_edgex-go_PR-3066 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 001da8f707328dc3351d0414bf15a3ddf9bf60ad into PR head commit 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b > 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/3066/head:refs/remotes/origin/PR-3066 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 Merge succeeded, producing 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b Checking out Revision 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b (PR-3066) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 001da8f707328dc3351d0414bf15a3ddf9bf60ad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 Commit message: "refactor(meta): Refactor device service update operation to DBClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:25:27 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 5ea71a432c3a371b25cfb3c360774f58695134d8 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:25:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:25:28 ========================================================= 09:25:28 EdgeX Global Pipelines Version Info 09:25:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:25:29 ------------------- 09:25:29 stable info: 09:25:29 ------------------- 09:25:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:25:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:25:29 Message: update stable to v1.0.179 09:25:30 ------------------- 09:25:30 experimental info: 09:25:30 ------------------- 09:25:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:25:30 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:25:30 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:25:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:25:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:25:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:25:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:25:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:25:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:25:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:25:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:25:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:25:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:25:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:25:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:25:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:25:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:25:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:25:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:25:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:25:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:25:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:25:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:25:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:25:33 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:25:33 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:25:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3066 [Pipeline] echo 09:25:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3066 [Pipeline] echo 09:25:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3066 [Pipeline] echo 09:25:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [Pipeline] echo 09:25:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6b9e3f1 [Pipeline] echo 09:25:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:25:34 provisioning config files... 09:25:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1871745945304523838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:25:34 ---> docker-login.sh 09:25:34 nexus3.edgexfoundry.org:10001 09:25:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:25:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:25:34 Configure a credential helper to remove this warning. See 09:25:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:25:34 09:25:34 Login Succeeded 09:25:34 nexus3.edgexfoundry.org:10002 09:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:25:35 Configure a credential helper to remove this warning. See 09:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:25:35 09:25:35 Login Succeeded 09:25:35 nexus3.edgexfoundry.org:10003 09:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:25:35 Configure a credential helper to remove this warning. See 09:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:25:35 09:25:35 Login Succeeded 09:25:35 nexus3.edgexfoundry.org:10004 09:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:25:35 Configure a credential helper to remove this warning. See 09:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:25:35 09:25:35 Login Succeeded 09:25:35 docker.io 09:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:25:35 Configure a credential helper to remove this warning. See 09:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:25:35 09:25:35 Login Succeeded 09:25:35 ---> docker-login.sh ends [Pipeline] } 09:25:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:25:36 ++ 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 09:25:36 + for file in '`ls cmd/**/Dockerfile`' 09:25:36 ++ dirname cmd/core-command/Dockerfile 09:25:36 ++ cut -d/ -f2 09:25:36 + echo core-command,cmd/core-command/Dockerfile 09:25:36 + for file in '`ls cmd/**/Dockerfile`' 09:25:36 ++ dirname cmd/core-data/Dockerfile 09:25:36 ++ cut -d/ -f2 09:25:36 + echo core-data,cmd/core-data/Dockerfile 09:25:36 + for file in '`ls cmd/**/Dockerfile`' 09:25:36 ++ dirname cmd/core-metadata/Dockerfile 09:25:36 ++ cut -d/ -f2 09:25:36 + echo core-metadata,cmd/core-metadata/Dockerfile 09:25:36 + for file in '`ls cmd/**/Dockerfile`' 09:25:36 ++ dirname cmd/security-bootstrapper/Dockerfile 09:25:36 ++ cut -d/ -f2 09:25:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:25:36 + for file in '`ls cmd/**/Dockerfile`' 09:25:36 ++ dirname cmd/security-proxy-setup/Dockerfile 09:25:36 ++ cut -d/ -f2 09:25:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:25:36 + for file in '`ls cmd/**/Dockerfile`' 09:25:36 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:25:36 ++ cut -d/ -f2 09:25:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:25:36 + for file in '`ls cmd/**/Dockerfile`' 09:25:36 ++ dirname cmd/support-notifications/Dockerfile 09:25:36 ++ cut -d/ -f2 09:25:36 + echo support-notifications,cmd/support-notifications/Dockerfile 09:25:36 + for file in '`ls cmd/**/Dockerfile`' 09:25:36 ++ dirname cmd/support-scheduler/Dockerfile 09:25:36 ++ cut -d/ -f2 09:25:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:25:36 + for file in '`ls cmd/**/Dockerfile`' 09:25:36 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:25:36 ++ cut -d/ -f2 09:25:36 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:25:36 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 09:25:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:25:37 09:25:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:25:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:25:37 latest: Pulling from edgex-devops/git-semver 09:25:37 31603596830f: Pulling fs layer 09:25:37 2a8b12db71e7: Pulling fs layer 09:25:37 6ca5941a6612: Pulling fs layer 09:25:37 ecc8261a40a4: Pulling fs layer 09:25:37 ecc8261a40a4: Waiting 09:25:37 2a8b12db71e7: Verifying Checksum 09:25:37 2a8b12db71e7: Download complete 09:25:37 31603596830f: Verifying Checksum 09:25:37 31603596830f: Download complete 09:25:37 ecc8261a40a4: Verifying Checksum 09:25:37 6ca5941a6612: Verifying Checksum 09:25:37 6ca5941a6612: Download complete 09:25:38 31603596830f: Pull complete 09:25:38 2a8b12db71e7: Pull complete 09:25:38 6ca5941a6612: Pull complete 09:25:39 ecc8261a40a4: Pull complete 09:25:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:25:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:25:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:25:39 prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container 09:25:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:25:41 $ docker top 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:25:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:25:42 [ssh-agent] Looking for ssh-agent implementation... 09:25:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:25:42 $ docker exec 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 ssh-agent 09:25:42 SSH_AUTH_SOCK=/tmp/ssh-zIlrz2Wme4L6/agent.12 09:25:42 SSH_AGENT_PID=17 09:25:42 Running ssh-add (command line suppressed) 09:25:42 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1258061621713800671.key (/w/workspace/edgex-go/2@tmp/private_key_1258061621713800671.key) 09:25:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:25:43 + git tag --points-at HEAD [Pipeline] } 09:25:43 $ docker exec --env ******** --env ******** 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 ssh-agent -k 09:25:43 unset SSH_AUTH_SOCK; 09:25:43 unset SSH_AGENT_PID; 09:25:43 echo Agent pid 17 killed; 09:25:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:25:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:25:43 [ssh-agent] Looking for ssh-agent implementation... 09:25:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:25:43 $ docker exec 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 ssh-agent 09:25:43 SSH_AUTH_SOCK=/tmp/ssh-3OVYdf67yNIw/agent.46 09:25:43 SSH_AGENT_PID=52 09:25:43 Running ssh-add (command line suppressed) 09:25:43 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2461036005588376953.key (/w/workspace/edgex-go/2@tmp/private_key_2461036005588376953.key) 09:25:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:25:44 + git semver init 09:25:44 # -> Open(): unable to determine branch for HEAD 09:25:44 # $GIT_DIR = /w/workspace/edgex-go/2/.git 09:25:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 09:25:44 # $SEMVER_REMOTE_NAME = origin 09:25:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:25:44 # $SEMVER_USER_NAME = edgex-jenkins 09:25:44 # $SEMVER_BRANCH = PR-3066 09:25:44 # $SEMVER_TEMP = /tmp/semver-924343246 09:25:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:26:02 # '/tmp/semver-924343246' -> '/w/workspace/edgex-go/2/.semver' 09:26:02 # -> Force: false 09:26:02 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 09:26:02 $ docker exec --env ******** --env ******** 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 ssh-agent -k 09:26:02 unset SSH_AUTH_SOCK; 09:26:02 unset SSH_AGENT_PID; 09:26:02 echo Agent pid 52 killed; 09:26:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:26:03 + git semver [Pipeline] } 09:26:03 $ docker stop --time=1 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 09:26:04 $ docker rm -f 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 [Pipeline] // withDockerContainer [Pipeline] sh 09:26:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:26:06 Stashed 1 file(s) [Pipeline] echo 09:26:06 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:26:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:26:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:26:07 + sudo service docker restart 09:26:07 + true 09:26:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:26:08 ========================================================= 09:26:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:26:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:26:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:26:12 Sending build context to Docker daemon 327.2MB 09:26:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:26:12 Step 2/6 : FROM ${BASE} 09:26:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:26:12 188c0c94c7c5: Pulling fs layer 09:26:12 0ef7d3d256c8: Pulling fs layer 09:26:12 de9db76c5a1d: Pulling fs layer 09:26:12 bca2f99d35d6: Pulling fs layer 09:26:12 93359f2a8cfa: Pulling fs layer 09:26:12 7c6f9722023f: Pulling fs layer 09:26:12 a35cf1a2eb13: Pulling fs layer 09:26:12 93359f2a8cfa: Waiting 09:26:12 7c6f9722023f: Waiting 09:26:12 a35cf1a2eb13: Waiting 09:26:12 bca2f99d35d6: Waiting 09:26:12 de9db76c5a1d: Verifying Checksum 09:26:12 de9db76c5a1d: Download complete 09:26:12 0ef7d3d256c8: Verifying Checksum 09:26:12 0ef7d3d256c8: Download complete 09:26:12 93359f2a8cfa: Verifying Checksum 09:26:12 93359f2a8cfa: Download complete 09:26:12 188c0c94c7c5: Verifying Checksum 09:26:12 188c0c94c7c5: Download complete 09:26:12 7c6f9722023f: Verifying Checksum 09:26:12 7c6f9722023f: Download complete 09:26:12 188c0c94c7c5: Pull complete 09:26:12 0ef7d3d256c8: Pull complete 09:26:12 de9db76c5a1d: Pull complete 09:26:13 a35cf1a2eb13: Verifying Checksum 09:26:13 a35cf1a2eb13: Download complete 09:26:14 bca2f99d35d6: Verifying Checksum 09:26:14 bca2f99d35d6: Download complete 09:26:19 bca2f99d35d6: Pull complete 09:26:19 93359f2a8cfa: Pull complete 09:26:19 7c6f9722023f: Pull complete 09:26:21 Still waiting to schedule task 09:26:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:26:24 a35cf1a2eb13: Pull complete 09:26:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:26:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:26:24 ---> a62c8e92a672 09:26:24 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 09:26:24 ---> Running in 979e95a405fa 09:26:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:26:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:26:26 (1/12) Installing libmagic (5.38-r0) 09:26:26 (2/12) Installing file (5.38-r0) 09:26:26 (3/12) Installing libc-dev (0.7.2-r3) 09:26:26 (4/12) Installing g++ (9.3.0-r2) 09:26:30 (5/12) Installing fortify-headers (1.1-r0) 09:26:30 (6/12) Installing patch (2.7.6-r6) 09:26:30 (7/12) Installing build-base (0.5-r2) 09:26:30 (8/12) Installing libsodium (1.0.18-r0) 09:26:30 (9/12) Installing pkgconf (1.7.2-r0) 09:26:30 (10/12) Installing libsodium-dev (1.0.18-r0) 09:26:30 (11/12) Installing libzmq (4.3.3-r0) 09:26:30 (12/12) Installing zeromq-dev (4.3.3-r0) 09:26:30 Executing busybox-1.31.1-r19.trigger 09:26:30 OK: 233 MiB in 51 packages 09:26:34 Removing intermediate container 979e95a405fa 09:26:34 ---> 17263a454d2c 09:26:34 Step 4/6 : WORKDIR /edgex-go 09:26:34 ---> Running in a4a052f72e1f 09:26:34 Removing intermediate container a4a052f72e1f 09:26:34 ---> d1005c56bc1d 09:26:34 Step 5/6 : COPY go.mod . 09:26:34 ---> f13eac888d95 09:26:34 Step 6/6 : RUN go mod download 09:26:34 ---> Running in f77ba44a1b23 09:26:56 Removing intermediate container f77ba44a1b23 09:26:56 ---> 6f9a04ef356d 09:26:56 Successfully built 6f9a04ef356d 09:26:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:26:56 + docker inspect -f . ci-base-image-x86_64 09:26:56 . [Pipeline] withDockerContainer 09:26:56 prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container 09:26:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:26:57 $ docker top b2f02333ca41f71e1629c1ce905faa7712bd4fe85d1f6b14e0a7cca1500ee82a -eo pid,comm [Pipeline] { [Pipeline] sh 09:26:58 + go version 09:26:58 go version go1.15.5 linux/amd64 [Pipeline] } 09:26:58 $ docker stop --time=1 b2f02333ca41f71e1629c1ce905faa7712bd4fe85d1f6b14e0a7cca1500ee82a 09:26:59 $ docker rm -f b2f02333ca41f71e1629c1ce905faa7712bd4fe85d1f6b14e0a7cca1500ee82a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:27:00 + docker inspect -f . ci-base-image-x86_64 09:27:00 . [Pipeline] withDockerContainer 09:27:00 prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container 09:27:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:27:01 $ docker top af00491df72d15e7271ebbebe4619d83931e8d20c5d8da9ddf05f4dc556b013b -eo pid,comm [Pipeline] { [Pipeline] echo 09:27:01 ========================================================= 09:27:01 [edgeXBuildGoParallel] Running Tests and Build... 09:27:01 ========================================================= [Pipeline] sh 09:27:02 + make test 09:27:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:27:12 ? github.com/edgexfoundry/edgex-go [no test files] 09:27:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:27:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:27:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:27:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:27:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:27:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:27:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:27:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:27:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:27:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:27:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:27:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:27:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:27:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:27:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 09:27:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:27:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:27:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:27:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:27:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:27:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.0% of statements 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:27:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:27:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:27:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 66.7% of statements 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:27:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.425s coverage: 82.3% of statements 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:27:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:27:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements 09:27:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:27:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:27:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:27:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:27:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:27:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 09:27:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:27:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 09:27:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:27:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 09:27:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:27:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 09:27:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:27:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 09:27:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:27:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:27:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:27:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:27:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.372s coverage: 92.8% of statements 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:27:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:27:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:27:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 43.8% of statements 09:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.045s coverage: 79.5% of statements 09:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements 09:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements 09:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.117s coverage: 91.4% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.5% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 09:28:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 09:28:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 09:28:02 GO111MODULE=on go vet ./... 09:28:29 gofmt -l . 09:28:29 [ "`gofmt -l .`" = "" ] 09:28:29 ./bin/test-go-mod-tidy.sh 09:28:29 ./bin/test-attribution-txt.sh [Pipeline] sh 09:28:29 + ls -al . 09:28:29 total 668 09:28:29 drwxrwxr-x 10 1001 1001 4096 Jan 22 09:28 . 09:28:29 drwxr-xr-x 4 root root 28 Jan 22 09:27 .. 09:28:29 -rw-rw-r-- 1 1001 1001 11 Jan 22 09:25 .dockerignore 09:28:29 drwxrwxr-x 8 1001 1001 179 Jan 22 09:25 .git 09:28:29 drwxrwxr-x 3 1001 1001 125 Jan 22 09:25 .github 09:28:29 -rw-rw-r-- 1 1001 1001 872 Jan 22 09:25 .gitignore 09:28:29 drwx------ 3 1001 1001 47 Jan 22 09:26 .semver 09:28:29 -rw-rw-r-- 1 1001 1001 166 Jan 22 09:25 .sonarcloud.properties 09:28:29 -rw-rw-r-- 1 1001 1001 7859 Jan 22 09:25 Attribution.txt 09:28:29 -rw-rw-r-- 1 1001 1001 3804 Jan 22 09:25 CONTRIBUTING.md 09:28:29 -rw-rw-r-- 1 1001 1001 931 Jan 22 09:25 Dockerfile.build 09:28:29 -rw-rw-r-- 1 1001 1001 863 Jan 22 09:25 Jenkinsfile 09:28:29 -rw-rw-r-- 1 1001 1001 10775 Jan 22 09:25 LICENSE 09:28:29 -rw-rw-r-- 1 1001 1001 6001 Jan 22 09:25 Makefile 09:28:29 -rw-rw-r-- 1 1001 1001 6524 Jan 22 09:25 README.md 09:28:29 -rw-rw-r-- 1 1001 1001 6755 Jan 22 09:25 SECURITY.md 09:28:29 -rw-rw-r-- 1 1001 1001 5 Jan 22 09:26 VERSION 09:28:29 -rw-rw-r-- 1 1001 1001 4131 Jan 22 09:25 ZMQWindows.md 09:28:29 drwxrwxr-x 2 1001 1001 117 Jan 22 09:25 bin 09:28:29 drwxrwxr-x 15 1001 1001 4096 Jan 22 09:25 cmd 09:28:29 -rw-r--r-- 1 root root 565147 Jan 22 09:28 coverage.out 09:28:29 -rw-r--r-- 1 root root 1053 Jan 22 09:28 go.mod 09:28:29 -rw-r--r-- 1 root root 18878 Jan 22 09:28 go.sum 09:28:29 drwxrwxr-x 8 1001 1001 127 Jan 22 09:25 internal 09:28:29 drwxrwxr-x 4 1001 1001 26 Jan 22 09:25 openapi 09:28:29 drwxrwxr-x 4 1001 1001 71 Jan 22 09:25 snap 09:28:29 -rw-rw-r-- 1 1001 1001 168 Jan 22 09:25 version.go [Pipeline] sh 09:28:29 + '[' -e coverage.out ] 09:28:29 + chown 1001:1001 coverage.out [Pipeline] stash 09:28:30 Stashed 1 file(s) [Pipeline] sh 09:28:30 + make build 09:28:30 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 09:28:33 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 09:28:41 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 09:28:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:28:44 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 09:28:44 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 09:28:46 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 09:28:47 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 09:28:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:28:50 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 09:28:51 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 09:28:51 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 09:28:52 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] } 09:28:54 $ docker stop --time=1 af00491df72d15e7271ebbebe4619d83931e8d20c5d8da9ddf05f4dc556b013b 09:28:56 $ docker rm -f af00491df72d15e7271ebbebe4619d83931e8d20c5d8da9ddf05f4dc556b013b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:28:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:28:59 09:28:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:28:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:28:59 latest: Pulling from edgex-devops/edgex-compose 09:28:59 cbdbe7a5bc2a: Pulling fs layer 09:28:59 ca9280d653b3: Pulling fs layer 09:28:59 7e9c9ca2126c: Pulling fs layer 09:29:00 cbdbe7a5bc2a: Verifying Checksum 09:29:00 cbdbe7a5bc2a: Download complete 09:29:00 ca9280d653b3: Verifying Checksum 09:29:00 ca9280d653b3: Download complete 09:29:00 cbdbe7a5bc2a: Pull complete 09:29:01 7e9c9ca2126c: Verifying Checksum 09:29:01 ca9280d653b3: Pull complete 09:29:08 7e9c9ca2126c: Pull complete 09:29:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:29:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:29:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:29:08 prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container 09:29:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:29:11 $ docker top 0137c4b2a9a5e727acde1ee2073157ac8b6e0ce7cc311e88e5ecba26e13304f9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:29:12 + docker-compose build --help 09:29:12 + grep parallel 09:29:13 --parallel Build images in parallel. [Pipeline] } 09:29:13 $ docker stop --time=1 0137c4b2a9a5e727acde1ee2073157ac8b6e0ce7cc311e88e5ecba26e13304f9 09:29:15 $ docker rm -f 0137c4b2a9a5e727acde1ee2073157ac8b6e0ce7cc311e88e5ecba26e13304f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:29:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:29:15 . [Pipeline] withDockerContainer 09:29:15 prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container 09:29:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:29:16 $ docker top d44511eae319b99dfbea23b14630c7de88b1baecf9801af587c49a95bb1db464 -eo pid,comm [Pipeline] { [Pipeline] sh 09:29:17 + docker-compose -f ./docker-compose-build.yml build --parallel 09:29:17 Building docker-core-command-go ... 09:29:17 Building docker-core-data-go ... 09:29:17 Building docker-core-metadata-go ... 09:29:17 Building docker-security-bootstrapper-go ... 09:29:17 Building docker-security-proxy-setup-go ... 09:29:17 Building docker-security-secretstore-setup-go ... 09:29:17 Building docker-support-notifications-go ... 09:29:17 Building docker-support-scheduler-go ... 09:29:17 Building docker-sys-mgmt-agent-go ... 09:29:17 Building docker-core-data-go 09:29:17 Building docker-security-bootstrapper-go 09:29:17 Building docker-sys-mgmt-agent-go 09:29:17 Building docker-security-proxy-setup-go 09:29:17 Building docker-core-metadata-go 09:29:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:29:50 09:29:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:29:50 ---> 6f9a04ef356d 09:29:50 Step 3/26 : WORKDIR /edgex-go 09:29:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:29:50 ---> 6f9a04ef356d 09:29:50 Step 3/23 : WORKDIR /edgex-go 09:29:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:29:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:29:50 ---> 6f9a04ef356d 09:29:50 Step 3/21 : WORKDIR /edgex-go 09:29:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:29:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:29:50 ---> 6f9a04ef356d 09:29:50 Step 3/23 : WORKDIR /edgex-go 09:29:50 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:29:50 Step 2/33 : FROM ${BUILDER_BASE} AS builder 09:29:50 ---> 6f9a04ef356d 09:29:50 Step 3/33 : WORKDIR /edgex-go 09:29:50 ---> Running in adec8ca7f69d 09:29:50 ---> Running in a08ec3b1e8ec 09:29:50 ---> Running in 6c5390dc49cc 09:29:50 ---> Running in 18ca13c42865 09:29:50 ---> Running in 9ed4cb10cd3a 09:29:50 Removing intermediate container 9ed4cb10cd3a 09:29:50 ---> e5ec67b81982 09:29:50 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:29:50 Removing intermediate container 18ca13c42865 09:29:50 ---> 3436b6a2a174 09:29:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:29:50 Removing intermediate container a08ec3b1e8ec 09:29:50 ---> 380f7d3ae6df 09:29:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:29:50 Removing intermediate container adec8ca7f69d 09:29:50 ---> 30efa2eee3f1 09:29:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:29:50 Removing intermediate container 6c5390dc49cc 09:29:50 ---> 46af02f398cc 09:29:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:29:50 ---> Running in c3ee9f7aeeef 09:29:50 ---> Running in 442aeda52123 09:29:50 ---> Running in 5c089e0095a2 09:29:50 ---> Running in 6fa4f187c048 09:29:50 ---> Running in 8a1e921893e1 09:29:52 Removing intermediate container 442aeda52123 09:29:52 ---> bb3330040aca 09:29:52 Step 5/21 : RUN apk add --update --no-cache make git 09:29:52 ---> Running in f28a7a8a1d93 09:29:52 Removing intermediate container c3ee9f7aeeef 09:29:52 ---> 71e27d28ec8a 09:29:52 Step 5/26 : RUN apk add --update --no-cache make bash git 09:29:52 Removing intermediate container 5c089e0095a2 09:29:52 ---> c0313a17a8cf 09:29:52 Step 5/33 : RUN apk add --update --no-cache make git 09:29:52 ---> Running in f9a21060b175 09:29:52 Removing intermediate container 6fa4f187c048 09:29:52 ---> 1a99e7c3c0fb 09:29:52 Step 5/23 : RUN apk add --update --no-cache make git 09:29:52 ---> Running in 3cd01e52b108 09:29:52 Removing intermediate container 8a1e921893e1 09:29:52 ---> 8eb7274f88fe 09:29:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:29:52 ---> Running in 3aeffc6f1a3f 09:29:52 ---> Running in b8b06030df59 09:29:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:29:54 OK: 233 MiB in 51 packages 09:29:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:29:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:29:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:29:54 Removing intermediate container f28a7a8a1d93 09:29:54 ---> e1aac64126e8 09:29:54 Step 6/21 : COPY go.mod . 09:29:54 OK: 233 MiB in 51 packages 09:29:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:29:54 OK: 233 MiB in 51 packages 09:29:54 ---> 35ef8e83672d 09:29:54 Step 7/21 : RUN go mod download 09:29:54 ---> Running in f8e3caed2649 09:29:54 OK: 233 MiB in 51 packages 09:29:55 OK: 233 MiB in 51 packages 09:29:55 Removing intermediate container f9a21060b175 09:29:55 ---> 23670d5dfa0e 09:29:55 Step 6/26 : COPY go.mod . 09:29:55 ---> c2eed049b0fb 09:29:55 Step 7/26 : RUN go mod download 09:29:56 ---> Running in 0b1a8651c83a 09:29:56 Removing intermediate container 3cd01e52b108 09:29:56 ---> 5f219fdad9d6 09:29:56 Step 6/33 : COPY go.mod . 09:29:56 Removing intermediate container b8b06030df59 09:29:56 ---> 2dc61eaddb21 09:29:56 Step 6/23 : COPY go.mod . 09:29:56 Removing intermediate container 3aeffc6f1a3f 09:29:56 ---> 03b6f7627276 09:29:56 Step 6/23 : COPY go.mod . 09:29:56 ---> 5dd065d02af5 09:29:56 Step 7/33 : RUN go mod download 09:29:56 ---> Running in 72995a928fca 09:29:56 ---> fd84a5fc13be 09:29:56 Step 7/23 : RUN go mod download 09:29:56 ---> 7c29f314cd11 09:29:56 Step 7/23 : RUN go mod download 09:29:56 ---> Running in 279a2d844979 09:29:56 ---> Running in d5b9befc5834 09:29:57 Removing intermediate container f8e3caed2649 09:29:57 ---> 1f2a5a7e89b0 09:29:57 Step 8/21 : COPY . . 09:29:58 Removing intermediate container 0b1a8651c83a 09:29:58 ---> 0322d9af2d67 09:29:58 Step 8/26 : COPY . . 09:30:00 Removing intermediate container 72995a928fca 09:30:00 ---> 1a9b85aee804 09:30:00 Step 8/33 : COPY . . 09:30:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22259 in /w/workspace/edgexfoundry_edgex-go_PR-3066 [Pipeline] { [Pipeline] ws 09:30:07 Running in /w/workspace/edgex-go/2 [Pipeline] { 09:30:07 Removing intermediate container 279a2d844979 09:30:07 ---> 1b82eeb0714f 09:30:07 Step 8/23 : COPY . . [Pipeline] checkout 09:30:08 Removing intermediate container d5b9befc5834 09:30:08 ---> 539bed02272a 09:30:08 Step 8/23 : COPY . . 09:30:14 using credential edgex-jenkins-ssh 09:30:14 Cloning the remote Git repository 09:30:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:30:14 > git init /w/workspace/edgex-go/2 # timeout=10 09:30:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:30:14 > git --version # timeout=10 09:30:14 > git --version # 'git version 2.17.1' 09:30:14 using GIT_SSH to set credentials SSH Credentials for GitHub 09:30:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:30:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:30:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:30:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:30:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:30:29 using GIT_SSH to set credentials SSH Credentials for GitHub 09:30:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3066/head:refs/remotes/origin/PR-3066 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:30:30 Merging remotes/origin/master commit 001da8f707328dc3351d0414bf15a3ddf9bf60ad into PR head commit 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:30:30 Merge succeeded, producing 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:30:30 Checking out Revision 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b (PR-3066) 09:30:30 > git config core.sparsecheckout # timeout=10 09:30:30 > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 09:30:30 > git remote # timeout=10 09:30:30 > git config --get remote.origin.url # timeout=10 09:30:30 using GIT_SSH to set credentials SSH Credentials for GitHub 09:30:30 > git merge 001da8f707328dc3351d0414bf15a3ddf9bf60ad # timeout=10 09:30:30 > git rev-parse HEAD^{commit} # timeout=10 09:30:30 > git config core.sparsecheckout # timeout=10 09:30:30 > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 09:30:35 Commit message: "refactor(meta): Refactor device service update operation to DBClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:30:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:30:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:30:37 + sudo service+ docker restart 09:30:37 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:30:39 provisioning config files... 09:30:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2651445722872690830tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:30:40 ---> docker-login.sh 09:30:40 nexus3.edgexfoundry.org:10001 09:30:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:41 Configure a credential helper to remove this warning. See 09:30:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:41 09:30:41 Login Succeeded 09:30:41 nexus3.edgexfoundry.org:10002 09:30:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:42 Configure a credential helper to remove this warning. See 09:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:42 09:30:42 Login Succeeded 09:30:42 nexus3.edgexfoundry.org:10003 09:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:42 Configure a credential helper to remove this warning. See 09:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:42 09:30:42 Login Succeeded 09:30:42 nexus3.edgexfoundry.org:10004 09:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:43 Configure a credential helper to remove this warning. See 09:30:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:43 09:30:43 Login Succeeded 09:30:43 docker.io 09:30:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:30:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:30:43 Configure a credential helper to remove this warning. See 09:30:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:30:43 09:30:43 Login Succeeded 09:30:43 ---> docker-login.sh ends [Pipeline] } 09:30:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:30:44 ========================================================= 09:30:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:30:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:30:44 + 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 . 09:30:46 Sending build context to Docker daemon 165.9MB 09:30:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:30:46 Step 2/6 : FROM ${BASE} 09:30:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:30:46 5f621e34cdf4: Pulling fs layer 09:30:46 a4357932f1b6: Pulling fs layer 09:30:46 18c013af1878: Pulling fs layer 09:30:46 00ac8860ef70: Pulling fs layer 09:30:46 63d7cb157983: Pulling fs layer 09:30:46 b116817d02f9: Pulling fs layer 09:30:46 745a02a5169b: Pulling fs layer 09:30:46 00ac8860ef70: Waiting 09:30:46 63d7cb157983: Waiting 09:30:46 b116817d02f9: Waiting 09:30:46 745a02a5169b: Waiting 09:30:46 18c013af1878: Verifying Checksum 09:30:46 18c013af1878: Download complete 09:30:46 a4357932f1b6: Verifying Checksum 09:30:46 a4357932f1b6: Download complete 09:30:46 63d7cb157983: Verifying Checksum 09:30:46 63d7cb157983: Download complete 09:30:46 b116817d02f9: Download complete 09:30:46 5f621e34cdf4: Verifying Checksum 09:30:46 5f621e34cdf4: Download complete 09:30:47 5f621e34cdf4: Pull complete 09:30:47 a4357932f1b6: Pull complete 09:30:48 18c013af1878: Pull complete 09:30:49 ---> 1d71ca2a6e38 09:30:49 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 09:30:49 ---> 26da7841d12d 09:30:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:30:49 ---> Running in 3839c148be25 09:30:49 ---> Running in 23d91256a24b 09:30:49 ---> 12cb1402fd1c 09:30:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:30:49 ---> e1e31940da2e 09:30:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:30:49 ---> 0e78c8863bfc 09:30:49 Step 9/23 : RUN make cmd/core-data/core-data 09:30:49 ---> Running in 9c6a2cfbcf8e 09:30:49 ---> Running in 94be72bd3b36 09:30:49 ---> Running in 89a646ab42fc 09:30:49 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 09:30:49 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 09:30:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:30:49 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 09:30:49 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 09:30:49 745a02a5169b: Verifying Checksum 09:30:49 745a02a5169b: Download complete 09:30:51 00ac8860ef70: Verifying Checksum 09:30:51 00ac8860ef70: Download complete 09:31:01 00ac8860ef70: Pull complete 09:31:01 63d7cb157983: Pull complete 09:31:01 b116817d02f9: Pull complete 09:31:06 745a02a5169b: Pull complete 09:31:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:31:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:31:06 ---> b7e6874047d6 09:31:06 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 09:31:09 ---> Running in 16a373acff16 09:31:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:31:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:31:11 (1/12) Installing libmagic (5.38-r0) 09:31:11 (2/12) Installing file (5.38-r0) 09:31:11 (3/12) Installing libc-dev (0.7.2-r3) 09:31:11 (4/12) Installing g++ (9.3.0-r2) 09:31:15 (5/12) Installing fortify-headers (1.1-r0) 09:31:15 (6/12) Installing patch (2.7.6-r6) 09:31:15 (7/12) Installing build-base (0.5-r2) 09:31:15 (8/12) Installing libsodium (1.0.18-r0) 09:31:15 (9/12) Installing pkgconf (1.7.2-r0) 09:31:15 (10/12) Installing libsodium-dev (1.0.18-r0) 09:31:15 (11/12) Installing libzmq (4.3.3-r0) 09:31:15 (12/12) Installing zeromq-dev (4.3.3-r0) 09:31:15 Executing busybox-1.31.1-r19.trigger 09:31:15 OK: 217 MiB in 51 packages 09:31:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:31:16 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 09:31:19 Removing intermediate container 94be72bd3b36 09:31:19 ---> 396e9b42d39d 09:31:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:31:19 ---> Running in 26997d65a9bc 09:31:19 Removing intermediate container 16a373acff16 09:31:19 ---> 97b214fed007 09:31:19 Step 4/6 : WORKDIR /edgex-go 09:31:19 ---> Running in 6e521b66b34a 09:31:20 Removing intermediate container 6e521b66b34a 09:31:20 ---> b5bc168d5ef9 09:31:20 Step 5/6 : COPY go.mod . 09:31:21 ---> d5ee2414d742 09:31:21 Step 6/6 : RUN go mod download 09:31:21 ---> Running in 992d83eff4ad 09:31: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 09:31:24 Removing intermediate container 3839c148be25 09:31:24 ---> 513b8866f76b 09:31:24 09:31:24 Step 10/21 : FROM alpine:3.12 09:31:24 3.12: Pulling from library/alpine 09:31:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:31:26 Status: Downloaded newer image for alpine:3.12 09:31:26 ---> 389fef711851 09:31:26 Step 11/21 : RUN apk add --update --no-cache curl 09:31:26 Removing intermediate container 26997d65a9bc 09:31:26 ---> 90461798f4e5 09:31:26 09:31:26 Step 11/26 : FROM docker:20.10.0 09:31:26 20.10.0: Pulling from library/docker 09:31:26 Removing intermediate container 23d91256a24b 09:31:26 ---> 1cdb84c14677 09:31:26 09:31:26 Step 10/33 : FROM alpine:3.12 09:31:26 ---> 389fef711851 09:31:26 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 09:31:26 ---> Running in b7933127d26b 09:31:27 ---> Running in cb54457585f0 09:31:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:31:29 (1/4) Installing ca-certificates (20191127-r4) 09:31:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:31:29 (3/4) Installing libcurl (7.69.1-r3) 09:31:29 (4/4) Installing curl (7.69.1-r3) 09:31:29 Executing busybox-1.31.1-r19.trigger 09:31:29 Executing ca-certificates-20191127-r4.trigger 09:31:29 OK: 7 MiB in 18 packages 09:31:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:31:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:31:31 Removing intermediate container 9c6a2cfbcf8e 09:31:31 ---> e0cb87a6f182 09:31:31 09:31:31 Step 10/23 : FROM alpine:3.12 09:31:31 ---> 389fef711851 09:31:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:31:31 Removing intermediate container 89a646ab42fc 09:31:31 ---> 90e279f79a5c 09:31:31 09:31:31 Step 10/23 : FROM alpine:3.12 09:31:31 ---> 389fef711851 09:31:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:31:31 (1/3) Installing dumb-init (1.2.2-r1) 09:31:31 (2/3) Installing openssl (1.1.1i-r0) 09:31:31 ---> Running in 363f7bb8fdd6 09:31:31 ---> Running in b034e6e179b3 09:31:31 (3/3) Installing su-exec (0.2-r1) 09:31:31 Executing busybox-1.31.1-r19.trigger 09:31:31 OK: 6 MiB in 17 packages 09:31:33 Removing intermediate container b034e6e179b3 09:31:33 ---> 1ca1569f406f 09:31:33 Step 12/23 : ENV APP_PORT=48080 09:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:31:33 (1/1) Installing dumb-init (1.2.2-r1) 09:31:33 Removing intermediate container b7933127d26b 09:31:33 ---> 3a7aa09beeac 09:31:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:31:33 Executing busybox-1.31.1-r19.trigger 09:31:33 OK: 6 MiB in 15 packages 09:31:33 ---> Running in 522042c9fab4 09:31:33 ---> Running in a2734cfe9396 09:31:33 Removing intermediate container cb54457585f0 09:31:33 ---> dc3aae1467be 09:31:33 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:31:33 Removing intermediate container 522042c9fab4 09:31:33 ---> e74b6231ecca 09:31:33 Step 13/23 : EXPOSE $APP_PORT 09:31:33 ---> Running in 6e31df819f3e 09:31:34 ---> Running in b4ffbc136977 09:31:34 Removing intermediate container a2734cfe9396 09:31:34 ---> 85b30d4ddb7d 09:31:34 Step 13/21 : WORKDIR /edgex 09:31:34 ---> Running in 90058aa92ea0 09:31:34 Removing intermediate container 6e31df819f3e 09:31:34 ---> ba958b835ee3 09:31:34 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 09:31:34 Removing intermediate container b4ffbc136977 09:31:34 ---> ce0a1ae49e7f 09:31:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:31:34 Removing intermediate container 363f7bb8fdd6 09:31:34 ---> 1e7d510ba331 09:31:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:31:34 ---> Running in e08ea1cab428 09:31:34 ---> Running in 4f9a0f941872 09:31:34 ---> Running in 967f1292dc5a 09:31:34 Removing intermediate container 90058aa92ea0 09:31:34 ---> bea46ac390e0 09:31:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:31:34 Removing intermediate container e08ea1cab428 09:31:34 ---> 310933a44dfb 09:31:34 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 09:31:35 Removing intermediate container 967f1292dc5a 09:31:35 ---> afe6056c1184 09:31:35 Step 13/23 : ENV APP_PORT=48081 09:31:35 ---> c432f3a3fc68 09:31:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:31:35 ---> Running in 98b1078bba6c 09:31:35 ---> Running in 48ba85320f6c 09:31:36 ---> e94239217a97 09:31:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:31:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:31:36 Status: Downloaded newer image for docker:20.10.0 09:31:36 ---> aefe523efa57 09:31:36 Step 12/26 : RUN apk add --no-cache bash 09:31:36 Removing intermediate container 48ba85320f6c 09:31:36 ---> ec12053f32e1 09:31:36 Step 14/23 : EXPOSE $APP_PORT 09:31:36 ---> Running in bc3be8f1a8ad 09:31:36 ---> Running in e887d74d20bf 09:31:37 ---> 4a9795e41c41 09:31:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:31:37 Connecting to github.com (140.82.113.3:443) 09:31:37 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.46.148:443) 09:31:37  ---> Running in cac0eb044613 09:31:37 Removing intermediate container 4f9a0f941872 09:31:37 ---> 75f6442c6501 09:31:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:31:37 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 09:31:37 Removing intermediate container e887d74d20bf 09:31:37 ---> a126da8a985f 09:31:37 Step 15/23 : WORKDIR / 09:31:37 ---> Running in d2322f6b92ba 09:31:37 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 09:31:37 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 09:31:37 dockerize 09:31:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:31:37 ---> Running in d08f1428fb90 09:31:37 Removing intermediate container cac0eb044613 09:31:37 ---> e3b1d3e00a22 09:31:37 Step 18/21 : CMD ["--init=true"] 09:31:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:31:37 (1/2) Installing readline (8.0.4-r0) 09:31:37 (2/2) Installing bash (5.0.17-r0) 09:31:37 Executing bash-5.0.17-r0.post-install 09:31:37 Executing busybox-1.31.1-r19.trigger 09:31:37 ---> Running in 6164f2815af8 09:31:37 OK: 12 MiB in 22 packages 09:31:38 Removing intermediate container d08f1428fb90 09:31:38 ---> 786eff53181b 09:31:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:31:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:31:38 Removing intermediate container 6164f2815af8 09:31:38 ---> 5e6e53313aad 09:31:38 Step 19/21 : LABEL arch=x86_64 09:31:38 ---> Running in d133179df782 09:31:38 ---> 08f45d8386f2 09:31:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:31:38 Removing intermediate container 98b1078bba6c 09:31:38 ---> f7fb3fb60c20 09:31:38 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 09:31:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:31:39 ---> Running in addfdcaf0ff7 09:31:39 Removing intermediate container d133179df782 09:31:39 ---> 742c919ce5a6 09:31:39 Step 20/21 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:31:39 Removing intermediate container bc3be8f1a8ad 09:31:39 ---> 941b3641faa3 09:31:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:31:39 ---> 969857c5d48d 09:31:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:31:39 (1/6) Installing dumb-init (1.2.2-r1) 09:31:39 ---> Running in 942dd8a93a35 09:31:39 ---> Running in 2fdecccb7125 09:31:39 Removing intermediate container addfdcaf0ff7 09:31:39 ---> 7c60103faa4a 09:31:39 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:31:39 (2/6) Installing libgcc (9.3.0-r2) 09:31:39 ---> Running in 17388a1226d8 09:31:39 (3/6) Installing libsodium (1.0.18-r0) 09:31:39 (4/6) Installing libstdc++ (9.3.0-r2) 09:31:39 ---> 0878abea8b58 09:31:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:31:39 Removing intermediate container 942dd8a93a35 09:31:39 ---> 35213d072737 09:31:39 Step 21/21 : LABEL version=0.0.0 09:31:39 Removing intermediate container 2fdecccb7125 09:31:39 ---> f6902e428d89 09:31:39 Step 14/26 : ENV APP_PORT=48090 09:31:39 (5/6) Installing libzmq (4.3.3-r0) 09:31:39 Removing intermediate container 17388a1226d8 09:31:39 ---> c5cca90cd997 09:31:39 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} 09:31:39 (6/6) Installing zeromq (4.3.3-r0) 09:31:39 ---> Running in 4fceb292fa29 09:31:39 ---> Running in ee3d13cbc091 09:31:39 ---> Running in 3fec0bb01c91 09:31:39 Executing busybox-1.31.1-r19.trigger 09:31:39 OK: 8 MiB in 20 packages 09:31:39 ---> Running in 20bb7d0be9c7 09:31:40 Removing intermediate container 4fceb292fa29 09:31:40 ---> bcc27d67469b 09:31:40 Step 15/26 : EXPOSE $APP_PORT 09:31:40 Removing intermediate container 3fec0bb01c91 09:31:40 ---> 934d7092b6bc 09:31:40 09:31:40 Removing intermediate container ee3d13cbc091 09:31:40 ---> e6484d39f423 09:31:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:31:40 ---> Running in e94e0b529626 09:31:40 Successfully built 934d7092b6bc 09:31:40 ---> Running in 9a432415024b 09:31:40 Successfully tagged docker-security-proxy-setup-go:latest 09:31:40 Building docker-core-command-go 09:31:41  Building docker-security-proxy-setup-go ... done Move dockerize executable 09:31:41 Removing intermediate container e94e0b529626 09:31:41 ---> 4a7b7171c96d 09:31:41 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:31:41 Removing intermediate container 9a432415024b 09:31:41 ---> 58c832c1677b 09:31:41 Step 21/23 : LABEL arch=x86_64 09:31:42 Removing intermediate container d2322f6b92ba 09:31:42 ---> 6de6915c4706 09:31:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:31:43 ---> Running in 2abf170d8153 09:31:44 ---> e397515a2463 09:31:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:31:45 ---> adee016ae91a 09:31:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:31:45 Removing intermediate container 2abf170d8153 09:31:45 ---> 92e4bafd461d 09:31:45 Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:31:46 ---> Running in c9bf41e7d7ac 09:31:46 ---> aca056d217a4 09:31:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:31:46 Removing intermediate container 20bb7d0be9c7 09:31:46 ---> 5c742c02882a 09:31:46 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 09:31:47 Removing intermediate container 992d83eff4ad 09:31:47 ---> b255c1ee82cb 09:31:47 Successfully built b255c1ee82cb 09:31:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:31:48 + docker inspect -f . ci-base-image-arm64 09:31:48 . [Pipeline] withDockerContainer 09:31:48 prd-ubuntu18.04-docker-arm64-4c-16g-22259 does not seem to be running inside a container 09:31:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:31:49 ---> 68e9c563967c 09:31:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:31:49 ---> Running in 1060e0f0b6a0 09:31:49 $ docker top 86ce3cf04d1c3db85d1df7d2c940a12303c40688b154c2c8a6780c58741f12b3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:31:50 Removing intermediate container c9bf41e7d7ac 09:31:50 ---> cf4beb67ee33 09:31:50 Step 23/23 : LABEL version=0.0.0 09:31:51 + go version 09:31:51 go version go1.15.5 linux/arm64 [Pipeline] } 09:31:51 $ docker stop --time=1 86ce3cf04d1c3db85d1df7d2c940a12303c40688b154c2c8a6780c58741f12b3 09:31:51 ---> 699b0e441fee 09:31:51 Step 19/26 : RUN apk --no-cache add py3-pip 09:31:51 ---> 0c22b45b4a4e 09:31:51 Step 19/23 : ENTRYPOINT ["/core-data"] 09:31:51 ---> Running in 3424b57624cb 09:31:51 ---> Running in e3184e82d3cf 09:31:51 Removing intermediate container 1060e0f0b6a0 09:31:51 ---> e568c9090adc 09:31:51 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:31:52 ---> Running in 96ad3628c96b 09:31:53 $ docker rm -f 86ce3cf04d1c3db85d1df7d2c940a12303c40688b154c2c8a6780c58741f12b3 09:31:53 Removing intermediate container 3424b57624cb 09:31:53 ---> a4c585004c59 09:31:53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 09:31:53 Successfully built a4c585004c59 09:31:53 Removing intermediate container 96ad3628c96b 09:31:53 ---> b0e0021dcf4b 09:31:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:31:53 Successfully tagged docker-core-metadata-go:latest 09:31:53  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 09:31:53 ---> caf79771b7ef 09:31:53 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [Pipeline] isUnix [Pipeline] sh 09:31:54 + docker inspect -f . ci-base-image-arm64 09:31:54 . [Pipeline] withDockerContainer 09:31:54 prd-ubuntu18.04-docker-arm64-4c-16g-22259 does not seem to be running inside a container 09:31:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:31:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:31:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:31:54 ---> 6f9a04ef356d 09:31:54 Step 3/23 : WORKDIR /edgex-go 09:31:54 ---> Using cache 09:31:54 ---> 46af02f398cc 09:31:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:31:54 ---> Using cache 09:31:54 ---> 8eb7274f88fe 09:31:54 Step 5/23 : RUN apk add --update --no-cache make git 09:31:54 (1/33) Installing libbz2 (1.0.8-r1) 09:31:54 (2/33) Installing expat (2.2.9-r1) 09:31:54 (3/33) Installing libffi (3.3-r2) 09:31:54 (4/33) Installing gdbm (1.13-r1) 09:31:55 $ docker top f60d54d8882b5c130fb1534b0e530f98f0de1d4b9e399c0dbe429d7cd4f29abb -eo pid,comm 09:31:55 (5/33) Installing xz-libs (5.2.5-r0) 09:31:55 (6/33) Installing sqlite-libs (3.32.1-r0) 09:31:55 (7/33) Installing python3 (3.8.5-r0) 09:31:56 ---> Running in cd1e8f67d3ea 09:31:56 ---> Running in bf47d0ed6322 [Pipeline] { [Pipeline] echo 09:31:56 ========================================================= 09:31:56 [edgeXBuildGoParallel] Running Tests and Build... 09:31:56 ========================================================= [Pipeline] sh 09:31:56 + make test 09:31:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:32:00 ---> Running in c4b1c7209ef3 09:32:02 (8/33) Installing py3-appdirs (1.4.4-r1) 09:32:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:32:02 Removing intermediate container cd1e8f67d3ea 09:32:02 ---> 176ed8c680d2 09:32:02 Step 21/23 : LABEL arch=x86_64 09:32:02 (10/33) Installing py3-parsing (2.4.7-r0) 09:32:02 (11/33) Installing py3-six (1.15.0-r0) 09:32:02 (12/33) Installing py3-packaging (20.4-r0) 09:32:02 (13/33) Installing py3-setuptools (47.0.0-r0) 09:32:02 (14/33) Installing py3-chardet (3.0.4-r4) 09:32:02 (15/33) Installing py3-idna (2.9-r0) 09:32:02 ---> Running in d8ab3ff853e2 09:32:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:32:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:32:02 (18/33) Installing py3-requests (2.23.0-r0) 09:32:02 (19/33) Installing py3-msgpack (1.0.0-r0) 09:32:03 (20/33) Installing py3-lockfile (0.12.2-r3) 09:32:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:03 (22/33) Installing py3-colorama (0.4.3-r0) 09:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:03 (23/33) Installing py3-distlib (0.3.0-r0) 09:32:04 (24/33) Installing py3-distro (1.5.0-r1) 09:32:04 OK: 233 MiB in 51 packages 09:32:04 (25/33) Installing py3-webencodings (0.5.1-r3) 09:32:04 (26/33) Installing py3-html5lib (1.0.1-r4) 09:32:05 (27/33) Installing py3-pytoml (0.1.21-r0) 09:32:05 (28/33) Installing py3-pep517 (0.8.2-r0) 09:32:05 Removing intermediate container d8ab3ff853e2 09:32:05 ---> 42f4f25ed08c 09:32:05 Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:32:05 (29/33) Installing py3-progress (1.5-r0) 09:32:05 (30/33) Installing py3-toml (0.10.1-r0) 09:32:06 (31/33) Installing py3-retrying (1.3.3-r0) 09:32:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:32:06 (33/33) Installing py3-pip (20.1.1-r0) 09:32:09 Removing intermediate container bf47d0ed6322 09:32:09 ---> 55f29e2f4916 09:32:09 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 09:32:09 Executing busybox-1.31.1-r19.trigger 09:32:09 ---> Running in bc20b370e330 09:32:09 OK: 71 MiB in 55 packages 09:32:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:32:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:32:09 ---> 6f9a04ef356d 09:32:09 Step 3/24 : WORKDIR /edgex-go 09:32:09 ---> Using cache 09:32:09 ---> 46af02f398cc 09:32:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:09 ---> Using cache 09:32:09 ---> 8eb7274f88fe 09:32:09 Step 5/24 : RUN apk add --update --no-cache make git 09:32:09 ---> Using cache 09:32:10 ---> 4d8d1eda2294 09:32:10 Step 6/24 : COPY go.mod . 09:32:10 ---> a7d93bd507cd 09:32:10 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:32:10 Removing intermediate container bc20b370e330 09:32:10 ---> 2e5f6d45cf1f 09:32:10 Step 23/23 : LABEL version=0.0.0 09:32:10 Removing intermediate container c4b1c7209ef3 09:32:10 ---> 4d8d1eda2294 09:32:10 Step 6/23 : COPY go.mod . 09:32:10 ---> 0822875c0447 09:32:10 Step 7/24 : RUN go mod download 09:32:10 ---> Running in 0763807d28d0 09:32:10 ---> Running in 11b1bf753ed7 09:32:11 ---> fd39acddb892 09:32:11 Step 7/23 : RUN go mod download 09:32:12 Removing intermediate container 0763807d28d0 09:32:12 ---> 7e527bbf03ec 09:32:12 09:32:12 Successfully built 7e527bbf03ec 09:32:12 Successfully tagged docker-core-data-go:latest 09:32:12 ---> Running in c4f0169d6186 09:32:12 Building docker-support-scheduler-go 09:32:13  Building docker-core-data-go ... done  ---> feaad3ff4f41 09:32:13 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:32:19 ? github.com/edgexfoundry/edgex-go [no test files] 09:32:19 ---> e622c694845a 09:32:19 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 09:32:19 Removing intermediate container 11b1bf753ed7 09:32:19 ---> ad083ccb08f9 09:32:19 Step 8/24 : COPY . . 09:32:24 ---> 8157206a3ab7 09:32:24 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:32:25 Removing intermediate container c4f0169d6186 09:32:25 ---> 3803158df7f1 09:32:25 Step 8/23 : COPY . . 09:32:30 ---> cb9ef2c61065 09:32:30 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 09:32:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:32:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:32:32 ---> 6f9a04ef356d 09:32:32 Step 3/22 : WORKDIR /edgex-go 09:32:32 ---> Using cache 09:32:32 ---> 46af02f398cc 09:32:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:32 ---> Using cache 09:32:32 ---> 8eb7274f88fe 09:32:32 Step 5/22 : RUN apk add --update --no-cache make git 09:32:32 ---> Using cache 09:32:32 ---> 4d8d1eda2294 09:32:32 Step 6/22 : COPY go.mod . 09:32:32 ---> Using cache 09:32:32 ---> fd39acddb892 09:32:32 Step 7/22 : RUN go mod download 09:32:32 ---> Using cache 09:32:32 ---> 3803158df7f1 09:32:32 Step 8/22 : COPY . . 09:32:36 ---> Running in 580bca7dd3eb 09:32:46 Removing intermediate container 580bca7dd3eb 09:32:46 ---> 053af9f8a037 09:32:46 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:32:46 Removing intermediate container e3184e82d3cf 09:32:46 ---> 66bc550039a7 09:32:46 Step 20/26 : RUN pip install docker-compose==1.23.2 09:32:52 ---> Running in 31a8b0070ff9 09:32:53 ---> 60efcde13857 09:32:53 Step 28/33 : RUN chmod +x /entrypoint.sh 09:32:57 ---> fe4d9fa8afba 09:32:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:32:57 ---> Running in b6172c51d8c5 09:32:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:32:58 ---> 2bbf122f8e95 09:32:58 Step 9/23 : RUN make cmd/core-command/core-command 09:32:59 ---> Running in 6251aa0554e4 09:32:59 ---> Running in b63ac42f31e3 09:32:59 ---> a04493fb5f46 09:32:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:32:59 ---> Running in 6c7495154a02 09:33:00 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 09:33:00 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 09:33:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:33:00 Removing intermediate container b6172c51d8c5 09:33:00 ---> 1ce253c35233 09:33:00 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 09:33:01 ---> Running in 3e45753419af 09:33:01 Removing intermediate container 3e45753419af 09:33:01 ---> f3d075d33191 09:33:01 Step 30/33 : CMD ["gate"] 09:33:01 ---> Running in 262f12e32736 09:33:01 Collecting docker-compose==1.23.2 09:33:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:33:01 Collecting texttable<0.10,>=0.9.0 09:33:01 Downloading texttable-0.9.1.tar.gz (11 kB) 09:33:02 Removing intermediate container 262f12e32736 09:33:02 ---> 2a036bf95364 09:33:02 Step 31/33 : LABEL arch=x86_64 09:33:02 ---> Running in f449f8624e6f 09:33:04 Collecting cached-property<2,>=1.2.0 09:33:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:33:04 Removing intermediate container f449f8624e6f 09:33:04 ---> c0283971b971 09:33:04 Step 32/33 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:33:04 Collecting websocket-client<1.0,>=0.32.0 09:33:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:33:04 ---> Running in bdeb54d81959 09:33:04 Collecting jsonschema<3,>=2.5.1 09:33:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:33:05 Collecting PyYAML<4,>=3.10 09:33:05 Downloading PyYAML-3.13.tar.gz (270 kB) 09:33:05 Removing intermediate container bdeb54d81959 09:33:05 ---> 5015de689ab2 09:33:05 Step 33/33 : LABEL version=0.0.0 09:33:06 ---> Running in e96c22085d33 09:33:06 Collecting docker<4.0,>=3.6.0 09:33:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:33:07 Removing intermediate container e96c22085d33 09:33:07 ---> 3ec678440e89 09:33:07 09:33:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:33:07 Collecting dockerpty<0.5,>=0.4.1 09:33:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:33:07 Successfully built 3ec678440e89 09:33:07 Successfully tagged docker-security-bootstrapper-go:latest 09:33:07 Building docker-support-notifications-go 09:33:10  Building docker-security-bootstrapper-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:33:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:33:12 Collecting docopt<0.7,>=0.6.1 09:33:12 Downloading docopt-0.6.2.tar.gz (25 kB) 09:33:14 Collecting docker-pycreds>=0.4.0 09:33:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:33:15 Collecting urllib3<1.25,>=1.21.1 09:33:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:33:15 Collecting idna<2.8,>=2.5 09:33:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:33:15 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) 09:33:15 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) 09:33:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:33:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:33:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:33:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:33:15 Installing collected packages: texttable, cached-property, websocket-client, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docopt, docker-compose 09:33:15 Running setup.py install for texttable: started 09:33:16 Running setup.py install for texttable: finished with status 'done' 09:33:16 Running setup.py install for PyYAML: started 09:33:17 Running setup.py install for PyYAML: finished with status 'done' 09:33:17 Attempting uninstall: urllib3 09:33:17 Found existing installation: urllib3 1.25.9 09:33:17 Uninstalling urllib3-1.25.9: 09:33:18 Successfully uninstalled urllib3-1.25.9 09:33:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:33:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:33:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:33:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:33:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:33:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:33:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:33:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:33:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:33:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:33:22 Attempting uninstall: idna 09:33:22 Found existing installation: idna 2.9 09:33:22 Uninstalling idna-2.9: 09:33:22 Successfully uninstalled idna-2.9 09:33:25 Attempting uninstall: requests 09:33:25 Found existing installation: requests 2.23.0 09:33:25 Uninstalling requests-2.23.0: 09:33:25 Successfully uninstalled requests-2.23.0 09:33:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:33:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:33:26 ---> 6f9a04ef356d 09:33:26 Step 3/22 : WORKDIR /edgex-go 09:33:26 ---> Using cache 09:33:26 ---> 46af02f398cc 09:33:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:33:26 ---> Using cache 09:33:26 ---> 8eb7274f88fe 09:33:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:33:27 ---> Running in ac594774d6a5 09:33:27 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 09:33:27 Running setup.py install for dockerpty: started 09:33:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:33:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:33:28 Running setup.py install for dockerpty: finished with status 'done' 09:33:28 Running setup.py install for docopt: started 09:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:29 Running setup.py install for docopt: finished with status 'done' 09:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:30 OK: 233 MiB in 51 packages 09:33:30 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 09:33:31 Removing intermediate container ac594774d6a5 09:33:31 ---> bfb584c42b68 09:33:31 Step 6/22 : COPY go.mod . 09:33:33 ---> 348bfded79fe 09:33:33 Step 7/22 : RUN go mod download 09:33:34 Removing intermediate container 6c7495154a02 09:33:34 ---> 8e6c9a7436b3 09:33:34 09:33:34 Step 10/22 : FROM alpine:3.12 09:33:34 Removing intermediate container b63ac42f31e3 09:33:34 ---> e8f46aee2389 09:33:34 09:33:34 Step 10/23 : FROM alpine:3.12 09:33:34 ---> 389fef711851 09:33:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:33:34 ---> 389fef711851 09:33:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:33:34 ---> Using cache 09:33:34 ---> 1e7d510ba331 09:33:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:33:34 ---> Using cache 09:33:34 ---> 1e7d510ba331 09:33:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:33:34 ---> Using cache 09:33:34 ---> afe6056c1184 09:33:34 ---> Using cache 09:33:34 ---> afe6056c1184 09:33:34 Step 13/23 : ENV APP_PORT=48082 09:33:34 Step 13/22 : ENV APP_PORT=48085 09:33:34 ---> Running in bca8ef485785 09:33:34 Removing intermediate container 31a8b0070ff9 09:33:34 ---> 3275b80dc84c 09:33:34 Step 21/26 : RUN apk --no-cache add curl 09:33:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.217s coverage: 46.6% of statements 09:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:33:36 ---> Running in 7edb2f367ae4 09:33:36 ---> Running in 18a85fcf5253 09:33:36 ---> Running in 03b03dcdb107 09:33:37 Removing intermediate container 7edb2f367ae4 09:33:37 ---> e92401e315ce 09:33:37 Step 14/22 : EXPOSE $APP_PORT 09:33:37 Removing intermediate container 6251aa0554e4 09:33:37 ---> 9e5200c31d36 09:33:37 09:33:37 Step 10/24 : FROM alpine:3.12 09:33:37 ---> 389fef711851 09:33:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:33:37 Removing intermediate container 18a85fcf5253 09:33:37 ---> ec1b41e43729 09:33:37 Step 14/23 : EXPOSE $APP_PORT 09:33:37 ---> Running in 447017c00080 09:33:37 ---> Running in 288bd8d92e1f 09:33:37 ---> Running in 0cce2ce00113 09:33:37 Removing intermediate container 447017c00080 09:33:37 ---> a83190520bdd 09:33:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:33:37 Removing intermediate container 288bd8d92e1f 09:33:37 ---> 180635b7d0b7 09:33:37 Step 15/23 : WORKDIR / 09:33:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:37 ---> Running in 2980d844d909 09:33:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:33:38 (2/3) Installing libcurl (7.69.1-r3) 09:33:38 (3/3) Installing curl (7.69.1-r3) 09:33:38 Executing busybox-1.31.1-r19.trigger 09:33:38 ---> cf8a71532eba 09:33:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:33:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:38 OK: 72 MiB in 58 packages 09:33:38 Removing intermediate container 2980d844d909 09:33:38 ---> c2305524dee7 09:33:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:33:38 Removing intermediate container bca8ef485785 09:33:38 ---> 5770626b7c37 09:33:38 Step 8/22 : COPY . . 09:33:38 (1/5) Installing ca-certificates (20191127-r4) 09:33:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:33:38 (3/5) Installing libcurl (7.69.1-r3) 09:33:38 (4/5) Installing curl (7.69.1-r3) 09:33:38 (5/5) Installing dumb-init (1.2.2-r1) 09:33:38 Executing busybox-1.31.1-r19.trigger 09:33:38 Executing ca-certificates-20191127-r4.trigger 09:33:38 OK: 7 MiB in 19 packages 09:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.483s coverage: 27.0% of statements 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 66.7% of statements 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.356s coverage: 82.3% of statements 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:33:43 ---> 72db9785d1cc 09:33:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:33:43 ---> 8e38f624d570 09:33:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:33:45 Removing intermediate container 03b03dcdb107 09:33:45 ---> f815aa01b428 09:33:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:33:47 ---> Running in 64dea2ad5171 09:33:48 ---> 76b296bcff55 09:33:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:33:48 ---> c78008a3ffab 09:33:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:33:48 Removing intermediate container 0cce2ce00113 09:33:48 ---> 296c95704eb2 09:33:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:33:49 Removing intermediate container 64dea2ad5171 09:33:49 ---> c012479a62c1 09:33:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:33:49 ---> Running in 3e3ece7affac 09:33:49 ---> Running in 5689d6d4436c 09:33:50 ---> b8d561786a5b 09:33:50 Step 19/23 : ENTRYPOINT ["/core-command"] 09:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.237s coverage: 28.6% of statements 09:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.345s coverage: 100.0% of statements 09:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements 09:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:33:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements 09:33:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.307s coverage: 97.5% of statements 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:33:51 ---> Running in d082d41ab8a6 09:33:51 ---> Running in d648af397657 09:33:51 Removing intermediate container 3e3ece7affac 09:33:51 ---> 5881efda7a64 09:33:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:33:51 Removing intermediate container 5689d6d4436c 09:33:51 ---> da3d9d735107 09:33:51 Step 13/24 : WORKDIR / 09:33:53 ---> Running in fa7c42d0c0d9 09:33:53 ---> Running in a63a861830e2 09:33:53 Removing intermediate container d082d41ab8a6 09:33:53 ---> f04a82f15270 09:33:53 Step 24/26 : LABEL arch=x86_64 09:33:53 Removing intermediate container d648af397657 09:33:53 ---> a095a117d753 09:33:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:33:54 ---> Running in 7519a51966f2 09:33:54 ---> Running in 195d8b78786e 09:33:54 Removing intermediate container fa7c42d0c0d9 09:33:54 ---> 5a1ce3c80824 09:33:54 Step 20/22 : LABEL arch=x86_64 09:33:54 Removing intermediate container a63a861830e2 09:33:54 ---> c1d76cc06ab8 09:33:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:33:54 ---> cc7fca2cce1b 09:33:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:33:54 ---> Running in 7e58598e2922 09:33:54 Removing intermediate container 7519a51966f2 09:33:54 ---> b62c05e75990 09:33:54 Step 25/26 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:33:54 ---> Running in 45c911d5be8d 09:33:54 Removing intermediate container 195d8b78786e 09:33:54 ---> 1b52d323d046 09:33:54 Step 21/23 : LABEL arch=x86_64 09:33:55 ---> Running in cb219e59e1a7 09:33:55 Removing intermediate container 7e58598e2922 09:33:55 ---> bbf6239544e5 09:33:55 Step 21/22 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:33:55 ---> 0ea95819505f 09:33:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:33:55 ---> Running in 4c36b3f5e394 09:33:55 ---> Running in 6bb4f786b067 09:33:55 Removing intermediate container cb219e59e1a7 09:33:55 ---> 19b4304e3b5a 09:33:55 Step 26/26 : LABEL version=0.0.0 09:33:55 Removing intermediate container 4c36b3f5e394 09:33:55 ---> 342f09ab3bb6 09:33:55 Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:33:55 ---> Running in cd1f266e9845 09:33:55 Removing intermediate container 6bb4f786b067 09:33:55 ---> c2e1d98bff14 09:33:55 Step 22/22 : LABEL version=0.0.0 09:33:55 ---> 9385b6d04288 09:33:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:33:55 ---> Running in fea2446a16a8 09:33:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:33:55 ---> Running in 345cb1edb2a5 09:33:55 Removing intermediate container cd1f266e9845 09:33:55 ---> 448756148cc4 09:33:55 09:33:55 Removing intermediate container fea2446a16a8 09:33:55 ---> 9bbd834365e6 09:33:55 Step 23/23 : LABEL version=0.0.0 09:33:56 Successfully built 448756148cc4 09:33:56 ---> Running in de3c7cab5425 09:33:56 ---> 50fa6da4425a 09:33:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:33:56 Successfully tagged docker-sys-mgmt-agent-go:latest 09:33:56  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 345cb1edb2a5 09:33:56 ---> c642b7b05f80 09:33:56 09:33:56 Successfully built c642b7b05f80 09:33:56 Successfully tagged docker-support-scheduler-go:latest 09:33:56  Building docker-support-scheduler-go ... done Removing intermediate container de3c7cab5425 09:33:56 ---> 8cd57c416640 09:33:56 09:33:56 ---> c77a8a4712bd 09:33:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:33:57 Successfully built 8cd57c416640 09:33:57 Successfully tagged docker-core-command-go:latest 09:33:57  Building docker-core-command-go ... done  ---> ea3a40326f9f 09:33:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:33:58 ---> 444c7ee7b841 09:33:58 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/ 09:33:58 ---> Running in 671c2f987338 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.304s coverage: 92.8% of statements 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.249s coverage: 0.1% of statements 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 43.8% of statements 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 09:34:00 Removing intermediate container 671c2f987338 09:34:00 ---> ad59064222d4 09:34:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:34:00 ---> Running in 1cc60ab34a0a 09:34:00 Removing intermediate container 1cc60ab34a0a 09:34:00 ---> c98a41b39821 09:34:00 Step 22/24 : LABEL arch=x86_64 09:34:00 ---> Running in 6448b4293409 09:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 09:34:00 Removing intermediate container 6448b4293409 09:34:00 ---> 36b9211e907f 09:34:00 Step 23/24 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:34:00 ---> Running in f27879c1103e 09:34:01 Removing intermediate container f27879c1103e 09:34:01 ---> 942b1cb8b6f3 09:34:01 Step 24/24 : LABEL version=0.0.0 09:34:01 ---> Running in b83fb076accd 09:34:01 Removing intermediate container b83fb076accd 09:34:01 ---> 600a8bef15f1 09:34:01 09:34:01 Successfully built 600a8bef15f1 09:34:01 Successfully tagged docker-security-secretstore-setup-go:latest 09:34:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container 45c911d5be8d 09:34:07 ---> d5d1f758df0c 09:34:07 09:34:07 Step 10/22 : FROM alpine:3.12 09:34:07 ---> 389fef711851 09:34:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:34:07 ---> Running in 66160a9662b3 09:34:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:07 (1/2) Installing ca-certificates (20191127-r4) 09:34:07 (2/2) Installing dumb-init (1.2.2-r1) 09:34:07 Executing busybox-1.31.1-r19.trigger 09:34:07 Executing ca-certificates-20191127-r4.trigger 09:34:07 OK: 6 MiB in 16 packages 09:34:09 Removing intermediate container 66160a9662b3 09:34:09 ---> 1296b50b66fb 09:34:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:34:09 ---> Running in c56b9141e048 09:34:09 Removing intermediate container c56b9141e048 09:34:09 ---> 77abbf85d8e2 09:34:09 Step 13/22 : ENV APP_PORT=48060 09:34:09 ---> Running in c5a4eb1f3588 09:34:09 Removing intermediate container c5a4eb1f3588 09:34:09 ---> 5afb3865c395 09:34:09 Step 14/22 : EXPOSE $APP_PORT 09:34:09 ---> Running in 19796f76acbf 09:34:10 Removing intermediate container 19796f76acbf 09:34:10 ---> e6a01cfd9132 09:34:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:34:10 ---> 57437268b6a5 09:34:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:34:11 ---> 0c06064bbd02 09:34:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:34:11 ---> c6d9b171818a 09:34:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:34:11 ---> Running in bf6fef937511 09:34:11 Removing intermediate container bf6fef937511 09:34:11 ---> 9cf9a0a79b6a 09:34:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:34:11 ---> Running in 3e449b3b7593 09:34:11 Removing intermediate container 3e449b3b7593 09:34:11 ---> 08c8ccfd4edd 09:34:11 Step 20/22 : LABEL arch=x86_64 09:34:11 ---> Running in b2792f2f2370 09:34:12 Removing intermediate container b2792f2f2370 09:34:12 ---> cc4a713df284 09:34:12 Step 21/22 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.105s coverage: 87.2% of statements 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.155s coverage: 91.4% of statements 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.498s coverage: 63.5% of statements 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:34:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:34:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 09:34:13 ---> Running in 67c26c692527 09:34:13 Removing intermediate container 67c26c692527 09:34:13 ---> b61b6d1737a3 09:34:13 Step 22/22 : LABEL version=0.0.0 09:34:13 ---> Running in e870b5a3e71f 09:34:13 Removing intermediate container e870b5a3e71f 09:34:13 ---> 697e6f97c8c8 09:34:13 09:34:13 Successfully built 697e6f97c8c8 09:34:13 Successfully tagged docker-support-notifications-go:latest 09:34:13  Building docker-support-notifications-go ... done  [Pipeline] } 09:34:13 $ docker stop --time=1 d44511eae319b99dfbea23b14630c7de88b1baecf9801af587c49a95bb1db464 09:34:15 $ docker rm -f d44511eae319b99dfbea23b14630c7de88b1baecf9801af587c49a95bb1db464 09:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements 09:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 09:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements 09:34:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] sh 09:34:16 + docker images 09:34:16 + grep docker 09:34:16 docker-support-notifications-go latest 697e6f97c8c8 3 seconds ago 16.9MB 09:34:16 docker-security-secretstore-setup-go latest 600a8bef15f1 15 seconds ago 24.6MB 09:34:16 docker-core-command-go latest 8cd57c416640 20 seconds ago 16.3MB 09:34:16 docker-support-scheduler-go latest c642b7b05f80 21 seconds ago 16.4MB 09:34:16 docker-sys-mgmt-agent-go latest 448756148cc4 21 seconds ago 313MB 09:34:16 docker-security-bootstrapper-go latest 3ec678440e89 About a minute ago 41.5MB 09:34:16 docker-core-data-go latest 7e527bbf03ec 2 minutes ago 22.3MB 09:34:16 docker-core-metadata-go latest a4c585004c59 2 minutes ago 18.8MB 09:34:16 docker-security-proxy-setup-go latest 934d7092b6bc 2 minutes ago 24.4MB 09:34:16 docker 20.10.0 aefe523efa57 6 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 09:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.851s coverage: 68.9% of statements 09:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.421s coverage: 37.0% of statements 09:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.494s coverage: 84.0% of statements 09:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements 09:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.335s coverage: 47.1% of statements 09:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements 09:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements 09:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:34:32 Still waiting to schedule task 09:34:32 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.047s coverage: 29.1% of statements 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:34:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:34:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.065s coverage: 0.0% of statements 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:34:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 09:34:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 09:34:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 09:34:35 GO111MODULE=on go vet ./... 09:35:15 Running on prd-ubuntu18.04-docker-8c-8g-22263 in /w/workspace/edgexfoundry_edgex-go_PR-3066 [Pipeline] { [Pipeline] ws 09:35:15 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:35:17 using credential edgex-jenkins-ssh 09:35:17 Cloning the remote Git repository 09:35:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:35:17 > git init /w/workspace/edgex-go/2 # timeout=10 09:35:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:35:17 > git --version # timeout=10 09:35:17 > git --version # 'git version 2.17.1' 09:35:17 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:35:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:35:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:35:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:35:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:35:33 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3066/head:refs/remotes/origin/PR-3066 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:35:33 Merging remotes/origin/master commit 001da8f707328dc3351d0414bf15a3ddf9bf60ad into PR head commit 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:35:33 Merge succeeded, producing 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:35:33 Checking out Revision 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b (PR-3066) 09:35:33 > git config core.sparsecheckout # timeout=10 09:35:33 > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 09:35:33 > git remote # timeout=10 09:35:33 > git config --get remote.origin.url # timeout=10 09:35:33 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:33 > git merge 001da8f707328dc3351d0414bf15a3ddf9bf60ad # timeout=10 09:35:33 > git rev-parse HEAD^{commit} # timeout=10 09:35:33 > git config core.sparsecheckout # timeout=10 09:35:33 > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 09:35:37 Commit message: "refactor(meta): Refactor device service update operation to DBClient" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:35:38 + echo snap-build.sh 09:35:38 snap-build.sh 09:35:38 + SNAP_BASE_DIR=. 09:35:38 + '[' '!' -z /w/workspace/edgex-go/2 ']' 09:35:38 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 09:35:38 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 09:35:38 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 09:35:38 + cd /w/workspace/edgex-go/2 09:35:38 + sudo apt-get remove -qy --purge lxd lxd-client 09:35:38 Reading package lists... 09:35:38 Building dependency tree... 09:35:38 Reading state information... 09:35:38 The following packages were automatically installed and are no longer required: 09:35:38 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:35:38 uidmap xdelta3 09:35:38 Use 'sudo apt autoremove' to remove them. 09:35:38 The following packages will be REMOVED: 09:35:38 lxd* lxd-client* 09:35:39 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:35:39 After this operation, 31.7 MB disk space will be freed. 09:35:40 (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.) 09:35:40 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:35:41 Removing lxd dnsmasq configuration 09:35:41 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:35:41 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:35:42 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:35:42 (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.) 09:35:42 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:35:43 gofmt -l . 09:35:44 Processing triggers for systemd (237-3ubuntu10.42) ... 09:35:44 Processing triggers for ureadahead (0.100.0-21) ... 09:35:44 [ "`gofmt -l .`" = "" ] 09:35:45 + sudo snap remove --purge lxd 09:35:45 snap "lxd" is not installed 09:35:45 + sudo groupadd --force --system lxd 09:35:45 ++ whoami 09:35:45 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:35:45 + newgrp - lxd 09:35:45 + sudo snap install lxd 09:35:46 ./bin/test-go-mod-tidy.sh 09:35:47 ./bin/test-attribution-txt.sh [Pipeline] sh 09:35:49 + ls -al . 09:35:49 total 696 09:35:49 drwxrwxr-x 9 1001 1001 4096 Jan 22 09:35 . 09:35:49 drwxr-xr-x 4 root root 4096 Jan 22 09:31 .. 09:35:49 -rw-rw-r-- 1 1001 1001 11 Jan 22 09:30 .dockerignore 09:35:49 drwxrwxr-x 8 1001 1001 4096 Jan 22 09:30 .git 09:35:49 drwxrwxr-x 3 1001 1001 4096 Jan 22 09:30 .github 09:35:49 -rw-rw-r-- 1 1001 1001 872 Jan 22 09:30 .gitignore 09:35:49 -rw-rw-r-- 1 1001 1001 166 Jan 22 09:30 .sonarcloud.properties 09:35:49 -rw-rw-r-- 1 1001 1001 7859 Jan 22 09:30 Attribution.txt 09:35:49 -rw-rw-r-- 1 1001 1001 3804 Jan 22 09:30 CONTRIBUTING.md 09:35:49 -rw-rw-r-- 1 1001 1001 931 Jan 22 09:30 Dockerfile.build 09:35:49 -rw-rw-r-- 1 1001 1001 863 Jan 22 09:30 Jenkinsfile 09:35:49 -rw-rw-r-- 1 1001 1001 10775 Jan 22 09:30 LICENSE 09:35:49 -rw-rw-r-- 1 1001 1001 6001 Jan 22 09:30 Makefile 09:35:49 -rw-rw-r-- 1 1001 1001 6524 Jan 22 09:30 README.md 09:35:49 -rw-rw-r-- 1 1001 1001 6755 Jan 22 09:30 SECURITY.md 09:35:49 -rw-rw-r-- 1 1001 1001 5 Jan 22 09:26 VERSION 09:35:49 -rw-rw-r-- 1 1001 1001 4131 Jan 22 09:30 ZMQWindows.md 09:35:49 drwxrwxr-x 2 1001 1001 4096 Jan 22 09:30 bin 09:35:49 drwxrwxr-x 15 1001 1001 4096 Jan 22 09:30 cmd 09:35:49 -rw-r--r-- 1 root root 565147 Jan 22 09:34 coverage.out 09:35:49 -rw-r--r-- 1 root root 1053 Jan 22 09:35 go.mod 09:35:49 -rw-r--r-- 1 root root 18878 Jan 22 09:35 go.sum 09:35:49 drwxrwxr-x 8 1001 1001 4096 Jan 22 09:30 internal 09:35:49 drwxrwxr-x 4 1001 1001 4096 Jan 22 09:30 openapi 09:35:49 drwxrwxr-x 4 1001 1001 4096 Jan 22 09:30 snap 09:35:49 -rw-rw-r-- 1 1001 1001 168 Jan 22 09:30 version.go [Pipeline] sh 09:35:49 + '[' -e coverage.out ] 09:35:49 + chown 1001:1001 coverage.out [Pipeline] stash 09:35:49 Warning: overwriting stash ‘coverage-report’ 09:35:51 Stashed 1 file(s) [Pipeline] sh 09:35:51 + make build 09:35:51 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 09:35:53 2021-01-22T09:35:51Z INFO Waiting for automatic snapd restart... 09:36:01 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 09:36:03 lxd 4.10 from Canonical* installed 09:36:03 + sudo lxd init --auto 09:36:13 + sudo snap install --classic snapcraft 09:36:20 snapcraft 4.4.4 from Canonical* installed 09:36:20 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:36:20 + patch --verbose -p1 09:36:20 Hmm... Looks like a unified diff to me... 09:36:20 The text leading up to this was: 09:36:20 -------------------------- 09:36:20 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:36:20 |From: Tony Espy 09:36:20 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:36:20 |Subject: [PATCH] optimize snap build for pipeline CI check 09:36:20 | 09:36:20 |This patch is used by the EdgeX CI pipeline builds to 09:36:20 |optimize the snap CI check run for pull requests. When 09:36:20 |applied, it essentially strips out everything (apps and 09:36:20 |parts) from the snapcraft.yaml file except those required 09:36:20 |to build edgex-go, as the whole idea of the CI check is to 09:36:20 |catch changes to edgex-go that break the snap build. 09:36:20 | 09:36:20 |In general, anyone updating snapcraft.yaml will also need 09:36:20 |to update this patch file, otherwise it may fail to apply, 09:36:20 |resulting in a failed snap build CI check in the associated 09:36:20 |pull request. 09:36:20 | 09:36:20 |Note - in addition to applying this patch, the pipeline also 09:36:20 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:36:20 |need to build the finally binary .snap file (and it won't 09:36:20 |work with the patch applied). This further reduces the build 09:36:20 |time. 09:36:20 |--- 09:36:20 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:36:20 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:36:20 | 09:36:20 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:36:20 |index 1e537489..faf42425 100644 09:36:20 |--- a/snap/snapcraft.yaml 09:36:20 |+++ b/snap/snapcraft.yaml 09:36:20 -------------------------- 09:36:20 patching file snap/snapcraft.yaml 09:36:20 Using Plan A... 09:36:20 Hunk #1 succeeded at 73. 09:36:20 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 09:36:20 Hunk #3 succeeded at 214 (offset -1 lines). 09:36:20 Hunk #4 succeeded at 222 (offset -1 lines). 09:36:20 Hunk #5 succeeded at 229 (offset -1 lines). 09:36:20 Hunk #6 succeeded at 256 (offset -1 lines). 09:36:20 Hunk #7 succeeded at 290 (offset -1 lines). 09:36:20 Hunk #8 succeeded at 342. 09:36:20 Hmm... Ignoring the trailing garbage. 09:36:20 done 09:36:20 + sudo snapcraft prime --use-lxd 09:36:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:36:21 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: 09:36:21 - README.md 09:36:21 - snapcraft.yaml.orig 09:36:21 09:36:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:36:21 Launching a container. 09:36:24 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 09:36: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 09:36:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:36:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:36:38 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 09:36:39 Waiting for container to be ready 09:36:40 To start your first instance, try: lxc launch ubuntu:18.04 09:36:40 09:36:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:36:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:36:43 Waiting for network to be ready... 09:36:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:36:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 09:36:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 09:36:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:36:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:36:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 09:36:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 09:36:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 09:36:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 09:36:44 Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:36:45 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:36:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:36:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:36:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:36:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:36:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:36:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:36:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:36:46 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 09:36:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:36:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 09:36:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 09:36:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 09:36:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 09:36:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 09:36:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 09:36:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 09:36:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 09:36:49 Fetched 23.8 MB in 5s (4547 kB/s) 09:36:49 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 09:36:49 Reading package lists... 09:36:50 Reading package lists... 09:36:50 Building dependency tree... 09:36:50 Reading state information... 09:36:50 The following additional packages will be installed: 09:36:50 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:36:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:36:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:36:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:36:50 Suggested packages: 09:36:50 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:36:50 Recommended packages: 09:36:50 gnupg libsasl2-modules 09:36:50 The following NEW packages will be installed: 09:36:50 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:36:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:36:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:36:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:36:50 The following packages will be upgraded: 09:36:50 gpg gpg-agent gpgconf libudev1 09:36:50 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 09:36:50 Need to get 3533 kB of archives. 09:36:50 After this operation, 13.3 MB of additional disk space will be used. 09:36:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 09:36:50 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 09:36:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 09:36:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 09:36:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 09:36:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 09:36:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 09:36:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 09:36:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 09:36:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 09:36:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:36:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:36:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:36:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:36:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:36:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:36:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:36:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:36:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:36:52 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:36:52 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:36:52 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:36:52 debconf: delaying package configuration, since apt-utils is not installed 09:36:52 Fetched 3533 kB in 2s (2320 kB/s) 09:36:52 (Reading database ... 12511 files and directories currently installed.) 09:36:52 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 09:36:52 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:36:52 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 09:36:52 Selecting previously unselected package udev. 09:36:52 (Reading database ... 12511 files and directories currently installed.) 09:36:52 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 09:36:52 Unpacking udev (237-3ubuntu10.44) ... 09:36:52 Selecting previously unselected package libfuse2:amd64. 09:36:52 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:36:52 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:36:52 Selecting previously unselected package fuse. 09:36:52 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:36:52 Unpacking fuse (2.9.7-1ubuntu1) ... 09:36:52 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 09:36:52 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:36:52 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 09:36:52 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:36:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 09:36:52 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:36:53 Selecting previously unselected package libksba8:amd64. 09:36:53 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:36:53 Unpacking libksba8:amd64 (1.3.5-2) ... 09:36:53 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 09:36:53 Selecting previously unselected package libroken18-heimdal:amd64. 09:36:53 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:36:53 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:53 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:36:53 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:36:53 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:53 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:36:53 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:36:53 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:53 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:36:53 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:36:53 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:53 Selecting previously unselected package libwind0-heimdal:amd64. 09:36:53 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:36:53 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:36:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:36:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:36:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:36:53 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:54 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:36:54 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:36:54 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:54 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:36:54 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:36:54 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:54 Selecting previously unselected package libsasl2-modules-db:amd64. 09:36:54 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:36:54 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:36:54 Selecting previously unselected package libsasl2-2:amd64. 09:36:54 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:36:54 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:36:54 Selecting previously unselected package libldap-common. 09:36:54 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 09:36:54 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:36:54 Selecting previously unselected package libldap-2.4-2:amd64. 09:36:54 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 09:36:54 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:36:54 Selecting previously unselected package dirmngr. 09:36:54 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 09:36:54 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 09:36:54 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:36:54 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 09:36:55 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:36:55 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:36:55 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:36:55 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 09:36:55 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:55 Setting up libksba8:amd64 (1.3.5-2) ... 09:36:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:36:55 Setting up udev (237-3ubuntu10.44) ... 09:36:55 invoke-rc.d: policy-rc.d denied execution of start. 09:36:55 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:55 Processing triggers for systemd (237-3ubuntu10) ... 09:36:55 Setting up fuse (2.9.7-1ubuntu1) ... 09:36:55 Setting up gpg (2.2.4-1ubuntu1.3) ... 09:36:55 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:55 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:55 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:55 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:56 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:56 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:56 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:36:56 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:36:56 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 09:36:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:36:56 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:36:56 settings in the [Install] section, and DefaultInstance for template units). 09:36:56 This means they are not meant to be enabled using systemctl. 09:36:56 Possible reasons for having this kind of units are: 09:36:56 1) A unit may be statically enabled by being symlinked from another unit's 09:36:56 .wants/ or .requires/ directory. 09:36:56 2) A unit's purpose may be to act as a helper for some other unit which has 09:36:56 a requirement dependency on it. 09:36:56 3) A unit may be started when needed via activation (socket, path, timer, 09:36:56 D-Bus, udev, scripted systemctl call, ...). 09:36:56 4) In case of template units, the unit is meant to be enabled with some 09:36:56 instance name specified. 09:36:57 Reading package lists... 09:36:57 Building dependency tree... 09:36:57 Reading state information... 09:36:57 The following additional packages will be installed: 09:36:57 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:36:57 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:36:57 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:36:57 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:36:57 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:36:57 Suggested packages: 09:36:57 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:36:57 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:36:57 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:36:57 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:36:57 systemd-container policykit-1 09:36:57 Recommended packages: 09:36:57 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:36:57 The following NEW packages will be installed: 09:36:57 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:36:57 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:36:57 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:36:57 multiarch-support openssh-client python3 python3-minimal python3.6 09:36:57 python3.6-minimal snapd squashfs-tools sudo 09:36:57 The following packages will be upgraded: 09:36:57 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:36:57 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 09:36:57 Need to get 35.2 MB of archives. 09:36:57 After this operation, 141 MB of additional disk space will be used. 09:36:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:36:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:36:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:36:57 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 09:36:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 09:36:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 09:36:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:36:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 09:36:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 09:36:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 09:36:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:36:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:36:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:36:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:36:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:36:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:36:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 09:36:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:36:58 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 09:36:58 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:36:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:36:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:36:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:36:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:36:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:36:58 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:36:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 09:36:58 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:36:58 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:36:58 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:36:58 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 09:37:00 debconf: delaying package configuration, since apt-utils is not installed 09:37:00 Fetched 35.2 MB in 3s (11.6 MB/s) 09:37:00 (Reading database ... 12757 files and directories currently installed.) 09:37:00 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 09:37:00 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:37:00 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 09:37:01 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 09:37:01 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:37:01 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 09:37:01 (Reading database ... 12757 files and directories currently installed.) 09:37:01 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:37:01 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:37:01 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:37:01 (Reading database ... 12757 files and directories currently installed.) 09:37:01 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:37:01 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:37:02 Setting up apt (1.6.12ubuntu0.2) ... 09:37:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:37:02 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:37:02 (Reading database ... 12764 files and directories currently installed.) 09:37:02 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:37:02 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:37:02 Selecting previously unselected package libpython3.6-minimal:amd64. 09:37:02 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:37:02 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:37:03 Selecting previously unselected package libexpat1:amd64. 09:37:03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:37:03 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:37:03 Selecting previously unselected package python3.6-minimal. 09:37:03 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:37:03 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:37:03 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 09:37:03 Checking for services that may need to be restarted...done. 09:37:03 Checking for services that may need to be restarted...done. 09:37:03 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:37:03 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:37:03 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:37:04 Selecting previously unselected package python3-minimal. 09:37:04 (Reading database ... 13012 files and directories currently installed.) 09:37:04 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:37:04 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:37:04 Selecting previously unselected package mime-support. 09:37:04 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:37:04 Unpacking mime-support (3.60ubuntu1) ... 09:37:04 Selecting previously unselected package libmpdec2:amd64. 09:37:04 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:37:04 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:37:04 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:37:04 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:37:04 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:37:04 Selecting previously unselected package python3.6. 09:37:04 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:37:04 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:37:04 Selecting previously unselected package libpython3-stdlib:amd64. 09:37:05 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:37:05 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:37:05 Setting up python3-minimal (3.6.7-1~18.04) ... 09:37:05 Selecting previously unselected package python3. 09:37:05 (Reading database ... 13442 files and directories currently installed.) 09:37:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:37:05 Unpacking python3 (3.6.7-1~18.04) ... 09:37:05 Selecting previously unselected package multiarch-support. 09:37:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:37:05 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:37:05 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:37:05 Selecting previously unselected package liblzo2-2:amd64. 09:37:05 (Reading database ... 13479 files and directories currently installed.) 09:37:05 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:37:05 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:37:05 Selecting previously unselected package libbsd0:amd64. 09:37:05 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:37:05 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:37:05 Selecting previously unselected package sudo. 09:37:05 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 09:37:05 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 09:37:05 Selecting previously unselected package apparmor. 09:37:05 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:37:05 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:37:06 Selecting previously unselected package libedit2:amd64. 09:37:06 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:37:06 Unpacking libedit2:amd64 (3.1-20170329-1) ... [Pipeline] } 09:37:06 $ docker stop --time=1 f60d54d8882b5c130fb1534b0e530f98f0de1d4b9e399c0dbe429d7cd4f29abb 09:37:06 Selecting previously unselected package libkrb5support0:amd64. 09:37:06 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:37:06 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:37:06 Selecting previously unselected package libk5crypto3:amd64. 09:37:06 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:37:06 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:37:06 Selecting previously unselected package libkeyutils1:amd64. 09:37:06 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:37:06 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:37:06 Selecting previously unselected package libkrb5-3:amd64. 09:37:06 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:37:06 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:37:06 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:37:06 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:37:06 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:37:06 Selecting previously unselected package libssl1.0.0:amd64. 09:37:06 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 09:37:06 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:37:07 Selecting previously unselected package openssh-client. 09:37:07 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:37:07 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:37:07 Selecting previously unselected package squashfs-tools. 09:37:07 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:37:07 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:37:07 Selecting previously unselected package snapd. 09:37:07 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 09:37:07 Unpacking snapd (2.48+18.04) ... 09:37:08 $ docker rm -f f60d54d8882b5c130fb1534b0e530f98f0de1d4b9e399c0dbe429d7cd4f29abb 09:37:09 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:37:09 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:37:09 Setting up mime-support (3.60ubuntu1) ... 09:37:09 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 09:37:09 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:37:09 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:37:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:37:09 Setting up systemd (237-3ubuntu10.44) ... 09:37:09 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:37:10 09:37:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:37:10 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:37:10 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [Pipeline] isUnix [Pipeline] sh 09:37:11 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:37:11 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:37:11 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:37:11 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:37:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:37:11 latest: Pulling from edgex-devops/edgex-compose-arm64 09:37:11 29e5d40040c1: Pulling fs layer 09:37:11 1ce36da41761: Pulling fs layer 09:37:11 25b303627fd3: Pulling fs layer 09:37:11 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:37:11 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:37:11 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:37:11 Setting up python3 (3.6.7-1~18.04) ... 09:37:12 running python rtupdate hooks for python3.6... 09:37:12 running python post-rtupdate hooks for python3.6... 09:37:12 Setting up apparmor (2.12-4ubuntu5.1) ... 09:37:12 29e5d40040c1: Verifying Checksum 09:37:12 29e5d40040c1: Download complete 09:37:12 1ce36da41761: Verifying Checksum 09:37:12 1ce36da41761: Download complete 09:37:12 29e5d40040c1: Pull complete 09:37:13 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:37:13 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:37:13 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:37:13 Setting up snapd (2.48+18.04) ... 09:37:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:37:14 1ce36da41761: Pull complete 09:37:14 25b303627fd3: Verifying Checksum 09:37:14 25b303627fd3: Download complete 09:37:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:37:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:37:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:37:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:37:14 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:37:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:37:15 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:37:15 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:37:15 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:37:15 /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' 09:37:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:37:15 Processing triggers for systemd (237-3ubuntu10.44) ... 09:37:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:37:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:37:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:37:17 Fetched 88.7 kB in 1s (170 kB/s) 09:37:18 Reading package lists... 09:37:18 Reading package lists... 09:37:18 Building dependency tree... 09:37:18 Reading state information... 09:37:18 Calculating upgrade... 09:37:18 The following packages will be upgraded: 09:37:18 advancecomp base-files bash binutils binutils-common 09:37:18 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:37:18 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:37:18 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 09:37:18 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 09:37:18 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 09:37:18 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 09:37:18 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 09:37:18 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 09:37:18 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 09:37:18 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 09:37:18 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 09:37:18 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 09:37:18 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 09:37:18 ubuntu-keyring util-linux 09:37:18 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:37:18 Need to get 63.7 MB of archives. 09:37:18 After this operation, 5203 kB of additional disk space will be used. 09:37:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:37:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:37:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:37:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:37:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:37:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:37:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:37:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:37:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:37:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:37:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:37:18 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:37:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:37:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:37:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:37:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:37:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:37:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:37:18 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:37:18 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:37:18 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:37:18 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:37:18 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:37:18 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:37:18 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:37:18 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:37:18 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:37:18 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:37:18 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:37:18 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:37:18 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:37:18 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:37:18 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:37:18 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:37:18 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:37:18 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 09:37:18 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:37:18 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:37:18 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:37:18 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 09:37:18 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 09:37:18 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:37:18 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:37:18 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:37:18 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 09:37:18 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:37:18 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:37:18 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 09:37:18 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 09:37:18 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 09:37:18 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 09:37:18 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:37:18 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:37:18 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:37:18 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:37:19 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:37:19 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:37:19 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:37:19 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:37:19 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:37:19 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:37:19 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:37:19 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:37:19 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:37:19 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:37:19 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 09:37:19 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:37:20 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:37:20 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:37:20 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:37:20 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:37:20 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:37:20 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:37:20 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:37:20 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:37:20 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:37:20 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:37:20 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:37:20 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:37:20 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:37:20 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:37:20 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:37:20 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 09:37:20 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:37:20 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:37:20 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:37:20 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:37:20 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:37:20 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:37:20 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:37:20 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:37:20 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:37:20 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:37:20 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:37:20 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:37:20 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:37:20 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:37:20 debconf: delaying package configuration, since apt-utils is not installed 09:37:20 Fetched 63.7 MB in 2s (34.1 MB/s) 09:37:20 (Reading database ... 13912 files and directories currently installed.) 09:37:20 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:37:20 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:37:21 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:37:21 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:37:21 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 09:37:21 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 09:37:22 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:22 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:22 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:22 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:22 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:22 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:22 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:22 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:22 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:22 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:22 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:22 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:23 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:23 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:23 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:23 (Reading database ... 13911 files and directories currently installed.) 09:37:23 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:23 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:37:23 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:37:23 (Reading database ... 13911 files and directories currently installed.) 09:37:23 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:23 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:23 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:23 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:23 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:37:23 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:37:24 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:24 25b303627fd3: Pull complete 09:37:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:37:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:37:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:37:24 (Reading database ... 13911 files and directories currently installed.) 09:37:24 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:37:24 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:37:24 prd-ubuntu18.04-docker-arm64-4c-16g-22259 does not seem to be running inside a container 09:37:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:37:25 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:37:25 (Reading database ... 13911 files and directories currently installed.) 09:37:25 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:37:25 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:37:25 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:37:25 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:37:25 Setting up base-files (10.1ubuntu2.10) ... 09:37:25 Installing new version of config file /etc/issue ... 09:37:25 Installing new version of config file /etc/issue.net ... 09:37:25 Installing new version of config file /etc/lsb-release ... 09:37:25 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:37:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:37:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:37:25 Removing obsolete conffile /etc/default/motd-news ... 09:37:26 (Reading database ... 13912 files and directories currently installed.) 09:37:26 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:37:26 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:37:26 Setting up bash (4.4.18-2ubuntu1.2) ... 09:37:26 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 09:37:26 (Reading database ... 13912 files and directories currently installed.) 09:37:26 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:37:26 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:37:26 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:37:26 (Reading database ... 13912 files and directories currently installed.) 09:37:26 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:37:26 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:37:26 Setting up tar (1.29b-2ubuntu0.2) ... 09:37:26 (Reading database ... 13912 files and directories currently installed.) 09:37:26 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:37:26 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:37:27 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:37:27 (Reading database ... 13912 files and directories currently installed.) 09:37:27 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:37:27 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:37:27 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:37:27 (Reading database ... 13912 files and directories currently installed.) 09:37:27 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:37:27 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:37:27 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:37:27 $ docker top f37bb5ad80d8b044ad95e6eeeac18983a663ab7142843ee76eb0745451bd5297 -eo pid,comm 09:37:27 (Reading database ... 13912 files and directories currently installed.) 09:37:27 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:37:27 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:37:27 Setting up grep (3.1-2build1) ... [Pipeline] { [Pipeline] sh 09:37:28 (Reading database ... 13912 files and directories currently installed.) 09:37:28 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:37:28 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:37:28 Setting up login (1:4.5-1ubuntu2) ... 09:37:28 (Reading database ... 13912 files and directories currently installed.) 09:37:28 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:37:28 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:37:28 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:37:28 + grep parallel 09:37:28 + docker-compose build --help 09:37:28 (Reading database ... 13912 files and directories currently installed.) 09:37:28 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:37:28 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:37:29 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:37:29 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:37:29 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:37:29 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:37:29 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:37:29 (Reading database ... 13912 files and directories currently installed.) 09:37:29 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:37:30 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:37:31 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:37:31 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:37:31 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:37:31 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:37:31 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:37:31 (Reading database ... 13912 files and directories currently installed.) 09:37:31 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:37:31 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:37:31 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:37:31 (Reading database ... 13912 files and directories currently installed.) 09:37:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:37:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:37:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:37:31 (Reading database ... 13912 files and directories currently installed.) 09:37:31 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:37:32 --parallel Build images in parallel. [Pipeline] } 09:37:31 $ docker stop --time=1 f37bb5ad80d8b044ad95e6eeeac18983a663ab7142843ee76eb0745451bd5297 09:37:32 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:37:32 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:37:32 (Reading database ... 13912 files and directories currently installed.) 09:37:32 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:37:32 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:37:32 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:37:32 (Reading database ... 13912 files and directories currently installed.) 09:37:32 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:37:32 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:37:32 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:37:32 (Reading database ... 13912 files and directories currently installed.) 09:37:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:37:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:37:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:37:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:37:33 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:37:33 (Reading database ... 13912 files and directories currently installed.) 09:37:33 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:37:33 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:37:33 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:37:33 (Reading database ... 13912 files and directories currently installed.) 09:37:33 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:37:33 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:37:33 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:37:33 (Reading database ... 13912 files and directories currently installed.) 09:37:33 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:37:33 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:37:33 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:37:33 (Reading database ... 13912 files and directories currently installed.) 09:37:33 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:37:33 $ docker rm -f f37bb5ad80d8b044ad95e6eeeac18983a663ab7142843ee76eb0745451bd5297 09:37:34 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // withDockerContainer 09:37:34 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:34 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:37:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:37:35 . [Pipeline] withDockerContainer 09:37:35 prd-ubuntu18.04-docker-arm64-4c-16g-22259 does not seem to be running inside a container 09:37:35 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:37:35 (Reading database ... 13912 files and directories currently installed.) 09:37:35 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:37:35 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:37:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:37:35 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:37:35 (Reading database ... 13912 files and directories currently installed.) 09:37:35 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:37:35 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:37:35 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:37:35 (Reading database ... 13914 files and directories currently installed.) 09:37:35 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:37:36 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:37:36 Setting up debconf (1.5.66ubuntu1) ... 09:37:36 (Reading database ... 13914 files and directories currently installed.) 09:37:36 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:37:36 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:37:36 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:37:36 (Reading database ... 13914 files and directories currently installed.) 09:37:36 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:37:36 $ docker top 76f6ef470caf2c09a05df5875ad950e84e070512b307552b8bd96b937c1a54b4 -eo pid,comm 09:37:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:37:36 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:37:37 (Reading database ... 13914 files and directories currently installed.) 09:37:37 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:37:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:37:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] { [Pipeline] sh 09:37:37 (Reading database ... 13914 files and directories currently installed.) 09:37:37 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:37:37 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:37:37 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 09:37:37 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:37:37 + docker-compose -f ./docker-compose-build.yml build --parallel 09:37:37 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:37:37 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:37:37 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:37:37 (Reading database ... 13914 files and directories currently installed.) 09:37:37 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:37:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:37:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:37:38 (Reading database ... 13914 files and directories currently installed.) 09:37:38 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:37:38 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:37:38 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:37:38 (Reading database ... 13914 files and directories currently installed.) 09:37:38 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:37:38 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:37:38 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:37:38 (Reading database ... 13914 files and directories currently installed.) 09:37:38 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:37:38 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:37:39 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:37:39 (Reading database ... 13914 files and directories currently installed.) 09:37:39 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:37:39 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:37:39 Setting up passwd (1:4.5-1ubuntu2) ... 09:37:39 (Reading database ... 13914 files and directories currently installed.) 09:37:39 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 09:37:39 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:37:40 Setting up gpgv (2.2.4-1ubuntu1.3) ... 09:37:40 (Reading database ... 13914 files and directories currently installed.) 09:37:40 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:37:40 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:37:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:37:40 (Reading database ... 13914 files and directories currently installed.) 09:37:40 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:37:40 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:37:40 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:37:40 (Reading database ... 13914 files and directories currently installed.) 09:37:40 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:37:40 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:37:40 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:37:41 (Reading database ... 13914 files and directories currently installed.) 09:37:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:37:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:37:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:37:41 (Reading database ... 13914 files and directories currently installed.) 09:37:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:37:41 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:37:41 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:37:41 (Reading database ... 13914 files and directories currently installed.) 09:37:41 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:37:41 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:37:41 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:37:41 (Reading database ... 13915 files and directories currently installed.) 09:37:41 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:37:41 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:37:42 Building docker-core-command-go ... 09:37:42 Building docker-core-data-go ... 09:37:42 Building docker-core-metadata-go ... 09:37:42 Building docker-security-bootstrapper-go ... 09:37:42 Building docker-security-proxy-setup-go ... 09:37:42 Building docker-security-secretstore-setup-go ... 09:37:42 Building docker-support-notifications-go ... 09:37:42 Building docker-support-scheduler-go ... 09:37:42 Building docker-sys-mgmt-agent-go ... 09:37:42 Building docker-support-notifications-go 09:37:42 Building docker-security-bootstrapper-go 09:37:42 Building docker-security-proxy-setup-go 09:37:42 Building docker-core-data-go 09:37:42 Building docker-support-scheduler-go 09:37:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:37:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:37:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:37:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:37:42 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 09:37:42 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 09:37:42 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:37:42 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:37:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:37:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:37:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:37:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:37:43 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:37:43 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:37:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:37:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:37:43 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:37:43 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:37:43 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:37:43 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:37:44 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 09:37:44 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 09:37:45 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:37:45 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:37:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:37:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:37:45 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:37:45 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:37:45 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:37:45 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:37:45 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:37:45 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:37:45 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:37:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:37:46 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:37:46 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:37:46 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:37:46 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:37:46 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:37:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:37:46 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:37:46 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:37:47 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:37:47 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:37:48 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:37:48 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:37:49 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:37:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:37:49 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:37:49 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:37:50 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:37:50 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:37:50 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:37:50 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:37:50 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:37:50 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:37:50 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:37:50 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:37:51 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:37:51 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:37:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:37:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:37:51 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:37:51 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:37:51 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:37:51 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:37:51 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:51 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:37:51 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:51 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:51 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:51 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:37:51 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:37:51 Setting up tzdata (2020f-0ubuntu0.18.04) ... 09:37:51 09:37:51 Current default time zone: 'Etc/UTC' 09:37:51 Local time is now: Fri Jan 22 09:37:51 UTC 2021. 09:37:51 Universal Time is now: Fri Jan 22 09:37:51 UTC 2021. 09:37:51 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:37:51 09:37:51 Setting up systemd-sysv (237-3ubuntu10.44) ... 09:37:51 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:51 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 09:37:51 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:37:51 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:37:51 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:37:51 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:37:51 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:37:52 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:37:52 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:37:52 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:52 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:37:52 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:37:52 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 09:37:52 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:52 Setting up patch (2.7.6-2ubuntu1.1) ... 09:37:52 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:37:52 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:37:52 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 09:37:52 Installing new version of config file /etc/ssl/openssl.cnf ... 09:37:52 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:37:52 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:37:52 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 09:37:54 Updating certificates in /etc/ssl/certs... 09:37:55 22 added, 17 removed; done. 09:37:55 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:37:55 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:37:55 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:37:55 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:37:55 Setting up pkgbinarymangler (138.18.04.1) ... 09:37:55 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:37:55 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 09:37:55 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:37:55 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:37:55 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:37:55 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:37:55 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:37:55 Setting up perl (5.26.1-6ubuntu0.5) ... 09:37:55 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 09:37:55 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:37:55 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:37:55 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 09:37:55 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:37:55 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:37:56 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:37:56 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:37:56 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:37:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:37:56 Processing triggers for systemd (237-3ubuntu10.44) ... 09:37:56 Processing triggers for mime-support (3.60ubuntu1) ... 09:37:56 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 09:37:56 Updating certificates in /etc/ssl/certs... 09:37:57 0 added, 0 removed; done. 09:37:57 Running hooks in /etc/ca-certificates/update.d... 09:37:57 done. 09:37:57 Reading package lists... 09:37:57 Building dependency tree... 09:37:57 Reading state information... 09:37:57 The following NEW packages will be installed: 09:37:57 apt-transport-https 09:37:57 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:37:57 Need to get 1696 B of archives. 09:37:57 After this operation, 153 kB of additional disk space will be used. 09:37:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:37:57 debconf: delaying package configuration, since apt-utils is not installed 09:37:57 Fetched 1696 B in 0s (27.9 kB/s) 09:37:57 Selecting previously unselected package apt-transport-https. 09:37:57 (Reading database ... 13929 files and directories currently installed.) 09:37:57 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:37:57 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:37:58 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:37:58 Waiting for network to be ready... 09:38:03 2021-01-22T09:38:01Z INFO Waiting for automatic snapd restart... 09:38:04 snapd 2.48.2 from Canonical* installed 09:38:05 "snapd" switched to the "latest/stable" channel 09:38:05 09:38:07 core18 20201210 from Canonical* installed 09:38:07 "core18" switched to the "latest/stable" channel 09:38:07 09:38:11 snapcraft 4.4.4 from Canonical* installed 09:38:11 "snapcraft" switched to the "latest/stable" channel 09:38:11 09:38:14 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: 09:38:14 - README.md 09:38:14 - snapcraft.yaml.orig 09:38:14 09:38:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:38:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:38:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:38:20 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:38:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:38:21 Fetched 88.7 kB in 1s (160 kB/s) 09:38:22 Reading package lists... 09:38:22 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 09:38:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:38:28 Reading package lists... 09:38:28 Building dependency tree... 09:38:28 Reading state information... 09:38:28 Suggested packages: 09:38:28 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:38:28 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:38:28 Recommended packages: 09:38:28 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:38:28 The following NEW packages will be installed: 09:38:28 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:38:28 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:38:28 pkg-config zip 09:38:28 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:38:28 Need to get 7655 kB of archives. 09:38:28 After this operation, 43.7 MB of additional disk space will be used. 09:38:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:38:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:38:28 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:38:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:38:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:38:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:38:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:38:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:38:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:38:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:38:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:38:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:38:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:38:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:38:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:38:29 debconf: delaying package configuration, since apt-utils is not installed 09:38:29 Fetched 7655 kB in 1s (9512 kB/s) 09:38:29 Selecting previously unselected package libglib2.0-0:amd64. 09:38:29 (Reading database ... 13933 files and directories currently installed.) 09:38:29 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:38:29 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:38:30 Selecting previously unselected package libpsl5:amd64. 09:38:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:38:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:38:30 Selecting previously unselected package libnghttp2-14:amd64. 09:38:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:38:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:38:30 Selecting previously unselected package librtmp1:amd64. 09:38:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:38:30 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:38:30 Selecting previously unselected package libcurl3-gnutls:amd64. 09:38:30 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:38:30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:38:30 Selecting previously unselected package liberror-perl. 09:38:30 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:38:30 Unpacking liberror-perl (0.17025-1) ... 09:38:30 Selecting previously unselected package git-man. 09:38:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:38:30 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:38:30 Selecting previously unselected package git. 09:38:30 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:38:30 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:38:31 Selecting previously unselected package libnorm1:amd64. 09:38:31 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:38:31 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:38:31 Selecting previously unselected package libpgm-5.2-0:amd64. 09:38:31 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:38:31 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:38:31 Selecting previously unselected package libsodium23:amd64. 09:38:31 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:38:31 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:38:31 Selecting previously unselected package libzmq5:amd64. 09:38:31 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:38:31 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:38:32 Selecting previously unselected package libzmq3-dev:amd64. 09:38:32 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:38:32 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:38:32 Selecting previously unselected package pkg-config. 09:38:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:38:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:38:32 Selecting previously unselected package zip. 09:38:32 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:38:32 Unpacking zip (3.0-11build1) ... 09:38:32 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:38:32 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:38:32 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:38:32 Setting up liberror-perl (0.17025-1) ... 09:38:32 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:38:32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:38:32 No schema files found: doing nothing. 09:38:32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:38:32 Setting up zip (3.0-11build1) ... 09:38:32 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:38:32 Setting up libsodium23:amd64 (1.0.16-2) ... 09:38:32 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:38:32 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:38:32 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:38:32 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:38:32 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:38:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:38:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:38:39 git set to automatically installed. 09:38:39 git-man set to automatically installed. 09:38:39 libcurl3-gnutls set to automatically installed. 09:38:39 liberror-perl set to automatically installed. 09:38:39 libglib2.0-0 set to automatically installed. 09:38:39 libnghttp2-14 set to automatically installed. 09:38:39 libnorm1 set to automatically installed. 09:38:39 libpgm-5.2-0 set to automatically installed. 09:38:39 libpsl5 set to automatically installed. 09:38:39 librtmp1 set to automatically installed. 09:38:39 libsodium23 set to automatically installed. 09:38:39 libzmq3-dev set to automatically installed. 09:38:39 libzmq5 set to automatically installed. 09:38:39 pkg-config set to automatically installed. 09:38:39 zip set to automatically installed. 09:38:41 snapd is not logged in, snap install commands will use sudo 09:38:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:38:49 snap "core18" has no updates available 09:38:49 Pulling config-common 09:38:50 Pulling go-build-helper 09:39:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:39:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:39:03 ---> b255c1ee82cb 09:39:03 Step 3/23 : WORKDIR /edgex-go 09:39:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:39:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:39:03 ---> b255c1ee82cb 09:39:03 Step 3/22 : WORKDIR /edgex-go 09:39:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:39:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:39:03 ---> b255c1ee82cb 09:39:03 Step 3/22 : WORKDIR /edgex-go 09:39:03 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:39:03 Step 2/33 : FROM ${BUILDER_BASE} AS builder 09:39:03 ---> b255c1ee82cb 09:39:03 Step 3/33 : WORKDIR /edgex-go 09:39:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:39:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:39:03 ---> b255c1ee82cb 09:39:03 Step 3/21 : WORKDIR /edgex-go 09:39:03 ---> Running in d21c2a37ba49 09:39:03 ---> Running in 4ea50caa1631 09:39:03 ---> Running in 42969563000d 09:39:03 ---> Running in b5d82ab58a97 09:39:03 ---> Running in d2e3b2054d4e 09:39:03 Removing intermediate container 42969563000d 09:39:03 ---> f3c458870155 09:39:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:03 Removing intermediate container d2e3b2054d4e 09:39:03 ---> 35a0f675c018 09:39:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:03 Removing intermediate container b5d82ab58a97 09:39:03 ---> 188d9f37f8df 09:39:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:03 Removing intermediate container d21c2a37ba49 09:39:03 ---> 71645ff5f553 09:39:03 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:03 Removing intermediate container 4ea50caa1631 09:39:03 ---> 54edb0bb0f9e 09:39:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:03 ---> Running in 0524c82ab87c 09:39:03 ---> Running in 976f7e729d29 09:39:03 ---> Running in 194fd3759498 09:39:03 ---> Running in 641099b52c63 09:39:03 ---> Running in 18210523b36e 09:39:03 Removing intermediate container 0524c82ab87c 09:39:03 ---> 2aa0a8ad967d 09:39:03 Step 5/22 : RUN apk add --update --no-cache make git 09:39:03 ---> Running in caf658febe25 09:39:03 Removing intermediate container 976f7e729d29 09:39:03 ---> 2b092de466fd 09:39:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:39:03 Removing intermediate container 194fd3759498 09:39:03 ---> 861f07512432 09:39:03 Step 5/21 : RUN apk add --update --no-cache make git 09:39:03 ---> Running in 2c793568a709 09:39:03 ---> Running in 8b26ce1b4a43 09:39:03 Removing intermediate container 18210523b36e 09:39:03 ---> e514d80f42c3 09:39:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:39:03 Removing intermediate container 641099b52c63 09:39:03 ---> 7c644a86ed35 09:39:03 Step 5/33 : RUN apk add --update --no-cache make git 09:39:03 ---> Running in 8590895d3395 09:39:03 ---> Running in 9bd0fb47a83e 09:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:39:05 OK: 217 MiB in 51 packages 09:39:05 OK: 217 MiB in 51 packages 09:39:05 OK: 217 MiB in 51 packages 09:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:39:05 OK: 217 MiB in 51 packages 09:39:06 OK: 217 MiB in 51 packages 09:39:06 Removing intermediate container caf658febe25 09:39:06 ---> d65d6f3a7816 09:39:06 Step 6/22 : COPY go.mod . 09:39:07 Removing intermediate container 8590895d3395 09:39:07 ---> 0964a468780d 09:39:07 Step 6/23 : COPY go.mod . 09:39:07 Removing intermediate container 2c793568a709 09:39:07 ---> 5fc12c861b57 09:39:07 Step 6/22 : COPY go.mod . 09:39:07 Removing intermediate container 9bd0fb47a83e 09:39:07 ---> e55d6dac227f 09:39:07 Step 6/33 : COPY go.mod . 09:39:08 Removing intermediate container 8b26ce1b4a43 09:39:08 ---> 5a871d451e55 09:39:08 Step 6/21 : COPY go.mod . 09:39:08 ---> 686ed5e3b103 09:39:08 Step 7/22 : RUN go mod download 09:39:08 ---> f08184a6b806 09:39:08 Step 7/23 : RUN go mod download 09:39:08 ---> Running in 513487971c0b 09:39:08 ---> Running in 668e81625eee 09:39:08 ---> 7560c6fd49a8 09:39:08 Step 7/22 : RUN go mod download 09:39:08 ---> a54c47c5004c 09:39:08 Step 7/33 : RUN go mod download 09:39:08 ---> 6b6bec5bf155 09:39:08 Step 7/21 : RUN go mod download 09:39:08 ---> Running in 2b57e071d630 09:39:08 ---> Running in c91e229bf0fa 09:39:09 ---> Running in 8327e119693e 09:39:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:39:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:39:12 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:39:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 09:39:12 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:39:12 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:39:12 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:39:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:39:12 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:39:12 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:39:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:39:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 09:39:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:39:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:39:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 09:39:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 09:39:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 09:39:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 09:39:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:39:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 09:39:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 09:39:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 09:39:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 09:39:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 09:39:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 09:39:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 09:39:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 09:39:12 Fetched 23.8 MB in 0s (0 B/s) 09:39:12 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:39:12 Fetched 96.5 kB in 0s (0 B/s) 09:39:12 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:39:12 Fetched 279 kB in 0s (0 B/s) 09:39:12 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:39:12 Fetched 122 kB in 0s (0 B/s) 09:39:12 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:39:12 Fetched 77.8 kB in 0s (0 B/s) 09:39:12 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:39:12 Fetched 8848 B in 0s (0 B/s) 09:39:12 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:39:12 Fetched 47.8 kB in 0s (0 B/s) 09:39:12 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:39:12 Fetched 45.6 kB in 0s (0 B/s) 09:39:12 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:39:12 Fetched 15.0 kB in 0s (0 B/s) 09:39:12 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:39:12 Fetched 214 kB in 0s (0 B/s) 09:39:12 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 09:39:12 Fetched 155 kB in 0s (0 B/s) 09:39:12 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:39:12 Fetched 50.6 kB in 0s (0 B/s) 09:39:12 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:39:12 Fetched 14.8 kB in 0s (0 B/s) 09:39:12 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:39:12 Fetched 41.8 kB in 0s (0 B/s) 09:39:12 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:39:12 Fetched 499 kB in 0s (0 B/s) 09:39:12 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:39:12 Fetched 111 kB in 0s (0 B/s) 09:39:12 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:39:12 Fetched 240 kB in 0s (0 B/s) 09:39:12 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:39:12 Fetched 29.3 kB in 0s (0 B/s) 09:39:12 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:39:12 Fetched 85.5 kB in 0s (0 B/s) 09:39:12 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:39:12 Fetched 24.5 kB in 0s (0 B/s) 09:39:12 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:39:12 Fetched 49.2 kB in 0s (0 B/s) 09:39:12 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:39:12 Fetched 54.2 kB in 0s (0 B/s) 09:39:12 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:39:12 Fetched 30.8 kB in 0s (0 B/s) 09:39:12 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 09:39:12 Fetched 17.0 kB in 0s (0 B/s) 09:39:12 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:39:12 Fetched 85.9 kB in 0s (0 B/s) 09:39:12 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:39:12 Fetched 8720 B in 0s (0 B/s) 09:39:12 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:39:12 Fetched 137 kB in 0s (0 B/s) 09:39:12 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:39:12 Fetched 119 kB in 0s (0 B/s) 09:39:12 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:39:12 Fetched 109 kB in 0s (0 B/s) 09:39:12 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:39:12 Fetched 11.1 kB in 0s (0 B/s) 09:39:12 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:39:12 Fetched 645 kB in 0s (0 B/s) 09:39:12 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:39:12 Fetched 41.3 kB in 0s (0 B/s) 09:39:12 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:39:12 Fetched 17.9 kB in 0s (0 B/s) 09:39:12 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:39:12 Fetched 368 kB in 0s (0 B/s) 09:39:12 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:39:12 Fetched 187 kB in 0s (0 B/s) 09:39:12 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:39:12 Fetched 175 kB in 0s (0 B/s) 09:39:12 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:39:13 Removing intermediate container 513487971c0b 09:39:13 ---> 4cfaa45d9572 09:39:13 Step 8/22 : COPY . . 09:39:13 Removing intermediate container 668e81625eee 09:39:13 ---> b6be6b598c34 09:39:13 Step 8/23 : COPY . . 09:39:13 Removing intermediate container 2b57e071d630 09:39:13 ---> 2f447f2b7be0 09:39:13 Step 8/22 : COPY . . 09:39:15 Fetched 206 kB in 0s (0 B/s) 09:39:15 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 09:39:15 Fetched 1301 kB in 0s (0 B/s) 09:39:15 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:39:15 Fetched 36.2 kB in 0s (0 B/s) 09:39:15 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:39:15 Fetched 159 kB in 0s (0 B/s) 09:39:15 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:39:15 Fetched 107 kB in 0s (0 B/s) 09:39:15 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:39:15 Fetched 48.7 kB in 0s (0 B/s) 09:39:15 Pulling static-packages 09:39:15 Removing intermediate container 8327e119693e 09:39:15 ---> 68fb118e1584 09:39:15 Step 8/21 : COPY . . 09:39:15 Removing intermediate container c91e229bf0fa 09:39:15 ---> 800db66f7926 09:39:15 Step 8/33 : COPY . . 09:39:15 'go115' has dependencies that need to be staged: static-packages go-build-helper 09:39:15 Skipping pull go-build-helper (already ran) 09:39:15 Skipping pull static-packages (already ran) 09:39:15 Building go-build-helper 09:39:18 Building static-packages 09:39:20 Staging go-build-helper 09:39:21 Staging static-packages 09:39:22 Pulling go115 09:39:23 'edgex-go' has dependencies that need to be staged: go115 09:39:23 Skipping pull go115 (already ran) 09:39:23 Building go115 09:39:23 % Total % Received % Xferd Average Speed Time Time Time Current 09:39:23 Dload Upload Total Spent Left Speed 09:39:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2527k 0 0 7683k 0 0:00:15 --:--:-- 0:00:15 7683k 36 115M 36 42.1M 0 0 32.3M 0 0:00:03 0:00:01 0:00:02 32.3M 94 115M 94 109M 0 0 47.6M 0 0:00:02 0:00:02 --:--:-- 47.5M 100 115M 100 115M 0 0 48.2M 0 0:00:02 0:00:02 --:--:-- 48.2M 09:39:26 go1.15.2.linux-amd64.tar.gz: OK 09:39:30 Staging go115 09:39:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:39:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:39:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:39:35 Fetched 0 B in 0s (0 B/s) 09:39:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:39:35 Fetched 224 kB in 0s (0 B/s) 09:39:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:39:35 Fetched 157 kB in 0s (0 B/s) 09:39:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:39:35 Fetched 221 kB in 0s (0 B/s) 09:39:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:39:35 Fetched 143 kB in 0s (0 B/s) 09:39:35 Pulling edgex-go 09:39:36 Pulling version 09:39:37 Building config-common 09:39:39 Skipping build go-build-helper (already ran) 09:39:39 Skipping build static-packages (already ran) 09:39:39 Skipping build go115 (already ran) 09:39:39 Building edgex-go 09:39:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:39:40 go: downloading github.com/gorilla/mux v1.8.0 09:39:40 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 09:39:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 09:39:40 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 09:39:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:39:40 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:39:40 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:39:40 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 09:39:40 go: downloading github.com/x448/float16 v0.8.4 09:39:40 go: downloading github.com/google/uuid v1.1.5 09:39:40 go: downloading github.com/go-kit/kit v0.8.0 09:39:40 go: downloading github.com/pkg/errors v0.8.1 09:39:40 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:39:40 go: downloading github.com/imdario/mergo v0.3.11 09:39:40 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 09:39:40 go: downloading github.com/pelletier/go-toml v1.2.0 09:39:40 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 09:39:40 go: downloading github.com/pebbe/zmq4 v1.2.2 09:39:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:39:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:39:41 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:39:41 go: downloading gopkg.in/yaml.v2 v2.4.0 09:39:41 go: downloading github.com/BurntSushi/toml v0.3.1 09:39:41 go: downloading github.com/hashicorp/consul/api v1.1.0 09:39:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:39:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:39:41 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:39:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:39:41 go: downloading github.com/mitchellh/copystructure v1.0.0 09:39:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:39:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:39:41 go: downloading github.com/hashicorp/serf v0.8.2 09:39:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:39:41 go: downloading github.com/leodido/go-urn v1.2.0 09:39:41 go: downloading github.com/go-playground/universal-translator v0.17.0 09:39:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:39:41 go: downloading github.com/go-playground/locales v0.13.0 09:39:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:39:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:39:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:39:41 ---> a2e3d36807e1 09:39:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:39:41 ---> 5d0cefe56792 09:39:41 Step 9/23 : RUN make cmd/core-data/core-data 09:39:41 ---> da9390566f18 09:39:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:39:41 ---> 6f5c47348d58 09:39:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:39:41 ---> 7ec0a22c71ef 09:39:41 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 09:39:41 ---> Running in e3b6ab7d3bb7 09:39:41 ---> Running in 5d788231a636 09:39:41 ---> Running in 8fc1aba62620 09:39:41 ---> Running in 7b99e4879447 09:39:41 ---> Running in 3ce407a98057 09:39:41 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 09:39:41 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 09:39:41 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 09:39:41 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 09:39:41 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 09:39:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:39:52 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 09:39:52 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 09:39:53 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 09:39:53 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 09:39:53 go: downloading github.com/stretchr/testify v1.6.1 09:39:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:39:54 go: downloading github.com/pmezard/go-difflib v1.0.0 09:39:54 go: downloading github.com/davecgh/go-spew v1.1.1 09:39:55 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 09:39:55 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:39:55 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:39:56 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 09:39:57 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 09:39:57 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 09:39:58 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 09:39:59 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 09:40:00 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 09:40:00 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:40:01 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 09:40:01 go: downloading github.com/lib/pq v1.9.0 09:40:04 Building version 09:40:05 Staging config-common 09:40:06 Skipping stage go-build-helper (already ran) 09:40:06 Skipping stage static-packages (already ran) 09:40:06 Skipping stage go115 (already ran) 09:40:06 Staging edgex-go 09:40:07 Staging version 09:40:08 Priming config-common 09:40:09 Priming go-build-helper 09:40:10 Priming static-packages 09:40:12 Priming go115 09:40:13 Priming edgex-go 09:40:14 Priming version 09:40:15 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] } 09:41:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:41:03 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 09:41:18 Removing intermediate container 7b99e4879447 09:41:18 ---> 28efb6f7482f 09:41:18 09:41:18 Step 10/21 : FROM alpine:3.12 09:41:18 3.12: Pulling from library/alpine 09:41:18 Removing intermediate container e3b6ab7d3bb7 09:41:18 ---> 43d4b3662118 09:41:18 09:41:18 Step 10/22 : FROM alpine:3.12 09:41:18 3.12: Pulling from library/alpine 09:41:18 Removing intermediate container 8fc1aba62620 09:41:18 ---> 5c7930ec4347 09:41:18 09:41:18 Step 10/22 : FROM alpine:3.12 09:41:18 3.12: Pulling from library/alpine 09:41:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:41:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:41:18 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:41:18 Status: Downloaded newer image for alpine:3.12 09:41:18 Status: Image is up to date for alpine:3.12 09:41:18 ---> afeebe901d6b 09:41:18 Status: Image is up to date for alpine:3.12 09:41:18 Step 11/22 : RUN apk add --update --no-cache dumb-init ---> afeebe901d6b 09:41:18 ---> afeebe901d6b 09:41:18 09:41:18 Step 11/21 : RUN apk add --update --no-cache curl 09:41:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:41:18 ---> Running in 3e20dbc4789d 09:41:18 ---> Running in a14614de3bd4 09:41:18 ---> Running in c92517d1cf59 09:41:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:41:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:41:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:41:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:41:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:41:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:41:22 (1/2) Installing ca-certificates (20191127-r4) 09:41:22 (1/1) Installing dumb-init (1.2.2-r1) 09:41:22 (1/4) Installing ca-certificates (20191127-r4) 09:41:22 (2/2) Installing dumb-init (1.2.2-r1) 09:41:22 Executing busybox-1.31.1-r19.trigger 09:41:22 Executing busybox-1.31.1-r19.trigger 09:41:22 OK: 5 MiB in 15 packages 09:41:22 Executing ca-certificates-20191127-r4.trigger 09:41:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:41:22 (3/4) Installing libcurl (7.69.1-r3) 09:41:22 (4/4) Installing curl (7.69.1-r3) 09:41:22 Executing busybox-1.31.1-r19.trigger 09:41:23 Executing ca-certificates-20191127-r4.trigger 09:41:23 OK: 6 MiB in 16 packages 09:41:23 OK: 7 MiB in 18 packages 09:41:25 Removing intermediate container 3e20dbc4789d 09:41:25 ---> 015041253900 09:41:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:41:25 Removing intermediate container 3ce407a98057 09:41:25 ---> 3b8dcaca27a2 09:41:25 09:41:25 Step 10/33 : FROM alpine:3.12 09:41:25 ---> afeebe901d6b 09:41:25 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 09:41:25 ---> Running in 05f02578882b 09:41:25 ---> Running in 4c30263902ff 09:41:26 Removing intermediate container c92517d1cf59 09:41:26 ---> c73232ba4536 09:41:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:41:26 Removing intermediate container 05f02578882b 09:41:26 ---> e0ab64d47ca5 09:41:26 Step 13/22 : ENV APP_PORT=48085 09:41:26 ---> Running in 42595f65af12 09:41:26 Removing intermediate container a14614de3bd4 09:41:26 ---> be2d7d95fb05 09:41:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:41:27 ---> Running in 797bad8273d6 09:41:27 ---> Running in 8363467e10e3 09:41:27 Removing intermediate container 797bad8273d6 09:41:27 ---> 717003ecc15a 09:41:27 Step 14/22 : EXPOSE $APP_PORT 09:41:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:41:27 Removing intermediate container 42595f65af12 09:41:27 ---> d894a91ac5ae 09:41:27 Step 13/21 : WORKDIR /edgex 09:41:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:41:28 ---> Running in 62618388776b 09:41:28 ---> Running in b9de0b6213c4 09:41:28 Removing intermediate container 8363467e10e3 09:41:28 ---> 44c7b10cf35e 09:41:28 Step 13/22 : ENV APP_PORT=48060 09:41:28 ---> Running in 6fcec0949fbd 09:41:28 (1/3) Installing dumb-init (1.2.2-r1) 09:41:28 (2/3) Installing openssl (1.1.1i-r0) 09:41:28 (3/3) Installing su-exec (0.2-r1) 09:41:28 Executing busybox-1.31.1-r19.trigger 09:41:28 OK: 6 MiB in 17 packages 09:41:28 Removing intermediate container 62618388776b 09:41:28 ---> 092a91bbd83c 09:41:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:41:28 Removing intermediate container b9de0b6213c4 09:41:28 ---> 8fb9b20f96d8 09:41:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:41:29 Removing intermediate container 6fcec0949fbd 09:41:29 ---> 161217c30b11 09:41:29 Step 14/22 : EXPOSE $APP_PORT 09:41:29 ---> Running in f93662b446df 09:41:30 ---> b7ce021a9b09 09:41:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:41:30 Removing intermediate container f93662b446df 09:41:30 ---> 01ba30d397ae 09:41:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:41:30 Removing intermediate container 4c30263902ff 09:41:30 ---> 0b82f40080b0 09:41:30 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:41:30 ---> 483b1f0c8571 09:41:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:41:31 ---> Running in 0e2ac3863185 09:41:32 Removing intermediate container 0e2ac3863185 09:41:32 ---> 234c33d21329 09:41:32 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 09:41:32 ---> c119881315dc 09:41:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:41:32 ---> Running in c31e30be689e 09:41:32 ---> 1eae56883c52 09:41:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:41:32 ---> 0c434764085c 09:41:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:41:33 Removing intermediate container c31e30be689e 09:41:33 ---> 4e486ba806d1 09:41:33 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 09:41:33 ---> Running in bf85f4602700 09:41:33 ---> c404a75b0460 09:41:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:41:34 ---> f92a843486ab 09:41:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:41:34 ---> Running in 2fa90bf089f6 09:41:34 ---> a3aa7ff12876 09:41:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:41:34 ---> Running in b2b0dc0f550d 09:41:35 Removing intermediate container 2fa90bf089f6 09:41:35 ---> 96c19f4ac533 09:41:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:41:35 Connecting to github.com (140.82.113.4:443) 09:41:35  ---> Running in 3baef6ec2b0a 09:41:35 ---> 6cb7441a1e99 09:41:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:41:35 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.32.236:443) 09:41:35 Removing intermediate container b2b0dc0f550d 09:41:35 ---> 4b04e572b5f4 09:41:35 Step 18/21 : CMD ["--init=true"] 09:41:35 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 09:41:35  ---> Running in fa9f1e3cfc10 09:41:35 ---> Running in c328fad5e005 09:41:36 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 09:41:36 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 09:41:36 dockerize 09:41:36 Removing intermediate container 3baef6ec2b0a 09:41:36 ---> 7ea53db2df3c 09:41:36 Step 20/22 : LABEL arch=arm64 09:41:36 ---> Running in d76bf4ff5135 09:41:36 Removing intermediate container fa9f1e3cfc10 09:41:36 ---> c1797c29bf7e 09:41:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:41:36 Removing intermediate container c328fad5e005 09:41:36 ---> c359a143dd24 09:41:36 Step 19/21 : LABEL arch=arm64 09:41:37 ---> Running in 09c7cb71229e 09:41:37 ---> Running in 5b3a52861741 09:41:37 Removing intermediate container d76bf4ff5135 09:41:37 ---> 041492a62a40 09:41:37 Step 21/22 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:41:37 ---> Running in 9a6ff2c0157b 09:41:37 Removing intermediate container 09c7cb71229e 09:41:37 ---> 00c7fb884c38 09:41:37 Step 20/22 : LABEL arch=arm64 09:41:38 Removing intermediate container 5b3a52861741 09:41:38 ---> 1a7c8470c79a 09:41:38 Step 20/21 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:41:38 ---> Running in d53ba5e4d98a 09:41:38 ---> Running in f9056df46707 09:41:38 Removing intermediate container 9a6ff2c0157b 09:41:38 Removing intermediate container bf85f4602700 09:41:38 ---> c2379672adf7 09:41:38 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 09:41:38 ---> c7a93631f7d2 09:41:38 Step 22/22 : LABEL version=0.0.0 09:41:39 Removing intermediate container d53ba5e4d98a 09:41:39 ---> 1a9836fc483a 09:41:39 Step 21/22 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:41:39 ---> Running in 9304afab21bc 09:41:39 ---> Running in 813dc6be812c 09:41:39 Removing intermediate container f9056df46707 09:41:39 ---> b7731b94797b 09:41:39 Step 21/21 : LABEL version=0.0.0 09:41:39 ---> Running in fab089f949c9 09:41:39 ---> Running in 7d9b3992e65a 09:41:39 Removing intermediate container 9304afab21bc 09:41:39 ---> 9419dbc1edf2 09:41:39 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:41:39 Removing intermediate container 5d788231a636 09:41:39 ---> c45d8dd16586 09:41:39 09:41:39 Step 10/23 : FROM alpine:3.12 09:41:40 ---> afeebe901d6b 09:41:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:41:40 Removing intermediate container 813dc6be812c 09:41:40 ---> 082e2d8d270e 09:41:40 09:41:40 Removing intermediate container fab089f949c9 09:41:40 ---> 1a5729a93493 09:41:40 Step 22/22 : LABEL version=0.0.0 09:41:40 ---> Running in 87a96be2669c 09:41:40 ---> Running in ce63278e45ce 09:41:40 ---> Running in c97728696964 09:41:40 Removing intermediate container 7d9b3992e65a 09:41:40 ---> 20ad6ebcc23f 09:41:40 09:41:40 Successfully built 082e2d8d270e 09:41:40 Successfully tagged docker-support-scheduler-go-arm64:latest 09:41:40  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 09:41:40 Successfully built 20ad6ebcc23f 09:41:41 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:41:41  Building docker-security-proxy-setup-go ... done Removing intermediate container 87a96be2669c 09:41:41 ---> 8f0b57b87f85 09:41:41 Building docker-sys-mgmt-agent-go 09:41:41 Step 12/23 : ENV APP_PORT=48080 09:41:41 Removing intermediate container ce63278e45ce 09:41:41 ---> aa68131571a2 09:41:41 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} 09:41:41 Removing intermediate container c97728696964 09:41:41 ---> 69488305c928 09:41:41 09:41:41 ---> Running in e2f295cdd31b 09:41:41 ---> Running in 26a5a43e7910 09:41:42 Successfully built 69488305c928 09:41:42 Successfully tagged docker-support-notifications-go-arm64:latest 09:41:42  Building docker-support-notifications-go ... done Building docker-core-metadata-go 09:41:42 Removing intermediate container e2f295cdd31b 09:41:42 ---> 208d981842ca 09:41:42 Step 13/23 : EXPOSE $APP_PORT 09:41:42 ---> Running in ef919f7a330a 09:41:42 Move dockerize executable 09:41:42 Removing intermediate container ef919f7a330a 09:41:42 ---> a5b030a216f4 09:41:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:41:43 ---> Running in 16a5835313b7 09:41:44 Removing intermediate container 26a5a43e7910 09:41:44 ---> cf8794316fff 09:41:44 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 09:41:44 ---> Running in 475dcb76a0bd 09:41:46 Removing intermediate container 475dcb76a0bd 09:41:46 ---> 2b198f49d85c 09:41:46 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:41:46 Removing intermediate container 16a5835313b7 09:41:46 ---> 66a910442d24 09:41:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:41:46 ---> Running in d5affc3321a7 09:41:47 ---> 2c2922cdf0df 09:41:47 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:41:48 ---> Running in d32b144e0f3d 09:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:41:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:41:50 (1/6) Installing dumb-init (1.2.2-r1) 09:41:50 (2/6) Installing libgcc (9.3.0-r2) 09:41:50 (3/6) Installing libsodium (1.0.18-r0) 09:41:51 (4/6) Installing libstdc++ (9.3.0-r2) 09:41:51 (5/6) Installing libzmq (4.3.3-r0) 09:41:51 (6/6) Installing zeromq (4.3.3-r0) 09:41:51 Executing busybox-1.31.1-r19.trigger 09:41:51 OK: 8 MiB in 20 packages 09:41:51 Removing intermediate container d32b144e0f3d 09:41:51 ---> 0d28e0cf402b 09:41:51 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 09:41:53 ---> 3e2bcc6359f5 09:41:53 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:41:53 Removing intermediate container d5affc3321a7 09:41:53 ---> 17692a29dd75 09:41:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:41:54 ---> 826618071edd 09:41:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:41:54 ---> 9c17797731e2 09:41:54 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:41:56 ---> 4323a1b245f1 09:41:56 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 09:41:56 ---> 8a1090791c80 09:41:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:41:57 ---> ef60939daa45 09:41:57 Step 19/23 : ENTRYPOINT ["/core-data"] 09:41:57 ---> 876a7d3650cc 09:41:57 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:41:57 ---> Running in 1d42329d3c7d 09:41:58 Removing intermediate container 1d42329d3c7d 09:41:58 ---> 2a119d7fd198 09:41:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:41:58 ---> Running in 89db52592e1c 09:41:58 ---> ae02942fe296 09:41:58 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 09:41:58 ---> Running in c95bb5fbe681 09:41:58 Removing intermediate container 89db52592e1c 09:41:58 ---> eaf58c212692 09:41:58 Step 21/23 : LABEL arch=arm64 09:41:58 ---> Running in a165c2ae282e 09:41:59 Removing intermediate container c95bb5fbe681 09:41:59 ---> b00b2b68c7d7 09:41:59 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:41:59 Removing intermediate container a165c2ae282e 09:41:59 ---> 6544a6fb9639 09:41:59 Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:41:59 ---> Running in 74a422515dba 09:42:00 ---> adefad1d4b32 09:42:00 Step 28/33 : RUN chmod +x /entrypoint.sh 09:42:00 ---> Running in 53d8c00b340d 09:42:00 Removing intermediate container 74a422515dba 09:42:00 ---> ff7ede2b7fb6 09:42:00 Step 23/23 : LABEL version=0.0.0 09:42:00 ---> Running in 8abfaca186e4 09:42:01 Removing intermediate container 8abfaca186e4 09:42:01 ---> 4c2d0859c45e 09:42:01 09:42:02 Successfully built 4c2d0859c45e 09:42:02 Successfully tagged docker-core-data-go-arm64:latest 09:42:02  Building docker-core-data-go ... done Building docker-core-command-go 09:42:03 Removing intermediate container 53d8c00b340d 09:42:03 ---> ed75874da34a 09:42:03 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 09:42:04 ---> Running in 7878f8162d06 09:42:04 Removing intermediate container 7878f8162d06 09:42:04 ---> e233a0a73978 09:42:04 Step 30/33 : CMD ["gate"] 09:42:05 ---> Running in a20da4c74fd1 09:42:06 Removing intermediate container a20da4c74fd1 09:42:06 ---> f2e2ca118c8a 09:42:06 Step 31/33 : LABEL arch=arm64 09:42:06 ---> Running in cc11b33e313c 09:42:07 Removing intermediate container cc11b33e313c 09:42:07 ---> 6dc93ed117b9 09:42:07 Step 32/33 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:42:08 ---> Running in f0eccd8727b8 09:42:09 Removing intermediate container f0eccd8727b8 09:42:09 ---> bdb1a969f39f 09:42:09 Step 33/33 : LABEL version=0.0.0 09:42:10 ---> Running in 7be7ebd69e12 09:42:10 Removing intermediate container 7be7ebd69e12 09:42:10 ---> 760836189004 09:42:10 09:42:11 Successfully built 760836189004 09:42:11 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:42:33  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:42:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:42:33 ---> b255c1ee82cb 09:42:33 Step 3/24 : WORKDIR /edgex-go 09:42:33 ---> Using cache 09:42:33 ---> 54edb0bb0f9e 09:42:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:33 ---> Using cache 09:42:33 ---> e514d80f42c3 09:42:33 Step 5/24 : RUN apk add --update --no-cache make git 09:42:33 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:42:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:42:33 ---> b255c1ee82cb 09:42:33 Step 3/26 : WORKDIR /edgex-go 09:42:33 ---> Using cache 09:42:33 ---> 54edb0bb0f9e 09:42:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:33 ---> Using cache 09:42:33 ---> e514d80f42c3 09:42:33 Step 5/26 : RUN apk add --update --no-cache make bash git 09:42:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:42:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:42:34 ---> b255c1ee82cb 09:42:34 Step 3/23 : WORKDIR /edgex-go 09:42:34 ---> Using cache 09:42:34 ---> 54edb0bb0f9e 09:42:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:34 ---> Using cache 09:42:34 ---> e514d80f42c3 09:42:34 Step 5/23 : RUN apk add --update --no-cache make git 09:42:39 ---> Running in 4da6563a81b6 09:42:39 ---> Running in 6bd6a1d1d0d7 09:42:39 ---> Running in c1a91514bfaa 09:42:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:42:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:42:39 ---> b255c1ee82cb 09:42:39 Step 3/23 : WORKDIR /edgex-go 09:42:39 ---> Using cache 09:42:39 ---> 54edb0bb0f9e 09:42:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:39 ---> Using cache 09:42:39 ---> e514d80f42c3 09:42:39 Step 5/23 : RUN apk add --update --no-cache make git 09:42:39 ---> Running in b293036bc8ee 09:42:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:42:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:42:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:42:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:42:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:42:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:42:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:42:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:42:41 OK: 217 MiB in 51 packages 09:42:42 OK: 217 MiB in 51 packages 09:42:42 OK: 217 MiB in 51 packages 09:42:42 OK: 217 MiB in 51 packages 09:42:43 Removing intermediate container 6bd6a1d1d0d7 09:42:43 ---> 07ac49722627 09:42:43 Step 6/24 : COPY go.mod . 09:42:43 Removing intermediate container 4da6563a81b6 09:42:43 ---> 8b946eb18d84 09:42:43 Step 6/23 : COPY go.mod . 09:42:43 Removing intermediate container b293036bc8ee 09:42:43 ---> 0d4ddd48c413 09:42:43 Step 6/23 : COPY go.mod . 09:42:44 Removing intermediate container c1a91514bfaa 09:42:44 ---> 7ff01e2825a1 09:42:44 Step 6/26 : COPY go.mod . 09:42:44 ---> e1799d080b35 09:42:44 Step 7/24 : RUN go mod download 09:42:44 ---> Running in 48e5da3273f9 09:42:44 ---> 9b6b46952c92 09:42:44 Step 7/23 : RUN go mod download 09:42:45 ---> 96839633b01a 09:42:45 Step 7/23 : RUN go mod download 09:42:45 ---> Running in 5e1af2785c9a 09:42:45 ---> a32912d13362 09:42:45 Step 7/26 : RUN go mod download 09:42:45 ---> Running in 37b74fba37fc 09:42:45 ---> Running in d56cc61b6723 09:42:48 Removing intermediate container 48e5da3273f9 09:42:48 ---> 35d490bd5391 09:42:48 Step 8/24 : COPY . . 09:42:48 Removing intermediate container 5e1af2785c9a 09:42:48 ---> 81b4d2ced005 09:42:48 Step 8/23 : COPY . . 09:42:50 Removing intermediate container 37b74fba37fc 09:42:50 ---> 7157d80cead0 09:42:50 Step 8/23 : COPY . . 09:42:50 Removing intermediate container d56cc61b6723 09:42:50 ---> cce338dedd6b 09:42:50 Step 8/26 : COPY . . 09:43:12 ---> c42dd9bd4355 09:43:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:43:12 ---> 7ed209e3aa44 09:43:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:43:12 ---> 5c0f333548e4 09:43:12 Step 9/23 : RUN make cmd/core-command/core-command 09:43:12 ---> afb9c87a6c87 09:43:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:43:12 ---> Running in b29fbd8da372 09:43:12 ---> Running in 82b510c5d44f 09:43:12 ---> Running in 7d5b96567a44 09:43:13 ---> Running in 1784ea855467 09:43:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:43:14 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 09:43:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:43:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:44:22 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 09:44:31 Removing intermediate container b29fbd8da372 09:44:31 ---> a766ce4fe885 09:44:31 09:44:31 Step 10/24 : FROM alpine:3.12 09:44:31 ---> afeebe901d6b 09:44:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:44:31 ---> Running in 7fba789da6c1 09:44:31 Removing intermediate container 7d5b96567a44 09:44:31 ---> f875c5cf4a69 09:44:31 09:44:31 Step 10/23 : FROM alpine:3.12 09:44:31 ---> afeebe901d6b 09:44:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:44:31 ---> Using cache 09:44:31 ---> 015041253900 09:44:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:44:31 ---> Using cache 09:44:31 ---> e0ab64d47ca5 09:44:31 Step 13/23 : ENV APP_PORT=48082 09:44:31 Removing intermediate container 1784ea855467 09:44:31 ---> 5f8f3e5d474f 09:44:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:44:32 ---> Running in de5f6bda890d 09:44:32 ---> Running in c5561335d370 09:44:33 Removing intermediate container de5f6bda890d 09:44:33 ---> 66e5ce7102db 09:44:33 Step 14/23 : EXPOSE $APP_PORT 09:44:33 ---> Running in 228d4859b895 09:44:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:44:33 Removing intermediate container 228d4859b895 09:44:33 ---> ee4734bcb633 09:44:33 Step 15/23 : WORKDIR / 09:44:33 ---> Running in 6e37b6e3ca7c 09:44:34 (1/5) Installing ca-certificates (20191127-r4) 09:44:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:44:34 (3/5) Installing libcurl (7.69.1-r3) 09:44:34 (4/5) Installing curl (7.69.1-r3) 09:44:34 (5/5) Installing dumb-init (1.2.2-r1) 09:44:34 Executing busybox-1.31.1-r19.trigger 09:44:34 Executing ca-certificates-20191127-r4.trigger 09:44:34 OK: 7 MiB in 19 packages 09:44:34 Removing intermediate container 6e37b6e3ca7c 09:44:34 ---> 66dea2a38402 09:44:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:44:35 ---> b021edb15ce2 09:44:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:44:37 Removing intermediate container 7fba789da6c1 09:44:37 ---> 3683a1d3aba7 09:44:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:44:37 ---> Running in 7d47e73410d1 09:44:37 ---> 107ebd56631d 09:44:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:44:38 Removing intermediate container c5561335d370 09:44:38 ---> 16761e12d5f1 09:44:38 09:44:38 Step 11/26 : FROM docker:20.10.0 09:44:38 20.10.0: Pulling from library/docker 09:44:38 Removing intermediate container 7d47e73410d1 09:44:38 ---> 9165a498b5b6 09:44:38 Step 13/24 : WORKDIR / 09:44:38 ---> Running in 6e867d5b0037 09:44:38 ---> 357b6a8650e0 09:44:38 Step 19/23 : ENTRYPOINT ["/core-command"] 09:44:39 ---> Running in 1c4268611bf7 09:44:39 Removing intermediate container 6e867d5b0037 09:44:39 ---> 8ff81669ae20 09:44:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:44:40 Removing intermediate container 1c4268611bf7 09:44:40 ---> f9a183425d84 09:44:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:44:41 ---> 4336f3446dd7 09:44:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:44:41 ---> Running in 80e5f503fd55 09:44:42 Removing intermediate container 80e5f503fd55 09:44:42 ---> 6a5fa6f60006 09:44:42 Step 21/23 : LABEL arch=arm64 09:44:42 ---> 2042d447db0c 09:44:42 Removing intermediate container 82b510c5d44f 09:44:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml ---> a729c262a6e3 09:44:42 09:44:42 Step 10/23 : FROM alpine:3.12 09:44:42 ---> afeebe901d6b 09:44:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:44:42 ---> Using cache 09:44:42 ---> 015041253900 09:44:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:44:42 ---> Using cache 09:44:42 ---> e0ab64d47ca5 09:44:42 Step 13/23 : ENV APP_PORT=48081 09:44:42 09:44:42 ---> Running in 87c4b893cf4f 09:44:43 ---> Running in d98cdf62f911 09:44:43 Removing intermediate container 87c4b893cf4f 09:44:43 ---> c44c3563310a 09:44:43 Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:44:44 ---> fa46aa0ee5bb 09:44:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:44:44 Removing intermediate container d98cdf62f911 09:44:44 ---> 257f9ff62ae3 09:44:44 Step 14/23 : EXPOSE $APP_PORT 09:44:44 ---> Running in 9c852d090064 09:44:44 ---> Running in 9cd2c53d3d97 09:44:45 Removing intermediate container 9c852d090064 09:44:45 ---> fbaad42c416e 09:44:45 Step 23/23 : LABEL version=0.0.0 09:44:45 Removing intermediate container 9cd2c53d3d97 09:44:45 ---> 0fc1e87c5ce0 09:44:45 Step 15/23 : WORKDIR / 09:44:45 ---> Running in c0842cde625d 09:44:46 ---> 2f17ff3f95cf 09:44:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:44:46 ---> Running in 01cf6c2663b4 09:44:46 Removing intermediate container c0842cde625d 09:44:46 ---> da1cf6a3f7b7 09:44:46 09:44:46 Successfully built da1cf6a3f7b7 09:44:46 Successfully tagged docker-core-command-go-arm64:latest 09:44:46  Building docker-core-command-go ... done Removing intermediate container 01cf6c2663b4 09:44:46 ---> 249da774ce88 09:44:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:44:47 ---> 85b62583088a 09:44:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:44:48 ---> 6953733ff306 09:44:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:44:49 ---> 365b489c2aa9 09:44:49 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/ 09:44:49 ---> Running in 84289420c82c 09:44:49 ---> 2806de7f5d27 09:44:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:44:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:44:50 Status: Downloaded newer image for docker:20.10.0 09:44:50 ---> eeaf43b92773 09:44:50 Step 12/26 : RUN apk add --no-cache bash 09:44:50 ---> e83aca5838a9 09:44:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:44:50 ---> Running in ca4aba3591f6 09:44:50 ---> Running in e5684d2c31b7 09:44:51 Removing intermediate container e5684d2c31b7 09:44:51 ---> 2a1cf27af0b2 09:44:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:44:51 ---> Running in 380d22dfda8b 09:44:51 Removing intermediate container 84289420c82c 09:44:51 ---> e9c59d40be0c 09:44:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:44:52 ---> Running in 9a9b28958a44 09:44:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:52 Removing intermediate container 380d22dfda8b 09:44:52 ---> 8d1601b94a37 09:44:52 Step 21/23 : LABEL arch=arm64 09:44:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:52 ---> Running in 3f1e8385118a 09:44:52 Removing intermediate container 9a9b28958a44 09:44:52 ---> e2ab08836374 09:44:52 Step 22/24 : LABEL arch=arm64 09:44:52 ---> Running in c6cca4e29dd1 09:44:52 (1/2) Installing readline (8.0.4-r0) 09:44:52 (2/2) Installing bash (5.0.17-r0) 09:44:52 Executing bash-5.0.17-r0.post-install 09:44:52 Executing busybox-1.31.1-r19.trigger 09:44:52 OK: 12 MiB in 22 packages 09:44:53 Removing intermediate container 3f1e8385118a 09:44:53 ---> ce36bdd00c83 09:44:53 Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:44:53 ---> Running in 5ab91ea2999d 09:44:53 Removing intermediate container c6cca4e29dd1 09:44:53 ---> 8107c623a394 09:44:53 Step 23/24 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:44:53 ---> Running in 7b2908e1c80c 09:44:53 Removing intermediate container 5ab91ea2999d 09:44:53 ---> e16513f2ba46 09:44:53 Step 23/23 : LABEL version=0.0.0 09:44:53 ---> Running in b1a8146e0a36 09:44:54 Removing intermediate container 7b2908e1c80c 09:44:54 ---> 137b5653d7b6 09:44:54 Step 24/24 : LABEL version=0.0.0 09:44:54 Removing intermediate container ca4aba3591f6 09:44:54 ---> 6c81e8f58961 09:44:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:44:54 ---> Running in fb4cdaa08914 09:44:54 ---> Running in 8121716f5879 09:44:54 Removing intermediate container b1a8146e0a36 09:44:54 ---> e27153b38330 09:44:54 09:44:54 Removing intermediate container fb4cdaa08914 09:44:54 ---> 1bc3599ac0b3 09:44:54 09:44:55 Successfully built e27153b38330 09:44:55 Successfully tagged docker-core-metadata-go-arm64:latest 09:44:55  Building docker-core-metadata-go ... done Removing intermediate container 8121716f5879 09:44:55 ---> abca7c34ebf4 09:44:55 Step 14/26 : ENV APP_PORT=48090 09:44:55 Successfully built 1bc3599ac0b3 09:44:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:44:55  Building docker-security-secretstore-setup-go ... done  ---> Running in e48c27f699f9 09:44:55 Removing intermediate container e48c27f699f9 09:44:55 ---> 585b49bd43a3 09:44:55 Step 15/26 : EXPOSE $APP_PORT 09:44:55 ---> Running in 6f2783c56eb0 09:44:56 Removing intermediate container 6f2783c56eb0 09:44:56 ---> 5f6aa7862a28 09:44:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:44:57 ---> 8d5339d55d52 09:44:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:44:58 ---> 5c92f31897fc 09:44:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:44:59 ---> 7eb920669ad8 09:44:59 Step 19/26 : RUN apk --no-cache add py3-pip 09:44:59 ---> Running in 37ae0dba816d 09:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:45:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:45:00 (1/33) Installing libbz2 (1.0.8-r1) 09:45:00 (2/33) Installing expat (2.2.9-r1) 09:45:00 (3/33) Installing libffi (3.3-r2) 09:45:00 (4/33) Installing gdbm (1.13-r1) 09:45:00 (5/33) Installing xz-libs (5.2.5-r0) 09:45:00 (6/33) Installing sqlite-libs (3.32.1-r0) 09:45:00 (7/33) Installing python3 (3.8.5-r0) 09:45:02 (8/33) Installing py3-appdirs (1.4.4-r1) 09:45:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:45:02 (10/33) Installing py3-parsing (2.4.7-r0) 09:45:02 (11/33) Installing py3-six (1.15.0-r0) 09:45:02 (12/33) Installing py3-packaging (20.4-r0) 09:45:02 (13/33) Installing py3-setuptools (47.0.0-r0) 09:45:02 (14/33) Installing py3-chardet (3.0.4-r4) 09:45:02 (15/33) Installing py3-idna (2.9-r0) 09:45:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:45:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:45:02 (18/33) Installing py3-requests (2.23.0-r0) 09:45:02 (19/33) Installing py3-msgpack (1.0.0-r0) 09:45:02 (20/33) Installing py3-lockfile (0.12.2-r3) 09:45:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:45:02 (22/33) Installing py3-colorama (0.4.3-r0) 09:45:02 (23/33) Installing py3-distlib (0.3.0-r0) 09:45:02 (24/33) Installing py3-distro (1.5.0-r1) 09:45:02 (25/33) Installing py3-webencodings (0.5.1-r3) 09:45:03 (26/33) Installing py3-html5lib (1.0.1-r4) 09:45:03 (27/33) Installing py3-pytoml (0.1.21-r0) 09:45:03 (28/33) Installing py3-pep517 (0.8.2-r0) 09:45:03 (29/33) Installing py3-progress (1.5-r0) 09:45:03 (30/33) Installing py3-toml (0.10.1-r0) 09:45:03 (31/33) Installing py3-retrying (1.3.3-r0) 09:45:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:45:03 (33/33) Installing py3-pip (20.1.1-r0) 09:45:03 Executing busybox-1.31.1-r19.trigger 09:45:03 OK: 71 MiB in 55 packages 09:45:10 Removing intermediate container 37ae0dba816d 09:45:10 ---> 2ae9471b58c9 09:45:10 Step 20/26 : RUN pip install docker-compose==1.23.2 09:45:10 ---> Running in 8f5daad4f907 09:45:14 Collecting docker-compose==1.23.2 09:45:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:45:15 Collecting cached-property<2,>=1.2.0 09:45:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:45:15 Collecting docker<4.0,>=3.6.0 09:45:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:45:16 Collecting jsonschema<3,>=2.5.1 09:45:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:45:16 Collecting texttable<0.10,>=0.9.0 09:45:16 Downloading texttable-0.9.1.tar.gz (11 kB) 09:45:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:45:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:45:20 Collecting docopt<0.7,>=0.6.1 09:45:20 Downloading docopt-0.6.2.tar.gz (25 kB) 09:45:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:45:21 Collecting websocket-client<1.0,>=0.32.0 09:45:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:45:23 Collecting PyYAML<4,>=3.10 09:45:23 Downloading PyYAML-3.13.tar.gz (270 kB) 09:45:25 Collecting dockerpty<0.5,>=0.4.1 09:45:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:45:27 Collecting docker-pycreds>=0.4.0 09:45:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:45:27 Collecting idna<2.8,>=2.5 09:45:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:45:28 Collecting urllib3<1.25,>=1.21.1 09:45:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:45:28 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) 09:45:28 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) 09:45:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:45:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:45:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:45:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:45:29 Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, docopt, PyYAML, dockerpty, docker-compose 09:45:30 Attempting uninstall: idna 09:45:30 Found existing installation: idna 2.9 09:45:30 Uninstalling idna-2.9: 09:45:30 Successfully uninstalled idna-2.9 09:45:30 Attempting uninstall: urllib3 09:45:30 Found existing installation: urllib3 1.25.9 09:45:30 Uninstalling urllib3-1.25.9: 09:45:31 Successfully uninstalled urllib3-1.25.9 09:45:31 Attempting uninstall: requests 09:45:31 Found existing installation: requests 2.23.0 09:45:31 Uninstalling requests-2.23.0: 09:45:31 Successfully uninstalled requests-2.23.0 09:45:33 Running setup.py install for texttable: started 09:45:34 Running setup.py install for texttable: finished with status 'done' 09:45:34 Running setup.py install for docopt: started 09:45:36 Running setup.py install for docopt: finished with status 'done' 09:45:36 Running setup.py install for PyYAML: started 09:45:38 Running setup.py install for PyYAML: finished with status 'done' 09:45:38 Running setup.py install for dockerpty: started 09:45:40 Running setup.py install for dockerpty: finished with status 'done' 09:45:41 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 09:45:44 Removing intermediate container 8f5daad4f907 09:45:44 ---> 66b023fe885a 09:45:44 Step 21/26 : RUN apk --no-cache add curl 09:45:44 ---> Running in 816be11c7695 09:45:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:45:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:45:46 (2/3) Installing libcurl (7.69.1-r3) 09:45:46 (3/3) Installing curl (7.69.1-r3) 09:45:46 Executing busybox-1.31.1-r19.trigger 09:45:46 OK: 71 MiB in 58 packages 09:45:48 Removing intermediate container 816be11c7695 09:45:48 ---> 61ece5329757 09:45:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:45:48 ---> Running in 22585b3be94d 09:45:48 Removing intermediate container 22585b3be94d 09:45:48 ---> 0d21a3c74976 09:45:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:45:48 ---> Running in 7756aade0099 09:45:49 Removing intermediate container 7756aade0099 09:45:49 ---> 0ccc98309a63 09:45:49 Step 24/26 : LABEL arch=arm64 09:45:49 ---> Running in 4cf0d1255221 09:45:49 Removing intermediate container 4cf0d1255221 09:45:49 ---> 75babac213b8 09:45:49 Step 25/26 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b 09:45:49 ---> Running in 9e640c77b099 09:45:50 Removing intermediate container 9e640c77b099 09:45:50 ---> 32a566407fcd 09:45:50 Step 26/26 : LABEL version=0.0.0 09:45:50 ---> Running in 0c88bdb5a1c2 09:45:51 Removing intermediate container 0c88bdb5a1c2 09:45:51 ---> 724964abd4e4 09:45:51 09:45:51 Successfully built 724964abd4e4 09:45:51 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:45:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:45:51 $ docker stop --time=1 76f6ef470caf2c09a05df5875ad950e84e070512b307552b8bd96b937c1a54b4 09:45:53 $ docker rm -f 76f6ef470caf2c09a05df5875ad950e84e070512b307552b8bd96b937c1a54b4 [Pipeline] // withDockerContainer [Pipeline] sh 09:45:54 + + docker images 09:45:54 grep docker 09:45:54 docker-sys-mgmt-agent-go-arm64 latest 724964abd4e4 4 seconds ago 300MB 09:45:54 docker-core-metadata-go-arm64 latest e27153b38330 About a minute ago 17.7MB 09:45:54 docker-security-secretstore-setup-go-arm64 latest 1bc3599ac0b3 About a minute ago 23.4MB 09:45:54 docker-core-command-go-arm64 latest da1cf6a3f7b7 About a minute ago 15.4MB 09:45:54 docker-security-bootstrapper-go-arm64 latest 760836189004 3 minutes ago 40.3MB 09:45:54 docker-core-data-go-arm64 latest 4c2d0859c45e 3 minutes ago 21MB 09:45:54 docker-support-notifications-go-arm64 latest 69488305c928 4 minutes ago 16MB 09:45:54 docker-security-proxy-setup-go-arm64 latest 20ad6ebcc23f 4 minutes ago 23.2MB 09:45:54 docker-support-scheduler-go-arm64 latest 082e2d8d270e 4 minutes ago 15.5MB 09:45:54 docker 20.10.0 eeaf43b92773 6 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 09:45:56 provisioning config files... 09:45:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8588646990626707356tmp [Pipeline] { [Pipeline] sh 09:45:57 + set +x 09:45:57 + curl -s https://codecov.io/bash 09:45:57 + bash -s -- 09:45:57 09:45:57 _____ _ 09:45:57 / ____| | | 09:45:57 | | ___ __| | ___ ___ _____ __ 09:45:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:45:57 | |___| (_) | (_| | __/ (_| (_) \ V / 09:45:57 \_____\___/ \__,_|\___|\___\___/ \_/ 09:45:57 Bash-20210115-cec3c92 09:45:57 09:45:57 09:45:57 ==> git version 2.24.3 found 09:45:57 ==> 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 09:45:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:45:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:45:57 ==> Jenkins CI detected. 09:45:57 project root: . 09:45:57 --> token set from env 09:45:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:45:57 ==> Running gcov in . (disable via -X gcov) 09:45:57 ==> Python coveragepy not found 09:45:57 ==> Searching for coverage reports in: 09:45:57 + . 09:45:57 -> Found 1 reports 09:45:57 ==> Detecting git/mercurial file structure 09:45:57 ==> Reading reports 09:45:57 + ./coverage.out bytes=565147 09:45:57 ==> Appending adjustments 09:45:57 https://docs.codecov.io/docs/fixing-reports 09:46:01 + Found adjustments 09:46:01 ==> Gzipping contents 09:46:01 84K /tmp/codecov.x0MQh5.gz 09:46:01 ==> Uploading reports 09:46:01 url: https://codecov.io 09:46:01 query: branch=PR-3066&commit=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3066%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3066&job=&cmd_args= 09:46:01 -> Pinging Codecov 09:46:01 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3066&commit=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3066%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3066&job=&cmd_args= 09:46:01 -> Uploading to 09:46:01 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b/d7afc4ae-f188-41e6-8fc2-60e01cbfd7bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T094601Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=27a908b47167be36611a089a8d982f9214b40537bfca076855278c3e75313a1f 09:46:01 % Total % Received % Xferd Average Speed Time Time Time Current 09:46:01 Dload Upload Total Spent Left Speed 09:46:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85558 0 0 100 85558 0 143k --:--:-- --:--:-- --:--:-- 143k 09:46:02 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [Pipeline] } 09:46:02 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 09:46:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:46:05 ---> package-listing.sh 09:46:05 ++ facter osfamily 09:46:05 ++ tr '[:upper:]' '[:lower:]' 09:46:05 + OS_FAMILY=redhat 09:46:05 + workspace=/w/workspace/edgex-go/2 09:46:05 + START_PACKAGES=/tmp/packages_start.txt 09:46:05 + END_PACKAGES=/tmp/packages_end.txt 09:46:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:46:05 + PACKAGES=/tmp/packages_start.txt 09:46:05 + '[' /w/workspace/edgex-go/2 ']' 09:46:05 + PACKAGES=/tmp/packages_end.txt 09:46:05 + case "${OS_FAMILY}" in 09:46:05 + rpm -qa 09:46:05 + sort 09:46:10 + '[' -f /tmp/packages_start.txt ']' 09:46:10 + '[' -f /tmp/packages_end.txt ']' 09:46:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:46:10 + '[' /w/workspace/edgex-go/2 ']' 09:46:10 + mkdir -p /w/workspace/edgex-go/2/archives/ 09:46:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 09:46:10 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:46:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:46:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:46:11 09:46:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:46:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:46:12 alpine: Pulling from edgex-lftools-log-publisher 09:46:12 df20fa9351a1: Pulling fs layer 09:46:12 36b3adc4ff6f: Pulling fs layer 09:46:12 8ad3a11d3b57: Pulling fs layer 09:46:12 46f8f816bc3b: Pulling fs layer 09:46:12 93b61091891f: Pulling fs layer 09:46:12 93b9cdb0e59b: Pulling fs layer 09:46:12 5e14af77c1be: Pulling fs layer 09:46:12 01666e4c0597: Pulling fs layer 09:46:12 aa168da1d23b: Pulling fs layer 09:46:12 93b9cdb0e59b: Waiting 09:46:12 5e14af77c1be: Waiting 09:46:12 01666e4c0597: Waiting 09:46:12 aa168da1d23b: Waiting 09:46:12 46f8f816bc3b: Waiting 09:46:12 36b3adc4ff6f: Verifying Checksum 09:46:12 36b3adc4ff6f: Download complete 09:46:12 46f8f816bc3b: Verifying Checksum 09:46:12 46f8f816bc3b: Download complete 09:46:12 df20fa9351a1: Verifying Checksum 09:46:12 df20fa9351a1: Download complete 09:46:12 93b61091891f: Verifying Checksum 09:46:12 93b61091891f: Download complete 09:46:12 93b9cdb0e59b: Download complete 09:46:12 5e14af77c1be: Verifying Checksum 09:46:12 5e14af77c1be: Download complete 09:46:12 01666e4c0597: Verifying Checksum 09:46:12 01666e4c0597: Download complete 09:46:12 df20fa9351a1: Pull complete 09:46:13 36b3adc4ff6f: Pull complete 09:46:13 8ad3a11d3b57: Download complete 09:46:14 8ad3a11d3b57: Pull complete 09:46:14 46f8f816bc3b: Pull complete 09:46:16 93b61091891f: Pull complete 09:46:16 93b9cdb0e59b: Pull complete 09:46:16 aa168da1d23b: Verifying Checksum 09:46:16 aa168da1d23b: Download complete 09:46:17 5e14af77c1be: Pull complete 09:46:17 01666e4c0597: Pull complete 09:46:26 aa168da1d23b: Pull complete 09:46:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:46:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:46:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:46:26 prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container 09:46:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:46:33 $ docker top 9f64750b6e1ddd16805b728e2976647f2f2f9c0091ad13640af0b909298d8002 -eo pid,comm [Pipeline] { [Pipeline] sh 09:46:34 + touch /tmp/pre-build-complete [Pipeline] sh 09:46:34 + mkdir -p /var/log/sa [Pipeline] sh 09:46:34 + ls /var/log/sa-host 09:46:34 + sadf -c /var/log/sa-host/sa22 09:46:34 file_magic: OK 09:46:34 HZ: Using current value: 100 09:46:34 file_header: OK 09:46:34 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 09:46:34 Statistics: 09:46:34 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... 09:46:34 File successfully converted to sysstat format version 12.2.1 09:46:34 + sadf -c /var/log/sa-host/sa23 09:46:34 file_magic: OK 09:46:34 HZ: Using current value: 100 09:46:34 file_header: OK 09:46:34 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 09:46:34 Statistics: 09:46:34 Hnuu...uuuununununu... 09:46:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:46:34 provisioning config files... 09:46:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1606743795806469227tmp [Pipeline] { [Pipeline] echo 09:46:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:46:35 ---> create-netrc.sh [Pipeline] } 09:46:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:46:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:46:35 ---> python-tools-install.sh [Pipeline] echo 09:46:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:46:36 ---> sudo-logs.sh 09:46:36 Archiving 'sudo' log.. [Pipeline] echo 09:46:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:46:36 ---> job-cost.sh 09:46:36 lf-activate-venv: SKIPPING 09:46:36 INFO: No Stack... 09:46:37 INFO: Retrieving Pricing Info for: v1-standard-2 09:46:37 INFO: Archiving Costs [Pipeline] echo 09:46:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:46:38 ---> logs-deploy.sh 09:46:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3066/2 09:46:38 INFO: archiving workspace using pattern(s): 09:46:39 Archives upload complete. 09:46:39 INFO: archiving logs to Nexus