Pull request #2610 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 lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9+2f18d68ce33577a025edc322deb728338e3be43f (97df673d7b4d13c8d1da1e160e39eaad337847d4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2042’ Running on prd-centos7-docker-4c-2g-2044 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/28 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 Merge succeeded, producing 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 Checking out Revision 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 (PR-2610) > 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # timeout=10 Commit message: "Add POST event functions based for v2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 25e59cffca2c2f6df748f7f038ff5de50c20b783 # timeout=10 [Pipeline] timeout [2020-08-04T07:49:14.593Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-04T07:49:14.914Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-04T07:49:15.004Z] ========================================================= [2020-08-04T07:49:15.004Z] EdgeX Global Pipelines Version Info [2020-08-04T07:49:15.004Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-04T07:49:16.879Z] ------------------- [2020-08-04T07:49:16.879Z] stable info: [2020-08-04T07:49:16.879Z] ------------------- [2020-08-04T07:49:16.879Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-04T07:49:16.879Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-04T07:49:16.879Z] Message: update stable to v1.0.106 [2020-08-04T07:49:17.447Z] ------------------- [2020-08-04T07:49:17.448Z] experimental info: [2020-08-04T07:49:17.448Z] ------------------- [2020-08-04T07:49:17.448Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-04T07:49:17.448Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-04T07:49:17.448Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-04T07:49:19.135Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ dirname cmd/core-command/Dockerfile [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ dirname cmd/core-data/Dockerfile [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-04T07:49:19.136Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-04T07:49:19.136Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:49:19.136Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-04T07:49:19.136Z] ++ cut -d/ -f2 [2020-08-04T07:49:19.136Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-04T07:49:19.200Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-08-04T07:49:19.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T07:49:20.131Z] [2020-08-04T07:49:20.131Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:49:20.491Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T07:49:20.491Z] latest: Pulling from edgex-devops/git-semver [2020-08-04T07:49:20.491Z] 31603596830f: Pulling fs layer [2020-08-04T07:49:20.491Z] 2a8b12db71e7: Pulling fs layer [2020-08-04T07:49:20.491Z] 6ca5941a6612: Pulling fs layer [2020-08-04T07:49:20.491Z] ecc8261a40a4: Pulling fs layer [2020-08-04T07:49:20.491Z] ecc8261a40a4: Waiting [2020-08-04T07:49:20.491Z] 2a8b12db71e7: Verifying Checksum [2020-08-04T07:49:20.491Z] 2a8b12db71e7: Download complete [2020-08-04T07:49:20.757Z] 31603596830f: Verifying Checksum [2020-08-04T07:49:20.757Z] 31603596830f: Download complete [2020-08-04T07:49:20.757Z] ecc8261a40a4: Verifying Checksum [2020-08-04T07:49:20.757Z] ecc8261a40a4: Download complete [2020-08-04T07:49:20.757Z] 6ca5941a6612: Verifying Checksum [2020-08-04T07:49:20.757Z] 6ca5941a6612: Download complete [2020-08-04T07:49:21.019Z] 31603596830f: Pull complete [2020-08-04T07:49:21.019Z] 2a8b12db71e7: Pull complete [2020-08-04T07:49:21.970Z] 6ca5941a6612: Pull complete [2020-08-04T07:49:21.970Z] ecc8261a40a4: Pull complete [2020-08-04T07:49:21.970Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-04T07:49:21.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T07:49:21.970Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-04T07:49:22.063Z] prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container [2020-08-04T07:49:22.120Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T07:49:24.510Z] $ docker top 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T07:49:24.859Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T07:49:24.860Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T07:49:25.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T07:49:25.066Z] $ docker exec 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 ssh-agent [2020-08-04T07:49:25.233Z] SSH_AUTH_SOCK=/tmp/ssh-xhWjs5mon9e4/agent.13 [2020-08-04T07:49:25.233Z] SSH_AGENT_PID=18 [2020-08-04T07:49:25.244Z] Running ssh-add (command line suppressed) [2020-08-04T07:49:25.360Z] Identity added: /w/workspace/edgex-go/28@tmp/private_key_8794794292701538992.key (/w/workspace/edgex-go/28@tmp/private_key_8794794292701538992.key) [2020-08-04T07:49:25.411Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T07:49:25.758Z] + git describe --exact-match --tags HEAD [2020-08-04T07:49:25.758Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-04T07:49:25.781Z] $ docker exec --env ******** --env ******** 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 ssh-agent -k [2020-08-04T07:49:25.893Z] unset SSH_AUTH_SOCK; [2020-08-04T07:49:25.894Z] unset SSH_AGENT_PID; [2020-08-04T07:49:25.894Z] echo Agent pid 18 killed; [2020-08-04T07:49:25.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-04T07:49:26.022Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-04T07:49:26.022Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-04T07:49:26.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T07:49:26.113Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T07:49:26.280Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T07:49:26.282Z] $ docker exec 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 ssh-agent [2020-08-04T07:49:26.442Z] SSH_AUTH_SOCK=/tmp/ssh-ZAKkkjOSO70g/agent.47 [2020-08-04T07:49:26.442Z] SSH_AGENT_PID=53 [2020-08-04T07:49:26.448Z] Running ssh-add (command line suppressed) [2020-08-04T07:49:26.561Z] Identity added: /w/workspace/edgex-go/28@tmp/private_key_279504260961631375.key (/w/workspace/edgex-go/28@tmp/private_key_279504260961631375.key) [2020-08-04T07:49:26.614Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T07:49:26.969Z] + git semver init [2020-08-04T07:49:26.969Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T07:49:26.969Z] # $GIT_DIR = /w/workspace/edgex-go/28/.git [2020-08-04T07:49:26.969Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/28 [2020-08-04T07:49:26.969Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T07:49:26.969Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T07:49:26.969Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T07:49:26.969Z] # $SEMVER_BRANCH = PR-2610 [2020-08-04T07:49:26.969Z] # $SEMVER_TEMP = /tmp/semver-486333463 [2020-08-04T07:49:26.969Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-04T07:49:48.996Z] # '/tmp/semver-486333463' -> '/w/workspace/edgex-go/28/.semver' [2020-08-04T07:49:48.996Z] # -> Force: false [2020-08-04T07:49:48.996Z] # $SEMVER_DIR = /w/workspace/edgex-go/28/.semver [Pipeline] } [2020-08-04T07:49:49.006Z] $ docker exec --env ******** --env ******** 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 ssh-agent -k [2020-08-04T07:49:49.169Z] unset SSH_AUTH_SOCK; [2020-08-04T07:49:49.170Z] unset SSH_AGENT_PID; [2020-08-04T07:49:49.170Z] echo Agent pid 53 killed; [2020-08-04T07:49:49.229Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T07:49:49.739Z] + git semver [Pipeline] } [2020-08-04T07:49:49.754Z] $ docker stop --time=1 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 [2020-08-04T07:49:51.347Z] $ docker rm -f 1cdcff956b43854eaa51d0b790ad1361258da9f04f6d005382905c249d188b88 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-04T07:50:05.114Z] Stashed 30 file(s) [Pipeline] echo [2020-08-04T07:50:05.117Z] [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] echo [2020-08-04T07:50:05.552Z] ========================================================= [2020-08-04T07:50:05.552Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-04T07:50:05.552Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:50:05.884Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-04T07:50:09.204Z] Sending build context to Docker daemon 323.1MB [2020-08-04T07:50:09.204Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-04T07:50:09.204Z] Step 2/7 : FROM ${BASE} [2020-08-04T07:50:09.204Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-04T07:50:09.204Z] df20fa9351a1: Pulling fs layer [2020-08-04T07:50:09.204Z] ed8968b2872e: Pulling fs layer [2020-08-04T07:50:09.204Z] a92cc7c5fd73: Pulling fs layer [2020-08-04T07:50:09.204Z] 2dd03ba5bac4: Pulling fs layer [2020-08-04T07:50:09.204Z] 1e091d79d1de: Pulling fs layer [2020-08-04T07:50:09.204Z] 481702a1767f: Pulling fs layer [2020-08-04T07:50:09.204Z] f64a6f60c768: Pulling fs layer [2020-08-04T07:50:09.204Z] e78d2573fc39: Pulling fs layer [2020-08-04T07:50:09.204Z] e876d2f968b6: Pulling fs layer [2020-08-04T07:50:09.204Z] ce8a83651883: Pulling fs layer [2020-08-04T07:50:09.204Z] 07967f4d0e4b: Pulling fs layer [2020-08-04T07:50:09.204Z] f64a6f60c768: Waiting [2020-08-04T07:50:09.204Z] e78d2573fc39: Waiting [2020-08-04T07:50:09.204Z] e876d2f968b6: Waiting [2020-08-04T07:50:09.204Z] ce8a83651883: Waiting [2020-08-04T07:50:09.204Z] 07967f4d0e4b: Waiting [2020-08-04T07:50:09.204Z] 2dd03ba5bac4: Waiting [2020-08-04T07:50:09.204Z] 1e091d79d1de: Waiting [2020-08-04T07:50:09.204Z] 481702a1767f: Waiting [2020-08-04T07:50:09.204Z] a92cc7c5fd73: Verifying Checksum [2020-08-04T07:50:09.204Z] a92cc7c5fd73: Download complete [2020-08-04T07:50:09.204Z] ed8968b2872e: Download complete [2020-08-04T07:50:09.204Z] 1e091d79d1de: Verifying Checksum [2020-08-04T07:50:09.204Z] 1e091d79d1de: Download complete [2020-08-04T07:50:09.204Z] 481702a1767f: Verifying Checksum [2020-08-04T07:50:09.204Z] 481702a1767f: Download complete [2020-08-04T07:50:09.204Z] df20fa9351a1: Verifying Checksum [2020-08-04T07:50:09.204Z] df20fa9351a1: Pull complete [2020-08-04T07:50:10.171Z] f64a6f60c768: Verifying Checksum [2020-08-04T07:50:10.171Z] f64a6f60c768: Download complete [2020-08-04T07:50:10.434Z] e876d2f968b6: Verifying Checksum [2020-08-04T07:50:10.434Z] e876d2f968b6: Download complete [2020-08-04T07:50:10.434Z] e78d2573fc39: Verifying Checksum [2020-08-04T07:50:10.434Z] e78d2573fc39: Download complete [2020-08-04T07:50:10.434Z] 07967f4d0e4b: Verifying Checksum [2020-08-04T07:50:10.434Z] 07967f4d0e4b: Download complete [2020-08-04T07:50:10.696Z] 2dd03ba5bac4: Verifying Checksum [2020-08-04T07:50:10.696Z] 2dd03ba5bac4: Download complete [2020-08-04T07:50:10.957Z] ce8a83651883: Download complete [2020-08-04T07:50:11.900Z] ed8968b2872e: Pull complete [2020-08-04T07:50:11.900Z] a92cc7c5fd73: Pull complete [2020-08-04T07:50:17.210Z] 2dd03ba5bac4: Pull complete [2020-08-04T07:50:17.210Z] 1e091d79d1de: Pull complete [2020-08-04T07:50:17.210Z] 481702a1767f: Pull complete [2020-08-04T07:50:20.373Z] Still waiting to schedule task [2020-08-04T07:50:20.373Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2043’ [2020-08-04T07:50:22.502Z] f64a6f60c768: Pull complete [2020-08-04T07:50:25.051Z] e78d2573fc39: Pull complete [2020-08-04T07:50:25.051Z] e876d2f968b6: Pull complete [2020-08-04T07:50:25.624Z] ce8a83651883: Pull complete [2020-08-04T07:50:25.884Z] 07967f4d0e4b: Pull complete [2020-08-04T07:50:25.884Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-04T07:50:25.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-04T07:50:25.884Z] ---> 5d7c900382c6 [2020-08-04T07:50:25.884Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-04T07:50:27.802Z] ---> Running in ce59cfd317a2 [2020-08-04T07:50:28.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:50:28.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:50:29.212Z] (1/12) Installing libmagic (5.38-r0) [2020-08-04T07:50:29.475Z] (2/12) Installing file (5.38-r0) [2020-08-04T07:50:29.475Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-04T07:50:29.475Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-04T07:50:34.756Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-04T07:50:35.017Z] (6/12) Installing patch (2.7.6-r6) [2020-08-04T07:50:35.017Z] (7/12) Installing build-base (0.5-r2) [2020-08-04T07:50:35.278Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-04T07:50:35.278Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-04T07:50:35.278Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-04T07:50:35.538Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-04T07:50:35.538Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-04T07:50:35.538Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:50:35.538Z] OK: 233 MiB in 51 packages [2020-08-04T07:50:39.748Z] Removing intermediate container ce59cfd317a2 [2020-08-04T07:50:39.748Z] ---> e1c76b4edda5 [2020-08-04T07:50:39.748Z] Step 4/7 : WORKDIR /edgex-go [2020-08-04T07:50:39.748Z] ---> Running in 635b068b77b4 [2020-08-04T07:50:39.748Z] Removing intermediate container 635b068b77b4 [2020-08-04T07:50:39.748Z] ---> f2a9e7b49517 [2020-08-04T07:50:39.748Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-04T07:50:40.009Z] latest: Pulling from library/docker [2020-08-04T07:50:40.009Z] df20fa9351a1: Already exists [2020-08-04T07:50:40.009Z] 25ad7478873d: Pulling fs layer [2020-08-04T07:50:40.009Z] 4684f6177b5d: Pulling fs layer [2020-08-04T07:50:40.009Z] 46e300cec669: Pulling fs layer [2020-08-04T07:50:40.009Z] 63038576ad94: Pulling fs layer [2020-08-04T07:50:40.009Z] 0fdb76c4706c: Pulling fs layer [2020-08-04T07:50:40.009Z] cb7edeffdfd5: Pulling fs layer [2020-08-04T07:50:40.009Z] 63038576ad94: Waiting [2020-08-04T07:50:40.009Z] cb7edeffdfd5: Waiting [2020-08-04T07:50:40.009Z] 0fdb76c4706c: Waiting [2020-08-04T07:50:40.273Z] 4684f6177b5d: Verifying Checksum [2020-08-04T07:50:40.273Z] 4684f6177b5d: Download complete [2020-08-04T07:50:40.273Z] 25ad7478873d: Verifying Checksum [2020-08-04T07:50:40.273Z] 25ad7478873d: Download complete [2020-08-04T07:50:40.273Z] 63038576ad94: Verifying Checksum [2020-08-04T07:50:40.273Z] 63038576ad94: Download complete [2020-08-04T07:50:40.541Z] 0fdb76c4706c: Verifying Checksum [2020-08-04T07:50:40.541Z] 0fdb76c4706c: Download complete [2020-08-04T07:50:40.541Z] cb7edeffdfd5: Verifying Checksum [2020-08-04T07:50:40.541Z] cb7edeffdfd5: Download complete [2020-08-04T07:50:40.541Z] 25ad7478873d: Pull complete [2020-08-04T07:50:40.816Z] 4684f6177b5d: Pull complete [2020-08-04T07:50:41.080Z] 46e300cec669: Verifying Checksum [2020-08-04T07:50:41.080Z] 46e300cec669: Download complete [2020-08-04T07:50:43.639Z] 46e300cec669: Pull complete [2020-08-04T07:50:43.639Z] 63038576ad94: Pull complete [2020-08-04T07:50:43.639Z] 0fdb76c4706c: Pull complete [2020-08-04T07:50:43.639Z] cb7edeffdfd5: Pull complete [2020-08-04T07:50:43.639Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-04T07:50:43.639Z] Status: Downloaded newer image for docker:latest [2020-08-04T07:50:45.031Z] ---> 71143380869a [2020-08-04T07:50:45.031Z] Step 6/7 : COPY go.mod . [2020-08-04T07:50:45.295Z] ---> 8def12b36577 [2020-08-04T07:50:45.295Z] Step 7/7 : RUN go mod download [2020-08-04T07:50:45.295Z] ---> Running in 2a2a6e2041db [2020-08-04T07:50:47.844Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-04T07:50:47.844Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T07:50:47.844Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-04T07:50:47.844Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-04T07:50:47.844Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T07:50:47.844Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-04T07:50:47.844Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-04T07:50:47.844Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T07:50:48.105Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-04T07:50:48.105Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-04T07:50:48.105Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-04T07:50:48.105Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-04T07:50:48.105Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-04T07:50:48.105Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T07:50:48.105Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-04T07:50:48.105Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-04T07:50:48.105Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-04T07:50:48.366Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T07:50:48.366Z] go: finding github.com/fatih/color v1.7.0 [2020-08-04T07:50:48.366Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-04T07:50:48.366Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T07:50:48.366Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-04T07:50:48.366Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T07:50:48.366Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T07:50:48.366Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-04T07:50:48.366Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-04T07:50:48.366Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-04T07:50:48.627Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-04T07:50:48.627Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-04T07:50:48.627Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T07:50:48.627Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-04T07:50:48.627Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-04T07:50:48.627Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-04T07:50:48.627Z] go: finding github.com/google/uuid v1.1.0 [2020-08-04T07:50:48.627Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T07:50:48.627Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T07:50:48.627Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-04T07:50:48.627Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-04T07:50:48.889Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-04T07:50:49.152Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-04T07:50:49.152Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T07:50:49.152Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-04T07:50:49.152Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-04T07:50:49.152Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T07:50:49.152Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-04T07:50:49.152Z] go: finding github.com/kr/pty v1.1.1 [2020-08-04T07:50:49.152Z] go: finding github.com/kr/text v0.1.0 [2020-08-04T07:50:49.152Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-04T07:50:49.152Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-04T07:50:49.152Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-04T07:50:49.152Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-04T07:50:49.413Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-04T07:50:49.413Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T07:50:49.413Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T07:50:49.413Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-04T07:50:49.413Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-04T07:50:49.413Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-04T07:50:49.413Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-04T07:50:49.413Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T07:50:49.413Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T07:50:49.413Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-04T07:50:49.413Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-04T07:50:49.676Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-04T07:50:49.676Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-04T07:50:49.676Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T07:50:49.676Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T07:50:49.676Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T07:50:49.676Z] go: finding github.com/posener/complete v1.1.1 [2020-08-04T07:50:49.676Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-04T07:50:49.676Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-04T07:50:49.677Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-04T07:50:49.677Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T07:50:49.677Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T07:50:49.677Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-04T07:50:49.938Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T07:50:49.938Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-04T07:50:49.938Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-04T07:50:49.938Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-04T07:50:49.938Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-04T07:50:49.938Z] go: finding golang.org/x/text v0.3.2 [2020-08-04T07:50:49.938Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-04T07:50:49.938Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-04T07:50:49.938Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-04T07:50:49.938Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-04T07:50:49.938Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-04T07:50:50.205Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T07:51:08.370Z] Removing intermediate container 2a2a6e2041db [2020-08-04T07:51:08.370Z] ---> e77070c16da8 [2020-08-04T07:51:08.370Z] Successfully built e77070c16da8 [2020-08-04T07:51:08.370Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:51:08.959Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-04T07:51:08.959Z] . [Pipeline] withDockerContainer [2020-08-04T07:51:09.061Z] prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container [2020-08-04T07:51:09.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 ******** ci-base-image-x86_64 cat [2020-08-04T07:51:09.825Z] $ docker top 223b4905934f4c9f049b3d427f7d4d992b398e6249650c2bcfdc80d273464b88 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T07:51:10.313Z] + go version [2020-08-04T07:51:10.313Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-04T07:51:10.324Z] ========================================================= [2020-08-04T07:51:10.324Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-04T07:51:10.324Z] ========================================================= [Pipeline] sh [2020-08-04T07:51:10.619Z] + make test [2020-08-04T07:51:10.620Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-04T07:51:13.175Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-04T07:51:23.291Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-04T07:51:26.652Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-04T07:51:27.251Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-04T07:51:27.251Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-04T07:51:27.251Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-04T07:51:29.833Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s [2020-08-04T07:51:29.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-04T07:51:29.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-04T07:51:29.833Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-04T07:51:30.103Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-04T07:51:30.369Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-04T07:51:30.643Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-04T07:51:30.643Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-04T07:51:30.643Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-04T07:51:35.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.016s coverage: 46.6% of statements [2020-08-04T07:51:35.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-04T07:51:35.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-04T07:51:35.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-04T07:51:35.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-04T07:51:35.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-04T07:51:37.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.133s coverage: 27.2% of statements [2020-08-04T07:51:37.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-04T07:51:37.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-04T07:51:37.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-04T07:51:37.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-04T07:51:37.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-04T07:51:37.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-04T07:51:37.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.016s coverage: 100.0% of statements [2020-08-04T07:51:37.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-04T07:51:37.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-08-04T07:51:37.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-04T07:51:37.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-04T07:51:38.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.328s coverage: 82.0% of statements [2020-08-04T07:51:38.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-04T07:51:38.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-04T07:51:38.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-08-04T07:51:38.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-04T07:51:38.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-04T07:51:38.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-04T07:51:38.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-04T07:51:39.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.162s coverage: 28.6% of statements [2020-08-04T07:51:39.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-04T07:51:39.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-04T07:51:39.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-04T07:51:39.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-04T07:51:39.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-04T07:51:39.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements [2020-08-04T07:51:39.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-04T07:51:39.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements [2020-08-04T07:51:39.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-04T07:51:40.052Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.034s coverage: 89.8% of statements [2020-08-04T07:51:40.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-04T07:51:40.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.034s coverage: 97.5% of statements [2020-08-04T07:51:40.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-04T07:51:40.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-04T07:51:40.906Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.017s coverage: 58.8% of statements [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-04T07:51:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-04T07:51:41.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.076s coverage: 63.5% of statements [2020-08-04T07:51:41.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-04T07:51:41.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-04T07:51:41.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-08-04T07:51:41.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.138s coverage: 55.9% of statements [2020-08-04T07:51:41.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-04T07:51:41.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-04T07:51:41.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-04T07:51:41.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.681s coverage: 86.3% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.294s coverage: 72.2% of statements [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.091s coverage: 72.1% of statements [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.012s coverage: 48.4% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.013s coverage: 96.8% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.052s coverage: 26.9% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.105s coverage: 84.1% of statements [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.017s coverage: 100.0% of statements [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.056s coverage: 42.9% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.025s coverage: 45.1% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.014s coverage: 100.0% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.021s coverage: 100.0% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-04T07:51:50.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements [2020-08-04T07:51:50.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-04T07:51:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.044s coverage: 29.1% of statements [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-04T07:51:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-04T07:51:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.020s coverage: 100.0% of statements [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-04T07:51:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-04T07:51:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.012s coverage: 100.0% of statements [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-04T07:51:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-04T07:51:52.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-04T07:51:52.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-08-04T07:51:52.947Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-04T07:51:52.947Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-04T07:51:53.219Z] GO111MODULE=on go vet ./... [2020-08-04T07:51:59.850Z] gofmt -l . [2020-08-04T07:51:59.850Z] [ "`gofmt -l .`" = "" ] [2020-08-04T07:52:00.112Z] ./bin/test-go-mod-tidy.sh [2020-08-04T07:52:01.062Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-04T07:52:02.744Z] + ls -al . [2020-08-04T07:52:02.744Z] total 556 [2020-08-04T07:52:02.744Z] drwxrwxr-x 10 1001 1001 4096 Aug 4 07:52 . [2020-08-04T07:52:02.744Z] drwxr-xr-x 4 root root 30 Aug 4 07:51 .. [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 11 Aug 4 07:49 .dockerignore [2020-08-04T07:52:02.744Z] drwxrwxr-x 8 1001 1001 179 Aug 4 07:49 .git [2020-08-04T07:52:02.744Z] drwxrwxr-x 3 1001 1001 60 Aug 4 07:49 .github [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 932 Aug 4 07:49 .gitignore [2020-08-04T07:52:02.744Z] drwx------ 3 1001 1001 47 Aug 4 07:49 .semver [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 166 Aug 4 07:49 .sonarcloud.properties [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 3804 Aug 4 07:49 CONTRIBUTING.md [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 1035 Aug 4 07:49 Dockerfile.build [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 865 Aug 4 07:49 Jenkinsfile [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 10775 Aug 4 07:49 LICENSE [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 6237 Aug 4 07:49 Makefile [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 5652 Aug 4 07:49 README.md [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 7111 Aug 4 07:49 SECURITY.md [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 5 Aug 4 07:49 VERSION [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 4131 Aug 4 07:49 ZMQWindows.md [2020-08-04T07:52:02.744Z] drwxrwxr-x 2 1001 1001 117 Aug 4 07:49 bin [2020-08-04T07:52:02.744Z] drwxrwxr-x 15 1001 1001 4096 Aug 4 07:49 cmd [2020-08-04T07:52:02.744Z] -rw-r--r-- 1 root root 457707 Aug 4 07:51 coverage.out [2020-08-04T07:52:02.744Z] -rw-r--r-- 1 root root 1019 Aug 4 07:52 go.mod [2020-08-04T07:52:02.744Z] -rw-r--r-- 1 root root 19185 Aug 4 07:52 go.sum [2020-08-04T07:52:02.744Z] drwxrwxr-x 8 1001 1001 127 Aug 4 07:49 internal [2020-08-04T07:52:02.744Z] drwxrwxr-x 4 1001 1001 26 Aug 4 07:49 openapi [2020-08-04T07:52:02.744Z] drwxrwxr-x 4 1001 1001 71 Aug 4 07:49 snap [2020-08-04T07:52:02.744Z] -rw-rw-r-- 1 1001 1001 168 Aug 4 07:49 version.go [Pipeline] sh [2020-08-04T07:52:03.044Z] + '[' -e coverage.out ] [2020-08-04T07:52:03.044Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-04T07:52:03.194Z] Stashed 1 file(s) [Pipeline] sh [2020-08-04T07:52:03.487Z] + make build [2020-08-04T07:52:03.487Z] 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 [2020-08-04T07:52:10.183Z] 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 [2020-08-04T07:52:12.730Z] 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 [2020-08-04T07:52:14.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-04T07:52:15.523Z] 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 [2020-08-04T07:52:17.456Z] 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 [2020-08-04T07:52:18.031Z] 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 [2020-08-04T07:52:21.349Z] 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 [2020-08-04T07:52:22.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-04T07:52:24.139Z] 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 [2020-08-04T07:52:25.532Z] 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 [2020-08-04T07:52:26.923Z] 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 [2020-08-04T07:52:27.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-04T07:52:29.257Z] $ docker stop --time=1 223b4905934f4c9f049b3d427f7d4d992b398e6249650c2bcfdc80d273464b88 [2020-08-04T07:52:30.821Z] $ docker rm -f 223b4905934f4c9f049b3d427f7d4d992b398e6249650c2bcfdc80d273464b88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:52:32.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T07:52:32.103Z] [2020-08-04T07:52:32.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:52:32.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T07:52:32.586Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-04T07:52:32.586Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-04T07:52:32.586Z] ca9280d653b3: Pulling fs layer [2020-08-04T07:52:32.586Z] 7e9c9ca2126c: Pulling fs layer [2020-08-04T07:52:32.586Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-04T07:52:32.586Z] cbdbe7a5bc2a: Download complete [2020-08-04T07:52:32.863Z] ca9280d653b3: Verifying Checksum [2020-08-04T07:52:32.863Z] ca9280d653b3: Download complete [2020-08-04T07:52:32.863Z] cbdbe7a5bc2a: Pull complete [2020-08-04T07:52:33.440Z] 7e9c9ca2126c: Verifying Checksum [2020-08-04T07:52:33.440Z] 7e9c9ca2126c: Download complete [2020-08-04T07:52:34.014Z] ca9280d653b3: Pull complete [2020-08-04T07:52:40.612Z] 7e9c9ca2126c: Pull complete [2020-08-04T07:52:40.612Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-04T07:52:40.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T07:52:40.612Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-04T07:52:40.728Z] prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container [2020-08-04T07:52:40.769Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-04T07:52:43.920Z] $ docker top fca4c9085087759f43aca5b8c93083a1c68e41201cbece54e1f979e62ea1e566 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T07:52:44.439Z] + docker-compose build --help [2020-08-04T07:52:44.439Z] + grep parallel [2020-08-04T07:52:45.383Z] --parallel Build images in parallel. [Pipeline] } [2020-08-04T07:52:45.395Z] $ docker stop --time=1 fca4c9085087759f43aca5b8c93083a1c68e41201cbece54e1f979e62ea1e566 [2020-08-04T07:52:46.747Z] $ docker rm -f fca4c9085087759f43aca5b8c93083a1c68e41201cbece54e1f979e62ea1e566 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:52:47.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T07:52:47.331Z] . [Pipeline] withDockerContainer [2020-08-04T07:52:47.423Z] prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container [2020-08-04T07:52:47.460Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-04T07:52:48.526Z] $ docker top c7694aa1f88cc08adc9196d50aea58c6ff0c15b32fa9fb171901b188a9b1efab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T07:52:49.019Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-04T07:52:49.961Z] Building docker-core-command-go ... [2020-08-04T07:52:49.961Z] Building docker-core-data-go ... [2020-08-04T07:52:49.961Z] Building docker-core-metadata-go ... [2020-08-04T07:52:49.961Z] Building docker-security-proxy-setup-go ... [2020-08-04T07:52:49.961Z] Building docker-security-secrets-setup-go ... [2020-08-04T07:52:49.961Z] Building docker-security-secretstore-setup-go ... [2020-08-04T07:52:49.961Z] Building docker-support-logging-go ... [2020-08-04T07:52:49.961Z] Building docker-support-notifications-go ... [2020-08-04T07:52:49.961Z] Building docker-support-scheduler-go ... [2020-08-04T07:52:49.961Z] Building docker-sys-mgmt-agent-go ... [2020-08-04T07:52:49.961Z] Building docker-security-secrets-setup-go [2020-08-04T07:52:49.961Z] Building docker-security-secretstore-setup-go [2020-08-04T07:52:49.961Z] Building docker-support-notifications-go [2020-08-04T07:52:49.961Z] Building docker-support-scheduler-go [2020-08-04T07:52:49.961Z] Building docker-core-command-go [2020-08-04T07:53:16.697Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:16.697Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:53:16.697Z] ---> e77070c16da8 [2020-08-04T07:53:16.697Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T07:53:16.697Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:16.697Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:53:16.697Z] ---> e77070c16da8 [2020-08-04T07:53:16.697Z] Step 3/23 : WORKDIR /edgex-go [2020-08-04T07:53:16.697Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:16.697Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:53:16.697Z] ---> e77070c16da8 [2020-08-04T07:53:16.697Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T07:53:16.960Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:16.960Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-04T07:53:16.960Z] ---> e77070c16da8 [2020-08-04T07:53:16.960Z] Step 3/29 : WORKDIR /edgex-go [2020-08-04T07:53:16.960Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:16.960Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:53:16.960Z] ---> e77070c16da8 [2020-08-04T07:53:16.960Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T07:53:18.875Z] ---> Running in ede614f167ee [2020-08-04T07:53:18.875Z] ---> Running in 5871499805ef [2020-08-04T07:53:18.875Z] ---> Running in 1da4b99887e8 [2020-08-04T07:53:18.875Z] ---> Running in ad9cf126ce6f [2020-08-04T07:53:18.875Z] ---> Running in 9ca91510d4e0 [2020-08-04T07:53:19.447Z] Removing intermediate container 9ca91510d4e0 [2020-08-04T07:53:19.447Z] ---> 4408ca1b67fe [2020-08-04T07:53:19.447Z] Step 4/29 : RUN apk update && apk add make git [2020-08-04T07:53:19.447Z] Removing intermediate container ede614f167ee [2020-08-04T07:53:19.447Z] ---> 51163f897f26 [2020-08-04T07:53:19.447Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:53:19.447Z] Removing intermediate container 5871499805ef [2020-08-04T07:53:19.447Z] ---> b0b3c13b212c [2020-08-04T07:53:19.447Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:53:19.447Z] Removing intermediate container 1da4b99887e8 [2020-08-04T07:53:19.447Z] ---> d3a72513e35d [2020-08-04T07:53:19.447Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:53:19.447Z] Removing intermediate container ad9cf126ce6f [2020-08-04T07:53:19.447Z] ---> 11376e1fa9fc [2020-08-04T07:53:19.447Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:53:19.447Z] ---> Running in 53f3aec1b3b6 [2020-08-04T07:53:19.447Z] ---> Running in b1599401251b [2020-08-04T07:53:19.447Z] ---> Running in 6501f336247c [2020-08-04T07:53:19.708Z] ---> Running in 76846ca86b91 [2020-08-04T07:53:19.708Z] ---> Running in 572b249e450d [2020-08-04T07:53:20.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:21.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:21.233Z] Removing intermediate container b1599401251b [2020-08-04T07:53:21.233Z] ---> 8d0f8f99d440 [2020-08-04T07:53:21.233Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-04T07:53:21.496Z] Removing intermediate container 6501f336247c [2020-08-04T07:53:21.496Z] ---> 5f03b41ccba7 [2020-08-04T07:53:21.496Z] Step 5/26 : RUN apk update && apk add make git [2020-08-04T07:53:21.496Z] ---> Running in 27a09e7eb95d [2020-08-04T07:53:21.757Z] ---> Running in 1cf0fc553d58 [2020-08-04T07:53:21.757Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:21.757Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:21.758Z] OK: 12749 distinct packages available [2020-08-04T07:53:22.021Z] Removing intermediate container 76846ca86b91 [2020-08-04T07:53:22.021Z] ---> 9353c00822da [2020-08-04T07:53:22.021Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T07:53:22.021Z] Removing intermediate container 572b249e450d [2020-08-04T07:53:22.021Z] ---> 9b6fd80266e8 [2020-08-04T07:53:22.021Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T07:53:22.021Z] OK: 233 MiB in 51 packages [2020-08-04T07:53:22.282Z] ---> Running in cbfaad3e54f2 [2020-08-04T07:53:22.282Z] ---> Running in e2f4a11409e9 [2020-08-04T07:53:22.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:22.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:22.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:23.070Z] Removing intermediate container 53f3aec1b3b6 [2020-08-04T07:53:23.070Z] ---> ad85053755d5 [2020-08-04T07:53:23.070Z] Step 5/29 : COPY go.mod . [2020-08-04T07:53:23.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:23.331Z] ---> 176794ca3f2f [2020-08-04T07:53:23.331Z] Step 6/29 : RUN go mod download [2020-08-04T07:53:23.331Z] ---> Running in 6e2f901fdb14 [2020-08-04T07:53:23.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:23.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:23.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:24.166Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:24.166Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:24.166Z] OK: 12749 distinct packages available [2020-08-04T07:53:24.166Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:24.166Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:24.166Z] OK: 12749 distinct packages available [2020-08-04T07:53:24.427Z] OK: 233 MiB in 51 packages [2020-08-04T07:53:24.427Z] OK: 233 MiB in 51 packages [2020-08-04T07:53:24.693Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:24.693Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:24.693Z] OK: 12749 distinct packages available [2020-08-04T07:53:24.954Z] OK: 233 MiB in 51 packages [2020-08-04T07:53:25.216Z] Removing intermediate container 1cf0fc553d58 [2020-08-04T07:53:25.216Z] ---> 1dd43499b3b3 [2020-08-04T07:53:25.216Z] Step 6/26 : COPY go.mod . [2020-08-04T07:53:25.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:53:25.478Z] Removing intermediate container cbfaad3e54f2 [2020-08-04T07:53:25.478Z] ---> 396a1cccdaf3 [2020-08-04T07:53:25.478Z] Step 6/20 : COPY go.mod . [2020-08-04T07:53:25.478Z] Removing intermediate container 6e2f901fdb14 [2020-08-04T07:53:25.478Z] ---> f6c309b1a1a1 [2020-08-04T07:53:25.478Z] Step 7/29 : COPY . . [2020-08-04T07:53:25.478Z] ---> df1916ee1c0e [2020-08-04T07:53:25.478Z] Step 7/26 : RUN go mod download [2020-08-04T07:53:26.055Z] ---> Running in a25ef6f60c46 [2020-08-04T07:53:26.521Z] Removing intermediate container 27a09e7eb95d [2020-08-04T07:53:26.521Z] ---> 4e4c89d5cfe2 [2020-08-04T07:53:26.521Z] Step 6/23 : COPY go.mod . [2020-08-04T07:53:26.521Z] ---> 6335ae528835 [2020-08-04T07:53:26.521Z] Step 7/20 : RUN go mod download [2020-08-04T07:53:27.098Z] ---> Running in f594c3c1badf [2020-08-04T07:53:27.674Z] ---> 93ffc5d31423 [2020-08-04T07:53:27.674Z] Step 7/23 : RUN go mod download [2020-08-04T07:53:27.946Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:27.946Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:27.946Z] OK: 12749 distinct packages available [2020-08-04T07:53:28.210Z] OK: 233 MiB in 51 packages [2020-08-04T07:53:28.477Z] ---> Running in d61325622f2b [2020-08-04T07:53:32.710Z] Removing intermediate container e2f4a11409e9 [2020-08-04T07:53:32.710Z] ---> 3246a46dc7e0 [2020-08-04T07:53:32.710Z] Step 6/21 : COPY go.mod . [2020-08-04T07:53:32.976Z] Removing intermediate container a25ef6f60c46 [2020-08-04T07:53:32.976Z] ---> 367a2b557aee [2020-08-04T07:53:32.976Z] Step 8/26 : COPY . . [2020-08-04T07:53:34.372Z] ---> db986df9c2d0 [2020-08-04T07:53:34.372Z] Step 7/21 : RUN go mod download [2020-08-04T07:53:34.372Z] Removing intermediate container f594c3c1badf [2020-08-04T07:53:34.372Z] ---> 28d98839dbf0 [2020-08-04T07:53:34.372Z] Step 8/20 : COPY . . [2020-08-04T07:53:35.345Z] ---> Running in df8b3644c0e6 [2020-08-04T07:53:45.373Z] Removing intermediate container d61325622f2b [2020-08-04T07:53:45.373Z] ---> 61f62e1e4019 [2020-08-04T07:53:45.373Z] Step 8/23 : COPY . . [2020-08-04T07:53:51.223Z] ---> 997d1bf6d454 [2020-08-04T07:53:51.223Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-04T07:53:53.785Z] ---> Running in 908d37c88d07 [2020-08-04T07:53:58.013Z] Removing intermediate container df8b3644c0e6 [2020-08-04T07:53:58.013Z] ---> db28f460e4cd [2020-08-04T07:53:58.013Z] Step 8/21 : COPY . . [2020-08-04T07:53:58.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-04T07:53:58.727Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2045 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-08-04T07:53:58.789Z] Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout [2020-08-04T07:54:02.263Z] ---> 7e2a9e41948f [2020-08-04T07:54:02.263Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-04T07:54:02.263Z] ---> 5e8409cad9fb [2020-08-04T07:54:02.263Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-04T07:54:03.238Z] ---> Running in aee217973c73 [2020-08-04T07:54:03.238Z] ---> Running in 116e99139cf1 [2020-08-04T07:54:04.401Z] using credential edgex-jenkins-ssh [2020-08-04T07:54:04.495Z] Cloning the remote Git repository [2020-08-04T07:54:04.495Z] Cloning with configured refspecs honoured and without tags [2020-08-04T07:54:04.554Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-04T07:54:04.688Z] > git init /w/workspace/edgex-go/28 # timeout=10 [2020-08-04T07:54:04.771Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-04T07:54:04.772Z] > git --version # timeout=10 [2020-08-04T07:54:04.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T07:54:04.894Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T07:54:06.582Z] 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 [2020-08-04T07:54:06.583Z] 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 [2020-08-04T07:54:09.950Z] ---> 7c9b6d3e4e46 [2020-08-04T07:54:09.950Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-04T07:54:10.546Z] ---> Running in 568eff490a95 [2020-08-04T07:54:11.986Z] 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 [2020-08-04T07:54:21.482Z] Fetching without tags [2020-08-04T07:54:21.991Z] Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:54:22.138Z] ---> 4b0f5668087f [2020-08-04T07:54:22.139Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-04T07:54:22.139Z] ---> Running in f8c54fbe0f43 [2020-08-04T07:54:22.139Z] 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 [2020-08-04T07:54:22.434Z] Merge succeeded, producing 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:54:22.435Z] Checking out Revision 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 (PR-2610) [2020-08-04T07:54:21.376Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-04T07:54:21.398Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-08-04T07:54:21.414Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T07:54:21.441Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-04T07:54:21.480Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-04T07:54:21.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T07:54:21.496Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T07:54:21.997Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T07:54:22.017Z] > git checkout -f 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # timeout=10 [2020-08-04T07:54:22.319Z] > git remote # timeout=10 [2020-08-04T07:54:22.341Z] > git config --get remote.origin.url # timeout=10 [2020-08-04T07:54:22.362Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T07:54:22.376Z] > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 [2020-08-04T07:54:22.402Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-04T07:54:22.426Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T07:54:22.488Z] > git checkout -f 8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 # timeout=10 [2020-08-04T07:54:24.727Z] Removing intermediate container 908d37c88d07 [2020-08-04T07:54:24.727Z] ---> 933724085ba9 [2020-08-04T07:54:24.727Z] [2020-08-04T07:54:24.727Z] Step 9/29 : FROM alpine:latest [2020-08-04T07:54:24.727Z] latest: Pulling from library/alpine [2020-08-04T07:54:24.994Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-04T07:54:24.994Z] Status: Downloaded newer image for alpine:latest [2020-08-04T07:54:24.994Z] ---> a24bb4013296 [2020-08-04T07:54:24.994Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-04T07:54:25.589Z] ---> Running in 9f357ec97d97 [2020-08-04T07:54:26.193Z] Removing intermediate container 9f357ec97d97 [2020-08-04T07:54:26.193Z] ---> c69017d07bb9 [2020-08-04T07:54:26.193Z] Step 11/29 : USER root [2020-08-04T07:54:26.193Z] ---> Running in 49055e8bccfd [2020-08-04T07:54:26.466Z] Removing intermediate container 49055e8bccfd [2020-08-04T07:54:26.466Z] ---> 6be8e19d56bb [2020-08-04T07:54:26.466Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-04T07:54:26.735Z] ---> Running in 1df8f85cd0c8 [2020-08-04T07:54:27.105Z] Commit message: "Add POST event functions based for v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-04T07:54:28.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:54:28.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:54:28.983Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:54:28.983Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:54:28.983Z] OK: 12749 distinct packages available [2020-08-04T07:54:28.983Z] 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 [2020-08-04T07:54:29.580Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-04T07:54:29.580Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-04T07:54:29.580Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:54:29.580Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T07:54:29.580Z] OK: 6 MiB in 16 packages [2020-08-04T07:54:32.171Z] Removing intermediate container 1df8f85cd0c8 [2020-08-04T07:54:32.171Z] ---> 128e2262567a [2020-08-04T07:54:32.171Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-04T07:54:32.171Z] ---> Running in 1c48b11fc6ae [2020-08-04T07:54:32.447Z] Removing intermediate container 1c48b11fc6ae [2020-08-04T07:54:32.447Z] ---> a3c0ad4b378d [2020-08-04T07:54:32.447Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-04T07:54:32.447Z] ---> Running in 34dc038a0683 [2020-08-04T07:54:33.047Z] Removing intermediate container 34dc038a0683 [2020-08-04T07:54:33.047Z] ---> e84f535f985d [2020-08-04T07:54:33.047Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-04T07:54:33.047Z] ---> Running in 7ad21a1fd1e9 [2020-08-04T07:54:35.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-04T07:54:36.217Z] Removing intermediate container 7ad21a1fd1e9 [2020-08-04T07:54:36.217Z] ---> 89adb0f153d9 [2020-08-04T07:54:36.217Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-04T07:54:37.191Z] ---> 45531e33b0e7 [2020-08-04T07:54:37.191Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-04T07:54:38.612Z] ---> 1f5640a45943 [2020-08-04T07:54:38.612Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-04T07:54:38.873Z] Removing intermediate container 116e99139cf1 [2020-08-04T07:54:38.873Z] ---> 34578e17cecf [2020-08-04T07:54:38.873Z] [2020-08-04T07:54:38.873Z] Step 10/20 : FROM scratch [2020-08-04T07:54:38.873Z] ---> [2020-08-04T07:54:38.873Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:54:39.455Z] ---> f1c7ac11cef1 [2020-08-04T07:54:39.455Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-04T07:54:39.455Z] ---> Running in 3b1c9fe230ce [2020-08-04T07:54:39.729Z] Removing intermediate container 3b1c9fe230ce [2020-08-04T07:54:39.729Z] ---> 9277558684c3 [2020-08-04T07:54:39.729Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-04T07:54:40.001Z] ---> Running in fd6798beb257 [2020-08-04T07:54:40.279Z] ---> e000fb9892a6 [2020-08-04T07:54:40.279Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [Pipeline] echo [2020-08-04T07:54:40.527Z] ========================================================= [2020-08-04T07:54:40.527Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-04T07:54:40.527Z] ========================================================= [2020-08-04T07:54:40.561Z] Removing intermediate container fd6798beb257 [2020-08-04T07:54:40.561Z] ---> cead1571a4ae [2020-08-04T07:54:40.561Z] Step 13/20 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:54:40.839Z] ---> Running in c136b4b3f72d [2020-08-04T07:54:41.504Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-04T07:54:43.398Z] ---> 50ce259643d8 [2020-08-04T07:54:43.398Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-04T07:54:43.973Z] Removing intermediate container c136b4b3f72d [2020-08-04T07:54:43.973Z] ---> 48c7d5380991 [2020-08-04T07:54:43.973Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-04T07:54:43.973Z] ---> Running in 5b857d5a69f1 [2020-08-04T07:54:44.246Z] Removing intermediate container 568eff490a95 [2020-08-04T07:54:44.246Z] ---> 53b7f7c3b275 [2020-08-04T07:54:44.246Z] [2020-08-04T07:54:44.246Z] Step 10/23 : FROM scratch [2020-08-04T07:54:44.246Z] ---> [2020-08-04T07:54:44.246Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T07:54:44.246Z] Removing intermediate container aee217973c73 [2020-08-04T07:54:44.246Z] ---> 583fec5c8d33 [2020-08-04T07:54:44.246Z] [2020-08-04T07:54:44.246Z] Step 10/26 : FROM alpine:3.10 [2020-08-04T07:54:44.246Z] ---> Running in bbfa8cfac373 [2020-08-04T07:54:44.246Z] ---> 8a747f9c4e73 [2020-08-04T07:54:44.246Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-04T07:54:44.517Z] 3.10: Pulling from library/alpine [2020-08-04T07:54:44.517Z] Removing intermediate container bbfa8cfac373 [2020-08-04T07:54:44.517Z] ---> fc1cde0a7234 [2020-08-04T07:54:44.517Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-04T07:54:44.784Z] ---> Running in 85a65e2ab6fb [2020-08-04T07:54:45.046Z] ---> 12558ac1600b [2020-08-04T07:54:45.046Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-04T07:54:45.307Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-04T07:54:45.307Z] Removing intermediate container 85a65e2ab6fb [2020-08-04T07:54:45.307Z] ---> 414fbe792efe [2020-08-04T07:54:45.307Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-04T07:54:45.307Z] Status: Downloaded newer image for alpine:3.10 [2020-08-04T07:54:45.307Z] ---> be4e4bea2c2e [2020-08-04T07:54:45.307Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-04T07:54:45.567Z] ---> Running in 093f494fd411 [2020-08-04T07:54:45.828Z] ---> Running in 9dddf559d943 [2020-08-04T07:54:45.828Z] ---> 21ad79c6c81d [2020-08-04T07:54:45.828Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:54:45.838Z] Sending build context to Docker daemon 323.1MB [2020-08-04T07:54:45.838Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-04T07:54:45.838Z] Step 2/7 : FROM ${BASE} [2020-08-04T07:54:45.838Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-04T07:54:45.838Z] b538f80385f9: Pulling fs layer [2020-08-04T07:54:45.838Z] 74f711af9a0d: Pulling fs layer [2020-08-04T07:54:45.838Z] 99f96fe45779: Pulling fs layer [2020-08-04T07:54:45.838Z] fd7a069fd194: Pulling fs layer [2020-08-04T07:54:45.838Z] 66aa3694b03b: Pulling fs layer [2020-08-04T07:54:45.838Z] 170f70906a0f: Pulling fs layer [2020-08-04T07:54:45.838Z] ad7c5574e4b9: Pulling fs layer [2020-08-04T07:54:45.838Z] e772456be8f7: Pulling fs layer [2020-08-04T07:54:45.838Z] c890913d741a: Pulling fs layer [2020-08-04T07:54:45.838Z] 2480fcc9aa5a: Pulling fs layer [2020-08-04T07:54:45.838Z] 09adf4765672: Pulling fs layer [2020-08-04T07:54:45.838Z] ad7c5574e4b9: Waiting [2020-08-04T07:54:45.838Z] e772456be8f7: Waiting [2020-08-04T07:54:45.838Z] fd7a069fd194: Waiting [2020-08-04T07:54:45.838Z] c890913d741a: Waiting [2020-08-04T07:54:45.838Z] 2480fcc9aa5a: Waiting [2020-08-04T07:54:45.838Z] 09adf4765672: Waiting [2020-08-04T07:54:46.092Z] ---> Running in 6af6a62be306 [2020-08-04T07:54:46.092Z] Removing intermediate container 093f494fd411 [2020-08-04T07:54:46.092Z] ---> 3951b7444fda [2020-08-04T07:54:46.092Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-04T07:54:46.092Z] Removing intermediate container 5b857d5a69f1 [2020-08-04T07:54:46.092Z] ---> 14ac579956b9 [2020-08-04T07:54:46.092Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T07:54:46.114Z] 170f70906a0f: Waiting [2020-08-04T07:54:46.114Z] 99f96fe45779: Verifying Checksum [2020-08-04T07:54:46.114Z] 99f96fe45779: Download complete [2020-08-04T07:54:46.114Z] 74f711af9a0d: Verifying Checksum [2020-08-04T07:54:46.114Z] 74f711af9a0d: Download complete [2020-08-04T07:54:46.114Z] 66aa3694b03b: Verifying Checksum [2020-08-04T07:54:46.114Z] 66aa3694b03b: Download complete [2020-08-04T07:54:46.114Z] 170f70906a0f: Verifying Checksum [2020-08-04T07:54:46.114Z] 170f70906a0f: Download complete [2020-08-04T07:54:46.114Z] b538f80385f9: Verifying Checksum [2020-08-04T07:54:46.114Z] b538f80385f9: Download complete [2020-08-04T07:54:46.354Z] Removing intermediate container 6af6a62be306 [2020-08-04T07:54:46.354Z] ---> ed0d3693c1b7 [2020-08-04T07:54:46.354Z] Step 18/20 : LABEL arch=x86_64 [2020-08-04T07:54:46.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:54:46.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:54:46.723Z] b538f80385f9: Pull complete [2020-08-04T07:54:46.907Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-04T07:54:46.907Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-04T07:54:46.907Z] OK: 10346 distinct packages available [2020-08-04T07:54:46.907Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-04T07:54:46.907Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-04T07:54:46.907Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-04T07:54:46.907Z] (4/5) Installing curl (7.66.0-r0) [2020-08-04T07:54:46.907Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-04T07:54:47.233Z] Executing busybox-1.30.1-r3.trigger [2020-08-04T07:54:47.233Z] Executing ca-certificates-20191127-r2.trigger [2020-08-04T07:54:47.233Z] OK: 7 MiB in 19 packages [2020-08-04T07:54:47.326Z] 74f711af9a0d: Pull complete [2020-08-04T07:54:47.504Z] ---> 68face1557a6 [2020-08-04T07:54:47.504Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-04T07:54:47.504Z] ---> Running in 1794021a168b [2020-08-04T07:54:47.921Z] 99f96fe45779: Pull complete [2020-08-04T07:54:49.913Z] ad7c5574e4b9: Verifying Checksum [2020-08-04T07:54:49.913Z] ad7c5574e4b9: Download complete [2020-08-04T07:54:49.913Z] c890913d741a: Verifying Checksum [2020-08-04T07:54:49.913Z] c890913d741a: Download complete [2020-08-04T07:54:51.348Z] e772456be8f7: Verifying Checksum [2020-08-04T07:54:51.348Z] e772456be8f7: Download complete [2020-08-04T07:54:51.348Z] 2480fcc9aa5a: Verifying Checksum [2020-08-04T07:54:51.348Z] 2480fcc9aa5a: Download complete [2020-08-04T07:54:51.348Z] 09adf4765672: Download complete [2020-08-04T07:54:51.717Z] ---> 17985fc19579 [2020-08-04T07:54:51.717Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T07:54:51.717Z] ---> ea4bd13a4d2c [2020-08-04T07:54:51.717Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-04T07:54:51.717Z] ---> Running in e7a2f8a3496b [2020-08-04T07:54:51.717Z] Removing intermediate container 1794021a168b [2020-08-04T07:54:51.717Z] ---> 0e6c3031d678 [2020-08-04T07:54:51.717Z] Step 19/20 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:54:51.717Z] Removing intermediate container f8c54fbe0f43 [2020-08-04T07:54:51.717Z] ---> 45c69538cfe2 [2020-08-04T07:54:51.717Z] [2020-08-04T07:54:51.717Z] Step 10/21 : FROM scratch [2020-08-04T07:54:51.717Z] ---> [2020-08-04T07:54:51.717Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:54:51.717Z] ---> Using cache [2020-08-04T07:54:51.717Z] ---> 9277558684c3 [2020-08-04T07:54:51.717Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-04T07:54:51.977Z] ---> Running in 2f5f8350953a [2020-08-04T07:54:52.239Z] ---> Running in 48a603c22a73 [2020-08-04T07:54:52.239Z] Removing intermediate container 9dddf559d943 [2020-08-04T07:54:52.239Z] ---> b994a87e6819 [2020-08-04T07:54:52.239Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T07:54:52.239Z] ---> 45cc5967d9d7 [2020-08-04T07:54:52.239Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-04T07:54:52.320Z] fd7a069fd194: Verifying Checksum [2020-08-04T07:54:52.320Z] fd7a069fd194: Download complete [2020-08-04T07:54:52.499Z] ---> Running in e0b4925bc424 [2020-08-04T07:54:52.499Z] Removing intermediate container 2f5f8350953a [2020-08-04T07:54:52.499Z] ---> 32c2b56cf9e6 [2020-08-04T07:54:52.499Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T07:54:52.499Z] Removing intermediate container 48a603c22a73 [2020-08-04T07:54:52.499Z] ---> 75828f154e6c [2020-08-04T07:54:52.499Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T07:54:52.761Z] ---> Running in f1d8f0b554b6 [2020-08-04T07:54:52.761Z] ---> Running in cbac59bd706b [2020-08-04T07:54:52.761Z] ---> 8ed452a57a06 [2020-08-04T07:54:52.761Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-04T07:54:52.761Z] Removing intermediate container e0b4925bc424 [2020-08-04T07:54:52.761Z] ---> 2a957ee0128e [2020-08-04T07:54:52.761Z] Step 13/26 : WORKDIR / [2020-08-04T07:54:53.028Z] ---> Running in 0b18e45c22b4 [2020-08-04T07:54:53.292Z] Removing intermediate container f1d8f0b554b6 [2020-08-04T07:54:53.292Z] ---> 3ec31ee9b76a [2020-08-04T07:54:53.292Z] [2020-08-04T07:54:53.292Z] Removing intermediate container cbac59bd706b [2020-08-04T07:54:53.292Z] ---> 1d51e46b3572 [2020-08-04T07:54:53.292Z] Step 14/21 : WORKDIR / [2020-08-04T07:54:53.292Z] ---> Running in e56b4def1849 [2020-08-04T07:54:53.292Z] Removing intermediate container 0b18e45c22b4 [2020-08-04T07:54:53.292Z] ---> 2932982c9a2f [2020-08-04T07:54:53.292Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-04T07:54:53.557Z] Successfully built 3ec31ee9b76a [2020-08-04T07:54:53.557Z] ---> e92e22efac2f [2020-08-04T07:54:53.557Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-04T07:54:53.557Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-04T07:54:53.557Z] Building docker-core-data-go [2020-08-04T07:54:53.557Z]  Building docker-support-scheduler-go ... done Removing intermediate container e7a2f8a3496b [2020-08-04T07:54:53.557Z] ---> e8e4999d3843 [2020-08-04T07:54:53.557Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-04T07:54:53.557Z] ---> Running in 2c301e8aeb21 [2020-08-04T07:54:53.817Z] Removing intermediate container e56b4def1849 [2020-08-04T07:54:53.817Z] ---> 267abf5e30d2 [2020-08-04T07:54:53.817Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-04T07:54:54.390Z] ---> e0b9aa8e8106 [2020-08-04T07:54:54.390Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:54:54.390Z] ---> ac86ad86d06c [2020-08-04T07:54:54.390Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-04T07:54:54.390Z] ---> 8ebd93035204 [2020-08-04T07:54:54.390Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-04T07:54:58.603Z] ---> Running in bf4ac8e6f351 [2020-08-04T07:54:58.863Z] ---> 796c59ea1737 [2020-08-04T07:54:58.863Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-04T07:54:58.863Z] ---> 773e790e2814 [2020-08-04T07:54:58.863Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-04T07:54:59.437Z] Removing intermediate container bf4ac8e6f351 [2020-08-04T07:54:59.437Z] ---> c53749f0b197 [2020-08-04T07:54:59.437Z] Step 21/23 : LABEL arch=x86_64 [2020-08-04T07:54:59.706Z] ---> 3b5efad8c0d5 [2020-08-04T07:54:59.706Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml ---> 1f4a7dab0469 [2020-08-04T07:54:59.706Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:54:59.706Z] [2020-08-04T07:55:00.286Z] Removing intermediate container 2c301e8aeb21 [2020-08-04T07:55:00.286Z] ---> a25312153d8e [2020-08-04T07:55:00.286Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T07:55:00.548Z] ---> Running in 6032add75ad7 [2020-08-04T07:55:00.548Z] ---> Running in c577cdff5416 [2020-08-04T07:55:01.132Z] ---> Running in f9ac4958c999 [2020-08-04T07:55:01.394Z] ---> 280eb0132bb5 [2020-08-04T07:55:01.394Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-04T07:55:03.326Z] Removing intermediate container 6032add75ad7 [2020-08-04T07:55:03.326Z] ---> cb82e70a412b [2020-08-04T07:55:03.326Z] Step 22/23 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:55:03.326Z] Removing intermediate container c577cdff5416 [2020-08-04T07:55:03.326Z] ---> 11963a754ff6 [2020-08-04T07:55:03.326Z] Step 19/21 : LABEL arch=x86_64 [2020-08-04T07:55:03.326Z] Removing intermediate container f9ac4958c999 [2020-08-04T07:55:03.326Z] ---> ac51c26d5784 [2020-08-04T07:55:03.326Z] Step 26/29 : CMD [ "generate" ] [2020-08-04T07:55:04.719Z] ---> 285859c1694b [2020-08-04T07:55:04.720Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-04T07:55:04.751Z] fd7a069fd194: Pull complete [2020-08-04T07:55:04.751Z] 66aa3694b03b: Pull complete [2020-08-04T07:55:04.751Z] 170f70906a0f: Pull complete [2020-08-04T07:55:04.998Z] ---> Running in 3a13b109f631 [2020-08-04T07:55:04.998Z] ---> Running in 484253f28f74 [2020-08-04T07:55:04.998Z] ---> Running in 4c9bc4a5531e [2020-08-04T07:55:05.574Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:55:05.574Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:55:05.574Z] ---> e77070c16da8 [2020-08-04T07:55:05.574Z] Step 3/22 : WORKDIR /edgex-go [2020-08-04T07:55:05.574Z] ---> Using cache [2020-08-04T07:55:05.574Z] ---> 11376e1fa9fc [2020-08-04T07:55:05.574Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:55:05.574Z] ---> Using cache [2020-08-04T07:55:05.574Z] ---> 9b6fd80266e8 [2020-08-04T07:55:05.574Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-04T07:55:06.516Z] ---> 3da51dbd3d95 [2020-08-04T07:55:06.516Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-04T07:55:06.516Z] Removing intermediate container 3a13b109f631 [2020-08-04T07:55:06.516Z] ---> 1f07dae6a309 [2020-08-04T07:55:06.516Z] Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:55:06.516Z] Removing intermediate container 484253f28f74 [2020-08-04T07:55:06.516Z] ---> 2ca3c237583e [2020-08-04T07:55:06.516Z] Step 23/23 : LABEL version=0.0.0 [2020-08-04T07:55:06.516Z] Removing intermediate container 4c9bc4a5531e [2020-08-04T07:55:06.516Z] ---> 3e6ca5264e36 [2020-08-04T07:55:06.516Z] Step 27/29 : LABEL arch=x86_64 [2020-08-04T07:55:06.516Z] ---> Running in 2300fe675e69 [2020-08-04T07:55:06.516Z] ---> Running in f05c8c3a8560 [2020-08-04T07:55:06.516Z] ---> Running in 306f7e7e5066 [2020-08-04T07:55:06.516Z] ---> Running in acb71fb9507c [2020-08-04T07:55:06.780Z] Removing intermediate container f05c8c3a8560 [2020-08-04T07:55:06.780Z] ---> e6e7a80407ba [2020-08-04T07:55:06.780Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T07:55:06.780Z] Removing intermediate container 306f7e7e5066 [2020-08-04T07:55:06.780Z] ---> b2cfcb0d44a8 [2020-08-04T07:55:06.780Z] [2020-08-04T07:55:07.044Z] ---> 83f7fe0a97b7 [2020-08-04T07:55:07.044Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T07:55:07.044Z] Removing intermediate container acb71fb9507c [2020-08-04T07:55:07.044Z] ---> ded077e5b548 [2020-08-04T07:55:07.045Z] Step 28/29 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:55:07.045Z] ---> Running in 7f07f8d09077 [2020-08-04T07:55:07.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:55:07.045Z] ---> Running in 363dd99fe707 [2020-08-04T07:55:07.045Z] Successfully built b2cfcb0d44a8 [2020-08-04T07:55:07.045Z] Successfully tagged docker-support-notifications-go:latest [2020-08-04T07:55:07.311Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-08-04T07:55:07.311Z] Removing intermediate container 7f07f8d09077 [2020-08-04T07:55:07.311Z] ---> 70611d3517d6 [2020-08-04T07:55:07.311Z] [2020-08-04T07:55:07.311Z] ---> 31b71aec76b9 [2020-08-04T07:55:07.311Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T07:55:07.311Z] Successfully built 70611d3517d6 [2020-08-04T07:55:07.573Z] Successfully tagged docker-core-command-go:latest [2020-08-04T07:55:07.573Z] Building docker-support-logging-go [2020-08-04T07:55:07.573Z]  Building docker-core-command-go ... done Removing intermediate container 363dd99fe707 [2020-08-04T07:55:07.573Z] ---> f54fe40a09be [2020-08-04T07:55:07.573Z] Step 29/29 : LABEL version=0.0.0 [2020-08-04T07:55:07.837Z] ---> Running in 5fb07cd3dab1 [2020-08-04T07:55:07.837Z] ---> Running in 906d25752439 [2020-08-04T07:55:08.136Z] ad7c5574e4b9: Pull complete [2020-08-04T07:55:09.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:55:11.147Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:55:11.147Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:55:11.147Z] OK: 12749 distinct packages available [2020-08-04T07:55:11.408Z] OK: 233 MiB in 51 packages [2020-08-04T07:55:11.525Z] e772456be8f7: Pull complete [2020-08-04T07:55:12.122Z] c890913d741a: Pull complete [2020-08-04T07:55:13.957Z] Removing intermediate container 906d25752439 [2020-08-04T07:55:13.957Z] ---> ff3b235b0214 [2020-08-04T07:55:13.957Z] [2020-08-04T07:55:13.957Z] Successfully built ff3b235b0214 [2020-08-04T07:55:13.957Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-04T07:55:13.957Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-08-04T07:55:14.737Z] 2480fcc9aa5a: Pull complete [2020-08-04T07:55:14.738Z] 09adf4765672: Pull complete [2020-08-04T07:55:14.738Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-04T07:55:14.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-04T07:55:14.738Z] ---> 2248a725d1cf [2020-08-04T07:55:14.738Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-04T07:55:19.273Z] Removing intermediate container 5fb07cd3dab1 [2020-08-04T07:55:19.273Z] ---> 655de3b057fe [2020-08-04T07:55:19.273Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T07:55:19.273Z] Removing intermediate container 2300fe675e69 [2020-08-04T07:55:19.273Z] ---> 907d37d14080 [2020-08-04T07:55:19.273Z] Step 6/22 : COPY go.mod . [2020-08-04T07:55:20.680Z] ---> Running in 4002cc36b3cb [2020-08-04T07:55:20.948Z] ---> 5326a77982d7 [2020-08-04T07:55:20.948Z] Step 7/22 : RUN go mod download [2020-08-04T07:55:21.905Z] ---> Running in f52c99f4f518 [2020-08-04T07:55:22.192Z] Removing intermediate container 4002cc36b3cb [2020-08-04T07:55:22.192Z] ---> 489540562187 [2020-08-04T07:55:22.192Z] Step 24/26 : LABEL arch=x86_64 [2020-08-04T07:55:23.012Z] ---> Running in 775cf160c264 [2020-08-04T07:55:23.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:55:23.616Z] ---> Running in c6ec0016fa7e [2020-08-04T07:55:24.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:55:26.131Z] (1/12) Installing libmagic (5.38-r0) [2020-08-04T07:55:26.724Z] (2/12) Installing file (5.38-r0) [2020-08-04T07:55:26.724Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-04T07:55:26.724Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-04T07:55:27.041Z] Removing intermediate container c6ec0016fa7e [2020-08-04T07:55:27.042Z] ---> 150ccf9aedca [2020-08-04T07:55:27.042Z] Step 25/26 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:55:27.042Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:55:27.042Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:55:27.042Z] ---> e77070c16da8 [2020-08-04T07:55:27.042Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T07:55:27.042Z] ---> Using cache [2020-08-04T07:55:27.042Z] ---> 11376e1fa9fc [2020-08-04T07:55:27.042Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:55:27.042Z] ---> Using cache [2020-08-04T07:55:27.042Z] ---> 9b6fd80266e8 [2020-08-04T07:55:27.042Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-04T07:55:27.042Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:55:27.042Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:55:27.042Z] ---> e77070c16da8 [2020-08-04T07:55:27.042Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T07:55:27.042Z] ---> Using cache [2020-08-04T07:55:27.042Z] ---> 11376e1fa9fc [2020-08-04T07:55:27.042Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:55:27.042Z] ---> Using cache [2020-08-04T07:55:27.042Z] ---> 9b6fd80266e8 [2020-08-04T07:55:27.042Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-04T07:55:28.961Z] ---> Running in 8ef3c8f9fbea [2020-08-04T07:55:29.907Z] ---> Running in 0d2121c03e5d [2020-08-04T07:55:29.907Z] ---> Running in 50c89efd7b01 [2020-08-04T07:55:30.489Z] Removing intermediate container 8ef3c8f9fbea [2020-08-04T07:55:30.489Z] ---> 58f9a85519ea [2020-08-04T07:55:30.489Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T07:55:30.489Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:55:30.489Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:55:30.489Z] ---> e77070c16da8 [2020-08-04T07:55:30.489Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T07:55:30.489Z] ---> Using cache [2020-08-04T07:55:30.489Z] ---> 11376e1fa9fc [2020-08-04T07:55:30.489Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:55:30.489Z] ---> Using cache [2020-08-04T07:55:30.489Z] ---> 9b6fd80266e8 [2020-08-04T07:55:30.489Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T07:55:30.489Z] ---> Using cache [2020-08-04T07:55:30.489Z] ---> 3246a46dc7e0 [2020-08-04T07:55:30.489Z] Step 6/20 : COPY go.mod . [2020-08-04T07:55:30.489Z] ---> Using cache [2020-08-04T07:55:30.489Z] ---> db986df9c2d0 [2020-08-04T07:55:30.489Z] Step 7/20 : RUN go mod download [2020-08-04T07:55:30.489Z] ---> Using cache [2020-08-04T07:55:30.489Z] ---> db28f460e4cd [2020-08-04T07:55:30.489Z] Step 8/20 : COPY . . [2020-08-04T07:55:30.489Z] ---> Using cache [2020-08-04T07:55:30.489Z] ---> 4b0f5668087f [2020-08-04T07:55:30.489Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-04T07:55:31.436Z] ---> Running in a8f01dfaa84d [2020-08-04T07:55:31.436Z] ---> Running in 9b285b507702 [2020-08-04T07:55:31.697Z] Removing intermediate container f52c99f4f518 [2020-08-04T07:55:31.697Z] ---> b71884b0e8df [2020-08-04T07:55:31.697Z] Step 8/22 : COPY . . [2020-08-04T07:55:31.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:55:31.697Z] Removing intermediate container a8f01dfaa84d [2020-08-04T07:55:31.697Z] ---> 1b8a4a198676 [2020-08-04T07:55:31.697Z] [2020-08-04T07:55:31.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:55:31.958Z] Successfully built 1b8a4a198676 [2020-08-04T07:55:31.958Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-04T07:55:31.958Z] Building docker-core-metadata-go [2020-08-04T07:55:32.220Z]  Building docker-security-secretstore-setup-go ... done 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 [2020-08-04T07:55:33.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:55:33.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:55:35.359Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:55:35.359Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:55:35.359Z] OK: 12749 distinct packages available [2020-08-04T07:55:35.359Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:55:35.359Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:55:35.359Z] OK: 12749 distinct packages available [2020-08-04T07:55:35.626Z] OK: 233 MiB in 51 packages [2020-08-04T07:55:35.887Z] OK: 233 MiB in 51 packages [2020-08-04T07:55:36.461Z] OK: 233 MiB in 51 packages [2020-08-04T07:55:42.151Z] Removing intermediate container 0d2121c03e5d [2020-08-04T07:55:42.151Z] ---> 60a25060fedb [2020-08-04T07:55:42.151Z] Step 6/26 : COPY go.mod . [2020-08-04T07:55:42.732Z] Removing intermediate container 50c89efd7b01 [2020-08-04T07:55:42.733Z] ---> 9f1db96008e5 [2020-08-04T07:55:42.733Z] Step 6/21 : COPY go.mod . [2020-08-04T07:55:43.688Z] ---> a67070bc26b7 [2020-08-04T07:55:43.688Z] Step 7/26 : RUN go mod download [2020-08-04T07:55:44.671Z] ---> 6d7a65bd7338 [2020-08-04T07:55:44.671Z] Step 7/21 : RUN go mod download [2020-08-04T07:55:44.671Z] ---> Running in 450aa27775ce [2020-08-04T07:55:44.938Z] ---> Running in 359d7f458ded [2020-08-04T07:55:44.990Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-04T07:55:44.990Z] (6/12) Installing patch (2.7.6-r6) [2020-08-04T07:55:44.990Z] (7/12) Installing build-base (0.5-r2) [2020-08-04T07:55:44.990Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-04T07:55:44.990Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-04T07:55:44.990Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-04T07:55:44.990Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-04T07:55:44.990Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-04T07:55:44.990Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:55:44.990Z] OK: 217 MiB in 51 packages [2020-08-04T07:55:48.387Z] Removing intermediate container 775cf160c264 [2020-08-04T07:55:48.387Z] ---> 3a7192b2a566 [2020-08-04T07:55:48.387Z] Step 4/7 : WORKDIR /edgex-go [2020-08-04T07:55:48.387Z] ---> Running in ed8d99ac597d [2020-08-04T07:55:48.660Z] Removing intermediate container ed8d99ac597d [2020-08-04T07:55:48.660Z] ---> 3720e855a086 [2020-08-04T07:55:48.660Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-04T07:55:48.932Z] latest: Pulling from library/docker [2020-08-04T07:55:48.932Z] b538f80385f9: Already exists [2020-08-04T07:55:48.932Z] 259a493cd78d: Pulling fs layer [2020-08-04T07:55:48.932Z] b8e66b5100f5: Pulling fs layer [2020-08-04T07:55:48.932Z] 39dc9c94d07c: Pulling fs layer [2020-08-04T07:55:48.932Z] 551b823b3b82: Pulling fs layer [2020-08-04T07:55:48.932Z] 3c52a74df98c: Pulling fs layer [2020-08-04T07:55:48.932Z] 6c9b121b6998: Pulling fs layer [2020-08-04T07:55:48.932Z] 551b823b3b82: Waiting [2020-08-04T07:55:48.932Z] 3c52a74df98c: Waiting [2020-08-04T07:55:48.932Z] 6c9b121b6998: Waiting [2020-08-04T07:55:49.207Z] b8e66b5100f5: Verifying Checksum [2020-08-04T07:55:49.207Z] b8e66b5100f5: Download complete [2020-08-04T07:55:49.207Z] 259a493cd78d: Verifying Checksum [2020-08-04T07:55:49.207Z] 259a493cd78d: Download complete [2020-08-04T07:55:49.207Z] 551b823b3b82: Verifying Checksum [2020-08-04T07:55:49.207Z] 551b823b3b82: Download complete [2020-08-04T07:55:49.207Z] 3c52a74df98c: Verifying Checksum [2020-08-04T07:55:49.207Z] 3c52a74df98c: Download complete [2020-08-04T07:55:49.480Z] 6c9b121b6998: Verifying Checksum [2020-08-04T07:55:49.480Z] 6c9b121b6998: Download complete [2020-08-04T07:55:49.754Z] 259a493cd78d: Pull complete [2020-08-04T07:55:50.353Z] b8e66b5100f5: Pull complete [2020-08-04T07:55:50.950Z] 39dc9c94d07c: Verifying Checksum [2020-08-04T07:55:50.950Z] 39dc9c94d07c: Download complete [2020-08-04T07:55:53.141Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:55:53.141Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:55:53.141Z] ---> e77070c16da8 [2020-08-04T07:55:53.141Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T07:55:53.141Z] ---> Using cache [2020-08-04T07:55:53.141Z] ---> 11376e1fa9fc [2020-08-04T07:55:53.141Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:55:53.141Z] ---> Using cache [2020-08-04T07:55:53.141Z] ---> 9b6fd80266e8 [2020-08-04T07:55:53.141Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T07:55:53.141Z] ---> Using cache [2020-08-04T07:55:53.141Z] ---> 3246a46dc7e0 [2020-08-04T07:55:53.141Z] Step 6/21 : COPY go.mod . [2020-08-04T07:55:53.141Z] ---> Using cache [2020-08-04T07:55:53.141Z] ---> db986df9c2d0 [2020-08-04T07:55:53.141Z] Step 7/21 : RUN go mod download [2020-08-04T07:55:53.141Z] ---> Using cache [2020-08-04T07:55:53.141Z] ---> db28f460e4cd [2020-08-04T07:55:53.141Z] Step 8/21 : COPY . . [2020-08-04T07:55:53.141Z] ---> Using cache [2020-08-04T07:55:53.141Z] ---> 4b0f5668087f [2020-08-04T07:55:53.141Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-04T07:55:53.141Z] Removing intermediate container 450aa27775ce [2020-08-04T07:55:53.141Z] ---> 10111f2ed683 [2020-08-04T07:55:53.141Z] Step 8/26 : COPY . . [2020-08-04T07:55:54.096Z] ---> Running in 8ee5eeaf5af1 [2020-08-04T07:55:54.343Z] 39dc9c94d07c: Pull complete [2020-08-04T07:55:54.343Z] 551b823b3b82: Pull complete [2020-08-04T07:55:54.615Z] 3c52a74df98c: Pull complete [2020-08-04T07:55:55.215Z] 6c9b121b6998: Pull complete [2020-08-04T07:55:55.215Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-04T07:55:55.215Z] Status: Downloaded newer image for docker:latest [2020-08-04T07:55:55.497Z] Removing intermediate container 359d7f458ded [2020-08-04T07:55:55.497Z] ---> a5e41b46f0f0 [2020-08-04T07:55:55.497Z] Step 8/21 : COPY . . [2020-08-04T07:55:58.042Z] ---> 8166b7e19fd8 [2020-08-04T07:55:58.042Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-04T07:55:59.525Z] ---> 22dec6f75670 [2020-08-04T07:55:59.525Z] Step 6/7 : COPY go.mod . [2020-08-04T07:55:59.525Z] ---> 6a2f67c5a2dc [2020-08-04T07:55:59.525Z] Step 7/7 : RUN go mod download [2020-08-04T07:55:59.798Z] ---> Running in 398bb2b56d8a [2020-08-04T07:56:01.358Z] 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 [2020-08-04T07:56:03.179Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-04T07:56:03.179Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T07:56:03.179Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-04T07:56:03.179Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-04T07:56:03.179Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T07:56:03.179Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-04T07:56:03.179Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-04T07:56:03.179Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T07:56:03.179Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-04T07:56:03.179Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-04T07:56:03.179Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-04T07:56:03.179Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-04T07:56:03.179Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-04T07:56:03.179Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T07:56:03.179Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-04T07:56:03.179Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-04T07:56:03.179Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-04T07:56:03.179Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T07:56:03.451Z] go: finding github.com/fatih/color v1.7.0 [2020-08-04T07:56:03.451Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-04T07:56:03.451Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T07:56:03.451Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-04T07:56:03.451Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T07:56:03.451Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T07:56:03.451Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-04T07:56:03.451Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-04T07:56:03.452Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-04T07:56:03.452Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-04T07:56:03.725Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-04T07:56:03.725Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T07:56:03.725Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-04T07:56:03.725Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-04T07:56:03.725Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-04T07:56:03.725Z] go: finding github.com/google/uuid v1.1.0 [2020-08-04T07:56:03.725Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T07:56:03.725Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T07:56:03.725Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-04T07:56:03.725Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-04T07:56:03.725Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T07:56:04.001Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T07:56:04.001Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-04T07:56:04.001Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-04T07:56:04.001Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T07:56:04.001Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-04T07:56:04.001Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-04T07:56:04.001Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-04T07:56:04.001Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-04T07:56:04.001Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-04T07:56:04.275Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-04T07:56:04.275Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-04T07:56:04.275Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-04T07:56:04.275Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T07:56:04.275Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-04T07:56:04.275Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-04T07:56:04.275Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T07:56:04.275Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-04T07:56:04.548Z] go: finding github.com/kr/pty v1.1.1 [2020-08-04T07:56:04.548Z] go: finding github.com/kr/text v0.1.0 [2020-08-04T07:56:04.548Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-04T07:56:04.548Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-04T07:56:04.548Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-04T07:56:04.548Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-04T07:56:04.548Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-04T07:56:04.548Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T07:56:04.548Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T07:56:04.548Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-04T07:56:04.678Z] ---> Running in 547e6eebaaff [2020-08-04T07:56:04.822Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-04T07:56:04.822Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-04T07:56:04.822Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-04T07:56:04.822Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T07:56:04.822Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T07:56:04.822Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-04T07:56:04.822Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-04T07:56:04.822Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-04T07:56:04.822Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-04T07:56:04.822Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T07:56:05.093Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T07:56:05.093Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T07:56:05.093Z] go: finding github.com/posener/complete v1.1.1 [2020-08-04T07:56:05.093Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-04T07:56:05.093Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-04T07:56:05.093Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-04T07:56:05.093Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T07:56:05.093Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T07:56:05.093Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-04T07:56:05.093Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T07:56:05.093Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-04T07:56:05.365Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-04T07:56:05.365Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-04T07:56:05.365Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-04T07:56:05.365Z] go: finding golang.org/x/text v0.3.2 [2020-08-04T07:56:05.365Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-04T07:56:05.365Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-04T07:56:05.365Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-04T07:56:05.365Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-04T07:56:05.365Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-04T07:56:05.365Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T07:56:08.149Z] 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 [2020-08-04T07:56:13.503Z] Removing intermediate container 9b285b507702 [2020-08-04T07:56:13.503Z] ---> 8209f15bd5dd [2020-08-04T07:56:13.503Z] [2020-08-04T07:56:13.503Z] Step 10/20 : FROM alpine [2020-08-04T07:56:13.503Z] ---> a24bb4013296 [2020-08-04T07:56:13.503Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-04T07:56:16.122Z] ---> Running in 7b318bf3a209 [2020-08-04T07:56:17.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:56:17.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:56:18.076Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:56:18.076Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:56:18.076Z] OK: 12749 distinct packages available [2020-08-04T07:56:18.347Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-04T07:56:18.617Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T07:56:18.617Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-04T07:56:18.617Z] (4/4) Installing curl (7.69.1-r0) [2020-08-04T07:56:18.617Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:56:18.617Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T07:56:18.893Z] OK: 7 MiB in 18 packages [2020-08-04T07:56:22.262Z] ---> 751b6fee048d [2020-08-04T07:56:22.262Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-04T07:56:23.212Z] Removing intermediate container 7b318bf3a209 [2020-08-04T07:56:23.212Z] ---> b8e6633d51ed [2020-08-04T07:56:23.212Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T07:56:23.478Z] ---> Running in 152566da3623 [2020-08-04T07:56:23.760Z] ---> 6d185b29bcd2 [2020-08-04T07:56:23.760Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-04T07:56:23.760Z] ---> Running in e16d52a0af1f [2020-08-04T07:56:24.035Z] ---> Running in 2a6142e12e38 [2020-08-04T07:56:24.307Z] Removing intermediate container e16d52a0af1f [2020-08-04T07:56:24.307Z] ---> ed0ebf4e407d [2020-08-04T07:56:24.307Z] Step 13/20 : WORKDIR /edgex [2020-08-04T07:56:24.573Z] ---> Running in b9f37ca439d9 [2020-08-04T07:56:24.844Z] 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 [2020-08-04T07:56:24.844Z] Removing intermediate container b9f37ca439d9 [2020-08-04T07:56:24.844Z] ---> e8bd52c263c3 [2020-08-04T07:56:24.844Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-04T07:56:24.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-04T07:56:25.422Z] ---> 583e09df45be [2020-08-04T07:56:25.422Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-04T07:56:26.392Z] ---> 9dd38bd72127 [2020-08-04T07:56:26.392Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-04T07:56:26.659Z] ---> Running in 745826929c22 [2020-08-04T07:56:26.926Z] Removing intermediate container 745826929c22 [2020-08-04T07:56:26.926Z] ---> c220ea28c93e [2020-08-04T07:56:26.926Z] Step 17/20 : CMD ["--init=true"] [2020-08-04T07:56:27.193Z] ---> Running in 4f8ed767dc5d [2020-08-04T07:56:27.458Z] Removing intermediate container 4f8ed767dc5d [2020-08-04T07:56:27.458Z] ---> 5826df32577f [2020-08-04T07:56:27.458Z] Step 18/20 : LABEL arch=x86_64 [2020-08-04T07:56:27.557Z] Removing intermediate container 398bb2b56d8a [2020-08-04T07:56:27.557Z] ---> c85edaa14c07 [2020-08-04T07:56:27.557Z] Successfully built c85edaa14c07 [2020-08-04T07:56:27.557Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-04T07:56:27.724Z] ---> Running in 1a2ad15242e8 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:56:28.234Z] + docker inspect -f . ci-base-image-arm64 [2020-08-04T07:56:28.234Z] . [Pipeline] withDockerContainer [2020-08-04T07:56:28.531Z] prd-ubuntu18.04-docker-arm64-4c-16g-2045 does not seem to be running inside a container [2020-08-04T07:56:28.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 ******** ci-base-image-arm64 cat [2020-08-04T07:56:28.698Z] Removing intermediate container 1a2ad15242e8 [2020-08-04T07:56:28.698Z] ---> e39e3d92707b [2020-08-04T07:56:28.698Z] Step 19/20 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:56:28.969Z] ---> Running in 8e55cd9515da [2020-08-04T07:56:29.564Z] Removing intermediate container 8e55cd9515da [2020-08-04T07:56:29.564Z] ---> cf9b97de6f92 [2020-08-04T07:56:29.564Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T07:56:29.564Z] ---> Running in ce175281a436 [2020-08-04T07:56:30.087Z] $ docker top d01350658426a41601a3ee1d85b708d2b4f4f46a958610cbaf7c57af789dd85a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T07:56:30.534Z] Removing intermediate container ce175281a436 [2020-08-04T07:56:30.534Z] ---> 58c35f2b8013 [2020-08-04T07:56:30.534Z] [2020-08-04T07:56:30.798Z] Successfully built 58c35f2b8013 [2020-08-04T07:56:30.798Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-04T07:56:31.167Z] + go version [2020-08-04T07:56:31.167Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-04T07:56:31.186Z] ========================================================= [2020-08-04T07:56:31.186Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-04T07:56:31.186Z] ========================================================= [Pipeline] sh [2020-08-04T07:56:31.835Z] + make test [2020-08-04T07:56:31.835Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-04T07:56:32.752Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8ee5eeaf5af1 [2020-08-04T07:56:32.752Z] ---> dabae02e3e5f [2020-08-04T07:56:32.752Z] [2020-08-04T07:56:32.752Z] Step 10/21 : FROM scratch [2020-08-04T07:56:32.752Z] ---> [2020-08-04T07:56:32.752Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:56:33.098Z] ---> Using cache [2020-08-04T07:56:33.098Z] ---> 9277558684c3 [2020-08-04T07:56:33.098Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-04T07:56:33.542Z] ---> Running in 0778f1d54fde [2020-08-04T07:56:33.964Z] Removing intermediate container 0778f1d54fde [2020-08-04T07:56:33.964Z] ---> 021f1c51e130 [2020-08-04T07:56:33.964Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T07:56:33.964Z] ---> Running in 31d39fe30559 [2020-08-04T07:56:34.244Z] Removing intermediate container 31d39fe30559 [2020-08-04T07:56:34.244Z] ---> 85fd4070ccb1 [2020-08-04T07:56:34.244Z] Step 14/21 : WORKDIR / [2020-08-04T07:56:34.244Z] ---> Running in a81fa25e83d6 [2020-08-04T07:56:34.472Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-04T07:56:34.524Z] Removing intermediate container a81fa25e83d6 [2020-08-04T07:56:34.525Z] ---> 662beb2ab82f [2020-08-04T07:56:34.525Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-04T07:56:35.128Z] ---> 7d4751699649 [2020-08-04T07:56:35.128Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-04T07:56:35.702Z] ---> 2beecb298352 [2020-08-04T07:56:35.702Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-04T07:56:36.277Z] ---> c2168999269b [2020-08-04T07:56:36.277Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:56:36.277Z] ---> Running in 8947d6aaa0d0 [2020-08-04T07:56:38.210Z] Removing intermediate container 8947d6aaa0d0 [2020-08-04T07:56:38.210Z] ---> e4a648166a08 [2020-08-04T07:56:38.210Z] Step 19/21 : LABEL arch=x86_64 [2020-08-04T07:56:38.497Z] ---> Running in 20f8aa981863 [2020-08-04T07:56:39.920Z] Removing intermediate container 20f8aa981863 [2020-08-04T07:56:39.920Z] ---> d3106068feb5 [2020-08-04T07:56:39.920Z] Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:56:40.211Z] ---> Running in 8ccaa3f29c69 [2020-08-04T07:56:41.622Z] Removing intermediate container 8ccaa3f29c69 [2020-08-04T07:56:41.622Z] ---> e0c42bc974f1 [2020-08-04T07:56:41.622Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T07:56:41.897Z] ---> Running in 7cc0d7eb7015 [2020-08-04T07:56:42.858Z] Removing intermediate container 7cc0d7eb7015 [2020-08-04T07:56:42.858Z] ---> 8c6ebba9eb8d [2020-08-04T07:56:42.858Z] [2020-08-04T07:56:42.858Z] Successfully built 8c6ebba9eb8d [2020-08-04T07:56:42.858Z] Successfully tagged docker-core-metadata-go:latest [2020-08-04T07:56:45.422Z]  Building docker-core-metadata-go ... done Removing intermediate container 547e6eebaaff [2020-08-04T07:56:45.422Z] ---> 1928baec7d20 [2020-08-04T07:56:45.422Z] [2020-08-04T07:56:45.422Z] Step 10/22 : FROM alpine [2020-08-04T07:56:45.422Z] ---> a24bb4013296 [2020-08-04T07:56:45.422Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:56:45.683Z] ---> Running in 8827c93f936c [2020-08-04T07:56:45.957Z] Removing intermediate container 8827c93f936c [2020-08-04T07:56:45.957Z] ---> 1481dc286884 [2020-08-04T07:56:45.957Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-04T07:56:45.957Z] ---> Running in b4f6fdb37645 [2020-08-04T07:56:49.257Z] Removing intermediate container b4f6fdb37645 [2020-08-04T07:56:49.257Z] ---> e2b86d370eb3 [2020-08-04T07:56:49.257Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-04T07:56:49.518Z] ---> Running in cd3558cd9af5 [2020-08-04T07:56:52.064Z] Removing intermediate container 152566da3623 [2020-08-04T07:56:52.064Z] ---> 328523eddeac [2020-08-04T07:56:52.064Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-04T07:56:52.064Z] Removing intermediate container 2a6142e12e38 [2020-08-04T07:56:52.064Z] ---> 72be26beb242 [2020-08-04T07:56:52.064Z] [2020-08-04T07:56:52.064Z] Step 10/21 : FROM scratch [2020-08-04T07:56:52.064Z] ---> [2020-08-04T07:56:52.064Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T07:56:52.064Z] ---> Using cache [2020-08-04T07:56:52.064Z] ---> fc1cde0a7234 [2020-08-04T07:56:52.064Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-04T07:56:52.064Z] ---> Running in ddf85b1d2cf4 [2020-08-04T07:56:52.064Z] Removing intermediate container cd3558cd9af5 [2020-08-04T07:56:52.064Z] ---> 50409e3c1c93 [2020-08-04T07:56:52.064Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:56:52.064Z] ---> Running in 2fc908ab16b6 [2020-08-04T07:56:52.325Z] ---> Running in 020e0cdacf6f [2020-08-04T07:56:52.585Z] Removing intermediate container 2fc908ab16b6 [2020-08-04T07:56:52.585Z] ---> 6f9934ee1216 [2020-08-04T07:56:52.585Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T07:56:52.585Z] ---> Running in 633e7674525f [2020-08-04T07:56:52.853Z] 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 [2020-08-04T07:56:52.853Z] Removing intermediate container 633e7674525f [2020-08-04T07:56:52.853Z] ---> a6d5a0ff3259 [2020-08-04T07:56:52.853Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-04T07:56:53.119Z] ---> f50c9c6386a4 [2020-08-04T07:56:53.119Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-04T07:56:53.691Z] ---> fdd7623aaa14 [2020-08-04T07:56:53.691Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-04T07:56:53.691Z] Removing intermediate container 020e0cdacf6f [2020-08-04T07:56:53.691Z] ---> f145de8e40b7 [2020-08-04T07:56:53.691Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-04T07:56:53.691Z] ---> Running in 440a851cfabf [2020-08-04T07:56:54.260Z] ---> acda1b2f41cb [2020-08-04T07:56:54.260Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-04T07:56:54.260Z] Removing intermediate container ddf85b1d2cf4 [2020-08-04T07:56:54.260Z] ---> 6570a3954a97 [2020-08-04T07:56:54.260Z] [2020-08-04T07:56:54.260Z] Step 11/26 : FROM docker:latest [2020-08-04T07:56:54.260Z] ---> 81f5749c9058 [2020-08-04T07:56:54.260Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-04T07:56:54.260Z] ---> Running in 95c687b3e080 [2020-08-04T07:56:54.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:56:54.522Z] ---> 09950ed10f78 [2020-08-04T07:56:54.522Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:56:54.522Z] ---> Running in 52939aa26ea6 [2020-08-04T07:56:54.784Z] Removing intermediate container 52939aa26ea6 [2020-08-04T07:56:54.784Z] ---> 2439de361697 [2020-08-04T07:56:54.784Z] Step 19/21 : LABEL arch=x86_64 [2020-08-04T07:56:54.784Z] ---> Running in 57842200bdcd [2020-08-04T07:56:54.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:56:55.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:56:55.047Z] Removing intermediate container 57842200bdcd [2020-08-04T07:56:55.047Z] ---> d51a7ea4bae6 [2020-08-04T07:56:55.047Z] Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:56:55.047Z] ---> Running in c796a4eb26c4 [2020-08-04T07:56:55.047Z] (1/2) Installing readline (8.0.4-r0) [2020-08-04T07:56:55.047Z] (2/2) Installing bash (5.0.17-r0) [2020-08-04T07:56:55.047Z] Executing bash-5.0.17-r0.post-install [2020-08-04T07:56:55.047Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:56:55.047Z] OK: 12 MiB in 22 packages [2020-08-04T07:56:55.307Z] Removing intermediate container c796a4eb26c4 [2020-08-04T07:56:55.307Z] ---> 6f830fca9182 [2020-08-04T07:56:55.307Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T07:56:55.307Z] ---> Running in 3756ce7e82ba [2020-08-04T07:56:55.569Z] Removing intermediate container 3756ce7e82ba [2020-08-04T07:56:55.569Z] ---> 1412b7689e39 [2020-08-04T07:56:55.569Z] [2020-08-04T07:56:55.569Z] Successfully built 1412b7689e39 [2020-08-04T07:56:55.829Z] Successfully tagged docker-support-logging-go:latest [2020-08-04T07:56:55.829Z]  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:56:55.829Z] Removing intermediate container 95c687b3e080 [2020-08-04T07:56:55.829Z] ---> 1064f1488ef7 [2020-08-04T07:56:55.829Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-04T07:56:55.829Z] ---> Running in b11aba1f72f0 [2020-08-04T07:56:56.773Z] Removing intermediate container b11aba1f72f0 [2020-08-04T07:56:56.773Z] ---> 463fda27412e [2020-08-04T07:56:56.773Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-04T07:56:56.773Z] ---> Running in e42616cbe9d5 [2020-08-04T07:56:56.773Z] Removing intermediate container e42616cbe9d5 [2020-08-04T07:56:56.773Z] ---> aa5fdac3c60d [2020-08-04T07:56:56.773Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-04T07:56:56.773Z] ---> Running in 2f3cf688739c [2020-08-04T07:56:57.037Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-04T07:56:57.037Z] Removing intermediate container 2f3cf688739c [2020-08-04T07:56:57.037Z] ---> 433fe49f7b79 [2020-08-04T07:56:57.037Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-04T07:56:57.037Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-04T07:56:57.037Z] ---> Running in 52de1b349914 [2020-08-04T07:56:57.297Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-04T07:56:57.297Z] Removing intermediate container 52de1b349914 [2020-08-04T07:56:57.297Z] ---> 71f3e126df76 [2020-08-04T07:56:57.297Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-04T07:56:57.557Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-04T07:56:57.822Z] ---> 52a7a8bc01f0 [2020-08-04T07:56:57.822Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-04T07:56:57.822Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-04T07:56:57.822Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:56:57.822Z] OK: 8 MiB in 19 packages [2020-08-04T07:56:58.082Z] ---> 588ee40fee58 [2020-08-04T07:56:58.083Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-04T07:56:58.347Z] ---> 2cc74da08cbc [2020-08-04T07:56:58.347Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-04T07:56:58.347Z] Removing intermediate container 440a851cfabf [2020-08-04T07:56:58.347Z] ---> a5a3998ef5c3 [2020-08-04T07:56:58.347Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-04T07:56:58.608Z] ---> Running in 195df5fccbbb [2020-08-04T07:56:58.869Z] ---> 24594189c149 [2020-08-04T07:56:58.869Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-04T07:56:58.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:56:58.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:56:59.130Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-04T07:56:59.130Z] (2/33) Installing expat (2.2.9-r1) [2020-08-04T07:56:59.130Z] (3/33) Installing libffi (3.3-r2) [2020-08-04T07:56:59.130Z] (4/33) Installing gdbm (1.13-r1) [2020-08-04T07:56:59.130Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-04T07:56:59.130Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-04T07:56:59.130Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-04T07:57:03.337Z] ---> 9999cbbcb9d5 [2020-08-04T07:57:03.337Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-04T07:57:03.337Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-04T07:57:03.337Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-04T07:57:03.337Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-04T07:57:03.337Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-04T07:57:03.337Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-04T07:57:03.337Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-04T07:57:03.602Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-04T07:57:03.602Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-04T07:57:03.602Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-04T07:57:03.602Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-04T07:57:03.602Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-04T07:57:03.602Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-04T07:57:03.602Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-04T07:57:04.543Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-04T07:57:04.803Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-04T07:57:04.804Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-04T07:57:04.804Z] ---> cdbc3278bbb0 [2020-08-04T07:57:04.804Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:57:05.066Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-04T07:57:05.066Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-04T07:57:05.066Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-04T07:57:05.066Z] ---> Running in d8788479f761 [2020-08-04T07:57:05.327Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-04T07:57:05.327Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-04T07:57:05.327Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-04T07:57:05.327Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-04T07:57:05.327Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-04T07:57:05.327Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-04T07:57:05.327Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-04T07:57:06.268Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:57:06.268Z] OK: 71 MiB in 55 packages [2020-08-04T07:57:06.268Z] Removing intermediate container d8788479f761 [2020-08-04T07:57:06.268Z] ---> 83204108799e [2020-08-04T07:57:06.268Z] Step 20/22 : LABEL arch=x86_64 [2020-08-04T07:57:06.532Z] ---> Running in a1f4d71f7382 [2020-08-04T07:57:06.532Z] Removing intermediate container a1f4d71f7382 [2020-08-04T07:57:06.532Z] ---> f8aeecf7b72d [2020-08-04T07:57:06.532Z] Step 21/22 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:57:06.791Z] ---> Running in 5109f44acbcb [2020-08-04T07:57:06.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-04T07:57:07.362Z] Removing intermediate container 5109f44acbcb [2020-08-04T07:57:07.362Z] ---> 25d95ca0689e [2020-08-04T07:57:07.362Z] Step 22/22 : LABEL version=0.0.0 [2020-08-04T07:57:10.662Z] ---> Running in c73e241ef570 [2020-08-04T07:57:11.605Z] Removing intermediate container c73e241ef570 [2020-08-04T07:57:11.605Z] ---> 9da3ff582b34 [2020-08-04T07:57:11.605Z] [2020-08-04T07:57:11.605Z] Removing intermediate container 195df5fccbbb [2020-08-04T07:57:11.605Z] ---> e289ae7f1656 [2020-08-04T07:57:11.605Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-04T07:57:11.605Z] Successfully built 9da3ff582b34 [2020-08-04T07:57:11.869Z] Successfully tagged docker-core-data-go:latest [2020-08-04T07:57:11.869Z]  Building docker-core-data-go ... done  ---> Running in edd852077130 [2020-08-04T07:57:13.253Z] Collecting docker-compose==1.23.2 [2020-08-04T07:57:13.253Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-04T07:57:13.513Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-04T07:57:13.513Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-04T07:57:13.774Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-04T07:57:13.774Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-04T07:57:13.774Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-04T07:57:13.774Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-04T07:57:14.343Z] Collecting PyYAML<4,>=3.10 [2020-08-04T07:57:14.344Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-04T07:57:15.284Z] Collecting jsonschema<3,>=2.5.1 [2020-08-04T07:57:15.284Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-04T07:57:15.284Z] Collecting cached-property<2,>=1.2.0 [2020-08-04T07:57:15.284Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-04T07:57:15.544Z] Collecting docker<4.0,>=3.6.0 [2020-08-04T07:57:15.544Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-04T07:57:15.544Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-04T07:57:15.544Z] Collecting docopt<0.7,>=0.6.1 [2020-08-04T07:57:15.544Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-04T07:57:16.213Z] Collecting texttable<0.10,>=0.9.0 [2020-08-04T07:57:16.213Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-04T07:57:16.507Z] 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) [2020-08-04T07:57:16.507Z] Collecting idna<2.8,>=2.5 [2020-08-04T07:57:16.507Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-04T07:57:16.781Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-04T07:57:16.781Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-04T07:57:16.781Z] 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) [2020-08-04T07:57:16.781Z] Collecting docker-pycreds>=0.4.0 [2020-08-04T07:57:16.781Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-04T07:57:16.781Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-04T07:57:16.781Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-04T07:57:16.781Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-04T07:57:16.781Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-04T07:57:17.040Z] Installing collected packages: websocket-client, idna, urllib3, requests, dockerpty, PyYAML, jsonschema, cached-property, docker-pycreds, docker, docopt, texttable, docker-compose [2020-08-04T07:57:17.040Z] Attempting uninstall: idna [2020-08-04T07:57:17.040Z] Found existing installation: idna 2.9 [2020-08-04T07:57:17.040Z] Uninstalling idna-2.9: [2020-08-04T07:57:17.299Z] Successfully uninstalled idna-2.9 [2020-08-04T07:57:17.300Z] Attempting uninstall: urllib3 [2020-08-04T07:57:17.300Z] Found existing installation: urllib3 1.25.9 [2020-08-04T07:57:17.300Z] Uninstalling urllib3-1.25.9: [2020-08-04T07:57:17.559Z] Successfully uninstalled urllib3-1.25.9 [2020-08-04T07:57:17.821Z] Attempting uninstall: requests [2020-08-04T07:57:17.821Z] Found existing installation: requests 2.23.0 [2020-08-04T07:57:17.821Z] Uninstalling requests-2.23.0: [2020-08-04T07:57:18.082Z] Successfully uninstalled requests-2.23.0 [2020-08-04T07:57:18.082Z] Running setup.py install for dockerpty: started [2020-08-04T07:57:18.653Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-04T07:57:18.653Z] Running setup.py install for PyYAML: started [2020-08-04T07:57:19.227Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-04T07:57:19.487Z] Running setup.py install for docopt: started [2020-08-04T07:57:20.870Z] Running setup.py install for docopt: finished with status 'done' [2020-08-04T07:57:20.870Z] Running setup.py install for texttable: started [2020-08-04T07:57:21.129Z] Running setup.py install for texttable: finished with status 'done' [2020-08-04T07:57:21.389Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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 [2020-08-04T07:57:24.686Z] Removing intermediate container edd852077130 [2020-08-04T07:57:24.686Z] ---> 316d8799ba4b [2020-08-04T07:57:24.686Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-04T07:57:24.686Z] ---> Running in 0a78f2b6aba8 [2020-08-04T07:57:24.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:57:24.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:57:24.946Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T07:57:24.946Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-04T07:57:24.946Z] (3/3) Installing curl (7.69.1-r0) [2020-08-04T07:57:24.946Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:57:24.946Z] OK: 72 MiB in 58 packages [2020-08-04T07:57:25.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-04T07:57:25.163Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-04T07:57:25.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-04T07:57:25.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-04T07:57:25.163Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.056s [2020-08-04T07:57:25.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-04T07:57:25.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-04T07:57:25.163Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-04T07:57:25.437Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-04T07:57:25.516Z] Removing intermediate container 0a78f2b6aba8 [2020-08-04T07:57:25.516Z] ---> 2d2bfcfef778 [2020-08-04T07:57:25.516Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:57:25.516Z] ---> Running in b26813ac96cd [2020-08-04T07:57:25.778Z] Removing intermediate container b26813ac96cd [2020-08-04T07:57:25.778Z] ---> aef6d226ba8a [2020-08-04T07:57:25.778Z] Step 24/26 : LABEL arch=x86_64 [2020-08-04T07:57:25.778Z] ---> Running in 5f2e1d08dea5 [2020-08-04T07:57:26.038Z] Removing intermediate container 5f2e1d08dea5 [2020-08-04T07:57:26.038Z] ---> 2b06da1bd9be [2020-08-04T07:57:26.038Z] Step 25/26 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T07:57:26.038Z] ---> Running in b2445d72c0b4 [2020-08-04T07:57:26.298Z] Removing intermediate container b2445d72c0b4 [2020-08-04T07:57:26.298Z] ---> 334373a688b7 [2020-08-04T07:57:26.298Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T07:57:26.298Z] ---> Running in 957d99b5f9c8 [2020-08-04T07:57:26.558Z] Removing intermediate container 957d99b5f9c8 [2020-08-04T07:57:26.558Z] ---> eb9591861bd6 [2020-08-04T07:57:26.558Z] [2020-08-04T07:57:26.558Z] Successfully built eb9591861bd6 [2020-08-04T07:57:26.558Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-04T07:57:26.850Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-04T07:57:26.877Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-04T07:57:26.877Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-04T07:57:26.877Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-04T07:57:26.877Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-04T07:57:26.915Z] $ docker stop --time=1 c7694aa1f88cc08adc9196d50aea58c6ff0c15b32fa9fb171901b188a9b1efab [2020-08-04T07:57:28.632Z] $ docker rm -f c7694aa1f88cc08adc9196d50aea58c6ff0c15b32fa9fb171901b188a9b1efab [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-04T07:57:29.173Z] + docker images [2020-08-04T07:57:29.174Z] + grep docker [2020-08-04T07:57:29.174Z] docker-sys-mgmt-agent-go latest eb9591861bd6 3 seconds ago 284MB [2020-08-04T07:57:29.174Z] docker-core-data-go latest 9da3ff582b34 18 seconds ago 24.4MB [2020-08-04T07:57:29.174Z] docker-support-logging-go latest 1412b7689e39 34 seconds ago 11.8MB [2020-08-04T07:57:29.174Z] docker-core-metadata-go latest 8c6ebba9eb8d 47 seconds ago 14.4MB [2020-08-04T07:57:29.174Z] docker-security-proxy-setup-go latest 58c35f2b8013 About a minute ago 16.4MB [2020-08-04T07:57:29.174Z] docker-security-secretstore-setup-go latest 1b8a4a198676 About a minute ago 33.9MB [2020-08-04T07:57:29.174Z] docker-security-secrets-setup-go latest ff3b235b0214 2 minutes ago 25.1MB [2020-08-04T07:57:29.174Z] docker-core-command-go latest 70611d3517d6 2 minutes ago 13MB [2020-08-04T07:57:29.174Z] docker-support-notifications-go latest b2cfcb0d44a8 2 minutes ago 14.5MB [2020-08-04T07:57:29.174Z] docker-support-scheduler-go latest 3ec31ee9b76a 2 minutes ago 13.1MB [2020-08-04T07:57:29.174Z] docker latest 81f5749c9058 5 weeks ago 211MB [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] // stage [Pipeline] } [2020-08-04T07:57:37.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.069s coverage: 46.6% of statements [2020-08-04T07:57:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-04T07:57:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-04T07:57:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-04T07:57:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-04T07:57:37.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-04T07:57:43.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.244s coverage: 27.2% of statements [2020-08-04T07:57:43.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-04T07:57:43.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-04T07:57:43.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-04T07:57:43.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-04T07:57:43.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-04T07:57:43.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-04T07:57:43.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements [2020-08-04T07:57:43.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-04T07:57:43.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements [2020-08-04T07:57:43.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-04T07:57:43.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-04T07:57:44.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.395s coverage: 82.0% of statements [2020-08-04T07:57:44.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-04T07:57:44.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-04T07:57:44.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-08-04T07:57:44.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-04T07:57:44.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-04T07:57:44.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-04T07:57:44.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-04T07:57:48.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.297s coverage: 28.6% of statements [2020-08-04T07:57:48.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-04T07:57:48.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-04T07:57:48.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-04T07:57:48.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-04T07:57:48.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-04T07:57:48.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.046s coverage: 100.0% of statements [2020-08-04T07:57:48.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-04T07:57:48.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2020-08-04T07:57:48.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-04T07:57:50.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 89.8% of statements [2020-08-04T07:57:50.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-04T07:57:51.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements [2020-08-04T07:57:51.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-04T07:57:52.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 100.0% of statements [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-04T07:57:52.566Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-04T07:57:52.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-04T07:57:55.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 63.5% of statements [2020-08-04T07:57:55.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-04T07:57:55.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-04T07:57:55.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements [2020-08-04T07:57:55.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.383s coverage: 55.9% of statements [2020-08-04T07:57:55.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-04T07:57:55.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-04T07:57:55.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-04T07:57:55.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 47.671s coverage: 86.3% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.100s coverage: 72.2% of statements [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.395s coverage: 72.1% of statements [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 26.9% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.1% of statements [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.026s coverage: 42.9% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.060s coverage: 100.0% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.031s coverage: 83.8% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.085s coverage: 46.1% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.053s coverage: 100.0% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.032s coverage: 100.0% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.260s coverage: 29.1% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.015s coverage: 0.0% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-04T07:58:52.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements [2020-08-04T07:58:52.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-08-04T07:58:52.366Z] GO111MODULE=on go vet ./... [2020-08-04T07:59:05.130Z] gofmt -l . [2020-08-04T07:59:06.561Z] [ "`gofmt -l .`" = "" ] [2020-08-04T07:59:09.169Z] ./bin/test-go-mod-tidy.sh [2020-08-04T07:59:09.762Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-04T07:59:13.813Z] + ls -al . [2020-08-04T07:59:13.813Z] total 588 [2020-08-04T07:59:13.813Z] drwxrwxr-x 10 1001 1001 4096 Aug 4 07:59 . [2020-08-04T07:59:13.813Z] drwxr-xr-x 4 root root 4096 Aug 4 07:56 .. [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 11 Aug 4 07:54 .dockerignore [2020-08-04T07:59:13.813Z] drwxrwxr-x 8 1001 1001 4096 Aug 4 07:54 .git [2020-08-04T07:59:13.813Z] drwxrwxr-x 3 1001 1001 4096 Aug 4 07:54 .github [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 932 Aug 4 07:54 .gitignore [2020-08-04T07:59:13.813Z] drwxrwxr-x 3 1001 1001 4096 Aug 4 07:54 .semver [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 166 Aug 4 07:54 .sonarcloud.properties [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 3804 Aug 4 07:54 CONTRIBUTING.md [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 1035 Aug 4 07:54 Dockerfile.build [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 865 Aug 4 07:54 Jenkinsfile [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 10775 Aug 4 07:54 LICENSE [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 6237 Aug 4 07:54 Makefile [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 5652 Aug 4 07:54 README.md [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 7111 Aug 4 07:54 SECURITY.md [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 5 Aug 4 07:49 VERSION [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 4131 Aug 4 07:54 ZMQWindows.md [2020-08-04T07:59:13.813Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 07:54 bin [2020-08-04T07:59:13.813Z] drwxrwxr-x 15 1001 1001 4096 Aug 4 07:54 cmd [2020-08-04T07:59:13.813Z] -rw-r--r-- 1 root root 457707 Aug 4 07:58 coverage.out [2020-08-04T07:59:13.813Z] -rw-r--r-- 1 root root 1019 Aug 4 07:59 go.mod [2020-08-04T07:59:13.813Z] -rw-r--r-- 1 root root 19185 Aug 4 07:59 go.sum [2020-08-04T07:59:13.813Z] drwxrwxr-x 8 1001 1001 4096 Aug 4 07:54 internal [2020-08-04T07:59:13.813Z] drwxrwxr-x 4 1001 1001 4096 Aug 4 07:54 openapi [2020-08-04T07:59:13.813Z] drwxrwxr-x 4 1001 1001 4096 Aug 4 07:54 snap [2020-08-04T07:59:13.813Z] -rw-rw-r-- 1 1001 1001 168 Aug 4 07:54 version.go [Pipeline] sh [2020-08-04T07:59:14.474Z] + '[' -e coverage.out ] [2020-08-04T07:59:14.474Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-04T07:59:14.540Z] Warning: overwriting stash ‘coverage-report’ [2020-08-04T07:59:15.780Z] Stashed 1 file(s) [Pipeline] sh [2020-08-04T07:59:16.481Z] + make build [2020-08-04T07:59:16.481Z] 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 [2020-08-04T07:59:38.720Z] 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 [2020-08-04T07:59:46.999Z] 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 [2020-08-04T07:59:52.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-04T07:59:57.794Z] 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 [2020-08-04T08:00:04.532Z] 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 [2020-08-04T08:00:06.511Z] 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 [2020-08-04T08:00:11.902Z] 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 [2020-08-04T08:00:16.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-04T08:00:20.480Z] 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 [2020-08-04T08:00:25.868Z] 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 [2020-08-04T08:00:29.251Z] 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 [2020-08-04T08:00:33.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-04T08:00:37.873Z] $ docker stop --time=1 d01350658426a41601a3ee1d85b708d2b4f4f46a958610cbaf7c57af789dd85a [2020-08-04T08:00:40.192Z] $ docker rm -f d01350658426a41601a3ee1d85b708d2b4f4f46a958610cbaf7c57af789dd85a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T08:00:41.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T08:00:41.648Z] [2020-08-04T08:00:41.648Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T08:00:42.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T08:00:42.028Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-04T08:00:42.028Z] 29e5d40040c1: Pulling fs layer [2020-08-04T08:00:42.028Z] 1ce36da41761: Pulling fs layer [2020-08-04T08:00:42.028Z] 25b303627fd3: Pulling fs layer [2020-08-04T08:00:42.302Z] 29e5d40040c1: Verifying Checksum [2020-08-04T08:00:42.302Z] 29e5d40040c1: Download complete [2020-08-04T08:00:42.574Z] 1ce36da41761: Verifying Checksum [2020-08-04T08:00:42.574Z] 1ce36da41761: Download complete [2020-08-04T08:00:42.847Z] 29e5d40040c1: Pull complete [2020-08-04T08:00:44.281Z] 1ce36da41761: Pull complete [2020-08-04T08:00:44.555Z] 25b303627fd3: Verifying Checksum [2020-08-04T08:00:44.555Z] 25b303627fd3: Download complete [2020-08-04T08:00:54.707Z] 25b303627fd3: Pull complete [2020-08-04T08:00:54.707Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-04T08:00:54.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T08:00:54.707Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-04T08:00:54.965Z] prd-ubuntu18.04-docker-arm64-4c-16g-2045 does not seem to be running inside a container [2020-08-04T08:00:55.024Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-04T08:00:58.424Z] $ docker top bce31f0acc068b5f39c1c49f3cc8569fd6eae9e48eea1c957faffb8f641a4f2a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T08:00:59.763Z] + docker-compose build --help [2020-08-04T08:00:59.763Z] + grep parallel [2020-08-04T08:01:03.131Z] --parallel Build images in parallel. [Pipeline] } [2020-08-04T08:01:03.138Z] $ docker stop --time=1 bce31f0acc068b5f39c1c49f3cc8569fd6eae9e48eea1c957faffb8f641a4f2a [2020-08-04T08:01:05.067Z] $ docker rm -f bce31f0acc068b5f39c1c49f3cc8569fd6eae9e48eea1c957faffb8f641a4f2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T08:01:05.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T08:01:05.855Z] . [Pipeline] withDockerContainer [2020-08-04T08:01:06.119Z] prd-ubuntu18.04-docker-arm64-4c-16g-2045 does not seem to be running inside a container [2020-08-04T08:01:06.180Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-04T08:01:07.597Z] $ docker top 15f4868d15042908ab1fbac2e563e7286c5b2997f47f6babd20725c9eda73c35 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T08:01:08.602Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-04T08:01:12.895Z] Building docker-core-command-go ... [2020-08-04T08:01:12.895Z] Building docker-core-data-go ... [2020-08-04T08:01:12.895Z] Building docker-core-metadata-go ... [2020-08-04T08:01:12.895Z] Building docker-security-proxy-setup-go ... [2020-08-04T08:01:12.895Z] Building docker-security-secrets-setup-go ... [2020-08-04T08:01:12.895Z] Building docker-security-secretstore-setup-go ... [2020-08-04T08:01:12.895Z] Building docker-support-logging-go ... [2020-08-04T08:01:12.895Z] Building docker-support-notifications-go ... [2020-08-04T08:01:12.895Z] Building docker-support-scheduler-go ... [2020-08-04T08:01:12.895Z] Building docker-sys-mgmt-agent-go ... [2020-08-04T08:01:12.895Z] Building docker-core-data-go [2020-08-04T08:01:12.895Z] Building docker-security-secretstore-setup-go [2020-08-04T08:01:12.895Z] Building docker-security-proxy-setup-go [2020-08-04T08:01:12.895Z] Building docker-sys-mgmt-agent-go [2020-08-04T08:01:12.895Z] Building docker-support-logging-go [2020-08-04T08:03:04.681Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:03:04.681Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T08:03:04.681Z] ---> c85edaa14c07 [2020-08-04T08:03:04.681Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T08:03:04.681Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:03:04.681Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T08:03:04.681Z] ---> c85edaa14c07 [2020-08-04T08:03:04.681Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T08:03:04.681Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:03:04.681Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-04T08:03:04.681Z] ---> c85edaa14c07 [2020-08-04T08:03:04.681Z] Step 3/22 : WORKDIR /edgex-go [2020-08-04T08:03:04.681Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:03:04.681Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T08:03:04.681Z] ---> c85edaa14c07 [2020-08-04T08:03:04.681Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T08:03:04.681Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:03:04.681Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T08:03:04.681Z] ---> c85edaa14c07 [2020-08-04T08:03:04.681Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T08:03:06.112Z] ---> Running in b1edd02d3f2e [2020-08-04T08:03:06.112Z] ---> Running in 1975950aff61 [2020-08-04T08:03:06.112Z] ---> Running in 88ee3c0c0b2e [2020-08-04T08:03:06.112Z] ---> Running in a475fae8443c [2020-08-04T08:03:06.112Z] ---> Running in 663b6e53a2ed [2020-08-04T08:03:06.710Z] Removing intermediate container 88ee3c0c0b2e [2020-08-04T08:03:06.710Z] ---> daf1149a82dc [2020-08-04T08:03:06.711Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:03:06.711Z] Removing intermediate container 1975950aff61 [2020-08-04T08:03:06.711Z] ---> 46c6a9d59140 [2020-08-04T08:03:06.711Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:03:06.982Z] Removing intermediate container 663b6e53a2ed [2020-08-04T08:03:06.982Z] ---> 48f1d16e4d10 [2020-08-04T08:03:06.982Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:03:06.982Z] ---> Running in 7d30a55a37e1 [2020-08-04T08:03:06.982Z] ---> Running in a2b0e2b2bbaf [2020-08-04T08:03:06.982Z] Removing intermediate container b1edd02d3f2e [2020-08-04T08:03:06.982Z] ---> 0fa4e17a78cb [2020-08-04T08:03:06.982Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:03:06.982Z] Removing intermediate container a475fae8443c [2020-08-04T08:03:06.982Z] ---> eb02b212c5b1 [2020-08-04T08:03:06.982Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:03:07.269Z] ---> Running in 348bc6d9893b [2020-08-04T08:03:07.269Z] ---> Running in 25ab10133d9c [2020-08-04T08:03:07.269Z] ---> Running in f4ed45a39d21 [2020-08-04T08:03:11.597Z] Removing intermediate container a2b0e2b2bbaf [2020-08-04T08:03:11.597Z] ---> 711a621ca759 [2020-08-04T08:03:11.597Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-04T08:03:11.597Z] ---> Running in 94d0817ff27e [2020-08-04T08:03:11.597Z] Removing intermediate container 7d30a55a37e1 [2020-08-04T08:03:11.597Z] ---> 273404d1403d [2020-08-04T08:03:11.597Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T08:03:11.868Z] ---> Running in 5b8afa1ecca0 [2020-08-04T08:03:11.868Z] Removing intermediate container 348bc6d9893b [2020-08-04T08:03:11.868Z] ---> c71f3bb68a81 [2020-08-04T08:03:11.868Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-04T08:03:12.141Z] Removing intermediate container f4ed45a39d21 [2020-08-04T08:03:12.141Z] ---> 3ad278741c8d [2020-08-04T08:03:12.141Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-04T08:03:12.141Z] ---> Running in 457fb937542c [2020-08-04T08:03:12.423Z] Removing intermediate container 25ab10133d9c [2020-08-04T08:03:12.423Z] ---> 4ed8af6a0881 [2020-08-04T08:03:12.423Z] Step 5/26 : RUN apk update && apk add make git [2020-08-04T08:03:12.423Z] ---> Running in 1baf83c19858 [2020-08-04T08:03:12.694Z] ---> Running in a07c02cfef88 [2020-08-04T08:03:14.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:14.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:14.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:14.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:14.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:14.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:15.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:15.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:15.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:15.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:03:15.832Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T08:03:15.832Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T08:03:15.832Z] OK: 12620 distinct packages available [2020-08-04T08:03:16.454Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T08:03:16.454Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T08:03:16.454Z] OK: 12620 distinct packages available [2020-08-04T08:03:16.454Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T08:03:16.739Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T08:03:16.739Z] OK: 12620 distinct packages available [2020-08-04T08:03:16.739Z] OK: 217 MiB in 51 packages [2020-08-04T08:03:17.012Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T08:03:17.012Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T08:03:17.012Z] OK: 12620 distinct packages available [2020-08-04T08:03:17.012Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T08:03:17.012Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T08:03:17.012Z] OK: 12620 distinct packages available [2020-08-04T08:03:17.286Z] OK: 217 MiB in 51 packages [2020-08-04T08:03:17.588Z] OK: 217 MiB in 51 packages [2020-08-04T08:03:17.588Z] OK: 217 MiB in 51 packages [2020-08-04T08:03:17.862Z] OK: 217 MiB in 51 packages [2020-08-04T08:03:17.862Z] OK: 217 MiB in 51 packages [2020-08-04T08:03:19.296Z] Removing intermediate container 457fb937542c [2020-08-04T08:03:19.296Z] ---> 1c643ce34ae9 [2020-08-04T08:03:19.296Z] Step 6/26 : COPY go.mod . [2020-08-04T08:03:19.899Z] Removing intermediate container 94d0817ff27e [2020-08-04T08:03:19.899Z] ---> c795bea3a89e [2020-08-04T08:03:19.899Z] Step 6/21 : COPY go.mod . [2020-08-04T08:03:20.179Z] Removing intermediate container 5b8afa1ecca0 [2020-08-04T08:03:20.179Z] ---> d1504253a12c [2020-08-04T08:03:20.179Z] Step 6/20 : COPY go.mod . [2020-08-04T08:03:20.179Z] Removing intermediate container 1baf83c19858 [2020-08-04T08:03:20.179Z] ---> faa476da841b [2020-08-04T08:03:20.179Z] Step 6/22 : COPY go.mod . [2020-08-04T08:03:20.179Z] Removing intermediate container a07c02cfef88 [2020-08-04T08:03:20.179Z] ---> 73413f224e79 [2020-08-04T08:03:20.179Z] Step 6/26 : COPY go.mod . [2020-08-04T08:03:20.453Z] ---> 0795c77accaf [2020-08-04T08:03:20.453Z] Step 7/26 : RUN go mod download [2020-08-04T08:03:20.453Z] ---> Running in 50b17e9cedd2 [2020-08-04T08:03:20.727Z] ---> ac4e9d04b706 [2020-08-04T08:03:20.727Z] Step 7/21 : RUN go mod download [2020-08-04T08:03:21.003Z] ---> Running in 3c7c4c834066 [2020-08-04T08:03:21.003Z] ---> baa544c09719 [2020-08-04T08:03:21.003Z] Step 7/20 : RUN go mod download [2020-08-04T08:03:21.289Z] ---> a02fc7793c4b [2020-08-04T08:03:21.289Z] Step 7/22 : RUN go mod download [2020-08-04T08:03:21.289Z] ---> Running in 02e362ffea52 [2020-08-04T08:03:21.289Z] ---> a0ad95af0797 [2020-08-04T08:03:21.289Z] Step 7/26 : RUN go mod download [2020-08-04T08:03:21.562Z] ---> Running in 555ee341c6a2 [2020-08-04T08:03:21.562Z] ---> Running in 66f152dcfd41 [2020-08-04T08:03:25.901Z] Removing intermediate container 50b17e9cedd2 [2020-08-04T08:03:25.901Z] ---> e9c5b1daf010 [2020-08-04T08:03:25.901Z] Step 8/26 : COPY . . [2020-08-04T08:03:25.901Z] Removing intermediate container 3c7c4c834066 [2020-08-04T08:03:25.901Z] ---> ab29bea43496 [2020-08-04T08:03:25.901Z] Step 8/21 : COPY . . [2020-08-04T08:03:26.172Z] Removing intermediate container 02e362ffea52 [2020-08-04T08:03:26.172Z] ---> 67a67fde78c3 [2020-08-04T08:03:26.172Z] Step 8/20 : COPY . . [2020-08-04T08:03:27.163Z] Removing intermediate container 66f152dcfd41 [2020-08-04T08:03:27.163Z] ---> a8bed6b9124c [2020-08-04T08:03:27.163Z] Step 8/26 : COPY . . [2020-08-04T08:03:28.153Z] Removing intermediate container 555ee341c6a2 [2020-08-04T08:03:28.153Z] ---> ccb00dd99bad [2020-08-04T08:03:28.153Z] Step 8/22 : COPY . . [2020-08-04T08:04:00.794Z] ---> 7f7dccd95332 [2020-08-04T08:04:00.794Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-04T08:04:00.794Z] ---> 41bf329c1d50 [2020-08-04T08:04:00.794Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-04T08:04:00.794Z] ---> 4ec4a0cd8439 [2020-08-04T08:04:00.794Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-04T08:04:00.794Z] ---> a62ddddf2823 [2020-08-04T08:04:00.794Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-04T08:04:00.794Z] ---> 5a0d239d0306 [2020-08-04T08:04:00.794Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-04T08:04:00.794Z] ---> Running in afb5ae3f52c1 [2020-08-04T08:04:00.794Z] ---> Running in 973408e0b60b [2020-08-04T08:04:00.794Z] ---> Running in 305bfdea66df [2020-08-04T08:04:00.794Z] ---> Running in eddab70e12fb [2020-08-04T08:04:00.794Z] ---> Running in 3614ef57853e [2020-08-04T08:04:02.777Z] 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 [2020-08-04T08:04:02.777Z] 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 [2020-08-04T08:04:02.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-04T08:04:02.777Z] 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 [2020-08-04T08:04:03.053Z] 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 [2020-08-04T08:05:24.899Z] 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 [2020-08-04T08:05:25.887Z] Removing intermediate container 973408e0b60b [2020-08-04T08:05:25.887Z] ---> ee5b5a9eeae8 [2020-08-04T08:05:25.887Z] [2020-08-04T08:05:25.887Z] Step 10/20 : FROM alpine [2020-08-04T08:05:26.170Z] latest: Pulling from library/alpine [2020-08-04T08:05:26.446Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-04T08:05:26.447Z] Status: Downloaded newer image for alpine:latest [2020-08-04T08:05:26.447Z] ---> 62ee0e9f8440 [2020-08-04T08:05:26.447Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-04T08:05:26.728Z] ---> Running in 0bd5b70371fc [2020-08-04T08:05:29.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:05:29.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:05:30.370Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T08:05:30.370Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T08:05:30.370Z] OK: 12620 distinct packages available [2020-08-04T08:05:31.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-04T08:05:31.363Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-04T08:05:31.363Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T08:05:31.363Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-04T08:05:31.363Z] (4/4) Installing curl (7.69.1-r0) [2020-08-04T08:05:31.363Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T08:05:31.363Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T08:05:31.645Z] OK: 7 MiB in 18 packages [2020-08-04T08:05:35.979Z] Removing intermediate container 0bd5b70371fc [2020-08-04T08:05:35.979Z] ---> ebadb3c9dad4 [2020-08-04T08:05:35.979Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T08:05:35.979Z] ---> Running in b9e5b8af8ccd [2020-08-04T08:05:35.979Z] Removing intermediate container eddab70e12fb [2020-08-04T08:05:35.979Z] ---> 381d02546f79 [2020-08-04T08:05:35.979Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-04T08:05:36.588Z] ---> Running in e08676812a39 [2020-08-04T08:05:37.196Z] Removing intermediate container b9e5b8af8ccd [2020-08-04T08:05:37.196Z] ---> 27ea7b89e671 [2020-08-04T08:05:37.196Z] Step 13/20 : WORKDIR /edgex [2020-08-04T08:05:37.812Z] ---> Running in 4e13d99f2e06 [2020-08-04T08:05:39.272Z] Removing intermediate container 4e13d99f2e06 [2020-08-04T08:05:39.272Z] ---> 650a7490af4d [2020-08-04T08:05:39.272Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-04T08:05:39.555Z] Removing intermediate container afb5ae3f52c1 [2020-08-04T08:05:39.555Z] ---> 1e2c0d5ebc25 [2020-08-04T08:05:39.555Z] [2020-08-04T08:05:39.555Z] Step 10/21 : FROM scratch [2020-08-04T08:05:39.555Z] ---> [2020-08-04T08:05:39.555Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T08:05:39.834Z] 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 [2020-08-04T08:05:39.834Z] ---> Running in a779f69b8935 [2020-08-04T08:05:40.830Z] ---> 8fa2088c38ae [2020-08-04T08:05:40.830Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-04T08:05:41.108Z] Removing intermediate container a779f69b8935 [2020-08-04T08:05:41.108Z] ---> a97cdf4cc4c5 [2020-08-04T08:05:41.108Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-04T08:05:41.108Z] ---> Running in 38fb2c68e384 [2020-08-04T08:05:42.580Z] Removing intermediate container 38fb2c68e384 [2020-08-04T08:05:42.580Z] ---> da74eee7c706 [2020-08-04T08:05:42.580Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T08:05:43.181Z] ---> Running in 2ff5929f22df [2020-08-04T08:05:43.795Z] ---> d734ff63c2be [2020-08-04T08:05:43.795Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-04T08:05:44.397Z] ---> Running in bb940b1e8256 [2020-08-04T08:05:44.397Z] Removing intermediate container 2ff5929f22df [2020-08-04T08:05:44.397Z] ---> 42e4fa3638ee [2020-08-04T08:05:44.397Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-04T08:05:45.864Z] Removing intermediate container bb940b1e8256 [2020-08-04T08:05:45.864Z] ---> 273b17d770fb [2020-08-04T08:05:45.864Z] Step 17/20 : CMD ["--init=true"] [2020-08-04T08:05:45.864Z] ---> Running in d42e0e6e5dcb [2020-08-04T08:05:46.144Z] Removing intermediate container e08676812a39 [2020-08-04T08:05:46.144Z] ---> 9a3d4ec8e5d0 [2020-08-04T08:05:46.144Z] [2020-08-04T08:05:46.144Z] Step 11/26 : FROM docker:latest [2020-08-04T08:05:46.144Z] ---> ce9d55ae87f1 [2020-08-04T08:05:46.144Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-04T08:05:46.144Z] ---> f7e689715333 [2020-08-04T08:05:46.144Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-04T08:05:46.749Z] ---> Running in a091f83e4451 [2020-08-04T08:05:46.749Z] Removing intermediate container 305bfdea66df [2020-08-04T08:05:46.749Z] ---> 0e24cfc1d5ff [2020-08-04T08:05:46.749Z] [2020-08-04T08:05:46.749Z] Step 10/26 : FROM alpine:3.10 [2020-08-04T08:05:47.027Z] Removing intermediate container d42e0e6e5dcb [2020-08-04T08:05:47.027Z] ---> fce73c2994bd [2020-08-04T08:05:47.027Z] Step 18/20 : LABEL arch=arm64 [2020-08-04T08:05:47.027Z] 3.10: Pulling from library/alpine [2020-08-04T08:05:47.305Z] ---> Running in 830a4ebdb0c8 [2020-08-04T08:05:47.579Z] ---> 4dfd2d156d55 [2020-08-04T08:05:47.579Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-04T08:05:48.181Z] Removing intermediate container 830a4ebdb0c8 [2020-08-04T08:05:48.181Z] ---> 150ecef350e2 [2020-08-04T08:05:48.181Z] Step 19/20 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:05:48.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:05:48.777Z] ---> Running in 6f7ccf336d52 [2020-08-04T08:05:49.051Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-04T08:05:49.051Z] Status: Downloaded newer image for alpine:3.10 [2020-08-04T08:05:49.051Z] ---> 536a684cf733 [2020-08-04T08:05:49.051Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-04T08:05:49.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:05:49.321Z] ---> Running in 86177b3fefd3 [2020-08-04T08:05:49.618Z] Removing intermediate container 6f7ccf336d52 [2020-08-04T08:05:49.618Z] ---> e9df44eee960 [2020-08-04T08:05:49.618Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T08:05:49.618Z] ---> 8c755824c171 [2020-08-04T08:05:49.618Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-04T08:05:49.908Z] (1/2) Installing readline (8.0.4-r0) [2020-08-04T08:05:49.908Z] (2/2) Installing bash (5.0.17-r0) [2020-08-04T08:05:49.908Z] Executing bash-5.0.17-r0.post-install [2020-08-04T08:05:49.908Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T08:05:49.908Z] OK: 12 MiB in 22 packages [2020-08-04T08:05:49.908Z] ---> Running in b910d138c841 [2020-08-04T08:05:50.894Z] Removing intermediate container b910d138c841 [2020-08-04T08:05:50.894Z] ---> 6708b4fbb072 [2020-08-04T08:05:50.894Z] [2020-08-04T08:05:51.173Z] ---> a15a43c556f7 [2020-08-04T08:05:51.173Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:05:51.453Z] Successfully built 6708b4fbb072 [2020-08-04T08:05:51.453Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-04T08:05:51.453Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-08-04T08:05:51.453Z] ---> Running in d160a735c91a [2020-08-04T08:05:51.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:05:51.730Z] Removing intermediate container a091f83e4451 [2020-08-04T08:05:51.730Z] ---> 1c4bf15f90c8 [2020-08-04T08:05:51.730Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-04T08:05:52.015Z] ---> Running in b40129cb70cb [2020-08-04T08:05:52.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:05:52.298Z] Removing intermediate container d160a735c91a [2020-08-04T08:05:52.298Z] ---> 53433714c046 [2020-08-04T08:05:52.298Z] Step 19/21 : LABEL arch=arm64 [2020-08-04T08:05:52.569Z] ---> Running in 5ee079196462 [2020-08-04T08:05:52.569Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-04T08:05:52.569Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-04T08:05:52.569Z] OK: 10167 distinct packages available [2020-08-04T08:05:53.187Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-04T08:05:53.187Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-04T08:05:53.187Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-04T08:05:53.187Z] (4/5) Installing curl (7.66.0-r0) [2020-08-04T08:05:53.187Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-04T08:05:53.187Z] Executing busybox-1.30.1-r3.trigger [2020-08-04T08:05:53.187Z] Removing intermediate container 5ee079196462 [2020-08-04T08:05:53.187Z] ---> d45890e9e542 [2020-08-04T08:05:53.187Z] Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:05:53.187Z] Executing ca-certificates-20191127-r2.trigger [2020-08-04T08:05:53.464Z] OK: 7 MiB in 19 packages [2020-08-04T08:05:54.452Z] ---> Running in b3401d835998 [2020-08-04T08:05:55.893Z] Removing intermediate container b3401d835998 [2020-08-04T08:05:55.893Z] ---> e23f61c9492b [2020-08-04T08:05:55.893Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T08:05:57.874Z] ---> Running in dd11339c5ac1 [2020-08-04T08:05:57.874Z] Removing intermediate container 86177b3fefd3 [2020-08-04T08:05:57.874Z] ---> 6508d00e1503 [2020-08-04T08:05:57.874Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T08:05:58.142Z] Removing intermediate container b40129cb70cb [2020-08-04T08:05:58.142Z] ---> e5b1cead0f4a [2020-08-04T08:05:58.142Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-04T08:05:58.779Z] ---> Running in 64df7366a20b [2020-08-04T08:05:58.779Z] Removing intermediate container dd11339c5ac1 [2020-08-04T08:05:58.779Z] ---> 35bf1af3cb54 [2020-08-04T08:05:58.779Z] [2020-08-04T08:05:59.061Z] ---> Running in 8efa17453a19 [2020-08-04T08:05:59.676Z] Successfully built 35bf1af3cb54 [2020-08-04T08:05:59.676Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-04T08:05:59.676Z]  Building docker-support-logging-go ... done Building docker-core-command-go [2020-08-04T08:05:59.676Z] Removing intermediate container 64df7366a20b [2020-08-04T08:05:59.676Z] ---> c961b64c4336 [2020-08-04T08:05:59.676Z] Step 13/26 : WORKDIR / [2020-08-04T08:05:59.947Z] ---> Running in d84a99bf9893 [2020-08-04T08:05:59.947Z] Removing intermediate container 8efa17453a19 [2020-08-04T08:05:59.947Z] ---> cf427bd71515 [2020-08-04T08:05:59.947Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-04T08:06:00.220Z] ---> Running in 23c0bd693256 [2020-08-04T08:06:00.498Z] Removing intermediate container d84a99bf9893 [2020-08-04T08:06:00.498Z] ---> 910c4fcc2a6b [2020-08-04T08:06:00.498Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-04T08:06:00.775Z] Removing intermediate container 23c0bd693256 [2020-08-04T08:06:00.775Z] ---> a372f1ebe3e3 [2020-08-04T08:06:00.775Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-04T08:06:01.387Z] ---> Running in 8147c47acf34 [2020-08-04T08:06:01.668Z] ---> 6bcfa5be6660 [2020-08-04T08:06:01.668Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-04T08:06:01.668Z] Removing intermediate container 8147c47acf34 [2020-08-04T08:06:01.668Z] ---> 57fcf6cba115 [2020-08-04T08:06:01.668Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-04T08:06:04.297Z] ---> d0b88246dd10 [2020-08-04T08:06:04.297Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-04T08:06:05.279Z] ---> 21726d9dd377 [2020-08-04T08:06:05.279Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-04T08:06:05.881Z] ---> 19635f3f46a4 [2020-08-04T08:06:05.881Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-04T08:06:06.871Z] ---> 49defaf3ce58 [2020-08-04T08:06:06.871Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-04T08:06:07.850Z] ---> 0b62d1653aef [2020-08-04T08:06:07.850Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-04T08:06:09.283Z] ---> 1336b1b5c52c [2020-08-04T08:06:09.283Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-04T08:06:09.900Z] ---> Running in 46a14def8adb [2020-08-04T08:06:10.510Z] ---> 285c49c2a727 [2020-08-04T08:06:10.510Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-04T08:06:10.784Z] Removing intermediate container 3614ef57853e [2020-08-04T08:06:10.784Z] ---> afa3d19b17a2 [2020-08-04T08:06:10.784Z] [2020-08-04T08:06:10.784Z] Step 10/22 : FROM alpine [2020-08-04T08:06:10.784Z] ---> 62ee0e9f8440 [2020-08-04T08:06:10.784Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T08:06:11.776Z] ---> Running in e65575ab487f [2020-08-04T08:06:12.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:06:12.761Z] ---> ff96fc0cc93f [2020-08-04T08:06:12.761Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-04T08:06:12.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:06:13.034Z] Removing intermediate container e65575ab487f [2020-08-04T08:06:13.034Z] ---> 53fb0b8451bf [2020-08-04T08:06:13.034Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-04T08:06:13.637Z] ---> Running in 7376290d72d3 [2020-08-04T08:06:13.637Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-04T08:06:13.637Z] (2/33) Installing expat (2.2.9-r1) [2020-08-04T08:06:13.637Z] (3/33) Installing libffi (3.3-r2) [2020-08-04T08:06:13.637Z] (4/33) Installing gdbm (1.13-r1) [2020-08-04T08:06:13.637Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-04T08:06:13.637Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-04T08:06:13.637Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-04T08:06:14.623Z] Removing intermediate container 7376290d72d3 [2020-08-04T08:06:14.623Z] ---> 2ebf38afc947 [2020-08-04T08:06:14.623Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-04T08:06:15.234Z] ---> 0d3ac491cef2 [2020-08-04T08:06:15.234Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T08:06:15.234Z] ---> Running in 90a57974ce91 [2020-08-04T08:06:15.509Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-04T08:06:15.509Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-04T08:06:15.509Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-04T08:06:15.509Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-04T08:06:15.509Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-04T08:06:15.509Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-04T08:06:15.780Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-04T08:06:15.780Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-04T08:06:15.780Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-04T08:06:15.780Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-04T08:06:15.780Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-04T08:06:15.780Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-04T08:06:16.052Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-04T08:06:16.052Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-04T08:06:16.052Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-04T08:06:16.052Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-04T08:06:16.052Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-04T08:06:16.052Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-04T08:06:16.052Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-04T08:06:16.052Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-04T08:06:16.052Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-04T08:06:16.052Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-04T08:06:16.052Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-04T08:06:16.052Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-04T08:06:16.052Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-04T08:06:16.052Z] Removing intermediate container 90a57974ce91 [2020-08-04T08:06:16.052Z] ---> bef270f9c52b [2020-08-04T08:06:16.052Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:06:16.052Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-04T08:06:16.339Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T08:06:16.339Z] OK: 71 MiB in 55 packages [2020-08-04T08:06:16.937Z] ---> fbbe3ea88270 [2020-08-04T08:06:16.937Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T08:06:16.937Z] ---> Running in 34639d7b7f80 [2020-08-04T08:06:17.209Z] ---> Running in 8a28ff8f6fa8 [2020-08-04T08:06:23.936Z] Removing intermediate container 34639d7b7f80 [2020-08-04T08:06:23.936Z] ---> 8458f63b17a8 [2020-08-04T08:06:23.936Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-04T08:06:23.936Z] ---> Running in 8dd9285f5d3f [2020-08-04T08:06:23.936Z] Removing intermediate container 8a28ff8f6fa8 [2020-08-04T08:06:23.936Z] ---> 752865991c9f [2020-08-04T08:06:23.936Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T08:06:24.535Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:06:24.535Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T08:06:24.535Z] ---> c85edaa14c07 [2020-08-04T08:06:24.535Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T08:06:24.535Z] ---> Using cache [2020-08-04T08:06:24.535Z] ---> eb02b212c5b1 [2020-08-04T08:06:24.535Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:06:24.535Z] ---> Using cache [2020-08-04T08:06:24.535Z] ---> 4ed8af6a0881 [2020-08-04T08:06:24.535Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T08:06:24.535Z] ---> Using cache [2020-08-04T08:06:24.535Z] ---> 73413f224e79 [2020-08-04T08:06:24.535Z] Step 6/20 : COPY go.mod . [2020-08-04T08:06:24.535Z] ---> Using cache [2020-08-04T08:06:24.535Z] ---> a0ad95af0797 [2020-08-04T08:06:24.535Z] Step 7/20 : RUN go mod download [2020-08-04T08:06:24.535Z] ---> Using cache [2020-08-04T08:06:24.535Z] ---> a8bed6b9124c [2020-08-04T08:06:24.535Z] Step 8/20 : COPY . . [2020-08-04T08:06:24.535Z] ---> Using cache [2020-08-04T08:06:24.535Z] ---> 7f7dccd95332 [2020-08-04T08:06:24.535Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-04T08:06:24.535Z] ---> Running in f22eb071f852 [2020-08-04T08:06:24.811Z] ---> Running in b56048523cb4 [2020-08-04T08:06:26.259Z] Removing intermediate container f22eb071f852 [2020-08-04T08:06:26.259Z] ---> a4cd731f76be [2020-08-04T08:06:26.259Z] Step 24/26 : LABEL arch=arm64 [2020-08-04T08:06:26.534Z] Removing intermediate container 46a14def8adb [2020-08-04T08:06:26.534Z] ---> 9e41e6fbcc60 [2020-08-04T08:06:26.534Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-04T08:06:26.534Z] ---> Running in 9ec8ee0d6dbf [2020-08-04T08:06:26.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:06:26.809Z] ---> Running in b685ca08b54f [2020-08-04T08:06:26.809Z] 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 [2020-08-04T08:06:27.409Z] Removing intermediate container 9ec8ee0d6dbf [2020-08-04T08:06:27.409Z] ---> 999e3866f913 [2020-08-04T08:06:27.409Z] Step 25/26 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:06:27.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:06:27.686Z] ---> Running in a7023fa5d46c [2020-08-04T08:06:28.667Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-04T08:06:28.667Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-04T08:06:28.667Z] Removing intermediate container a7023fa5d46c [2020-08-04T08:06:28.667Z] ---> ab160c838871 [2020-08-04T08:06:28.667Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T08:06:28.667Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-04T08:06:28.938Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-04T08:06:29.219Z] ---> Running in 33afc61a59ca [2020-08-04T08:06:29.219Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-04T08:06:29.219Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T08:06:29.219Z] OK: 8 MiB in 19 packages [2020-08-04T08:06:30.674Z] Removing intermediate container 33afc61a59ca [2020-08-04T08:06:30.674Z] ---> 87106739c29d [2020-08-04T08:06:30.674Z] [2020-08-04T08:06:31.747Z] Successfully built 87106739c29d [2020-08-04T08:06:32.024Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-04T08:06:32.024Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-08-04T08:06:32.024Z] Removing intermediate container 8dd9285f5d3f [2020-08-04T08:06:32.024Z] ---> 61a318df7897 [2020-08-04T08:06:32.024Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-04T08:06:33.476Z] ---> 0ef47ec48264 [2020-08-04T08:06:33.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-04T08:06:34.466Z] Collecting docker-compose==1.23.2 [2020-08-04T08:06:34.741Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-04T08:06:35.359Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:06:35.359Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T08:06:35.359Z] ---> c85edaa14c07 [2020-08-04T08:06:35.359Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T08:06:35.359Z] ---> Using cache [2020-08-04T08:06:35.359Z] ---> eb02b212c5b1 [2020-08-04T08:06:35.359Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:06:35.359Z] ---> Using cache [2020-08-04T08:06:35.359Z] ---> 4ed8af6a0881 [2020-08-04T08:06:35.359Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T08:06:35.359Z] ---> Using cache [2020-08-04T08:06:35.359Z] ---> 73413f224e79 [2020-08-04T08:06:35.359Z] Step 6/21 : COPY go.mod . [2020-08-04T08:06:35.359Z] ---> Using cache [2020-08-04T08:06:35.359Z] ---> a0ad95af0797 [2020-08-04T08:06:35.359Z] Step 7/21 : RUN go mod download [2020-08-04T08:06:35.359Z] ---> Using cache [2020-08-04T08:06:35.359Z] ---> a8bed6b9124c [2020-08-04T08:06:35.359Z] Step 8/21 : COPY . . [2020-08-04T08:06:35.359Z] ---> Using cache [2020-08-04T08:06:35.359Z] ---> 7f7dccd95332 [2020-08-04T08:06:35.359Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-04T08:06:36.359Z] ---> Running in 442b2bf108a0 [2020-08-04T08:06:36.666Z] ---> 56d1bd064d29 [2020-08-04T08:06:36.950Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-04T08:06:37.222Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-04T08:06:37.222Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-04T08:06:38.267Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-04T08:06:38.267Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-04T08:06:39.742Z] ---> 5e45bf71c46d [2020-08-04T08:06:39.742Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:06:39.742Z] Collecting jsonschema<3,>=2.5.1 [2020-08-04T08:06:40.019Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-04T08:06:40.019Z] 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 [2020-08-04T08:06:40.296Z] ---> Running in 08310f2a4b12 [2020-08-04T08:06:40.570Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-04T08:06:40.570Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-04T08:06:41.561Z] Removing intermediate container 08310f2a4b12 [2020-08-04T08:06:41.561Z] ---> 6ddf6a43a5cb [2020-08-04T08:06:41.561Z] Step 20/22 : LABEL arch=arm64 [2020-08-04T08:06:41.838Z] ---> Running in 4c756cad2be4 [2020-08-04T08:06:42.829Z] Removing intermediate container 4c756cad2be4 [2020-08-04T08:06:42.829Z] ---> d4fc4bcf3422 [2020-08-04T08:06:42.829Z] Step 21/22 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:06:43.107Z] ---> Running in 80eb441a09d1 [2020-08-04T08:06:43.713Z] Collecting docopt<0.7,>=0.6.1 [2020-08-04T08:06:43.713Z] Removing intermediate container 80eb441a09d1 [2020-08-04T08:06:43.713Z] ---> c03e72f3b667 [2020-08-04T08:06:43.713Z] Step 22/22 : LABEL version=0.0.0 [2020-08-04T08:06:43.713Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-04T08:06:43.997Z] ---> Running in dfafb85914d5 [2020-08-04T08:06:44.601Z] Removing intermediate container dfafb85914d5 [2020-08-04T08:06:44.601Z] ---> 4db8286460cf [2020-08-04T08:06:44.601Z] [2020-08-04T08:06:45.207Z] Successfully built 4db8286460cf [2020-08-04T08:06:45.485Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-04T08:06:45.485Z] Building docker-security-secrets-setup-go [2020-08-04T08:06:46.932Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2020-08-04T08:06:46.932Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-04T08:06:47.208Z] Collecting texttable<0.10,>=0.9.0 [2020-08-04T08:06:47.208Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-04T08:06:50.626Z] Collecting PyYAML<4,>=3.10 [2020-08-04T08:06:50.626Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-04T08:06:54.960Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-04T08:06:55.567Z] Collecting docker<4.0,>=3.6.0 [2020-08-04T08:06:55.567Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-04T08:06:56.563Z] Collecting idna<2.8,>=2.5 [2020-08-04T08:06:56.563Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-04T08:06:56.842Z] 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) [2020-08-04T08:06:56.842Z] 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) [2020-08-04T08:06:57.445Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-04T08:06:57.445Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-04T08:06:58.047Z] Collecting docker-pycreds>=0.4.0 [2020-08-04T08:06:58.047Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-04T08:06:58.322Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-04T08:06:58.322Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-04T08:06:58.322Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-04T08:06:58.322Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-04T08:06:59.769Z] Installing collected packages: idna, urllib3, requests, websocket-client, jsonschema, dockerpty, docopt, cached-property, texttable, PyYAML, docker-pycreds, docker, docker-compose [2020-08-04T08:06:59.769Z] Attempting uninstall: idna [2020-08-04T08:06:59.769Z] Found existing installation: idna 2.9 [2020-08-04T08:06:59.769Z] Uninstalling idna-2.9: [2020-08-04T08:07:00.049Z] Successfully uninstalled idna-2.9 [2020-08-04T08:07:00.652Z] Attempting uninstall: urllib3 [2020-08-04T08:07:00.652Z] Found existing installation: urllib3 1.25.9 [2020-08-04T08:07:00.928Z] Uninstalling urllib3-1.25.9: [2020-08-04T08:07:01.206Z] Successfully uninstalled urllib3-1.25.9 [2020-08-04T08:07:01.813Z] Attempting uninstall: requests [2020-08-04T08:07:01.813Z] Found existing installation: requests 2.23.0 [2020-08-04T08:07:01.813Z] Uninstalling requests-2.23.0: [2020-08-04T08:07:01.813Z] Successfully uninstalled requests-2.23.0 [2020-08-04T08:07:03.262Z] Running setup.py install for dockerpty: started [2020-08-04T08:07:05.269Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-04T08:07:05.269Z] Running setup.py install for docopt: started [2020-08-04T08:07:08.672Z] Running setup.py install for docopt: finished with status 'done' [2020-08-04T08:07:08.672Z] Running setup.py install for texttable: started [2020-08-04T08:07:13.020Z] Running setup.py install for texttable: finished with status 'done' [2020-08-04T08:07:13.020Z] Running setup.py install for PyYAML: started [2020-08-04T08:07:15.029Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:07:15.029Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-04T08:07:15.029Z] ---> c85edaa14c07 [2020-08-04T08:07:15.029Z] Step 3/23 : WORKDIR /edgex-go [2020-08-04T08:07:15.029Z] ---> Using cache [2020-08-04T08:07:15.029Z] ---> eb02b212c5b1 [2020-08-04T08:07:15.029Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:07:15.029Z] ---> Using cache [2020-08-04T08:07:15.029Z] ---> 4ed8af6a0881 [2020-08-04T08:07:15.029Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-04T08:07:15.675Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-04T08:07:21.612Z] ---> Running in 079649835d15 [2020-08-04T08:07:21.887Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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 [2020-08-04T08:07:23.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:07:28.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:07:28.505Z] Removing intermediate container b685ca08b54f [2020-08-04T08:07:28.505Z] ---> eb2d3890b429 [2020-08-04T08:07:28.786Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-04T08:07:29.062Z] ---> Running in c4b6a45aea5e [2020-08-04T08:07:30.514Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T08:07:30.514Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T08:07:30.514Z] OK: 12620 distinct packages available [2020-08-04T08:07:30.793Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:07:30.793Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-04T08:07:30.793Z] ---> c85edaa14c07 [2020-08-04T08:07:30.793Z] Step 3/29 : WORKDIR /edgex-go [2020-08-04T08:07:30.793Z] ---> Using cache [2020-08-04T08:07:30.793Z] ---> eb02b212c5b1 [2020-08-04T08:07:30.793Z] Step 4/29 : RUN apk update && apk add make git [2020-08-04T08:07:30.793Z] ---> Running in 336560e1c1bc [2020-08-04T08:07:31.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:07:31.790Z] OK: 217 MiB in 51 packages [2020-08-04T08:07:32.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:07:33.062Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T08:07:33.062Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-04T08:07:33.062Z] (3/3) Installing curl (7.69.1-r0) [2020-08-04T08:07:33.062Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T08:07:33.062Z] OK: 71 MiB in 58 packages [2020-08-04T08:07:33.345Z] Removing intermediate container 079649835d15 [2020-08-04T08:07:33.345Z] ---> f67e22882be4 [2020-08-04T08:07:33.345Z] Step 6/23 : COPY go.mod . [2020-08-04T08:07:33.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:07:34.636Z] ---> ccfe7c0a6cd3 [2020-08-04T08:07:34.636Z] Step 7/23 : RUN go mod download [2020-08-04T08:07:34.917Z] ---> Running in 78aa2fae17fd [2020-08-04T08:07:35.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:07:35.484Z] Removing intermediate container c4b6a45aea5e [2020-08-04T08:07:35.484Z] ---> 8057c2f6938d [2020-08-04T08:07:35.484Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:07:35.762Z] ---> Running in 66e9ae0f7464 [2020-08-04T08:07:36.368Z] Removing intermediate container 66e9ae0f7464 [2020-08-04T08:07:36.368Z] ---> 04395248613c [2020-08-04T08:07:36.368Z] Step 24/26 : LABEL arch=arm64 [2020-08-04T08:07:36.643Z] ---> Running in 49d189cf9c49 [2020-08-04T08:07:37.254Z] Removing intermediate container 49d189cf9c49 [2020-08-04T08:07:37.254Z] ---> 1d54cec3ad35 [2020-08-04T08:07:37.254Z] Step 25/26 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:07:37.529Z] ---> Running in 298e1712adfe [2020-08-04T08:07:38.132Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T08:07:38.133Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T08:07:38.133Z] OK: 12620 distinct packages available [2020-08-04T08:07:38.133Z] Removing intermediate container 298e1712adfe [2020-08-04T08:07:38.133Z] ---> 699a09f9f19e [2020-08-04T08:07:38.133Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T08:07:38.407Z] ---> Running in 78089e385429 [2020-08-04T08:07:39.397Z] OK: 217 MiB in 51 packages [2020-08-04T08:07:39.397Z] Removing intermediate container 78089e385429 [2020-08-04T08:07:39.397Z] ---> 973f01567273 [2020-08-04T08:07:39.397Z] [2020-08-04T08:07:40.385Z] Successfully built 973f01567273 [2020-08-04T08:07:40.385Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-04T08:07:40.385Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-08-04T08:07:40.660Z] Removing intermediate container 78aa2fae17fd [2020-08-04T08:07:40.660Z] ---> 7dd6ce069ed0 [2020-08-04T08:07:40.660Z] Step 8/23 : COPY . . [2020-08-04T08:07:41.259Z] Removing intermediate container 336560e1c1bc [2020-08-04T08:07:41.259Z] ---> 1a66d4576a18 [2020-08-04T08:07:41.259Z] Step 5/29 : COPY go.mod . [2020-08-04T08:07:46.695Z] ---> 978c71451566 [2020-08-04T08:07:46.695Z] Step 6/29 : RUN go mod download [2020-08-04T08:07:48.705Z] ---> Running in 11c6dc04298d [2020-08-04T08:07:57.017Z] Removing intermediate container 11c6dc04298d [2020-08-04T08:07:57.017Z] ---> df0372f6be60 [2020-08-04T08:07:57.017Z] Step 7/29 : COPY . . [2020-08-04T08:08:07.186Z] Removing intermediate container b56048523cb4 [2020-08-04T08:08:07.186Z] ---> 2fed6c9fcbc4 [2020-08-04T08:08:07.186Z] [2020-08-04T08:08:07.186Z] Step 10/20 : FROM scratch [2020-08-04T08:08:07.186Z] ---> [2020-08-04T08:08:07.186Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T08:08:07.464Z] ---> Running in 37b8c546c827 [2020-08-04T08:08:08.456Z] Removing intermediate container 37b8c546c827 [2020-08-04T08:08:08.456Z] ---> 5a8cd5a746ad [2020-08-04T08:08:08.456Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-04T08:08:08.728Z] ---> 8058a56609f3 [2020-08-04T08:08:08.728Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-04T08:08:09.003Z] ---> Running in a43fd591643c [2020-08-04T08:08:09.603Z] ---> Running in 017c3759e3ca [2020-08-04T08:08:09.603Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T08:08:09.603Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T08:08:09.603Z] ---> c85edaa14c07 [2020-08-04T08:08:09.603Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T08:08:09.603Z] ---> Using cache [2020-08-04T08:08:09.603Z] ---> eb02b212c5b1 [2020-08-04T08:08:09.603Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T08:08:09.603Z] ---> Using cache [2020-08-04T08:08:09.603Z] ---> 4ed8af6a0881 [2020-08-04T08:08:09.603Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T08:08:09.603Z] ---> Using cache [2020-08-04T08:08:09.603Z] ---> 73413f224e79 [2020-08-04T08:08:09.603Z] Step 6/21 : COPY go.mod . [2020-08-04T08:08:09.603Z] ---> Using cache [2020-08-04T08:08:09.603Z] ---> a0ad95af0797 [2020-08-04T08:08:09.603Z] Step 7/21 : RUN go mod download [2020-08-04T08:08:09.603Z] ---> Using cache [2020-08-04T08:08:09.603Z] ---> a8bed6b9124c [2020-08-04T08:08:09.603Z] Step 8/21 : COPY . . [2020-08-04T08:08:09.603Z] ---> Using cache [2020-08-04T08:08:09.603Z] ---> 7f7dccd95332 [2020-08-04T08:08:09.603Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-04T08:08:10.198Z] ---> Running in 36edd342a6c7 [2020-08-04T08:08:10.198Z] Removing intermediate container a43fd591643c [2020-08-04T08:08:10.198Z] ---> 3779105bde22 [2020-08-04T08:08:10.198Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-04T08:08:10.472Z] ---> Running in 37ca89163f55 [2020-08-04T08:08:11.453Z] Removing intermediate container 37ca89163f55 [2020-08-04T08:08:11.453Z] ---> 989a569fdbb6 [2020-08-04T08:08:11.453Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-04T08:08:12.431Z] 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 [2020-08-04T08:08:12.431Z] 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 [2020-08-04T08:08:13.407Z] ---> a7665b9b3477 [2020-08-04T08:08:13.407Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-04T08:08:16.050Z] Removing intermediate container 442b2bf108a0 [2020-08-04T08:08:16.050Z] ---> 38b3d49d28d4 [2020-08-04T08:08:16.050Z] [2020-08-04T08:08:16.050Z] Step 10/21 : FROM scratch [2020-08-04T08:08:16.050Z] ---> [2020-08-04T08:08:16.050Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T08:08:16.050Z] ---> 0d13a4c531d7 [2020-08-04T08:08:16.050Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-04T08:08:16.050Z] ---> Using cache [2020-08-04T08:08:16.050Z] ---> 5a8cd5a746ad [2020-08-04T08:08:16.050Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-04T08:08:16.325Z] ---> Running in 32a0b530474b [2020-08-04T08:08:17.309Z] Removing intermediate container 32a0b530474b [2020-08-04T08:08:17.309Z] ---> 266458bca1bc [2020-08-04T08:08:17.309Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T08:08:17.581Z] ---> Running in 7780bc0c62f6 [2020-08-04T08:08:17.854Z] ---> f5d29ae46ff1 [2020-08-04T08:08:17.854Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:08:18.125Z] ---> Running in bb12a3e97d3c [2020-08-04T08:08:18.721Z] Removing intermediate container 7780bc0c62f6 [2020-08-04T08:08:18.721Z] ---> 95926cb9f2ae [2020-08-04T08:08:18.721Z] Step 14/21 : WORKDIR / [2020-08-04T08:08:18.721Z] ---> Running in f4242f50f65e [2020-08-04T08:08:19.319Z] Removing intermediate container bb12a3e97d3c [2020-08-04T08:08:19.319Z] ---> 258be3347812 [2020-08-04T08:08:19.319Z] Step 18/20 : LABEL arch=arm64 [2020-08-04T08:08:19.592Z] ---> Running in 4fad1a2a5dc3 [2020-08-04T08:08:19.864Z] Removing intermediate container f4242f50f65e [2020-08-04T08:08:19.864Z] ---> 3f25b901c71e [2020-08-04T08:08:19.864Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-04T08:08:20.841Z] Removing intermediate container 4fad1a2a5dc3 [2020-08-04T08:08:20.841Z] ---> 2abf0880677d [2020-08-04T08:08:20.841Z] Step 19/20 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:08:21.437Z] ---> Running in 9c338c902680 [2020-08-04T08:08:22.038Z] ---> 5736129ce8fd [2020-08-04T08:08:22.038Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-04T08:08:22.310Z] Removing intermediate container 9c338c902680 [2020-08-04T08:08:22.310Z] ---> 7cc45ac8ab36 [2020-08-04T08:08:22.310Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T08:08:22.583Z] ---> Running in ec3486be3715 [2020-08-04T08:08:23.564Z] Removing intermediate container ec3486be3715 [2020-08-04T08:08:23.564Z] ---> fd9e8d3f3b6c [2020-08-04T08:08:23.564Z] [2020-08-04T08:08:25.002Z] Successfully built fd9e8d3f3b6c [2020-08-04T08:08:25.277Z] ---> 165b2e89a7b5 [2020-08-04T08:08:25.277Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-04T08:08:25.277Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-04T08:08:27.255Z]  Building docker-support-scheduler-go ... done  ---> 7cadb5b5df7e [2020-08-04T08:08:27.255Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:08:27.531Z] ---> Running in 50ec3e1e7b78 [2020-08-04T08:08:28.511Z] Removing intermediate container 50ec3e1e7b78 [2020-08-04T08:08:28.511Z] ---> 7998b1096942 [2020-08-04T08:08:28.511Z] Step 19/21 : LABEL arch=arm64 [2020-08-04T08:08:28.790Z] ---> Running in 3582a3849a8b [2020-08-04T08:08:29.775Z] Removing intermediate container 3582a3849a8b [2020-08-04T08:08:29.775Z] ---> d219d7f3c534 [2020-08-04T08:08:29.775Z] Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:08:30.050Z] ---> Running in ce271c9522b2 [2020-08-04T08:08:30.050Z] ---> 5334bdc05509 [2020-08-04T08:08:30.050Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-04T08:08:30.661Z] ---> Running in 86ee729111c0 [2020-08-04T08:08:30.936Z] Removing intermediate container ce271c9522b2 [2020-08-04T08:08:30.936Z] ---> 9d8d6173e2ac [2020-08-04T08:08:30.936Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T08:08:31.207Z] ---> Running in 2618b8bb1309 [2020-08-04T08:08:32.190Z] Removing intermediate container 2618b8bb1309 [2020-08-04T08:08:32.190Z] ---> 95392ed12059 [2020-08-04T08:08:32.190Z] [2020-08-04T08:08:32.784Z] Successfully built 95392ed12059 [2020-08-04T08:08:32.785Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-04T08:08:33.381Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-04T08:09:29.893Z] Removing intermediate container 86ee729111c0 [2020-08-04T08:09:29.893Z] ---> ac6611172746 [2020-08-04T08:09:29.893Z] [2020-08-04T08:09:29.893Z] Step 9/29 : FROM alpine:latest [2020-08-04T08:09:29.893Z] ---> 62ee0e9f8440 [2020-08-04T08:09:29.893Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-04T08:09:29.893Z] Removing intermediate container 017c3759e3ca [2020-08-04T08:09:29.893Z] ---> 2e4d3d609ce8 [2020-08-04T08:09:29.893Z] [2020-08-04T08:09:29.893Z] Step 10/23 : FROM scratch [2020-08-04T08:09:29.893Z] ---> [2020-08-04T08:09:29.893Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T08:09:29.893Z] ---> Using cache [2020-08-04T08:09:29.893Z] ---> a97cdf4cc4c5 [2020-08-04T08:09:29.893Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-04T08:09:29.893Z] ---> Running in a76538f4d72f [2020-08-04T08:09:29.893Z] ---> Running in d877fb331346 [2020-08-04T08:09:29.893Z] Removing intermediate container a76538f4d72f [2020-08-04T08:09:29.893Z] ---> f974017545f7 [2020-08-04T08:09:29.893Z] Step 11/29 : USER root [2020-08-04T08:09:29.893Z] Removing intermediate container d877fb331346 [2020-08-04T08:09:29.893Z] ---> 84866b09bdc9 [2020-08-04T08:09:29.893Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-04T08:09:29.893Z] ---> Running in 778f70b6ab03 [2020-08-04T08:09:29.893Z] ---> Running in cfcb6e1bcb2a [2020-08-04T08:09:29.893Z] Removing intermediate container 778f70b6ab03 [2020-08-04T08:09:29.893Z] ---> 2dceb651114d [2020-08-04T08:09:29.893Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-04T08:09:29.893Z] Removing intermediate container cfcb6e1bcb2a [2020-08-04T08:09:29.893Z] ---> f55eab75a89b [2020-08-04T08:09:29.893Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-04T08:09:29.893Z] ---> Running in d3d5bef0217d [2020-08-04T08:09:29.893Z] ---> ae46e9c0c595 [2020-08-04T08:09:29.893Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-04T08:09:29.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T08:09:29.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T08:09:29.893Z] ---> cd79ae419d48 [2020-08-04T08:09:29.893Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-04T08:09:29.893Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T08:09:29.893Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T08:09:29.893Z] OK: 12620 distinct packages available [2020-08-04T08:09:29.893Z] Removing intermediate container 36edd342a6c7 [2020-08-04T08:09:29.893Z] ---> 87b9026ad637 [2020-08-04T08:09:29.893Z] [2020-08-04T08:09:29.893Z] Step 10/21 : FROM scratch [2020-08-04T08:09:29.893Z] ---> [2020-08-04T08:09:29.893Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T08:09:29.893Z] ---> Using cache [2020-08-04T08:09:29.893Z] ---> 5a8cd5a746ad [2020-08-04T08:09:29.893Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-04T08:09:29.893Z] ---> Running in f39890cf905c [2020-08-04T08:09:29.893Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-04T08:09:29.893Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-04T08:09:29.893Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T08:09:29.893Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T08:09:29.893Z] OK: 6 MiB in 16 packages [2020-08-04T08:09:29.893Z] Removing intermediate container f39890cf905c [2020-08-04T08:09:29.893Z] ---> 86673185ce45 [2020-08-04T08:09:29.893Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T08:09:29.893Z] ---> d873e2b62d2b [2020-08-04T08:09:29.893Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-04T08:09:29.893Z] ---> Running in 5d830613afac [2020-08-04T08:09:30.175Z] Removing intermediate container 5d830613afac [2020-08-04T08:09:30.175Z] ---> 69e982b0021b [2020-08-04T08:09:30.175Z] Step 14/21 : WORKDIR / [2020-08-04T08:09:30.451Z] ---> Running in 4b4ec04076e5 [2020-08-04T08:09:30.451Z] ---> 4a92667e8b4d [2020-08-04T08:09:30.451Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-04T08:09:31.044Z] Removing intermediate container 4b4ec04076e5 [2020-08-04T08:09:31.044Z] ---> aa5b7da5ed4d [2020-08-04T08:09:31.044Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-04T08:09:31.316Z] Removing intermediate container d3d5bef0217d [2020-08-04T08:09:31.316Z] ---> e4287acbc0c1 [2020-08-04T08:09:31.316Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-04T08:09:31.586Z] ---> Running in 4bf11900497d [2020-08-04T08:09:32.189Z] ---> b65b1a418890 [2020-08-04T08:09:32.189Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-04T08:09:32.189Z] ---> 2714c30c089e [2020-08-04T08:09:32.189Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-04T08:09:32.189Z] Removing intermediate container 4bf11900497d [2020-08-04T08:09:32.189Z] ---> 0ccca0540bf7 [2020-08-04T08:09:32.189Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-04T08:09:32.189Z] ---> Running in e490085840e6 [2020-08-04T08:09:33.163Z] ---> e97cdcffb54c [2020-08-04T08:09:33.163Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:09:33.163Z] Removing intermediate container e490085840e6 [2020-08-04T08:09:33.163Z] ---> de180fadfab0 [2020-08-04T08:09:33.163Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-04T08:09:33.163Z] ---> Running in 0fd2af2ac7a5 [2020-08-04T08:09:33.163Z] ---> Running in 6c52937417c8 [2020-08-04T08:09:33.752Z] ---> 72747e94f1b9 [2020-08-04T08:09:33.752Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-04T08:09:33.752Z] Removing intermediate container 0fd2af2ac7a5 [2020-08-04T08:09:33.752Z] ---> fd18a5bea451 [2020-08-04T08:09:33.752Z] Step 21/23 : LABEL arch=arm64 [2020-08-04T08:09:34.031Z] ---> Running in 75bf8defba54 [2020-08-04T08:09:34.306Z] Removing intermediate container 75bf8defba54 [2020-08-04T08:09:34.306Z] ---> 99431db45e8b [2020-08-04T08:09:34.306Z] Step 22/23 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:09:34.579Z] ---> a6bc2713d4bd [2020-08-04T08:09:34.579Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:09:34.579Z] ---> Running in 0a7c91ad1d03 [2020-08-04T08:09:34.579Z] ---> Running in 9828bbeacc8d [2020-08-04T08:09:35.171Z] Removing intermediate container 0a7c91ad1d03 [2020-08-04T08:09:35.171Z] ---> ef5feb5246dd [2020-08-04T08:09:35.171Z] Step 23/23 : LABEL version=0.0.0 [2020-08-04T08:09:35.171Z] Removing intermediate container 9828bbeacc8d [2020-08-04T08:09:35.171Z] ---> cc6e18c04e70 [2020-08-04T08:09:35.171Z] Step 19/21 : LABEL arch=arm64 [2020-08-04T08:09:35.171Z] ---> Running in f2ac1e3a74f5 [2020-08-04T08:09:35.441Z] ---> Running in a518fb8caf6f [2020-08-04T08:09:35.710Z] Removing intermediate container f2ac1e3a74f5 [2020-08-04T08:09:35.710Z] ---> 581e78cdc43d [2020-08-04T08:09:35.710Z] [2020-08-04T08:09:35.982Z] Removing intermediate container a518fb8caf6f [2020-08-04T08:09:35.982Z] ---> 966e8e192f9c [2020-08-04T08:09:35.982Z] Step 20/21 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:09:35.982Z] Removing intermediate container 6c52937417c8 [2020-08-04T08:09:35.982Z] ---> 447b24168b40 [2020-08-04T08:09:35.982Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-04T08:09:36.253Z] ---> Running in 7834b59688ef [2020-08-04T08:09:36.253Z] Successfully built 581e78cdc43d [2020-08-04T08:09:36.253Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-04T08:09:36.840Z]  Building docker-support-notifications-go ... done Removing intermediate container 7834b59688ef [2020-08-04T08:09:36.840Z] ---> 465b3e670881 [2020-08-04T08:09:36.840Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T08:09:37.108Z] ---> Running in cc1333c5a774 [2020-08-04T08:09:37.108Z] ---> 9133d4950254 [2020-08-04T08:09:37.108Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-04T08:09:37.376Z] Removing intermediate container cc1333c5a774 [2020-08-04T08:09:37.376Z] ---> 29661315824e [2020-08-04T08:09:37.376Z] [2020-08-04T08:09:37.963Z] Successfully built 29661315824e [2020-08-04T08:09:37.963Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-04T08:09:37.963Z]  Building docker-core-metadata-go ... done  ---> 6897f750c4a5 [2020-08-04T08:09:37.963Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-04T08:09:38.552Z] ---> db6abc3e0d51 [2020-08-04T08:09:38.552Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-04T08:09:39.524Z] ---> a884b7f2a9da [2020-08-04T08:09:39.524Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-04T08:09:40.122Z] ---> 5ac5abc2e91c [2020-08-04T08:09:40.122Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-04T08:09:40.122Z] ---> Running in 8d40448f5863 [2020-08-04T08:09:42.735Z] Removing intermediate container 8d40448f5863 [2020-08-04T08:09:42.735Z] ---> 1361273ed527 [2020-08-04T08:09:42.735Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T08:09:43.705Z] ---> 73df7ffc2bd4 [2020-08-04T08:09:43.705Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T08:09:43.705Z] ---> Running in 609a3f4627f2 [2020-08-04T08:09:46.313Z] Removing intermediate container 609a3f4627f2 [2020-08-04T08:09:46.313Z] ---> 40ed5a598041 [2020-08-04T08:09:46.313Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-04T08:09:46.313Z] ---> Running in 4640353022eb [2020-08-04T08:09:48.916Z] Removing intermediate container 4640353022eb [2020-08-04T08:09:48.916Z] ---> b478c1378cc1 [2020-08-04T08:09:48.916Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T08:09:49.185Z] ---> Running in 8d6a51c2d3c3 [2020-08-04T08:09:49.775Z] Removing intermediate container 8d6a51c2d3c3 [2020-08-04T08:09:49.775Z] ---> 26856fb1717e [2020-08-04T08:09:49.775Z] Step 26/29 : CMD [ "generate" ] [2020-08-04T08:09:49.775Z] ---> Running in aea45c6b278a [2020-08-04T08:09:50.368Z] Removing intermediate container aea45c6b278a [2020-08-04T08:09:50.368Z] ---> 10a1e0c00359 [2020-08-04T08:09:50.368Z] Step 27/29 : LABEL arch=arm64 [2020-08-04T08:09:50.368Z] ---> Running in cb50a99b5508 [2020-08-04T08:09:50.960Z] Removing intermediate container cb50a99b5508 [2020-08-04T08:09:50.961Z] ---> 7255048b80fc [2020-08-04T08:09:50.961Z] Step 28/29 : LABEL git_sha=8ab1ce643e3b8248ba02413c95f4a6f363ac83d9 [2020-08-04T08:09:50.961Z] ---> Running in 29279a9dd132 [2020-08-04T08:09:51.551Z] Removing intermediate container 29279a9dd132 [2020-08-04T08:09:51.551Z] ---> 12fd8a32e50b [2020-08-04T08:09:51.551Z] Step 29/29 : LABEL version=0.0.0 [2020-08-04T08:09:51.551Z] ---> Running in 05707aab6017 [2020-08-04T08:09:52.138Z] Removing intermediate container 05707aab6017 [2020-08-04T08:09:52.138Z] ---> e7ea5d2fec9e [2020-08-04T08:09:52.138Z] [2020-08-04T08:09:52.408Z] Successfully built e7ea5d2fec9e [2020-08-04T08:09:52.408Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-04T08:09:52.692Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-04T08:09:52.677Z] $ docker stop --time=1 15f4868d15042908ab1fbac2e563e7286c5b2997f47f6babd20725c9eda73c35 [2020-08-04T08:09:54.659Z] $ docker rm -f 15f4868d15042908ab1fbac2e563e7286c5b2997f47f6babd20725c9eda73c35 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-04T08:09:55.401Z] + docker images [2020-08-04T08:09:55.401Z] + grep docker [2020-08-04T08:09:55.671Z] docker-security-secrets-setup-go-arm64 latest e7ea5d2fec9e 4 seconds ago 24.2MB [2020-08-04T08:09:55.671Z] docker-core-metadata-go-arm64 latest 29661315824e 18 seconds ago 13.8MB [2020-08-04T08:09:55.671Z] docker-support-notifications-go-arm64 latest 581e78cdc43d 20 seconds ago 13.9MB [2020-08-04T08:09:55.671Z] docker-core-command-go-arm64 latest 95392ed12059 About a minute ago 12.4MB [2020-08-04T08:09:55.671Z] docker-support-scheduler-go-arm64 latest fd9e8d3f3b6c About a minute ago 12.6MB [2020-08-04T08:09:55.671Z] docker-sys-mgmt-agent-go-arm64 latest 973f01567273 2 minutes ago 266MB [2020-08-04T08:09:55.671Z] docker-core-data-go-arm64 latest 4db8286460cf 3 minutes ago 23.3MB [2020-08-04T08:09:55.671Z] docker-security-secretstore-setup-go-arm64 latest 87106739c29d 3 minutes ago 32.6MB [2020-08-04T08:09:55.671Z] docker-support-logging-go-arm64 latest 35bf1af3cb54 3 minutes ago 11.4MB [2020-08-04T08:09:55.671Z] docker-security-proxy-setup-go-arm64 latest 6708b4fbb072 4 minutes ago 15.8MB [2020-08-04T08:09:55.671Z] docker latest ce9d55ae87f1 5 weeks ago 193MB [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 [2020-08-04T08:09:57.087Z] provisioning config files... [2020-08-04T08:09:57.107Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/28@tmp/config8360802832907086644tmp [Pipeline] { [Pipeline] sh [2020-08-04T08:09:57.478Z] + curl -s https://codecov.io/bash [2020-08-04T08:09:57.478Z] + bash -s - -t @/w/workspace/edgex-go/28@tmp/config8360802832907086644tmp [Pipeline] } [2020-08-04T08:09:58.061Z] 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] { (Clair Scan) Stage "Clair 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 [2020-08-04T08:09:59.380Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T08:10:00.266Z] ---> package-listing.sh [2020-08-04T08:10:00.266Z] ++ facter osfamily [2020-08-04T08:10:00.266Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-04T08:10:00.266Z] + OS_FAMILY=redhat [2020-08-04T08:10:00.266Z] + workspace=/w/workspace/edgex-go/28 [2020-08-04T08:10:00.266Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-04T08:10:00.266Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-04T08:10:00.266Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-04T08:10:00.266Z] + PACKAGES=/tmp/packages_start.txt [2020-08-04T08:10:00.266Z] + '[' /w/workspace/edgex-go/28 ']' [2020-08-04T08:10:00.266Z] + PACKAGES=/tmp/packages_end.txt [2020-08-04T08:10:00.266Z] + case "${OS_FAMILY}" in [2020-08-04T08:10:00.266Z] + rpm -qa [2020-08-04T08:10:00.266Z] + sort [2020-08-04T08:10:04.472Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-04T08:10:04.472Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-04T08:10:04.472Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-04T08:10:04.472Z] + '[' /w/workspace/edgex-go/28 ']' [2020-08-04T08:10:04.472Z] + mkdir -p /w/workspace/edgex-go/28/archives/ [2020-08-04T08:10:04.472Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/28/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-04T08:10:04.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T08:10:04.858Z] [2020-08-04T08:10:04.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-04T08:10:05.242Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T08:10:05.242Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-04T08:10:05.242Z] c9b1b535fdd9: Pulling fs layer [2020-08-04T08:10:05.242Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-04T08:10:05.242Z] 756a868c4378: Pulling fs layer [2020-08-04T08:10:05.242Z] 444b2fc9a129: Pulling fs layer [2020-08-04T08:10:05.242Z] ea15f1150254: Pulling fs layer [2020-08-04T08:10:05.242Z] 41b27a9f41bf: Pulling fs layer [2020-08-04T08:10:05.242Z] 28c525ee5125: Pulling fs layer [2020-08-04T08:10:05.242Z] 094b1ea09ed8: Pulling fs layer [2020-08-04T08:10:05.242Z] 138eaada9080: Pulling fs layer [2020-08-04T08:10:05.242Z] 0622d0fa9048: Pulling fs layer [2020-08-04T08:10:05.242Z] 444b2fc9a129: Waiting [2020-08-04T08:10:05.242Z] ea15f1150254: Waiting [2020-08-04T08:10:05.242Z] 41b27a9f41bf: Waiting [2020-08-04T08:10:05.242Z] 28c525ee5125: Waiting [2020-08-04T08:10:05.242Z] 0622d0fa9048: Waiting [2020-08-04T08:10:05.242Z] 094b1ea09ed8: Waiting [2020-08-04T08:10:05.242Z] 138eaada9080: Waiting [2020-08-04T08:10:05.242Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-04T08:10:05.242Z] 2cc5ad85d9ab: Download complete [2020-08-04T08:10:05.242Z] 444b2fc9a129: Verifying Checksum [2020-08-04T08:10:05.242Z] 444b2fc9a129: Download complete [2020-08-04T08:10:05.242Z] c9b1b535fdd9: Verifying Checksum [2020-08-04T08:10:05.242Z] c9b1b535fdd9: Download complete [2020-08-04T08:10:05.519Z] ea15f1150254: Verifying Checksum [2020-08-04T08:10:05.519Z] ea15f1150254: Download complete [2020-08-04T08:10:05.519Z] 28c525ee5125: Verifying Checksum [2020-08-04T08:10:05.519Z] 28c525ee5125: Download complete [2020-08-04T08:10:05.784Z] 756a868c4378: Verifying Checksum [2020-08-04T08:10:05.784Z] 756a868c4378: Download complete [2020-08-04T08:10:05.784Z] c9b1b535fdd9: Pull complete [2020-08-04T08:10:05.784Z] 138eaada9080: Verifying Checksum [2020-08-04T08:10:05.784Z] 138eaada9080: Download complete [2020-08-04T08:10:06.059Z] 0622d0fa9048: Verifying Checksum [2020-08-04T08:10:06.059Z] 0622d0fa9048: Download complete [2020-08-04T08:10:06.059Z] 094b1ea09ed8: Verifying Checksum [2020-08-04T08:10:06.059Z] 094b1ea09ed8: Download complete [2020-08-04T08:10:06.324Z] 41b27a9f41bf: Verifying Checksum [2020-08-04T08:10:06.324Z] 41b27a9f41bf: Download complete [2020-08-04T08:10:06.324Z] 2cc5ad85d9ab: Pull complete [2020-08-04T08:10:08.879Z] 756a868c4378: Pull complete [2020-08-04T08:10:08.879Z] 444b2fc9a129: Pull complete [2020-08-04T08:10:08.879Z] ea15f1150254: Pull complete [2020-08-04T08:10:13.554Z] 41b27a9f41bf: Pull complete [2020-08-04T08:10:13.850Z] 28c525ee5125: Pull complete [2020-08-04T08:10:17.177Z] 094b1ea09ed8: Pull complete [2020-08-04T08:10:17.177Z] 138eaada9080: Pull complete [2020-08-04T08:10:17.177Z] 0622d0fa9048: Pull complete [2020-08-04T08:10:17.437Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-04T08:10:17.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T08:10:17.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-04T08:10:17.643Z] prd-centos7-docker-4c-2g-2044 does not seem to be running inside a container [2020-08-04T08:10:17.684Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-04T08:10:22.240Z] $ docker top e3247837b0b0b5d6576a270d9dd445e3b32637a0e64f3f07e6da364971e4985b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-04T08:10:22.549Z] provisioning config files... [2020-08-04T08:10:22.562Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/28@tmp/config3024322385293883400tmp [Pipeline] { [Pipeline] echo [2020-08-04T08:10:22.620Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T08:10:22.914Z] ---> create-netrc.sh [Pipeline] echo [2020-08-04T08:10:22.923Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T08:10:23.215Z] ---> logs-deploy.sh [2020-08-04T08:10:23.215Z] + ARCHIVE_ARTIFACTS= [2020-08-04T08:10:23.215Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-04T08:10:23.215Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-04T08:10:23.215Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-04T08:10:23.215Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/28 [2020-08-04T08:10:23.215Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/28/ [2020-08-04T08:10:23.215Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/28 /w/workspace/edgex-go/28 [2020-08-04T08:10:24.158Z] Archives upload complete. [2020-08-04T08:10:24.418Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/28 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/28/