Pull request #2665 opened 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 venkata-subbareddyK for edgexfoundry/edgex-go Loading trusted files from base branch master at 6df8530f92e66c259c9e6c4b7995a1e49851403d rather than dbdd0b2752ac289a8283e045f92c2be7099fb530 Obtained Jenkinsfile from 6df8530f92e66c259c9e6c4b7995a1e49851403d Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2665/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-602 in /w/workspace/edgexfoundry_edgex-go_PR-2665 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/2665/head:refs/remotes/origin/PR-2665 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit dbdd0b2752ac289a8283e045f92c2be7099fb530 Merge succeeded, producing dbdd0b2752ac289a8283e045f92c2be7099fb530 Checking out Revision dbdd0b2752ac289a8283e045f92c2be7099fb530 (PR-2665) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2665/head:refs/remotes/origin/PR-2665 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2665/head:refs/remotes/origin/PR-2665 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dbdd0b2752ac289a8283e045f92c2be7099fb530 # 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 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dbdd0b2752ac289a8283e045f92c2be7099fb530 # timeout=10 Commit message: "refactor: update dockerfiles to appropriately use ENTRYPOINT and CMD" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-20T17:55:09.372Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-20T17:55:09.695Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-20T17:55:09.902Z] ========================================================= [2020-08-20T17:55:09.902Z] EdgeX Global Pipelines Version Info [2020-08-20T17:55:09.902Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-20T17:55:11.343Z] ------------------- [2020-08-20T17:55:11.343Z] stable info: [2020-08-20T17:55:11.343Z] ------------------- [2020-08-20T17:55:11.343Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-20T17:55:11.343Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-20T17:55:11.343Z] Message: update stable to v1.0.106 [2020-08-20T17:55:12.300Z] ------------------- [2020-08-20T17:55:12.300Z] experimental info: [2020-08-20T17:55:12.300Z] ------------------- [2020-08-20T17:55:12.300Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-20T17:55:12.300Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-20T17:55:12.300Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-20T17:55:14.409Z] ++ 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-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/core-command/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/core-data/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-20T17:55:14.409Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-20T17:55:14.409Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-20T17:55:14.409Z] ++ cut -d/ -f2 [2020-08-20T17:55:14.409Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-20T17:55:14.494Z] 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-20T17:55:15.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-20T17:55:15.971Z] [2020-08-20T17:55:15.971Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-20T17:55:16.351Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-20T17:55:16.351Z] latest: Pulling from edgex-devops/git-semver [2020-08-20T17:55:16.351Z] 31603596830f: Pulling fs layer [2020-08-20T17:55:16.351Z] 2a8b12db71e7: Pulling fs layer [2020-08-20T17:55:16.351Z] 6ca5941a6612: Pulling fs layer [2020-08-20T17:55:16.351Z] ecc8261a40a4: Pulling fs layer [2020-08-20T17:55:16.351Z] ecc8261a40a4: Waiting [2020-08-20T17:55:16.351Z] 2a8b12db71e7: Verifying Checksum [2020-08-20T17:55:16.351Z] 2a8b12db71e7: Download complete [2020-08-20T17:55:16.614Z] 31603596830f: Download complete [2020-08-20T17:55:16.614Z] ecc8261a40a4: Verifying Checksum [2020-08-20T17:55:16.614Z] ecc8261a40a4: Download complete [2020-08-20T17:55:16.614Z] 6ca5941a6612: Verifying Checksum [2020-08-20T17:55:16.614Z] 6ca5941a6612: Download complete [2020-08-20T17:55:16.878Z] 31603596830f: Pull complete [2020-08-20T17:55:16.878Z] 2a8b12db71e7: Pull complete [2020-08-20T17:55:17.826Z] 6ca5941a6612: Pull complete [2020-08-20T17:55:17.826Z] ecc8261a40a4: Pull complete [2020-08-20T17:55:18.088Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-20T17:55:18.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-20T17:55:18.088Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-20T17:55:18.214Z] prd-centos7-docker-4c-2g-602 does not seem to be running inside a container [2020-08-20T17:55:18.259Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-20T17:55:20.606Z] $ docker top c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-20T17:55:21.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-20T17:55:21.004Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-20T17:55:21.209Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-20T17:55:21.208Z] $ docker exec c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 ssh-agent [2020-08-20T17:55:21.377Z] SSH_AUTH_SOCK=/tmp/ssh-aHgvgJGRpdof/agent.11 [2020-08-20T17:55:21.377Z] SSH_AGENT_PID=16 [2020-08-20T17:55:21.387Z] Running ssh-add (command line suppressed) [2020-08-20T17:55:21.497Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1821536687531422823.key (/w/workspace/edgex-go/1@tmp/private_key_1821536687531422823.key) [2020-08-20T17:55:21.551Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-20T17:55:21.918Z] + git describe --exact-match --tags HEAD [2020-08-20T17:55:21.918Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-20T17:55:21.996Z] $ docker exec --env ******** --env ******** c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 ssh-agent -k [2020-08-20T17:55:22.120Z] unset SSH_AUTH_SOCK; [2020-08-20T17:55:22.120Z] unset SSH_AGENT_PID; [2020-08-20T17:55:22.120Z] echo Agent pid 16 killed; [2020-08-20T17:55:22.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-20T17:55:22.317Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-20T17:55:22.317Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-20T17:55:22.433Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-20T17:55:22.433Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-20T17:55:22.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-20T17:55:22.595Z] $ docker exec c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 ssh-agent [2020-08-20T17:55:22.765Z] SSH_AUTH_SOCK=/tmp/ssh-h19dIkIJfg4v/agent.44 [2020-08-20T17:55:22.765Z] SSH_AGENT_PID=49 [2020-08-20T17:55:22.771Z] Running ssh-add (command line suppressed) [2020-08-20T17:55:22.883Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8486135002860895506.key (/w/workspace/edgex-go/1@tmp/private_key_8486135002860895506.key) [2020-08-20T17:55:22.934Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-20T17:55:23.298Z] + git semver init [2020-08-20T17:55:23.299Z] # -> Open(): unable to determine branch for HEAD [2020-08-20T17:55:23.299Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-08-20T17:55:23.299Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-08-20T17:55:23.299Z] # $SEMVER_REMOTE_NAME = origin [2020-08-20T17:55:23.299Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-20T17:55:23.299Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-20T17:55:23.299Z] # $SEMVER_BRANCH = PR-2665 [2020-08-20T17:55:23.299Z] # $SEMVER_TEMP = /tmp/semver-305245679 [2020-08-20T17:55:23.299Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-20T17:55:45.311Z] # '/tmp/semver-305245679' -> '/w/workspace/edgex-go/1/.semver' [2020-08-20T17:55:45.311Z] # -> Force: false [2020-08-20T17:55:45.311Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-08-20T17:55:45.328Z] $ docker exec --env ******** --env ******** c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 ssh-agent -k [2020-08-20T17:55:45.541Z] unset SSH_AUTH_SOCK; [2020-08-20T17:55:45.542Z] unset SSH_AGENT_PID; [2020-08-20T17:55:45.542Z] echo Agent pid 49 killed; [2020-08-20T17:55:45.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-20T17:55:46.275Z] + git semver [Pipeline] } [2020-08-20T17:55:46.336Z] $ docker stop --time=1 c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 [2020-08-20T17:55:47.982Z] $ docker rm -f c935e5ad161baad31114a832180f0649cfa77d1c5194de596f661b0a2a3da444 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-20T17:56:00.461Z] Stashed 37 file(s) [Pipeline] echo [2020-08-20T17:56:00.483Z] [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-20T17:56:01.400Z] ========================================================= [2020-08-20T17:56:01.400Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-20T17:56:01.400Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-20T17:56:01.778Z] + 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-20T17:56:05.116Z] Sending build context to Docker daemon 323.1MB [2020-08-20T17:56:05.116Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-20T17:56:05.116Z] Step 2/7 : FROM ${BASE} [2020-08-20T17:56:05.116Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-20T17:56:05.116Z] df20fa9351a1: Pulling fs layer [2020-08-20T17:56:05.116Z] ed8968b2872e: Pulling fs layer [2020-08-20T17:56:05.116Z] a92cc7c5fd73: Pulling fs layer [2020-08-20T17:56:05.116Z] 2dd03ba5bac4: Pulling fs layer [2020-08-20T17:56:05.116Z] 1e091d79d1de: Pulling fs layer [2020-08-20T17:56:05.116Z] 481702a1767f: Pulling fs layer [2020-08-20T17:56:05.116Z] f64a6f60c768: Pulling fs layer [2020-08-20T17:56:05.116Z] e78d2573fc39: Pulling fs layer [2020-08-20T17:56:05.116Z] e876d2f968b6: Pulling fs layer [2020-08-20T17:56:05.116Z] ce8a83651883: Pulling fs layer [2020-08-20T17:56:05.116Z] 07967f4d0e4b: Pulling fs layer [2020-08-20T17:56:05.116Z] 1e091d79d1de: Waiting [2020-08-20T17:56:05.116Z] 481702a1767f: Waiting [2020-08-20T17:56:05.116Z] f64a6f60c768: Waiting [2020-08-20T17:56:05.116Z] e78d2573fc39: Waiting [2020-08-20T17:56:05.116Z] e876d2f968b6: Waiting [2020-08-20T17:56:05.116Z] ce8a83651883: Waiting [2020-08-20T17:56:05.116Z] 07967f4d0e4b: Waiting [2020-08-20T17:56:05.116Z] 2dd03ba5bac4: Waiting [2020-08-20T17:56:05.116Z] a92cc7c5fd73: Verifying Checksum [2020-08-20T17:56:05.116Z] a92cc7c5fd73: Download complete [2020-08-20T17:56:05.116Z] ed8968b2872e: Verifying Checksum [2020-08-20T17:56:05.116Z] ed8968b2872e: Download complete [2020-08-20T17:56:05.116Z] 1e091d79d1de: Verifying Checksum [2020-08-20T17:56:05.116Z] 1e091d79d1de: Download complete [2020-08-20T17:56:05.116Z] 481702a1767f: Verifying Checksum [2020-08-20T17:56:05.116Z] 481702a1767f: Download complete [2020-08-20T17:56:05.116Z] df20fa9351a1: Verifying Checksum [2020-08-20T17:56:05.116Z] df20fa9351a1: Download complete [2020-08-20T17:56:05.116Z] df20fa9351a1: Pull complete [2020-08-20T17:56:06.660Z] f64a6f60c768: Verifying Checksum [2020-08-20T17:56:06.660Z] f64a6f60c768: Download complete [2020-08-20T17:56:06.660Z] e78d2573fc39: Verifying Checksum [2020-08-20T17:56:06.660Z] e78d2573fc39: Download complete [2020-08-20T17:56:06.933Z] 2dd03ba5bac4: Verifying Checksum [2020-08-20T17:56:06.933Z] 2dd03ba5bac4: Download complete [2020-08-20T17:56:07.240Z] e876d2f968b6: Download complete [2020-08-20T17:56:07.240Z] 07967f4d0e4b: Verifying Checksum [2020-08-20T17:56:07.545Z] ed8968b2872e: Pull complete [2020-08-20T17:56:07.817Z] ce8a83651883: Verifying Checksum [2020-08-20T17:56:07.817Z] ce8a83651883: Download complete [2020-08-20T17:56:07.817Z] a92cc7c5fd73: Pull complete [2020-08-20T17:56:13.126Z] 2dd03ba5bac4: Pull complete [2020-08-20T17:56:13.126Z] 1e091d79d1de: Pull complete [2020-08-20T17:56:13.126Z] 481702a1767f: Pull complete [2020-08-20T17:56:16.056Z] Still waiting to schedule task [2020-08-20T17:56:16.056Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-601’ [2020-08-20T17:56:19.756Z] f64a6f60c768: Pull complete [2020-08-20T17:56:21.689Z] e78d2573fc39: Pull complete [2020-08-20T17:56:21.953Z] e876d2f968b6: Pull complete [2020-08-20T17:56:22.905Z] ce8a83651883: Pull complete [2020-08-20T17:56:22.905Z] 07967f4d0e4b: Pull complete [2020-08-20T17:56:23.167Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-20T17:56:23.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-20T17:56:23.167Z] ---> 5d7c900382c6 [2020-08-20T17:56:23.167Z] 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-20T17:56:24.558Z] ---> Running in 2a8ab6a0024e [2020-08-20T17:56:25.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T17:56:25.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T17:56:26.008Z] (1/12) Installing libmagic (5.38-r0) [2020-08-20T17:56:26.271Z] (2/12) Installing file (5.38-r0) [2020-08-20T17:56:26.271Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-20T17:56:26.271Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-20T17:56:28.191Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-20T17:56:28.191Z] (6/12) Installing patch (2.7.6-r6) [2020-08-20T17:56:28.191Z] (7/12) Installing build-base (0.5-r2) [2020-08-20T17:56:28.191Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-20T17:56:28.455Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-20T17:56:28.455Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-20T17:56:28.455Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-20T17:56:28.716Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-20T17:56:28.716Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T17:56:28.716Z] OK: 233 MiB in 51 packages [2020-08-20T17:56:32.343Z] Removing intermediate container 2a8ab6a0024e [2020-08-20T17:56:32.343Z] ---> 668eff8f365a [2020-08-20T17:56:32.343Z] Step 4/7 : WORKDIR /edgex-go [2020-08-20T17:56:32.343Z] ---> Running in ff8f32415d97 [2020-08-20T17:56:32.623Z] Removing intermediate container ff8f32415d97 [2020-08-20T17:56:32.623Z] ---> ec16fdcbd20b [2020-08-20T17:56:32.624Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-20T17:56:32.899Z] latest: Pulling from library/docker [2020-08-20T17:56:32.899Z] df20fa9351a1: Already exists [2020-08-20T17:56:32.899Z] 25ad7478873d: Pulling fs layer [2020-08-20T17:56:32.899Z] 4684f6177b5d: Pulling fs layer [2020-08-20T17:56:32.899Z] 46e300cec669: Pulling fs layer [2020-08-20T17:56:32.899Z] 63038576ad94: Pulling fs layer [2020-08-20T17:56:32.899Z] 0fdb76c4706c: Pulling fs layer [2020-08-20T17:56:32.899Z] cb7edeffdfd5: Pulling fs layer [2020-08-20T17:56:32.899Z] 63038576ad94: Waiting [2020-08-20T17:56:32.899Z] 0fdb76c4706c: Waiting [2020-08-20T17:56:32.899Z] cb7edeffdfd5: Waiting [2020-08-20T17:56:33.233Z] 4684f6177b5d: Download complete [2020-08-20T17:56:33.233Z] 25ad7478873d: Download complete [2020-08-20T17:56:33.572Z] 25ad7478873d: Pull complete [2020-08-20T17:56:33.572Z] 4684f6177b5d: Pull complete [2020-08-20T17:56:34.326Z] 46e300cec669: Verifying Checksum [2020-08-20T17:56:34.326Z] 46e300cec669: Download complete [2020-08-20T17:56:36.891Z] 46e300cec669: Pull complete [2020-08-20T17:56:38.284Z] 63038576ad94: Verifying Checksum [2020-08-20T17:56:38.284Z] 63038576ad94: Download complete [2020-08-20T17:56:38.284Z] cb7edeffdfd5: Verifying Checksum [2020-08-20T17:56:38.284Z] cb7edeffdfd5: Download complete [2020-08-20T17:56:38.284Z] 0fdb76c4706c: Verifying Checksum [2020-08-20T17:56:38.284Z] 0fdb76c4706c: Download complete [2020-08-20T17:56:38.284Z] 63038576ad94: Pull complete [2020-08-20T17:56:38.548Z] 0fdb76c4706c: Pull complete [2020-08-20T17:56:38.548Z] cb7edeffdfd5: Pull complete [2020-08-20T17:56:38.811Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-20T17:56:38.811Z] Status: Downloaded newer image for docker:latest [2020-08-20T17:56:40.203Z] ---> ce13ff05f0bb [2020-08-20T17:56:40.203Z] Step 6/7 : COPY go.mod . [2020-08-20T17:56:40.466Z] ---> 2a844789fab4 [2020-08-20T17:56:40.466Z] Step 7/7 : RUN go mod download [2020-08-20T17:56:40.466Z] ---> Running in 1c95dcca4a49 [2020-08-20T17:56:43.780Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-20T17:56:43.780Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-20T17:56:43.780Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-20T17:56:43.780Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-20T17:56:43.780Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-20T17:56:43.780Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-20T17:56:43.780Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-20T17:56:43.780Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-20T17:56:43.780Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-20T17:56:43.780Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-20T17:56:43.780Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-20T17:56:43.780Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-20T17:56:43.780Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-20T17:56:43.780Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-20T17:56:43.780Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-20T17:56:43.780Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-20T17:56:43.780Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-20T17:56:43.780Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-20T17:56:44.041Z] go: finding github.com/fatih/color v1.7.0 [2020-08-20T17:56:44.041Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-20T17:56:44.041Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-20T17:56:44.041Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-20T17:56:44.041Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-20T17:56:44.041Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-20T17:56:44.041Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-20T17:56:44.303Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-20T17:56:44.303Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-20T17:56:44.303Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-20T17:56:44.303Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-20T17:56:44.303Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-20T17:56:44.303Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-20T17:56:44.303Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-20T17:56:44.565Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-20T17:56:44.565Z] go: finding github.com/google/uuid v1.1.0 [2020-08-20T17:56:44.565Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-20T17:56:44.565Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-20T17:56:44.565Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-20T17:56:44.565Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-20T17:56:44.565Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-20T17:56:44.826Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-20T17:56:44.826Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-20T17:56:44.826Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-20T17:56:44.826Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-20T17:56:44.826Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-20T17:56:44.826Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-20T17:56:44.826Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-20T17:56:45.087Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-20T17:56:45.087Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-20T17:56:45.087Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-20T17:56:45.088Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-20T17:56:45.088Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-20T17:56:45.088Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-20T17:56:45.088Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-20T17:56:45.348Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-20T17:56:45.348Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-20T17:56:45.348Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-20T17:56:45.348Z] go: finding github.com/kr/pty v1.1.1 [2020-08-20T17:56:45.348Z] go: finding github.com/kr/text v0.1.0 [2020-08-20T17:56:45.348Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-20T17:56:45.348Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-20T17:56:45.612Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-20T17:56:45.612Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-20T17:56:45.612Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-20T17:56:45.612Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-20T17:56:45.612Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-20T17:56:45.612Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-20T17:56:45.612Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-20T17:56:45.873Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-20T17:56:45.873Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-20T17:56:45.873Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-20T17:56:45.873Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-20T17:56:45.873Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-20T17:56:45.873Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-20T17:56:45.873Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-20T17:56:46.135Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-20T17:56:46.135Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-20T17:56:46.135Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-20T17:56:46.135Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-20T17:56:46.135Z] go: finding github.com/posener/complete v1.1.1 [2020-08-20T17:56:46.135Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-20T17:56:46.135Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-20T17:56:46.396Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-20T17:56:46.396Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-20T17:56:46.396Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-20T17:56:46.396Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-20T17:56:46.396Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-20T17:56:46.396Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-20T17:56:46.658Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-20T17:56:46.658Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-20T17:56:46.658Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-20T17:56:46.658Z] go: finding golang.org/x/text v0.3.2 [2020-08-20T17:56:46.658Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-20T17:56:46.658Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-20T17:56:46.658Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-20T17:56:46.658Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-20T17:56:46.920Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-20T17:56:46.920Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-20T17:57:05.089Z] Removing intermediate container 1c95dcca4a49 [2020-08-20T17:57:05.089Z] ---> dc1a4886b9d0 [2020-08-20T17:57:05.089Z] Successfully built dc1a4886b9d0 [2020-08-20T17:57:05.089Z] 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-20T17:57:05.887Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-20T17:57:05.887Z] . [Pipeline] withDockerContainer [2020-08-20T17:57:06.013Z] prd-centos7-docker-4c-2g-602 does not seem to be running inside a container [2020-08-20T17:57:06.061Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2020-08-20T17:57:06.845Z] $ docker top 168439aa95f44514198bd6d0e97675c261a11c1cd67dfd24fb109a635ac42cbc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T17:57:07.396Z] + go version [2020-08-20T17:57:07.397Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-20T17:57:07.428Z] ========================================================= [2020-08-20T17:57:07.428Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-20T17:57:07.428Z] ========================================================= [Pipeline] sh [2020-08-20T17:57:07.734Z] + make test [2020-08-20T17:57:07.734Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-20T17:57:11.051Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-20T17:57:19.559Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-20T17:57:24.937Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-20T17:57:24.937Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-20T17:57:24.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-20T17:57:24.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-20T17:57:26.864Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.014s [2020-08-20T17:57:26.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-20T17:57:26.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-20T17:57:26.864Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-20T17:57:27.131Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-20T17:57:27.723Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-20T17:57:27.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-20T17:57:27.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-20T17:57:27.723Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-20T17:57:33.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements [2020-08-20T17:57:33.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-20T17:57:33.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-20T17:57:33.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-20T17:57:33.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-20T17:57:33.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-20T17:57:37.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.083s coverage: 27.2% of statements [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-20T17:57:37.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-20T17:57:37.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-20T17:57:37.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.017s coverage: 80.0% of statements [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-20T17:57:37.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.037s coverage: 92.9% of statements [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-20T17:57:37.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.061s coverage: 28.6% of statements [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-20T17:57:37.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-20T17:57:38.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.026s coverage: 100.0% of statements [2020-08-20T17:57:38.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-20T17:57:38.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.009s coverage: 100.0% of statements [2020-08-20T17:57:38.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-20T17:57:39.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.014s coverage: 89.8% of statements [2020-08-20T17:57:39.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-20T17:57:39.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.019s coverage: 97.5% of statements [2020-08-20T17:57:39.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-20T17:57:40.763Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-20T17:57:40.763Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-20T17:57:40.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-20T17:57:41.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.095s coverage: 63.5% of statements [2020-08-20T17:57:41.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-20T17:57:41.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-20T17:57:41.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.004s coverage: 100.0% of statements [2020-08-20T17:57:41.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.106s coverage: 55.9% of statements [2020-08-20T17:57:41.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-20T17:57:41.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-20T17:57:41.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-20T17:57:41.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.878s coverage: 86.3% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.260s coverage: 72.2% of statements [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.124s coverage: 72.1% of statements [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.024s coverage: 82.4% of statements [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.037s coverage: 26.9% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.022s coverage: 100.0% of statements [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.040s coverage: 45.9% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.024s coverage: 100.0% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.066s coverage: 29.1% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-20T17:57:54.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-20T17:57:54.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-20T17:57:54.116Z] GO111MODULE=on go vet ./... [2020-08-20T17:57:59.451Z] gofmt -l . [2020-08-20T17:57:59.452Z] [ "`gofmt -l .`" = "" ] [2020-08-20T17:58:00.025Z] ./bin/test-go-mod-tidy.sh [2020-08-20T17:58:00.598Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-20T17:58:02.846Z] + ls -al . [2020-08-20T17:58:02.846Z] total 552 [2020-08-20T17:58:02.846Z] drwxrwxr-x 10 1001 1001 4096 Aug 20 17:58 . [2020-08-20T17:58:02.846Z] drwxr-xr-x 4 root root 28 Aug 20 17:57 .. [2020-08-20T17:58:02.846Z] -rw-rw-r-- 1 1001 1001 11 Aug 20 17:55 .dockerignore [2020-08-20T17:58:02.846Z] drwxrwxr-x 8 1001 1001 179 Aug 20 17:55 .git [2020-08-20T17:58:02.846Z] drwxrwxr-x 3 1001 1001 60 Aug 20 17:55 .github [2020-08-20T17:58:02.846Z] -rw-rw-r-- 1 1001 1001 932 Aug 20 17:55 .gitignore [2020-08-20T17:58:02.846Z] drwx------ 3 1001 1001 47 Aug 20 17:55 .semver [2020-08-20T17:58:02.846Z] -rw-rw-r-- 1 1001 1001 166 Aug 20 17:55 .sonarcloud.properties [2020-08-20T17:58:02.846Z] -rw-rw-r-- 1 1001 1001 3804 Aug 20 17:55 CONTRIBUTING.md [2020-08-20T17:58:02.846Z] -rw-rw-r-- 1 1001 1001 1035 Aug 20 17:55 Dockerfile.build [2020-08-20T17:58:02.846Z] -rw-rw-r-- 1 1001 1001 865 Aug 20 17:55 Jenkinsfile [2020-08-20T17:58:02.846Z] -rw-rw-r-- 1 1001 1001 10775 Aug 20 17:55 LICENSE [2020-08-20T17:58:02.847Z] -rw-rw-r-- 1 1001 1001 6237 Aug 20 17:55 Makefile [2020-08-20T17:58:02.847Z] -rw-rw-r-- 1 1001 1001 5652 Aug 20 17:55 README.md [2020-08-20T17:58:02.847Z] -rw-rw-r-- 1 1001 1001 259 Aug 20 17:55 SECURITY.md [2020-08-20T17:58:02.847Z] -rw-rw-r-- 1 1001 1001 5 Aug 20 17:55 VERSION [2020-08-20T17:58:02.847Z] -rw-rw-r-- 1 1001 1001 4131 Aug 20 17:55 ZMQWindows.md [2020-08-20T17:58:02.847Z] drwxrwxr-x 2 1001 1001 117 Aug 20 17:55 bin [2020-08-20T17:58:02.847Z] drwxrwxr-x 15 1001 1001 4096 Aug 20 17:55 cmd [2020-08-20T17:58:02.847Z] -rw-r--r-- 1 root root 458659 Aug 20 17:57 coverage.out [2020-08-20T17:58:02.847Z] -rw-r--r-- 1 root root 1019 Aug 20 17:57 go.mod [2020-08-20T17:58:02.847Z] -rw-r--r-- 1 root root 19185 Aug 20 17:58 go.sum [2020-08-20T17:58:02.847Z] drwxrwxr-x 8 1001 1001 127 Aug 20 17:55 internal [2020-08-20T17:58:02.847Z] drwxrwxr-x 4 1001 1001 26 Aug 20 17:55 openapi [2020-08-20T17:58:02.847Z] drwxrwxr-x 4 1001 1001 71 Aug 20 17:55 snap [2020-08-20T17:58:02.847Z] -rw-rw-r-- 1 1001 1001 168 Aug 20 17:55 version.go [Pipeline] sh [2020-08-20T17:58:03.173Z] + '[' -e coverage.out ] [2020-08-20T17:58:03.173Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-20T17:58:03.313Z] Stashed 1 file(s) [Pipeline] sh [2020-08-20T17:58:03.626Z] + make build [2020-08-20T17:58:03.626Z] 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-20T17:58:10.290Z] 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-20T17:58:13.597Z] 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-20T17:58:14.987Z] 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-20T17:58:16.381Z] 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-20T17:58:18.304Z] 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-20T17:58:18.568Z] 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-20T17:58:21.127Z] 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-20T17:58:22.512Z] 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-20T17:58:23.916Z] 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-20T17:58:25.832Z] 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-20T17:58:26.786Z] 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-20T17:58:28.178Z] 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-20T17:58:29.586Z] $ docker stop --time=1 168439aa95f44514198bd6d0e97675c261a11c1cd67dfd24fb109a635ac42cbc [2020-08-20T17:58:31.266Z] $ docker rm -f 168439aa95f44514198bd6d0e97675c261a11c1cd67dfd24fb109a635ac42cbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T17:58:34.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T17:58:34.625Z] [2020-08-20T17:58:34.625Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-20T17:58:35.014Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T17:58:35.014Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-20T17:58:35.014Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-20T17:58:35.014Z] ca9280d653b3: Pulling fs layer [2020-08-20T17:58:35.014Z] 7e9c9ca2126c: Pulling fs layer [2020-08-20T17:58:35.014Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-20T17:58:35.014Z] cbdbe7a5bc2a: Download complete [2020-08-20T17:58:35.286Z] ca9280d653b3: Verifying Checksum [2020-08-20T17:58:35.286Z] ca9280d653b3: Download complete [2020-08-20T17:58:35.551Z] cbdbe7a5bc2a: Pull complete [2020-08-20T17:58:36.126Z] 7e9c9ca2126c: Download complete [2020-08-20T17:58:36.386Z] ca9280d653b3: Pull complete [2020-08-20T17:58:46.405Z] 7e9c9ca2126c: Pull complete [2020-08-20T17:58:46.405Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-20T17:58:46.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T17:58:46.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-20T17:58:46.543Z] prd-centos7-docker-4c-2g-602 does not seem to be running inside a container [2020-08-20T17:58:46.586Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2020-08-20T17:58:47.388Z] $ docker top 34c5e2af5cabbd175517e8ae48be217bceef6972ce634e557d754a1679b0afa4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T17:58:48.002Z] + docker-compose build --help [2020-08-20T17:58:48.002Z] + grep parallel [2020-08-20T17:58:48.946Z] --parallel Build images in parallel. [Pipeline] } [2020-08-20T17:58:48.974Z] $ docker stop --time=1 34c5e2af5cabbd175517e8ae48be217bceef6972ce634e557d754a1679b0afa4 [2020-08-20T17:58:50.349Z] $ docker rm -f 34c5e2af5cabbd175517e8ae48be217bceef6972ce634e557d754a1679b0afa4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T17:58:51.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-20T17:58:51.256Z] . [Pipeline] withDockerContainer [2020-08-20T17:58:51.367Z] prd-centos7-docker-4c-2g-602 does not seem to be running inside a container [2020-08-20T17:58:51.411Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose:latest cat [2020-08-20T17:58:52.052Z] $ docker top 1f9a6e59367e5765d8fd713c497659828e7e32af415e1729cde4670ac44b5a03 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T17:58:52.606Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-20T17:58:53.548Z] Building docker-core-command-go ... [2020-08-20T17:58:53.548Z] Building docker-core-data-go ... [2020-08-20T17:58:53.548Z] Building docker-core-metadata-go ... [2020-08-20T17:58:53.548Z] Building docker-security-proxy-setup-go ... [2020-08-20T17:58:53.548Z] Building docker-security-secrets-setup-go ... [2020-08-20T17:58:53.548Z] Building docker-security-secretstore-setup-go ... [2020-08-20T17:58:53.548Z] Building docker-support-logging-go ... [2020-08-20T17:58:53.548Z] Building docker-support-notifications-go ... [2020-08-20T17:58:53.548Z] Building docker-support-scheduler-go ... [2020-08-20T17:58:53.548Z] Building docker-sys-mgmt-agent-go ... [2020-08-20T17:58:53.548Z] Building docker-core-command-go [2020-08-20T17:58:53.548Z] Building docker-support-scheduler-go [2020-08-20T17:58:53.548Z] Building docker-security-secretstore-setup-go [2020-08-20T17:58:53.548Z] Building docker-support-notifications-go [2020-08-20T17:58:53.548Z] Building docker-core-data-go [2020-08-20T17:59:20.410Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T17:59:20.410Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-20T17:59:20.410Z] ---> dc1a4886b9d0 [2020-08-20T17:59:20.410Z] Step 3/23 : WORKDIR /edgex-go [2020-08-20T17:59:20.410Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T17:59:20.410Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T17:59:20.410Z] ---> dc1a4886b9d0 [2020-08-20T17:59:20.410Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T17:59:20.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T17:59:20.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T17:59:20.410Z] ---> dc1a4886b9d0 [2020-08-20T17:59:20.410Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T17:59:20.845Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T17:59:20.845Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T17:59:20.845Z] ---> dc1a4886b9d0 [2020-08-20T17:59:20.845Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T17:59:21.110Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T17:59:21.110Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-20T17:59:21.110Z] ---> dc1a4886b9d0 [2020-08-20T17:59:21.110Z] Step 3/24 : WORKDIR /edgex-go [2020-08-20T17:59:22.073Z] ---> Running in 75d148fc4640 [2020-08-20T17:59:22.073Z] ---> Running in 3e7bfce70357 [2020-08-20T17:59:22.073Z] ---> Running in 11d71e82e374 [2020-08-20T17:59:22.073Z] ---> Running in 5601ac2c827a [2020-08-20T17:59:22.073Z] ---> Running in ef8910cbad80 [2020-08-20T17:59:22.337Z] Removing intermediate container 5601ac2c827a [2020-08-20T17:59:22.337Z] ---> 237a5c98e1c4 [2020-08-20T17:59:22.337Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T17:59:22.337Z] Removing intermediate container 11d71e82e374 [2020-08-20T17:59:22.337Z] ---> 5d69df5666ef [2020-08-20T17:59:22.337Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T17:59:22.337Z] Removing intermediate container ef8910cbad80 [2020-08-20T17:59:22.337Z] ---> 8f4ff32687c7 [2020-08-20T17:59:22.337Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T17:59:22.337Z] Removing intermediate container 75d148fc4640 [2020-08-20T17:59:22.337Z] ---> cb2ddd458bbf [2020-08-20T17:59:22.337Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T17:59:22.600Z] Removing intermediate container 3e7bfce70357 [2020-08-20T17:59:22.600Z] ---> 77857d84bc3b [2020-08-20T17:59:22.600Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T17:59:22.600Z] ---> Running in 936d3d7cd2e5 [2020-08-20T17:59:22.600Z] ---> Running in fc683b3158c9 [2020-08-20T17:59:22.600Z] ---> Running in f815b7250422 [2020-08-20T17:59:22.600Z] ---> Running in 0af28cb56f89 [2020-08-20T17:59:22.600Z] ---> Running in 20ae3657dd56 [2020-08-20T17:59:24.535Z] Removing intermediate container 936d3d7cd2e5 [2020-08-20T17:59:24.535Z] ---> ec0e0ddd6ebb [2020-08-20T17:59:24.535Z] Step 5/26 : RUN apk update && apk add make git [2020-08-20T17:59:24.800Z] Removing intermediate container f815b7250422 [2020-08-20T17:59:24.800Z] ---> ede0b98c58d0 [2020-08-20T17:59:24.800Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-20T17:59:24.800Z] ---> Running in aad9766ec716 [2020-08-20T17:59:25.060Z] ---> Running in 39a3b36fbc29 [2020-08-20T17:59:25.060Z] Removing intermediate container 20ae3657dd56 [2020-08-20T17:59:25.060Z] ---> 3f33034dbbc0 [2020-08-20T17:59:25.060Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T17:59:25.060Z] Removing intermediate container fc683b3158c9 [2020-08-20T17:59:25.060Z] ---> 09d9229aac96 [2020-08-20T17:59:25.060Z] Step 5/22 : RUN apk update && apk add make git [2020-08-20T17:59:25.328Z] Removing intermediate container 0af28cb56f89 [2020-08-20T17:59:25.328Z] ---> 656f0218ff3e [2020-08-20T17:59:25.328Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-20T17:59:25.328Z] ---> Running in 85ecb19b6a4e [2020-08-20T17:59:25.328Z] ---> Running in 6c6fe1286d98 [2020-08-20T17:59:25.328Z] ---> Running in bbba1b33b0a0 [2020-08-20T17:59:25.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:25.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:26.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:26.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:26.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:26.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:26.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:26.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:26.909Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T17:59:26.909Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T17:59:26.909Z] OK: 12746 distinct packages available [2020-08-20T17:59:26.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:26.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T17:59:27.176Z] OK: 233 MiB in 51 packages [2020-08-20T17:59:27.176Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T17:59:27.176Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T17:59:27.176Z] OK: 12746 distinct packages available [2020-08-20T17:59:27.449Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T17:59:27.449Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T17:59:27.449Z] OK: 12746 distinct packages available [2020-08-20T17:59:27.449Z] OK: 233 MiB in 51 packages [2020-08-20T17:59:27.449Z] Removing intermediate container aad9766ec716 [2020-08-20T17:59:27.449Z] ---> c4a6d7df7c4e [2020-08-20T17:59:27.449Z] Step 6/26 : COPY go.mod . [2020-08-20T17:59:27.717Z] OK: 233 MiB in 51 packages [2020-08-20T17:59:27.717Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T17:59:27.717Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T17:59:27.717Z] OK: 12746 distinct packages available [2020-08-20T17:59:27.717Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T17:59:27.717Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T17:59:27.717Z] OK: 12746 distinct packages available [2020-08-20T17:59:27.979Z] ---> 2c29cf8c7c8a [2020-08-20T17:59:27.979Z] Step 7/26 : RUN go mod download [2020-08-20T17:59:27.979Z] OK: 233 MiB in 51 packages [2020-08-20T17:59:27.979Z] OK: 233 MiB in 51 packages [2020-08-20T17:59:27.979Z] ---> Running in 783e093760c5 [2020-08-20T17:59:28.252Z] Removing intermediate container 85ecb19b6a4e [2020-08-20T17:59:28.252Z] ---> 4ca262c2c941 [2020-08-20T17:59:28.252Z] Step 6/21 : COPY go.mod . [2020-08-20T17:59:28.519Z] Removing intermediate container 6c6fe1286d98 [2020-08-20T17:59:28.519Z] ---> 17b7a081b498 [2020-08-20T17:59:28.519Z] Step 6/22 : COPY go.mod . [2020-08-20T17:59:28.519Z] ---> 5031fa6f7ba1 [2020-08-20T17:59:28.519Z] Step 7/21 : RUN go mod download [2020-08-20T17:59:28.786Z] ---> Running in 3f3cfc4f6c17 [2020-08-20T17:59:28.786Z] ---> b405e5f78358 [2020-08-20T17:59:28.786Z] Step 7/22 : RUN go mod download [2020-08-20T17:59:29.050Z] ---> Running in 6f7bd014f006 [2020-08-20T17:59:29.314Z] Removing intermediate container bbba1b33b0a0 [2020-08-20T17:59:29.314Z] ---> dbb3fd14ff20 [2020-08-20T17:59:29.314Z] Step 6/23 : COPY go.mod . [2020-08-20T17:59:29.579Z] Removing intermediate container 39a3b36fbc29 [2020-08-20T17:59:29.579Z] ---> 7246c3363548 [2020-08-20T17:59:29.579Z] Step 6/24 : COPY go.mod . [2020-08-20T17:59:29.849Z] ---> 39dda7981adc [2020-08-20T17:59:29.849Z] Step 7/23 : RUN go mod download [2020-08-20T17:59:29.849Z] ---> 2d51c0a7d5a2 [2020-08-20T17:59:29.849Z] Step 7/24 : RUN go mod download [2020-08-20T17:59:29.849Z] ---> Running in 9bfbe175ef4e [2020-08-20T17:59:29.849Z] ---> Running in 35715aba23ab [2020-08-20T17:59:30.800Z] Removing intermediate container 3f3cfc4f6c17 [2020-08-20T17:59:30.800Z] ---> 739865a508d5 [2020-08-20T17:59:30.800Z] Step 8/21 : COPY . . [2020-08-20T17:59:30.800Z] Removing intermediate container 6f7bd014f006 [2020-08-20T17:59:30.800Z] ---> fe75ad20639d [2020-08-20T17:59:30.800Z] Step 8/22 : COPY . . [2020-08-20T17:59:32.189Z] Removing intermediate container 783e093760c5 [2020-08-20T17:59:32.189Z] ---> 9981504c4223 [2020-08-20T17:59:32.189Z] Step 8/26 : COPY . . [2020-08-20T17:59:40.357Z] Removing intermediate container 9bfbe175ef4e [2020-08-20T17:59:40.357Z] ---> ed5496d5ce88 [2020-08-20T17:59:40.357Z] Step 8/23 : COPY . . [2020-08-20T17:59:40.357Z] Removing intermediate container 35715aba23ab [2020-08-20T17:59:40.357Z] ---> 2c98a7d214f8 [2020-08-20T17:59:40.357Z] Step 8/24 : COPY . . [2020-08-20T17:59:59.360Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-603 in /w/workspace/edgexfoundry_edgex-go_PR-2665 [Pipeline] { [Pipeline] ws [2020-08-20T17:59:59.442Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-08-20T18:00:04.355Z] using credential edgex-jenkins-ssh [2020-08-20T18:00:04.427Z] Cloning the remote Git repository [2020-08-20T18:00:04.428Z] Cloning with configured refspecs honoured and without tags [2020-08-20T18:00:04.497Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-20T18:00:04.645Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-08-20T18:00:04.736Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-20T18:00:04.736Z] > git --version # timeout=10 [2020-08-20T18:00:04.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-20T18:00:04.834Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2665/head:refs/remotes/origin/PR-2665 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-20T18:00:13.265Z] ---> 046bdbf28a6b [2020-08-20T18:00:13.266Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-20T18:00:13.266Z] ---> aabff5196551 [2020-08-20T18:00:13.266Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-20T18:00:13.266Z] ---> b3ee1b5925e3 [2020-08-20T18:00:13.266Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-20T18:00:13.266Z] ---> Running in b008087243c1 [2020-08-20T18:00:13.266Z] ---> a7cc118f3361 [2020-08-20T18:00:13.266Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-20T18:00:13.266Z] ---> b7babbe3607c [2020-08-20T18:00:13.266Z] 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-20T18:00:13.266Z] ---> Running in b8cd7617904a [2020-08-20T18:00:13.266Z] ---> Running in b26ab10b5c32 [2020-08-20T18:00:13.266Z] ---> Running in b91db69741f1 [2020-08-20T18:00:13.266Z] ---> Running in 2bccf427a588 [2020-08-20T18:00:13.266Z] 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-20T18:00:13.266Z] 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-20T18:00:13.266Z] 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-20T18:00:13.266Z] 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-20T18:00:13.266Z] 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-20T18:00:21.474Z] Fetching without tags [2020-08-20T18:00:21.398Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-20T18:00:21.421Z] > git config --add remote.origin.fetch +refs/pull/2665/head:refs/remotes/origin/PR-2665 # timeout=10 [2020-08-20T18:00:21.435Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-20T18:00:21.456Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-20T18:00:21.482Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-20T18:00:21.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-20T18:00:21.495Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2665/head:refs/remotes/origin/PR-2665 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-20T18:00:22.008Z] Merging remotes/origin/master commit 6df8530f92e66c259c9e6c4b7995a1e49851403d into PR head commit dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:00:22.419Z] Merge succeeded, producing dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:00:22.419Z] Checking out Revision dbdd0b2752ac289a8283e045f92c2be7099fb530 (PR-2665) [2020-08-20T18:00:22.026Z] > git config core.sparsecheckout # timeout=10 [2020-08-20T18:00:22.053Z] > git checkout -f dbdd0b2752ac289a8283e045f92c2be7099fb530 # timeout=10 [2020-08-20T18:00:22.339Z] > git remote # timeout=10 [2020-08-20T18:00:22.355Z] > git config --get remote.origin.url # timeout=10 [2020-08-20T18:00:22.370Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-20T18:00:22.380Z] > git merge 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 [2020-08-20T18:00:22.402Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-20T18:00:22.422Z] > git config core.sparsecheckout # timeout=10 [2020-08-20T18:00:22.436Z] > git checkout -f dbdd0b2752ac289a8283e045f92c2be7099fb530 # timeout=10 [2020-08-20T18:00:26.899Z] Commit message: "refactor: update dockerfiles to appropriately use ENTRYPOINT and CMD" [2020-08-20T18:00:26.946Z] > git --version # timeout=10 [2020-08-20T18:00:26.969Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-20T18:00:39.714Z] ========================================================= [2020-08-20T18:00:39.714Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-20T18:00:39.714Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-20T18:00:39.945Z] 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-20T18:00:40.685Z] + 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-20T18:00:44.180Z] 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-20T18:00:44.992Z] Sending build context to Docker daemon 323.1MB [2020-08-20T18:00:44.992Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-20T18:00:44.992Z] Step 2/7 : FROM ${BASE} [2020-08-20T18:00:44.992Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-20T18:00:44.992Z] b538f80385f9: Pulling fs layer [2020-08-20T18:00:44.992Z] 74f711af9a0d: Pulling fs layer [2020-08-20T18:00:44.992Z] 99f96fe45779: Pulling fs layer [2020-08-20T18:00:44.992Z] fd7a069fd194: Pulling fs layer [2020-08-20T18:00:44.992Z] 66aa3694b03b: Pulling fs layer [2020-08-20T18:00:44.992Z] 170f70906a0f: Pulling fs layer [2020-08-20T18:00:44.992Z] ad7c5574e4b9: Pulling fs layer [2020-08-20T18:00:44.992Z] e772456be8f7: Pulling fs layer [2020-08-20T18:00:44.992Z] c890913d741a: Pulling fs layer [2020-08-20T18:00:44.992Z] 2480fcc9aa5a: Pulling fs layer [2020-08-20T18:00:44.992Z] 09adf4765672: Pulling fs layer [2020-08-20T18:00:44.992Z] fd7a069fd194: Waiting [2020-08-20T18:00:44.992Z] ad7c5574e4b9: Waiting [2020-08-20T18:00:44.992Z] e772456be8f7: Waiting [2020-08-20T18:00:44.992Z] 66aa3694b03b: Waiting [2020-08-20T18:00:44.992Z] 170f70906a0f: Waiting [2020-08-20T18:00:44.993Z] c890913d741a: Waiting [2020-08-20T18:00:44.993Z] 2480fcc9aa5a: Waiting [2020-08-20T18:00:44.993Z] 09adf4765672: Waiting [2020-08-20T18:00:44.993Z] 99f96fe45779: Verifying Checksum [2020-08-20T18:00:44.993Z] 99f96fe45779: Download complete [2020-08-20T18:00:44.993Z] 74f711af9a0d: Download complete [2020-08-20T18:00:44.993Z] 66aa3694b03b: Verifying Checksum [2020-08-20T18:00:44.993Z] 66aa3694b03b: Download complete [2020-08-20T18:00:45.265Z] 170f70906a0f: Verifying Checksum [2020-08-20T18:00:45.265Z] 170f70906a0f: Download complete [2020-08-20T18:00:45.265Z] b538f80385f9: Verifying Checksum [2020-08-20T18:00:45.265Z] b538f80385f9: Download complete [2020-08-20T18:00:45.866Z] b538f80385f9: Pull complete [2020-08-20T18:00:46.464Z] 74f711af9a0d: Pull complete [2020-08-20T18:00:46.741Z] 99f96fe45779: Pull complete [2020-08-20T18:00:48.746Z] ad7c5574e4b9: Verifying Checksum [2020-08-20T18:00:48.746Z] ad7c5574e4b9: Download complete [2020-08-20T18:00:48.746Z] c890913d741a: Verifying Checksum [2020-08-20T18:00:48.746Z] c890913d741a: Download complete [2020-08-20T18:00:50.187Z] e772456be8f7: Verifying Checksum [2020-08-20T18:00:50.187Z] e772456be8f7: Download complete [2020-08-20T18:00:50.187Z] 09adf4765672: Verifying Checksum [2020-08-20T18:00:50.187Z] 09adf4765672: Download complete [2020-08-20T18:00:50.460Z] 2480fcc9aa5a: Verifying Checksum [2020-08-20T18:00:50.460Z] 2480fcc9aa5a: Download complete [2020-08-20T18:00:50.460Z] fd7a069fd194: Verifying Checksum [2020-08-20T18:00:50.460Z] fd7a069fd194: Download complete [2020-08-20T18:00:52.384Z] Removing intermediate container b8cd7617904a [2020-08-20T18:00:52.384Z] ---> 157b454c5cf9 [2020-08-20T18:00:52.384Z] [2020-08-20T18:00:52.384Z] Step 10/24 : FROM scratch [2020-08-20T18:00:52.384Z] ---> [2020-08-20T18:00:52.384Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T18:00:52.645Z] ---> Running in f8f6ad06b90b [2020-08-20T18:00:52.645Z] Removing intermediate container b008087243c1 [2020-08-20T18:00:52.645Z] ---> d327ec593721 [2020-08-20T18:00:52.645Z] [2020-08-20T18:00:52.645Z] Step 10/22 : FROM scratch [2020-08-20T18:00:52.645Z] ---> [2020-08-20T18:00:52.645Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T18:00:53.218Z] Removing intermediate container b26ab10b5c32 [2020-08-20T18:00:53.218Z] ---> 46457ff79111 [2020-08-20T18:00:53.218Z] [2020-08-20T18:00:53.218Z] Step 10/21 : FROM scratch [2020-08-20T18:00:53.218Z] ---> [2020-08-20T18:00:53.218Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T18:00:53.218Z] Removing intermediate container b91db69741f1 [2020-08-20T18:00:53.218Z] ---> 9e5698cc1dcd [2020-08-20T18:00:53.218Z] [2020-08-20T18:00:53.218Z] Step 10/26 : FROM alpine:3.10 [2020-08-20T18:00:53.483Z] ---> Running in aecf230bb557 [2020-08-20T18:00:53.483Z] ---> Running in ed7edd801927 [2020-08-20T18:00:53.483Z] Removing intermediate container f8f6ad06b90b [2020-08-20T18:00:53.483Z] ---> 5c7eb08c9415 [2020-08-20T18:00:53.483Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-20T18:00:53.483Z] ---> Running in a8aa9962d0c5 [2020-08-20T18:00:53.761Z] 3.10: Pulling from library/alpine [2020-08-20T18:00:53.761Z] Removing intermediate container ed7edd801927 [2020-08-20T18:00:53.761Z] ---> 43b45c242f2f [2020-08-20T18:00:53.761Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-20T18:00:53.761Z] Removing intermediate container aecf230bb557 [2020-08-20T18:00:53.761Z] ---> 2b2183ce8299 [2020-08-20T18:00:53.761Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-20T18:00:54.024Z] ---> Running in bb650a8f843c [2020-08-20T18:00:54.024Z] ---> Running in 99c6dbdf6f53 [2020-08-20T18:00:54.024Z] Removing intermediate container a8aa9962d0c5 [2020-08-20T18:00:54.024Z] ---> f044a62e1903 [2020-08-20T18:00:54.024Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-20T18:00:54.024Z] ---> Running in 49909776ee58 [2020-08-20T18:00:54.287Z] Removing intermediate container bb650a8f843c [2020-08-20T18:00:54.287Z] ---> 4dd13e5e0dc0 [2020-08-20T18:00:54.287Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T18:00:54.287Z] Removing intermediate container 99c6dbdf6f53 [2020-08-20T18:00:54.287Z] ---> 510807a22844 [2020-08-20T18:00:54.287Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T18:00:54.861Z] ---> Running in 6ae79ed867b9 [2020-08-20T18:00:56.248Z] Removing intermediate container 49909776ee58 [2020-08-20T18:00:56.248Z] ---> a63aacb0ab9c [2020-08-20T18:00:56.248Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-20T18:00:56.248Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-20T18:00:56.248Z] ---> Running in 55997b6cd8ec [2020-08-20T18:00:56.248Z] Status: Downloaded newer image for alpine:3.10 [2020-08-20T18:00:56.248Z] ---> be4e4bea2c2e [2020-08-20T18:00:56.248Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-20T18:00:56.822Z] Removing intermediate container 6ae79ed867b9 [2020-08-20T18:00:56.822Z] ---> 34811a8dadee [2020-08-20T18:00:56.822Z] Step 14/22 : WORKDIR / [2020-08-20T18:00:57.400Z] ---> Running in 755bfc7c69bb [2020-08-20T18:00:57.661Z] ---> Running in 318016a40ac6 [2020-08-20T18:00:57.661Z] Removing intermediate container 55997b6cd8ec [2020-08-20T18:00:57.661Z] ---> 131714183f07 [2020-08-20T18:00:57.661Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-20T18:00:57.661Z] ---> 5200f02137ef [2020-08-20T18:00:57.661Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-20T18:00:57.926Z] Removing intermediate container 2bccf427a588 [2020-08-20T18:00:57.926Z] ---> 22ff3e11f67e [2020-08-20T18:00:57.926Z] [2020-08-20T18:00:57.926Z] Step 10/23 : FROM alpine [2020-08-20T18:00:57.926Z] Removing intermediate container 318016a40ac6 [2020-08-20T18:00:57.926Z] ---> cbbe5d313df7 [2020-08-20T18:00:57.926Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-20T18:00:58.187Z] latest: Pulling from library/alpine [2020-08-20T18:00:58.759Z] ---> 486b76ed7227 [2020-08-20T18:00:58.759Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-20T18:00:58.759Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-20T18:00:58.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:00:58.759Z] Status: Downloaded newer image for alpine:latest [2020-08-20T18:00:58.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:00:59.020Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-20T18:00:59.020Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-20T18:00:59.020Z] OK: 10346 distinct packages available [2020-08-20T18:00:59.020Z] ---> 3f29575546c2 [2020-08-20T18:00:59.020Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-20T18:00:59.020Z] ---> a24bb4013296 [2020-08-20T18:00:59.020Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T18:00:59.020Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-20T18:00:59.282Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-20T18:00:59.282Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-20T18:00:59.282Z] (4/5) Installing curl (7.66.0-r0) [2020-08-20T18:00:59.282Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-20T18:00:59.282Z] Executing busybox-1.30.1-r3.trigger [2020-08-20T18:00:59.282Z] Executing ca-certificates-20191127-r2.trigger [2020-08-20T18:00:59.282Z] OK: 7 MiB in 19 packages [2020-08-20T18:00:59.855Z] ---> ad818e31746e [2020-08-20T18:00:59.856Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-20T18:00:59.856Z] ---> Running in b577bb2b5e26 [2020-08-20T18:01:00.116Z] ---> 0829cb7e9420 [2020-08-20T18:01:00.116Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-20T18:01:00.116Z] ---> 7f44a7268fdb [2020-08-20T18:01:00.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-20T18:01:00.377Z] Removing intermediate container b577bb2b5e26 [2020-08-20T18:01:00.377Z] ---> 98c0c2241b1c [2020-08-20T18:01:00.377Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-20T18:01:00.947Z] ---> Running in a7fc684cd5d2 [2020-08-20T18:01:00.947Z] ---> e2bdd1e175ab [2020-08-20T18:01:00.947Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-20T18:01:00.947Z] ---> 2b9c3a72de87 [2020-08-20T18:01:00.947Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-20T18:01:01.897Z] ---> c11f0692a81e [2020-08-20T18:01:01.897Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-20T18:01:01.897Z] Removing intermediate container 755bfc7c69bb [2020-08-20T18:01:01.897Z] ---> 27ea4ba66d80 [2020-08-20T18:01:01.897Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T18:01:01.897Z] ---> Running in 89967ed42ffd [2020-08-20T18:01:01.897Z] ---> Running in 079900197a90 [2020-08-20T18:01:01.897Z] ---> Running in cd5f3c713e8d [2020-08-20T18:01:02.159Z] Removing intermediate container a7fc684cd5d2 [2020-08-20T18:01:02.160Z] ---> ab7fedddcf78 [2020-08-20T18:01:02.160Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-20T18:01:02.160Z] ---> Running in d200669b9e6a [2020-08-20T18:01:02.160Z] ---> 8ff6cb376068 [2020-08-20T18:01:02.160Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-20T18:01:02.160Z] Removing intermediate container 89967ed42ffd [2020-08-20T18:01:02.160Z] ---> c8f7baa90be4 [2020-08-20T18:01:02.160Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:01:02.422Z] Removing intermediate container 079900197a90 [2020-08-20T18:01:02.422Z] ---> 6754fbb7822b [2020-08-20T18:01:02.422Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:01:02.422Z] Removing intermediate container cd5f3c713e8d [2020-08-20T18:01:02.422Z] ---> 8888e3007bcc [2020-08-20T18:01:02.422Z] Step 13/26 : WORKDIR / [2020-08-20T18:01:02.683Z] ---> Running in 5372d07b2eac [2020-08-20T18:01:02.683Z] ---> Running in b186f4060f2c [2020-08-20T18:01:02.683Z] Removing intermediate container d200669b9e6a [2020-08-20T18:01:02.683Z] ---> b56428cbb169 [2020-08-20T18:01:02.683Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:01:02.683Z] ---> Running in 9346e6fca994 [2020-08-20T18:01:02.876Z] fd7a069fd194: Pull complete [2020-08-20T18:01:02.876Z] 66aa3694b03b: Pull complete [2020-08-20T18:01:02.876Z] 170f70906a0f: Pull complete [2020-08-20T18:01:02.945Z] ---> Running in 1b985883379e [2020-08-20T18:01:02.945Z] Removing intermediate container 5372d07b2eac [2020-08-20T18:01:02.945Z] ---> 43de92cf81e9 [2020-08-20T18:01:02.945Z] Step 19/21 : LABEL arch=x86_64 [2020-08-20T18:01:02.945Z] ---> 12442e10d509 [2020-08-20T18:01:02.945Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-20T18:01:03.206Z] Removing intermediate container b186f4060f2c [2020-08-20T18:01:03.206Z] ---> 0b12f72ca12c [2020-08-20T18:01:03.206Z] Step 20/22 : LABEL arch=x86_64 [2020-08-20T18:01:03.206Z] Removing intermediate container 9346e6fca994 [2020-08-20T18:01:03.207Z] ---> d36da94a5496 [2020-08-20T18:01:03.207Z] 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-20T18:01:03.469Z] ---> Running in 1fb7ab2d38a1 [2020-08-20T18:01:03.469Z] ---> Running in d6b3370472be [2020-08-20T18:01:03.469Z] ---> 837bcc00df76 [2020-08-20T18:01:03.469Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-20T18:01:04.049Z] ---> Running in b36059f427c6 [2020-08-20T18:01:04.049Z] ---> 3aa100d2d5cc [2020-08-20T18:01:04.049Z] 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-20T18:01:04.049Z] Removing intermediate container 1fb7ab2d38a1 [2020-08-20T18:01:04.049Z] ---> 78d13dc2cc3d [2020-08-20T18:01:04.049Z] Step 20/21 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:01:04.049Z] Removing intermediate container d6b3370472be [2020-08-20T18:01:04.049Z] ---> f02b2dfc524c [2020-08-20T18:01:04.049Z] Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:01:04.313Z] ---> Running in 2913c2254900 [2020-08-20T18:01:04.313Z] ---> Running in c09180831842 [2020-08-20T18:01:04.313Z] Removing intermediate container b36059f427c6 [2020-08-20T18:01:04.313Z] ---> 836ca82b8fd0 [2020-08-20T18:01:04.313Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:01:04.575Z] ---> 1231134d6309 [2020-08-20T18:01:04.575Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-20T18:01:04.575Z] ---> Running in 2537cf81a951 [2020-08-20T18:01:04.575Z] Removing intermediate container 2913c2254900 [2020-08-20T18:01:04.575Z] ---> 6a36fc0f6f3e [2020-08-20T18:01:04.575Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T18:01:04.837Z] Removing intermediate container c09180831842 [2020-08-20T18:01:04.837Z] ---> 0c52a3210d01 [2020-08-20T18:01:04.837Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T18:01:04.837Z] Removing intermediate container 1b985883379e [2020-08-20T18:01:04.837Z] ---> 2fa39d8cf934 [2020-08-20T18:01:04.837Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-20T18:01:05.098Z] Removing intermediate container 2537cf81a951 [2020-08-20T18:01:05.098Z] ---> 1959009b6f11 [2020-08-20T18:01:05.098Z] Step 22/24 : LABEL arch=x86_64 [2020-08-20T18:01:05.098Z] ---> Running in b6a4b43815c3 [2020-08-20T18:01:05.098Z] ---> cec206e96f4c [2020-08-20T18:01:05.098Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-20T18:01:05.098Z] ---> Running in 96f794ab2f31 [2020-08-20T18:01:05.360Z] ---> Running in dfea9a1c5d18 [2020-08-20T18:01:05.361Z] ---> Running in 3b913ffaf7e2 [2020-08-20T18:01:05.361Z] Removing intermediate container b6a4b43815c3 [2020-08-20T18:01:05.361Z] ---> 522f9fece4ae [2020-08-20T18:01:05.361Z] [2020-08-20T18:01:05.636Z] Removing intermediate container 96f794ab2f31 [2020-08-20T18:01:05.636Z] ---> 112b811b9d2f [2020-08-20T18:01:05.636Z] [2020-08-20T18:01:05.636Z] ---> f703724e7b01 [2020-08-20T18:01:05.636Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-20T18:01:05.636Z] Successfully built 522f9fece4ae [2020-08-20T18:01:05.906Z] Removing intermediate container 3b913ffaf7e2 [2020-08-20T18:01:05.906Z] ---> 1448a55279d9 [2020-08-20T18:01:05.906Z] Step 23/24 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:01:05.906Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-20T18:01:05.906Z] Successfully built 112b811b9d2f [2020-08-20T18:01:05.906Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-08-20T18:01:05.906Z] Successfully tagged docker-core-command-go:latest [2020-08-20T18:01:05.906Z] Building docker-security-proxy-setup-go [2020-08-20T18:01:05.906Z]  Building docker-core-command-go ... done  ---> Running in 92ce858585fd [2020-08-20T18:01:06.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:01:06.179Z] Removing intermediate container 92ce858585fd [2020-08-20T18:01:06.179Z] ---> a35ba5ac1a66 [2020-08-20T18:01:06.179Z] Step 24/24 : LABEL version=0.0.0 [2020-08-20T18:01:06.179Z] ---> Running in 7748f98dde4b [2020-08-20T18:01:06.179Z] ---> 61d3bf26c8cd [2020-08-20T18:01:06.179Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-20T18:01:06.289Z] ad7c5574e4b9: Pull complete [2020-08-20T18:01:06.762Z] Removing intermediate container 7748f98dde4b [2020-08-20T18:01:06.762Z] ---> 7c3acf77b27f [2020-08-20T18:01:06.762Z] [2020-08-20T18:01:06.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:01:06.762Z] Successfully built 7c3acf77b27f [2020-08-20T18:01:07.026Z] Successfully tagged docker-support-notifications-go:latest [2020-08-20T18:01:07.026Z] Building docker-security-secrets-setup-go [2020-08-20T18:01:07.026Z]  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-08-20T18:01:07.288Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-20T18:01:07.288Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-20T18:01:07.288Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-20T18:01:07.860Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-20T18:01:07.860Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:01:08.121Z] OK: 8 MiB in 19 packages [2020-08-20T18:01:11.723Z] e772456be8f7: Pull complete [2020-08-20T18:01:11.723Z] c890913d741a: Pull complete [2020-08-20T18:01:13.699Z] 2480fcc9aa5a: Pull complete [2020-08-20T18:01:14.292Z] 09adf4765672: Pull complete [2020-08-20T18:01:14.292Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-20T18:01:14.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-20T18:01:14.292Z] ---> 2248a725d1cf [2020-08-20T18:01:14.292Z] 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-20T18:01:14.727Z] ---> 0df59ac124bb [2020-08-20T18:01:14.728Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-20T18:01:14.994Z] Removing intermediate container dfea9a1c5d18 [2020-08-20T18:01:14.994Z] ---> a7c071ef6a9b [2020-08-20T18:01:14.994Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-20T18:01:14.994Z] ---> 353568af2ec1 [2020-08-20T18:01:14.994Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T18:01:15.259Z] ---> c7dce56f0796 [2020-08-20T18:01:15.259Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-20T18:01:17.825Z] ---> d0d75d9a3cfd [2020-08-20T18:01:17.825Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T18:01:18.780Z] ---> Running in a415430a7dde [2020-08-20T18:01:18.780Z] ---> eefa77b57d3e [2020-08-20T18:01:18.780Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-20T18:01:19.688Z] ---> Running in 54414a3f373e [2020-08-20T18:01:21.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:01:22.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:01:22.675Z] (1/12) Installing libmagic (5.38-r0) [2020-08-20T18:01:22.946Z] (2/12) Installing file (5.38-r0) [2020-08-20T18:01:22.946Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-20T18:01:23.216Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-20T18:01:24.097Z] ---> 561b8b1110fc [2020-08-20T18:01:24.097Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-20T18:01:25.049Z] ---> Running in b305e54631be [2020-08-20T18:01:26.978Z] Removing intermediate container b305e54631be [2020-08-20T18:01:26.978Z] ---> 785d5939d068 [2020-08-20T18:01:26.978Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:01:27.241Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:01:27.241Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:01:27.241Z] ---> dc1a4886b9d0 [2020-08-20T18:01:27.241Z] Step 3/27 : WORKDIR /edgex-go [2020-08-20T18:01:27.241Z] ---> Using cache [2020-08-20T18:01:27.241Z] ---> 77857d84bc3b [2020-08-20T18:01:27.241Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:01:27.241Z] ---> Using cache [2020-08-20T18:01:27.241Z] ---> 3f33034dbbc0 [2020-08-20T18:01:27.241Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-20T18:01:27.241Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:01:27.241Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-20T18:01:27.241Z] ---> dc1a4886b9d0 [2020-08-20T18:01:27.241Z] Step 3/29 : WORKDIR /edgex-go [2020-08-20T18:01:27.241Z] ---> Using cache [2020-08-20T18:01:27.241Z] ---> 77857d84bc3b [2020-08-20T18:01:27.241Z] Step 4/29 : RUN apk update && apk add make git [2020-08-20T18:01:27.241Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:01:27.241Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:01:27.241Z] ---> dc1a4886b9d0 [2020-08-20T18:01:27.241Z] Step 3/20 : WORKDIR /edgex-go [2020-08-20T18:01:27.241Z] ---> Using cache [2020-08-20T18:01:27.241Z] ---> 77857d84bc3b [2020-08-20T18:01:27.241Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:01:27.241Z] ---> Using cache [2020-08-20T18:01:27.241Z] ---> 3f33034dbbc0 [2020-08-20T18:01:27.241Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T18:01:27.241Z] ---> Using cache [2020-08-20T18:01:27.241Z] ---> 4ca262c2c941 [2020-08-20T18:01:27.241Z] Step 6/20 : COPY go.mod . [2020-08-20T18:01:27.503Z] ---> Using cache [2020-08-20T18:01:27.503Z] ---> 5031fa6f7ba1 [2020-08-20T18:01:27.503Z] Step 7/20 : RUN go mod download [2020-08-20T18:01:27.503Z] ---> Using cache [2020-08-20T18:01:27.503Z] ---> 739865a508d5 [2020-08-20T18:01:27.503Z] Step 8/20 : COPY . . [2020-08-20T18:01:27.516Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-20T18:01:27.516Z] (6/12) Installing patch (2.7.6-r6) [2020-08-20T18:01:27.765Z] ---> Using cache [2020-08-20T18:01:27.765Z] ---> aabff5196551 [2020-08-20T18:01:27.765Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-20T18:01:27.784Z] (7/12) Installing build-base (0.5-r2) [2020-08-20T18:01:27.784Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-20T18:01:27.784Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-20T18:01:28.053Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-20T18:01:28.053Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-20T18:01:28.053Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-20T18:01:28.328Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:01:28.328Z] OK: 217 MiB in 51 packages [2020-08-20T18:01:28.709Z] ---> Running in 6d513b7e949f [2020-08-20T18:01:28.709Z] ---> Running in 97619a96afcb [2020-08-20T18:01:28.709Z] ---> Running in 3897fa713135 [2020-08-20T18:01:28.709Z] ---> Running in 830ae3dbd027 [2020-08-20T18:01:28.970Z] Removing intermediate container 6d513b7e949f [2020-08-20T18:01:28.970Z] ---> 0c703be06a03 [2020-08-20T18:01:28.970Z] Step 21/23 : LABEL arch=x86_64 [2020-08-20T18:01:28.970Z] Removing intermediate container a415430a7dde [2020-08-20T18:01:28.970Z] ---> c17884f3d623 [2020-08-20T18:01:28.970Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T18:01:29.236Z] ---> Running in d8abf4250924 [2020-08-20T18:01:29.236Z] ---> Running in 34d2ee6fdcb3 [2020-08-20T18:01:29.501Z] Removing intermediate container d8abf4250924 [2020-08-20T18:01:29.501Z] ---> 7fea73441749 [2020-08-20T18:01:29.501Z] Step 22/23 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:01:29.501Z] Removing intermediate container 34d2ee6fdcb3 [2020-08-20T18:01:29.501Z] ---> 4221ca37d41c [2020-08-20T18:01:29.501Z] Step 24/26 : LABEL arch=x86_64 [2020-08-20T18:01:29.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:01:29.501Z] ---> Running in dde505a24968 [2020-08-20T18:01:29.768Z] ---> Running in 03968351ca77 [2020-08-20T18:01:29.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:01:29.768Z] 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-20T18:01:29.768Z] Removing intermediate container dde505a24968 [2020-08-20T18:01:29.768Z] ---> 8eb00025527f [2020-08-20T18:01:29.768Z] Step 23/23 : LABEL version=0.0.0 [2020-08-20T18:01:29.768Z] Removing intermediate container 03968351ca77 [2020-08-20T18:01:29.768Z] ---> c534b29cfca4 [2020-08-20T18:01:29.768Z] Step 25/26 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:01:30.033Z] ---> Running in 0e2fda76ab28 [2020-08-20T18:01:30.033Z] ---> Running in 5c4ccdebcde8 [2020-08-20T18:01:30.033Z] Removing intermediate container 0e2fda76ab28 [2020-08-20T18:01:30.033Z] ---> 72e09fa51df5 [2020-08-20T18:01:30.033Z] [2020-08-20T18:01:30.033Z] Removing intermediate container 5c4ccdebcde8 [2020-08-20T18:01:30.033Z] ---> 1cf1d3a76a3f [2020-08-20T18:01:30.033Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T18:01:30.301Z] ---> Running in 54a8efd5b62a [2020-08-20T18:01:30.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:01:30.301Z] Successfully built 72e09fa51df5 [2020-08-20T18:01:30.301Z] Successfully tagged docker-core-data-go:latest [2020-08-20T18:01:30.301Z] Building docker-core-metadata-go [2020-08-20T18:01:30.301Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:01:30.301Z] Removing intermediate container 54a8efd5b62a [2020-08-20T18:01:30.301Z] ---> d4fc53b37357 [2020-08-20T18:01:30.301Z] [2020-08-20T18:01:30.565Z] Successfully built d4fc53b37357 [2020-08-20T18:01:30.565Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-20T18:01:30.565Z] Building docker-support-logging-go [2020-08-20T18:01:30.836Z]  Building docker-security-secretstore-setup-go ... done v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:01:30.836Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:01:30.836Z] OK: 12746 distinct packages available [2020-08-20T18:01:31.123Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:01:31.123Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:01:31.123Z] OK: 12746 distinct packages available [2020-08-20T18:01:31.123Z] OK: 233 MiB in 51 packages [2020-08-20T18:01:31.396Z] OK: 233 MiB in 51 packages [2020-08-20T18:01:32.643Z] Removing intermediate container 54414a3f373e [2020-08-20T18:01:32.643Z] ---> 2d3476a83365 [2020-08-20T18:01:32.643Z] Step 4/7 : WORKDIR /edgex-go [2020-08-20T18:01:32.643Z] ---> Running in cd8ee00c4fbe [2020-08-20T18:01:32.912Z] Removing intermediate container cd8ee00c4fbe [2020-08-20T18:01:32.912Z] ---> 126d372379d9 [2020-08-20T18:01:32.912Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-20T18:01:33.506Z] latest: Pulling from library/docker [2020-08-20T18:01:33.506Z] b538f80385f9: Already exists [2020-08-20T18:01:33.506Z] 259a493cd78d: Pulling fs layer [2020-08-20T18:01:33.506Z] b8e66b5100f5: Pulling fs layer [2020-08-20T18:01:33.506Z] 39dc9c94d07c: Pulling fs layer [2020-08-20T18:01:33.506Z] 551b823b3b82: Pulling fs layer [2020-08-20T18:01:33.506Z] 3c52a74df98c: Pulling fs layer [2020-08-20T18:01:33.506Z] 6c9b121b6998: Pulling fs layer [2020-08-20T18:01:33.506Z] 551b823b3b82: Waiting [2020-08-20T18:01:33.506Z] 3c52a74df98c: Waiting [2020-08-20T18:01:33.506Z] 6c9b121b6998: Waiting [2020-08-20T18:01:33.506Z] b8e66b5100f5: Download complete [2020-08-20T18:01:33.779Z] 259a493cd78d: Download complete [2020-08-20T18:01:33.779Z] 551b823b3b82: Verifying Checksum [2020-08-20T18:01:33.779Z] 551b823b3b82: Download complete [2020-08-20T18:01:33.779Z] 3c52a74df98c: Verifying Checksum [2020-08-20T18:01:33.779Z] 3c52a74df98c: Download complete [2020-08-20T18:01:33.779Z] 6c9b121b6998: Verifying Checksum [2020-08-20T18:01:33.779Z] 6c9b121b6998: Download complete [2020-08-20T18:01:34.378Z] 259a493cd78d: Pull complete [2020-08-20T18:01:34.656Z] b8e66b5100f5: Pull complete [2020-08-20T18:01:34.928Z] 39dc9c94d07c: Verifying Checksum [2020-08-20T18:01:34.928Z] 39dc9c94d07c: Download complete [2020-08-20T18:01:38.328Z] 39dc9c94d07c: Pull complete [2020-08-20T18:01:38.599Z] 551b823b3b82: Pull complete [2020-08-20T18:01:38.876Z] 3c52a74df98c: Pull complete [2020-08-20T18:01:39.482Z] 6c9b121b6998: Pull complete [2020-08-20T18:01:39.482Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-20T18:01:39.482Z] Status: Downloaded newer image for docker:latest [2020-08-20T18:01:39.763Z] Removing intermediate container 830ae3dbd027 [2020-08-20T18:01:39.763Z] ---> 881fffa028d9 [2020-08-20T18:01:39.763Z] Step 5/29 : COPY go.mod . [2020-08-20T18:01:39.763Z] Removing intermediate container 97619a96afcb [2020-08-20T18:01:39.763Z] ---> 3eb27b30e48d [2020-08-20T18:01:39.763Z] Step 6/27 : COPY go.mod . [2020-08-20T18:01:41.202Z] ---> 2d75612310f3 [2020-08-20T18:01:41.202Z] Step 6/29 : RUN go mod download [2020-08-20T18:01:41.202Z] ---> 2d092bb62450 [2020-08-20T18:01:41.202Z] Step 7/27 : RUN go mod download [2020-08-20T18:01:42.600Z] ---> Running in c7072eda39f0 [2020-08-20T18:01:42.600Z] ---> Running in 6c0b65535762 [2020-08-20T18:01:42.884Z] ---> 862701097fc0 [2020-08-20T18:01:42.884Z] Step 6/7 : COPY go.mod . [2020-08-20T18:01:43.166Z] ---> 448b4edbc8b8 [2020-08-20T18:01:43.166Z] Step 7/7 : RUN go mod download [2020-08-20T18:01:43.166Z] ---> Running in 8363d3385887 [2020-08-20T18:01:47.467Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-20T18:01:47.467Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-20T18:01:47.467Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-20T18:01:47.467Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-20T18:01:47.467Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-20T18:01:47.467Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-20T18:01:47.467Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-20T18:01:47.467Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-20T18:01:47.467Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-20T18:01:47.467Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-20T18:01:47.467Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-20T18:01:47.467Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-20T18:01:47.467Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-20T18:01:47.467Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-20T18:01:47.467Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-20T18:01:47.467Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-20T18:01:47.467Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-20T18:01:47.467Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-20T18:01:47.736Z] go: finding github.com/fatih/color v1.7.0 [2020-08-20T18:01:47.736Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-20T18:01:47.736Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-20T18:01:47.736Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-20T18:01:47.736Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-20T18:01:47.736Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-20T18:01:48.008Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-20T18:01:48.008Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-20T18:01:48.008Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-20T18:01:48.008Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-20T18:01:48.008Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-20T18:01:48.008Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-20T18:01:48.008Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-20T18:01:48.278Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-20T18:01:48.278Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-20T18:01:48.278Z] go: finding github.com/google/uuid v1.1.0 [2020-08-20T18:01:48.278Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-20T18:01:48.278Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-20T18:01:48.278Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-20T18:01:48.278Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-20T18:01:48.549Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-20T18:01:48.549Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-20T18:01:48.549Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-20T18:01:48.549Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-20T18:01:48.549Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-20T18:01:48.549Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-20T18:01:48.549Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-20T18:01:48.819Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-20T18:01:48.819Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-20T18:01:48.819Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-20T18:01:48.819Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-20T18:01:48.819Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-20T18:01:48.819Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-20T18:01:49.088Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-20T18:01:49.088Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-20T18:01:49.088Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-20T18:01:49.088Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-20T18:01:49.088Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-20T18:01:49.088Z] go: finding github.com/kr/pty v1.1.1 [2020-08-20T18:01:49.088Z] go: finding github.com/kr/text v0.1.0 [2020-08-20T18:01:49.359Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-20T18:01:49.359Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-20T18:01:49.359Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-20T18:01:49.359Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-20T18:01:49.359Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-20T18:01:49.359Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-20T18:01:49.629Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-20T18:01:49.629Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-20T18:01:49.629Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-20T18:01:49.629Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-20T18:01:49.629Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-20T18:01:49.629Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-20T18:01:49.629Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-20T18:01:49.901Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-20T18:01:49.901Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-20T18:01:49.901Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-20T18:01:49.901Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-20T18:01:49.901Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-20T18:01:49.901Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-20T18:01:50.172Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-20T18:01:50.172Z] go: finding github.com/posener/complete v1.1.1 [2020-08-20T18:01:50.172Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-20T18:01:50.172Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-20T18:01:50.172Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-20T18:01:50.172Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-20T18:01:50.172Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-20T18:01:50.446Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-20T18:01:50.446Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-20T18:01:50.446Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-20T18:01:50.446Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-20T18:01:50.446Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-20T18:01:50.446Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-20T18:01:50.446Z] go: finding golang.org/x/text v0.3.2 [2020-08-20T18:01:50.721Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-20T18:01:50.721Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-20T18:01:50.721Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-20T18:01:50.721Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-20T18:01:50.721Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-20T18:01:50.721Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-20T18:01:51.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:01:51.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:01:51.444Z] ---> dc1a4886b9d0 [2020-08-20T18:01:51.444Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T18:01:51.444Z] ---> Using cache [2020-08-20T18:01:51.444Z] ---> 77857d84bc3b [2020-08-20T18:01:51.444Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:01:51.444Z] ---> Using cache [2020-08-20T18:01:51.444Z] ---> 3f33034dbbc0 [2020-08-20T18:01:51.444Z] Step 5/22 : RUN apk update && apk add make git [2020-08-20T18:01:51.444Z] ---> Using cache [2020-08-20T18:01:51.444Z] ---> 4ca262c2c941 [2020-08-20T18:01:51.444Z] Step 6/22 : COPY go.mod . [2020-08-20T18:01:51.444Z] ---> Using cache [2020-08-20T18:01:51.444Z] ---> 5031fa6f7ba1 [2020-08-20T18:01:51.444Z] Step 7/22 : RUN go mod download [2020-08-20T18:01:51.444Z] ---> Using cache [2020-08-20T18:01:51.444Z] ---> 739865a508d5 [2020-08-20T18:01:51.444Z] Step 8/22 : COPY . . [2020-08-20T18:01:51.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:01:51.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:01:51.444Z] ---> dc1a4886b9d0 [2020-08-20T18:01:51.444Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T18:01:51.444Z] ---> Using cache [2020-08-20T18:01:51.444Z] ---> aabff5196551 [2020-08-20T18:01:51.444Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-20T18:01:51.444Z] ---> Using cache [2020-08-20T18:01:51.444Z] ---> 77857d84bc3b [2020-08-20T18:01:51.444Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:01:51.444Z] ---> Using cache [2020-08-20T18:01:51.444Z] ---> 3f33034dbbc0 [2020-08-20T18:01:51.444Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-20T18:01:51.444Z] Removing intermediate container 6c0b65535762 [2020-08-20T18:01:51.444Z] ---> 098f0f7c87ad [2020-08-20T18:01:51.444Z] Step 7/29 : COPY . . [2020-08-20T18:01:51.444Z] Removing intermediate container c7072eda39f0 [2020-08-20T18:01:51.444Z] ---> d2d5c8eecaf6 [2020-08-20T18:01:51.444Z] Step 8/27 : COPY . . [2020-08-20T18:01:51.444Z] ---> Running in 507a70522b11 [2020-08-20T18:01:51.444Z] ---> Running in f78f01ada45f [2020-08-20T18:01:54.035Z] 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-20T18:01:54.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:01:55.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:01:56.156Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:01:56.156Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:01:56.156Z] OK: 12746 distinct packages available [2020-08-20T18:01:56.766Z] OK: 233 MiB in 51 packages [2020-08-20T18:01:57.362Z] OK: 233 MiB in 51 packages [2020-08-20T18:02:05.566Z] Removing intermediate container 3897fa713135 [2020-08-20T18:02:05.566Z] ---> ba114960ed0a [2020-08-20T18:02:05.566Z] [2020-08-20T18:02:05.566Z] Step 10/20 : FROM alpine [2020-08-20T18:02:05.566Z] ---> a24bb4013296 [2020-08-20T18:02:05.566Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-20T18:02:06.553Z] ---> Running in e4254f3ebf4a [2020-08-20T18:02:07.162Z] Removing intermediate container 507a70522b11 [2020-08-20T18:02:07.162Z] ---> d2b3c1bc4764 [2020-08-20T18:02:07.162Z] Step 6/22 : COPY go.mod . [2020-08-20T18:02:08.164Z] ---> ccb8c718e734 [2020-08-20T18:02:08.164Z] Step 7/22 : RUN go mod download [2020-08-20T18:02:08.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:02:08.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:02:08.706Z] ---> Running in 1007a0a445c4 [2020-08-20T18:02:08.980Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:02:08.980Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:02:08.980Z] OK: 12746 distinct packages available [2020-08-20T18:02:09.594Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-20T18:02:09.594Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T18:02:09.594Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-20T18:02:09.594Z] (4/4) Installing curl (7.69.1-r0) [2020-08-20T18:02:09.594Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:02:09.594Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T18:02:09.594Z] OK: 7 MiB in 18 packages [2020-08-20T18:02:12.887Z] Removing intermediate container 8363d3385887 [2020-08-20T18:02:12.887Z] ---> 2896b77baae3 [2020-08-20T18:02:12.887Z] Successfully built 2896b77baae3 [2020-08-20T18:02:12.887Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T18:02:13.884Z] + docker inspect -f . ci-base-image-arm64 [2020-08-20T18:02:13.884Z] . [Pipeline] withDockerContainer [2020-08-20T18:02:14.137Z] prd-ubuntu18.04-docker-arm64-4c-16g-603 does not seem to be running inside a container [2020-08-20T18:02:14.210Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2020-08-20T18:02:15.587Z] $ docker top d260ce54f3e4b29b443813b623bd4d5884952ebb20b33b9f7574a6709722739c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T18:02:16.685Z] + go version [2020-08-20T18:02:16.685Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-20T18:02:16.724Z] ========================================================= [2020-08-20T18:02:16.724Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-20T18:02:16.724Z] ========================================================= [Pipeline] sh [2020-08-20T18:02:17.387Z] + make test [2020-08-20T18:02:17.387Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-20T18:02:19.661Z] Removing intermediate container e4254f3ebf4a [2020-08-20T18:02:19.661Z] ---> 57c68720e588 [2020-08-20T18:02:19.661Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T18:02:19.661Z] ---> 67c718ca5933 [2020-08-20T18:02:19.661Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-20T18:02:19.661Z] Removing intermediate container 1007a0a445c4 [2020-08-20T18:02:19.661Z] ---> 35d44d65810f [2020-08-20T18:02:19.661Z] Step 8/22 : COPY . . [2020-08-20T18:02:19.661Z] ---> Running in b43f082bab80 [2020-08-20T18:02:19.661Z] ---> 7a5222cad8d0 [2020-08-20T18:02:19.661Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-20T18:02:19.661Z] ---> Running in c0dcfe142960 [2020-08-20T18:02:19.661Z] ---> Running in 0dc9def4ed93 [2020-08-20T18:02:19.661Z] 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-20T18:02:19.661Z] Removing intermediate container b43f082bab80 [2020-08-20T18:02:19.661Z] ---> d38344c34d8a [2020-08-20T18:02:19.661Z] Step 13/20 : WORKDIR /edgex [2020-08-20T18:02:20.007Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-20T18:02:20.611Z] ---> Running in 81da0320357b [2020-08-20T18:02:20.611Z] 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-20T18:02:25.939Z] Removing intermediate container 81da0320357b [2020-08-20T18:02:25.939Z] ---> aa61d0c27e02 [2020-08-20T18:02:25.939Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-20T18:02:29.292Z] Removing intermediate container f78f01ada45f [2020-08-20T18:02:29.292Z] ---> 7c9d83062587 [2020-08-20T18:02:29.292Z] [2020-08-20T18:02:29.292Z] Step 10/22 : FROM scratch [2020-08-20T18:02:29.292Z] ---> [2020-08-20T18:02:29.292Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T18:02:31.273Z] ---> Using cache [2020-08-20T18:02:31.273Z] ---> 2b2183ce8299 [2020-08-20T18:02:31.273Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-20T18:02:31.860Z] ---> fd9b92181806 [2020-08-20T18:02:31.860Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-20T18:02:31.860Z] ---> Running in 38f42b8b7122 [2020-08-20T18:02:32.831Z] Removing intermediate container 38f42b8b7122 [2020-08-20T18:02:32.831Z] ---> 8c7d79ed82ff [2020-08-20T18:02:32.831Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T18:02:33.791Z] ---> Running in b9ccaeee12a4 [2020-08-20T18:02:34.365Z] ---> 3018759d667e [2020-08-20T18:02:34.365Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-20T18:02:35.768Z] ---> Running in aee3c6b8c004 [2020-08-20T18:02:36.042Z] Removing intermediate container b9ccaeee12a4 [2020-08-20T18:02:36.042Z] ---> 260daaf1e5cd [2020-08-20T18:02:36.042Z] Step 14/22 : WORKDIR / [2020-08-20T18:02:36.622Z] ---> Running in 4bb34d50cbda [2020-08-20T18:02:39.951Z] Removing intermediate container aee3c6b8c004 [2020-08-20T18:02:39.951Z] ---> 4b97ffb9ac8f [2020-08-20T18:02:39.951Z] Step 17/20 : CMD ["--init=true"] [2020-08-20T18:02:39.951Z] ---> 263d7ef11c0d [2020-08-20T18:02:39.951Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-20T18:02:39.951Z] Removing intermediate container 4bb34d50cbda [2020-08-20T18:02:39.951Z] ---> 621f7cce3f9b [2020-08-20T18:02:39.951Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-20T18:02:39.951Z] ---> Running in 674c88786da9 [2020-08-20T18:02:39.951Z] ---> Running in 5880e337e82f [2020-08-20T18:02:40.218Z] Removing intermediate container 674c88786da9 [2020-08-20T18:02:40.218Z] ---> 36aaf72dc2ec [2020-08-20T18:02:40.218Z] Step 18/20 : LABEL arch=x86_64 [2020-08-20T18:02:40.218Z] ---> ab204822cfe7 [2020-08-20T18:02:40.218Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-20T18:02:40.489Z] ---> Running in 983f368e8201 [2020-08-20T18:02:40.752Z] 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-20T18:02:40.752Z] Removing intermediate container 983f368e8201 [2020-08-20T18:02:40.752Z] ---> 47fb41759911 [2020-08-20T18:02:40.752Z] Step 19/20 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:02:41.333Z] ---> Running in 62531ece02d2 [2020-08-20T18:02:43.895Z] ---> eff7704ee41a [2020-08-20T18:02:43.895Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-20T18:02:43.895Z] Removing intermediate container 62531ece02d2 [2020-08-20T18:02:43.895Z] ---> c88299953f26 [2020-08-20T18:02:43.895Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T18:02:43.895Z] Removing intermediate container c0dcfe142960 [2020-08-20T18:02:43.895Z] ---> ed0fef0152e7 [2020-08-20T18:02:43.895Z] [2020-08-20T18:02:43.895Z] Step 9/29 : FROM alpine:latest [2020-08-20T18:02:43.895Z] ---> a24bb4013296 [2020-08-20T18:02:43.895Z] 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-20T18:02:44.169Z] ---> Running in aca5b87d6ba8 [2020-08-20T18:02:44.437Z] ---> Running in 1eb130d125de [2020-08-20T18:02:44.701Z] ---> 79b499ad4f2b [2020-08-20T18:02:44.701Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-20T18:02:46.133Z] ---> Running in 9410f6db6a95 [2020-08-20T18:02:46.133Z] Removing intermediate container aca5b87d6ba8 [2020-08-20T18:02:46.133Z] ---> e868e2ab000e [2020-08-20T18:02:46.133Z] [2020-08-20T18:02:46.133Z] Removing intermediate container 1eb130d125de [2020-08-20T18:02:46.133Z] ---> 0d4eda1b7281 [2020-08-20T18:02:46.133Z] Step 11/29 : USER root [2020-08-20T18:02:46.411Z] Successfully built e868e2ab000e [2020-08-20T18:02:46.411Z] Removing intermediate container 0dc9def4ed93 [2020-08-20T18:02:46.411Z] ---> 59e667d1dd9c [2020-08-20T18:02:46.411Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-20T18:02:46.411Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-20T18:02:46.683Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 389f4ffcde4a [2020-08-20T18:02:46.683Z] Removing intermediate container 9410f6db6a95 [2020-08-20T18:02:46.683Z] ---> 41f55a8ad97c [2020-08-20T18:02:46.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:02:46.683Z] ---> Running in 4ae0651d8971 [2020-08-20T18:02:46.951Z] ---> Running in 7b6571eb3d44 [2020-08-20T18:02:46.951Z] Removing intermediate container 389f4ffcde4a [2020-08-20T18:02:46.951Z] ---> ae7e206982fb [2020-08-20T18:02:46.951Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-20T18:02:46.951Z] ---> Running in 06791c922a5a [2020-08-20T18:02:47.215Z] Removing intermediate container 7b6571eb3d44 [2020-08-20T18:02:47.215Z] ---> 10e7089d8019 [2020-08-20T18:02:47.215Z] Step 20/22 : LABEL arch=x86_64 [2020-08-20T18:02:47.215Z] ---> Running in b2aa23d22187 [2020-08-20T18:02:47.483Z] 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-20T18:02:47.751Z] Removing intermediate container b2aa23d22187 [2020-08-20T18:02:47.751Z] ---> 2e4010aae890 [2020-08-20T18:02:47.751Z] Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:02:47.751Z] ---> Running in fe7a73548d84 [2020-08-20T18:02:48.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:02:48.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:02:48.297Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:02:48.297Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:02:48.297Z] OK: 12746 distinct packages available [2020-08-20T18:02:48.297Z] Removing intermediate container fe7a73548d84 [2020-08-20T18:02:48.297Z] ---> 461c7f0ec7f2 [2020-08-20T18:02:48.297Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T18:02:48.297Z] ---> Running in 04117c26618c [2020-08-20T18:02:48.574Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-20T18:02:48.574Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-20T18:02:48.574Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:02:48.574Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T18:02:48.845Z] OK: 6 MiB in 16 packages [2020-08-20T18:02:48.845Z] Removing intermediate container 04117c26618c [2020-08-20T18:02:48.845Z] ---> d361ca30f8be [2020-08-20T18:02:48.845Z] [2020-08-20T18:02:49.112Z] Successfully built d361ca30f8be [2020-08-20T18:02:49.112Z] Successfully tagged docker-core-metadata-go:latest [2020-08-20T18:02:51.126Z]  Building docker-core-metadata-go ... done Removing intermediate container 06791c922a5a [2020-08-20T18:02:51.126Z] ---> 62d4f526ce35 [2020-08-20T18:02:51.126Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-20T18:02:51.438Z] Removing intermediate container 4ae0651d8971 [2020-08-20T18:02:51.438Z] ---> 11d5b4223353 [2020-08-20T18:02:51.438Z] [2020-08-20T18:02:51.438Z] Step 11/27 : FROM docker:latest [2020-08-20T18:02:51.438Z] ---> 81f5749c9058 [2020-08-20T18:02:51.438Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-20T18:02:51.721Z] ---> Running in b011ddcb7321 [2020-08-20T18:02:51.721Z] ---> Running in 68f0f3df4bac [2020-08-20T18:02:51.992Z] Removing intermediate container b011ddcb7321 [2020-08-20T18:02:51.992Z] ---> cb1688c7e435 [2020-08-20T18:02:51.992Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-20T18:02:51.992Z] ---> Running in cf78495c1e73 [2020-08-20T18:02:52.259Z] Removing intermediate container cf78495c1e73 [2020-08-20T18:02:52.260Z] ---> 827328feb6e0 [2020-08-20T18:02:52.260Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-20T18:02:52.394Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-20T18:02:52.530Z] ---> Running in 232c39c1eb09 [2020-08-20T18:02:52.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:02:52.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:02:52.797Z] (1/2) Installing readline (8.0.4-r0) [2020-08-20T18:02:52.797Z] (2/2) Installing bash (5.0.17-r0) [2020-08-20T18:02:52.797Z] Executing bash-5.0.17-r0.post-install [2020-08-20T18:02:52.797Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:02:52.797Z] OK: 12 MiB in 22 packages [2020-08-20T18:02:53.368Z] Removing intermediate container 68f0f3df4bac [2020-08-20T18:02:53.368Z] ---> 30b2a7de90ee [2020-08-20T18:02:53.368Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-20T18:02:53.629Z] ---> Running in 125d8ffbf106 [2020-08-20T18:02:53.629Z] Removing intermediate container 232c39c1eb09 [2020-08-20T18:02:53.629Z] ---> 5743cd1eaee6 [2020-08-20T18:02:53.629Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-20T18:02:55.546Z] ---> fc1986f9791f [2020-08-20T18:02:55.546Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-20T18:02:55.546Z] Removing intermediate container 5880e337e82f [2020-08-20T18:02:55.546Z] ---> bc0da1847019 [2020-08-20T18:02:55.546Z] [2020-08-20T18:02:55.546Z] Step 10/22 : FROM scratch [2020-08-20T18:02:55.546Z] ---> [2020-08-20T18:02:55.546Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T18:02:55.807Z] ---> Using cache [2020-08-20T18:02:55.807Z] ---> 5c7eb08c9415 [2020-08-20T18:02:55.807Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-20T18:02:55.807Z] ---> fad5af06fa98 [2020-08-20T18:02:55.807Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-20T18:02:55.807Z] ---> Running in a5f74767b41e [2020-08-20T18:02:55.807Z] Removing intermediate container 125d8ffbf106 [2020-08-20T18:02:55.807Z] ---> e29dcad4c49e [2020-08-20T18:02:55.807Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-20T18:02:55.807Z] ---> Running in 7cbc7ea199d7 [2020-08-20T18:02:56.069Z] Removing intermediate container a5f74767b41e [2020-08-20T18:02:56.069Z] ---> e5321a784071 [2020-08-20T18:02:56.069Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T18:02:56.069Z] ---> Running in e5d4a7569358 [2020-08-20T18:02:56.329Z] Removing intermediate container 7cbc7ea199d7 [2020-08-20T18:02:56.329Z] ---> 08d6e37711a2 [2020-08-20T18:02:56.329Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-20T18:02:56.592Z] ---> cad43d28dbd8 [2020-08-20T18:02:56.592Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-20T18:02:56.592Z] Removing intermediate container e5d4a7569358 [2020-08-20T18:02:56.592Z] ---> ba549e37fcf0 [2020-08-20T18:02:56.592Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-20T18:02:56.592Z] ---> Running in a06212942a63 [2020-08-20T18:02:56.855Z] ---> bc053ba7c4d2 [2020-08-20T18:02:56.855Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-20T18:02:56.855Z] Removing intermediate container a06212942a63 [2020-08-20T18:02:56.855Z] ---> 2bbc05fe7f85 [2020-08-20T18:02:56.855Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-20T18:02:56.855Z] ---> 39c903ce665b [2020-08-20T18:02:56.855Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-20T18:02:56.855Z] ---> Running in d15e3de4e25d [2020-08-20T18:02:57.116Z] ---> d5a44e9ced26 [2020-08-20T18:02:57.116Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-20T18:02:57.116Z] ---> Running in 73639416bdc4 [2020-08-20T18:02:57.116Z] Removing intermediate container d15e3de4e25d [2020-08-20T18:02:57.116Z] ---> 5824f30c58c2 [2020-08-20T18:02:57.116Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-20T18:02:57.382Z] ---> f7cd2a3770ce [2020-08-20T18:02:57.382Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-20T18:02:57.954Z] ---> aa1bc2c68d4e [2020-08-20T18:02:57.955Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-20T18:02:57.955Z] ---> e1a78aeaae48 [2020-08-20T18:02:57.955Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-20T18:02:58.217Z] ---> 6954ca54a627 [2020-08-20T18:02:58.217Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-20T18:02:58.217Z] ---> 420851426f56 [2020-08-20T18:02:58.217Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-20T18:02:58.217Z] Removing intermediate container 73639416bdc4 [2020-08-20T18:02:58.217Z] ---> 938518aad11a [2020-08-20T18:02:58.217Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T18:02:58.479Z] ---> Running in fd591b745d80 [2020-08-20T18:02:58.479Z] ---> fe4a9c3b58ff [2020-08-20T18:02:58.479Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-20T18:02:58.740Z] ---> Running in e59cc514a991 [2020-08-20T18:02:58.740Z] Removing intermediate container fd591b745d80 [2020-08-20T18:02:58.740Z] ---> 2ada5594aad5 [2020-08-20T18:02:58.740Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:02:59.312Z] ---> 8615aa0fc0a4 [2020-08-20T18:02:59.312Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T18:02:59.573Z] ---> Running in ebaf2ec49a84 [2020-08-20T18:02:59.573Z] ---> Running in 29aca824d39e [2020-08-20T18:02:59.836Z] Removing intermediate container ebaf2ec49a84 [2020-08-20T18:02:59.836Z] ---> b16b208c3ea5 [2020-08-20T18:02:59.836Z] Step 20/22 : LABEL arch=x86_64 [2020-08-20T18:02:59.836Z] ---> Running in 4c1117e31f17 [2020-08-20T18:03:00.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:03:00.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:03:00.098Z] Removing intermediate container 4c1117e31f17 [2020-08-20T18:03:00.098Z] ---> 0bc2abfcdda7 [2020-08-20T18:03:00.098Z] Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:03:00.098Z] ---> Running in 81afe6f574cd [2020-08-20T18:03:00.360Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-20T18:03:00.360Z] (2/33) Installing expat (2.2.9-r1) [2020-08-20T18:03:00.360Z] (3/33) Installing libffi (3.3-r2) [2020-08-20T18:03:00.360Z] (4/33) Installing gdbm (1.13-r1) [2020-08-20T18:03:00.360Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-20T18:03:00.360Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-20T18:03:00.360Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-20T18:03:00.360Z] Removing intermediate container 81afe6f574cd [2020-08-20T18:03:00.360Z] ---> 961028da2a6a [2020-08-20T18:03:00.360Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T18:03:04.567Z] ---> Running in 223df393168b [2020-08-20T18:03:04.567Z] Removing intermediate container 29aca824d39e [2020-08-20T18:03:04.567Z] ---> 848e3a4721e4 [2020-08-20T18:03:04.567Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-20T18:03:04.567Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-20T18:03:04.567Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-20T18:03:04.567Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-20T18:03:04.567Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-20T18:03:04.567Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-20T18:03:04.567Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-20T18:03:04.567Z] ---> Running in e28180676b9a [2020-08-20T18:03:04.567Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-20T18:03:04.567Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-20T18:03:04.567Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-20T18:03:04.827Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-20T18:03:05.770Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-20T18:03:05.770Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-20T18:03:05.770Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-20T18:03:05.770Z] Removing intermediate container 223df393168b [2020-08-20T18:03:05.770Z] ---> 9872c8bf2792 [2020-08-20T18:03:05.770Z] [2020-08-20T18:03:05.770Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-20T18:03:05.770Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-20T18:03:05.770Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-20T18:03:05.770Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-20T18:03:05.770Z] Successfully built 9872c8bf2792 [2020-08-20T18:03:05.770Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-20T18:03:05.770Z] Successfully tagged docker-support-logging-go:latest [2020-08-20T18:03:05.770Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-20T18:03:05.770Z]  Building docker-support-logging-go ... done (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-20T18:03:05.770Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-20T18:03:05.770Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-20T18:03:05.770Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-20T18:03:05.770Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-20T18:03:05.770Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-20T18:03:05.770Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-20T18:03:06.032Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:03:06.032Z] OK: 71 MiB in 55 packages [2020-08-20T18:03:07.504Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-20T18:03:07.504Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-20T18:03:07.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-20T18:03:07.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-20T18:03:07.504Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.078s [2020-08-20T18:03:07.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-20T18:03:07.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-20T18:03:07.504Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-20T18:03:08.947Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-20T18:03:09.333Z] Removing intermediate container e28180676b9a [2020-08-20T18:03:09.333Z] ---> 22a79a4794e4 [2020-08-20T18:03:09.333Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T18:03:09.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-20T18:03:09.929Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-20T18:03:09.929Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-20T18:03:09.929Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-20T18:03:13.539Z] ---> Running in 4fe12d05970d [2020-08-20T18:03:13.539Z] Removing intermediate container e59cc514a991 [2020-08-20T18:03:13.539Z] ---> f43d7b351281 [2020-08-20T18:03:13.539Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-20T18:03:13.539Z] Removing intermediate container 4fe12d05970d [2020-08-20T18:03:13.539Z] ---> 3b70792b289b [2020-08-20T18:03:13.539Z] Step 26/29 : CMD [ "generate" ] [2020-08-20T18:03:13.799Z] ---> Running in 47e7ec5d7c98 [2020-08-20T18:03:13.799Z] ---> Running in 4714ed6a0ddb [2020-08-20T18:03:13.799Z] Removing intermediate container 4714ed6a0ddb [2020-08-20T18:03:13.799Z] ---> 7c481b22187c [2020-08-20T18:03:13.799Z] Step 27/29 : LABEL arch=x86_64 [2020-08-20T18:03:14.059Z] ---> Running in 484a97c472b9 [2020-08-20T18:03:14.059Z] Removing intermediate container 484a97c472b9 [2020-08-20T18:03:14.059Z] ---> 4c20e2beb545 [2020-08-20T18:03:14.059Z] Step 28/29 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:03:14.059Z] ---> Running in 388c12175a75 [2020-08-20T18:03:14.322Z] Removing intermediate container 388c12175a75 [2020-08-20T18:03:14.322Z] ---> 16d393388224 [2020-08-20T18:03:14.322Z] Step 29/29 : LABEL version=0.0.0 [2020-08-20T18:03:14.322Z] ---> Running in 197f9a43010c [2020-08-20T18:03:14.582Z] Removing intermediate container 197f9a43010c [2020-08-20T18:03:14.582Z] ---> d7483ac7c0a7 [2020-08-20T18:03:14.582Z] [2020-08-20T18:03:14.582Z] Successfully built d7483ac7c0a7 [2020-08-20T18:03:14.582Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-20T18:03:14.843Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-08-20T18:03:14.843Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-20T18:03:15.103Z] Collecting docopt<0.7,>=0.6.1 [2020-08-20T18:03:15.103Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-20T18:03:15.673Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-20T18:03:15.673Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-20T18:03:16.246Z] Collecting jsonschema<3,>=2.5.1 [2020-08-20T18:03:16.246Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-20T18:03:16.506Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-20T18:03:16.506Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-20T18:03:16.767Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-20T18:03:16.767Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-20T18:03:16.767Z] Collecting texttable<0.10,>=0.9.0 [2020-08-20T18:03:16.767Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-20T18:03:17.338Z] Collecting cached-property<2,>=1.2.0 [2020-08-20T18:03:17.338Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-20T18:03:17.338Z] Collecting docker<4.0,>=3.6.0 [2020-08-20T18:03:17.338Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-20T18:03:17.598Z] Collecting PyYAML<4,>=3.10 [2020-08-20T18:03:17.598Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-20T18:03:18.541Z] 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-20T18:03:18.541Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-20T18:03:18.541Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-20T18:03:18.541Z] Collecting idna<2.8,>=2.5 [2020-08-20T18:03:18.541Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-20T18:03:18.541Z] 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-20T18:03:18.541Z] 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-20T18:03:18.541Z] Collecting docker-pycreds>=0.4.0 [2020-08-20T18:03:18.541Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-20T18:03:18.802Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-20T18:03:18.802Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-20T18:03:18.802Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-20T18:03:18.802Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-20T18:03:18.802Z] Installing collected packages: docopt, dockerpty, jsonschema, websocket-client, urllib3, idna, requests, texttable, cached-property, docker-pycreds, docker, PyYAML, docker-compose [2020-08-20T18:03:18.802Z] Running setup.py install for docopt: started [2020-08-20T18:03:19.372Z] Running setup.py install for docopt: finished with status 'done' [2020-08-20T18:03:19.373Z] Running setup.py install for dockerpty: started [2020-08-20T18:03:19.640Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-20T18:03:19.902Z] Attempting uninstall: urllib3 [2020-08-20T18:03:19.902Z] Found existing installation: urllib3 1.25.9 [2020-08-20T18:03:19.902Z] Uninstalling urllib3-1.25.9: [2020-08-20T18:03:19.902Z] Successfully uninstalled urllib3-1.25.9 [2020-08-20T18:03:20.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.076s coverage: 46.6% of statements [2020-08-20T18:03:20.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-20T18:03:20.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-20T18:03:20.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-20T18:03:20.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-20T18:03:20.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-20T18:03:20.163Z] Attempting uninstall: idna [2020-08-20T18:03:20.163Z] Found existing installation: idna 2.9 [2020-08-20T18:03:20.163Z] Uninstalling idna-2.9: [2020-08-20T18:03:20.163Z] Successfully uninstalled idna-2.9 [2020-08-20T18:03:20.424Z] Attempting uninstall: requests [2020-08-20T18:03:20.424Z] Found existing installation: requests 2.23.0 [2020-08-20T18:03:20.424Z] Uninstalling requests-2.23.0: [2020-08-20T18:03:20.424Z] Successfully uninstalled requests-2.23.0 [2020-08-20T18:03:20.424Z] Running setup.py install for texttable: started [2020-08-20T18:03:20.995Z] Running setup.py install for texttable: finished with status 'done' [2020-08-20T18:03:21.256Z] Running setup.py install for PyYAML: started [2020-08-20T18:03:21.836Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-20T18:03:21.836Z] 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-20T18:03:26.043Z] Removing intermediate container 47e7ec5d7c98 [2020-08-20T18:03:26.043Z] ---> 0daf9f6dbfa1 [2020-08-20T18:03:26.043Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-20T18:03:26.043Z] ---> Running in c169bdb1a2f8 [2020-08-20T18:03:26.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-20T18:03:26.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-20T18:03:26.308Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T18:03:26.308Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-20T18:03:26.308Z] (3/3) Installing curl (7.69.1-r0) [2020-08-20T18:03:26.308Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:03:26.308Z] OK: 72 MiB in 58 packages [2020-08-20T18:03:26.878Z] Removing intermediate container c169bdb1a2f8 [2020-08-20T18:03:26.878Z] ---> 7a8ae7d4ee1a [2020-08-20T18:03:26.878Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-20T18:03:26.878Z] ---> Running in 46fa213ce87c [2020-08-20T18:03:26.878Z] Removing intermediate container 46fa213ce87c [2020-08-20T18:03:26.878Z] ---> 677a96d1ab8b [2020-08-20T18:03:26.878Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:03:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.2% of statements [2020-08-20T18:03:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-20T18:03:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-20T18:03:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-20T18:03:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-20T18:03:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-20T18:03:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-20T18:03:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2020-08-20T18:03:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-20T18:03:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2020-08-20T18:03:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-20T18:03:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-20T18:03:27.141Z] ---> Running in ba8459948226 [2020-08-20T18:03:27.141Z] Removing intermediate container ba8459948226 [2020-08-20T18:03:27.141Z] ---> 886cfb821eb6 [2020-08-20T18:03:27.141Z] Step 25/27 : LABEL arch=x86_64 [2020-08-20T18:03:27.141Z] ---> Running in 6ec3b091f19a [2020-08-20T18:03:27.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.066s coverage: 80.0% of statements [2020-08-20T18:03:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-20T18:03:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-20T18:03:27.401Z] Removing intermediate container 6ec3b091f19a [2020-08-20T18:03:27.401Z] ---> 14b51c16acb5 [2020-08-20T18:03:27.401Z] Step 26/27 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:03:27.401Z] ---> Running in a609aadb30b3 [2020-08-20T18:03:27.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.392s coverage: 92.9% of statements [2020-08-20T18:03:27.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-20T18:03:27.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-20T18:03:27.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-20T18:03:27.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-20T18:03:27.661Z] Removing intermediate container a609aadb30b3 [2020-08-20T18:03:27.661Z] ---> ffe311b61f81 [2020-08-20T18:03:27.661Z] Step 27/27 : LABEL version=0.0.0 [2020-08-20T18:03:27.661Z] ---> Running in fc2db3f2e0bc [2020-08-20T18:03:27.923Z] Removing intermediate container fc2db3f2e0bc [2020-08-20T18:03:27.924Z] ---> 5689a37e4e09 [2020-08-20T18:03:27.924Z] [2020-08-20T18:03:27.924Z] Successfully built 5689a37e4e09 [2020-08-20T18:03:27.924Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-20T18:03:28.525Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-20T18:03:28.597Z] $ docker stop --time=1 1f9a6e59367e5765d8fd713c497659828e7e32af415e1729cde4670ac44b5a03 [2020-08-20T18:03:30.296Z] $ docker rm -f 1f9a6e59367e5765d8fd713c497659828e7e32af415e1729cde4670ac44b5a03 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-20T18:03:30.937Z] + docker images [2020-08-20T18:03:30.937Z] + grep docker [2020-08-20T18:03:30.937Z] docker-sys-mgmt-agent-go latest 5689a37e4e09 3 seconds ago 284MB [2020-08-20T18:03:30.937Z] docker-security-secrets-setup-go latest d7483ac7c0a7 16 seconds ago 25.1MB [2020-08-20T18:03:30.937Z] docker-support-logging-go latest 9872c8bf2792 26 seconds ago 11.8MB [2020-08-20T18:03:30.937Z] docker-core-metadata-go latest d361ca30f8be 42 seconds ago 14.4MB [2020-08-20T18:03:30.937Z] docker-security-proxy-setup-go latest e868e2ab000e 45 seconds ago 16.4MB [2020-08-20T18:03:30.937Z] docker-security-secretstore-setup-go latest d4fc53b37357 2 minutes ago 33.9MB [2020-08-20T18:03:30.937Z] docker-core-data-go latest 72e09fa51df5 2 minutes ago 24.5MB [2020-08-20T18:03:30.937Z] docker-support-notifications-go latest 7c3acf77b27f 2 minutes ago 14.5MB [2020-08-20T18:03:30.937Z] docker-support-scheduler-go latest 522f9fece4ae 2 minutes ago 13.1MB [2020-08-20T18:03:30.937Z] docker-core-command-go latest 112b811b9d2f 2 minutes ago 13MB [2020-08-20T18:03:30.937Z] docker latest 81f5749c9058 7 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] } [2020-08-20T18:03:31.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements [2020-08-20T18:03:31.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-20T18:03:31.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-20T18:03:31.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-20T18:03:31.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-20T18:03:31.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [Pipeline] // stage [Pipeline] } [2020-08-20T18:03:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2020-08-20T18:03:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-20T18:03:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2020-08-20T18:03:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-20T18:03:34.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.080s coverage: 89.8% of statements [2020-08-20T18:03:34.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-20T18:03:37.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-20T18:03:37.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 100.0% of statements [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-20T18:03:37.407Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-20T18:03:37.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-20T18:03:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.156s coverage: 63.5% of statements [2020-08-20T18:03:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-20T18:03:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-20T18:03:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2020-08-20T18:03:41.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.373s coverage: 55.9% of statements [2020-08-20T18:03:41.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-20T18:03:41.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-20T18:03:41.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-20T18:03:41.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.010s coverage: 86.3% of statements [2020-08-20T18:03:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.029s coverage: 72.2% of statements [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.363s coverage: 72.1% of statements [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.064s coverage: 82.4% of statements [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements [2020-08-20T18:03:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-20T18:03:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-20T18:03:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-08-20T18:03:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.031s coverage: 96.8% of statements [2020-08-20T18:03:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 26.9% of statements [2020-08-20T18:03:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-20T18:03:56.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.278s coverage: 84.1% of statements [2020-08-20T18:03:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2020-08-20T18:03:56.400Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 42.9% of statements [2020-08-20T18:03:56.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-20T18:03:56.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-20T18:03:56.400Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.030s coverage: 100.0% of statements [2020-08-20T18:03:56.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-20T18:03:56.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.080s coverage: 83.8% of statements [2020-08-20T18:03:56.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-20T18:04:03.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.161s coverage: 46.1% of statements [2020-08-20T18:04:03.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-20T18:04:03.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-20T18:04:03.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.111s coverage: 100.0% of statements [2020-08-20T18:04:03.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-20T18:04:03.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-20T18:04:03.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-20T18:04:03.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements [2020-08-20T18:04:03.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-20T18:04:03.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.079s coverage: 100.0% of statements [2020-08-20T18:04:03.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-20T18:04:07.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.272s coverage: 29.1% of statements [2020-08-20T18:04:07.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-20T18:04:07.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-20T18:04:07.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-20T18:04:07.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-20T18:04:07.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-20T18:04:07.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements [2020-08-20T18:04:07.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-20T18:04:07.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.032s coverage: 100.0% of statements [2020-08-20T18:04:07.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-20T18:04:07.778Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2020-08-20T18:04:07.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-20T18:04:09.768Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2020-08-20T18:04:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-20T18:04:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-20T18:04:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-20T18:04:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-20T18:04:09.768Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2020-08-20T18:04:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-20T18:04:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-20T18:04:09.768Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2020-08-20T18:04:11.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements [2020-08-20T18:04:12.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-08-20T18:04:13.233Z] GO111MODULE=on go vet ./... [2020-08-20T18:04:31.550Z] gofmt -l . [2020-08-20T18:04:32.524Z] [ "`gofmt -l .`" = "" ] [2020-08-20T18:04:34.491Z] ./bin/test-go-mod-tidy.sh [2020-08-20T18:04:35.471Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-20T18:04:39.667Z] + ls -al . [2020-08-20T18:04:39.667Z] total 584 [2020-08-20T18:04:39.667Z] drwxrwxr-x 10 1001 1001 4096 Aug 20 18:04 . [2020-08-20T18:04:39.667Z] drwxr-xr-x 4 root root 4096 Aug 20 18:02 .. [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 11 Aug 20 18:00 .dockerignore [2020-08-20T18:04:39.667Z] drwxrwxr-x 8 1001 1001 4096 Aug 20 18:00 .git [2020-08-20T18:04:39.667Z] drwxrwxr-x 3 1001 1001 4096 Aug 20 18:00 .github [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 932 Aug 20 18:00 .gitignore [2020-08-20T18:04:39.667Z] drwxrwxr-x 3 1001 1001 4096 Aug 20 18:00 .semver [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 166 Aug 20 18:00 .sonarcloud.properties [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 3804 Aug 20 18:00 CONTRIBUTING.md [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 1035 Aug 20 18:00 Dockerfile.build [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 865 Aug 20 18:00 Jenkinsfile [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 10775 Aug 20 18:00 LICENSE [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 6237 Aug 20 18:00 Makefile [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 5652 Aug 20 18:00 README.md [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 259 Aug 20 18:00 SECURITY.md [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 5 Aug 20 17:55 VERSION [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 4131 Aug 20 18:00 ZMQWindows.md [2020-08-20T18:04:39.667Z] drwxrwxr-x 2 1001 1001 4096 Aug 20 18:00 bin [2020-08-20T18:04:39.667Z] drwxrwxr-x 15 1001 1001 4096 Aug 20 18:00 cmd [2020-08-20T18:04:39.667Z] -rw-r--r-- 1 root root 458659 Aug 20 18:04 coverage.out [2020-08-20T18:04:39.667Z] -rw-r--r-- 1 root root 1019 Aug 20 18:04 go.mod [2020-08-20T18:04:39.667Z] -rw-r--r-- 1 root root 19185 Aug 20 18:04 go.sum [2020-08-20T18:04:39.667Z] drwxrwxr-x 8 1001 1001 4096 Aug 20 18:00 internal [2020-08-20T18:04:39.667Z] drwxrwxr-x 4 1001 1001 4096 Aug 20 18:00 openapi [2020-08-20T18:04:39.667Z] drwxrwxr-x 4 1001 1001 4096 Aug 20 18:00 snap [2020-08-20T18:04:39.667Z] -rw-rw-r-- 1 1001 1001 168 Aug 20 18:00 version.go [Pipeline] sh [2020-08-20T18:04:40.373Z] + '[' -e coverage.out ] [2020-08-20T18:04:40.373Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-20T18:04:40.414Z] Warning: overwriting stash ‘coverage-report’ [2020-08-20T18:04:41.519Z] Stashed 1 file(s) [Pipeline] sh [2020-08-20T18:04:42.231Z] + make build [2020-08-20T18:04:42.231Z] 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-20T18:05:00.566Z] 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-20T18:05:10.703Z] 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-20T18:05:16.095Z] 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-20T18:05:20.390Z] 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-20T18:05:27.085Z] 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-20T18:05:27.684Z] 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-20T18:05:33.077Z] 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-20T18:05:38.493Z] 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-20T18:05:42.787Z] 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-20T18:05:47.083Z] 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-20T18:05:51.386Z] 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-20T18:05:54.776Z] 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-20T18:05:58.180Z] $ docker stop --time=1 d260ce54f3e4b29b443813b623bd4d5884952ebb20b33b9f7574a6709722739c [2020-08-20T18:06:00.602Z] $ docker rm -f d260ce54f3e4b29b443813b623bd4d5884952ebb20b33b9f7574a6709722739c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T18:06:02.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T18:06:02.294Z] [2020-08-20T18:06:02.294Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-20T18:06:02.713Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T18:06:02.989Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-20T18:06:02.989Z] 29e5d40040c1: Pulling fs layer [2020-08-20T18:06:02.989Z] 1ce36da41761: Pulling fs layer [2020-08-20T18:06:02.989Z] 25b303627fd3: Pulling fs layer [2020-08-20T18:06:02.989Z] 29e5d40040c1: Verifying Checksum [2020-08-20T18:06:02.989Z] 29e5d40040c1: Download complete [2020-08-20T18:06:03.585Z] 1ce36da41761: Verifying Checksum [2020-08-20T18:06:03.585Z] 1ce36da41761: Download complete [2020-08-20T18:06:03.585Z] 29e5d40040c1: Pull complete [2020-08-20T18:06:05.019Z] 1ce36da41761: Pull complete [2020-08-20T18:06:05.019Z] 25b303627fd3: Verifying Checksum [2020-08-20T18:06:05.019Z] 25b303627fd3: Download complete [2020-08-20T18:06:15.188Z] 25b303627fd3: Pull complete [2020-08-20T18:06:15.188Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-20T18:06:15.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T18:06:15.188Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-20T18:06:15.471Z] prd-ubuntu18.04-docker-arm64-4c-16g-603 does not seem to be running inside a container [2020-08-20T18:06:15.537Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-20T18:06:18.854Z] $ docker top 22fd9bdbaad1af583808ece72f78ffbb496ecd931338054299b1941190596424 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T18:06:20.323Z] + grep parallel [2020-08-20T18:06:20.323Z] + docker-compose build --help [2020-08-20T18:06:23.696Z] --parallel Build images in parallel. [Pipeline] } [2020-08-20T18:06:23.989Z] $ docker stop --time=1 22fd9bdbaad1af583808ece72f78ffbb496ecd931338054299b1941190596424 [2020-08-20T18:06:25.894Z] $ docker rm -f 22fd9bdbaad1af583808ece72f78ffbb496ecd931338054299b1941190596424 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-20T18:06:26.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-20T18:06:26.760Z] . [Pipeline] withDockerContainer [2020-08-20T18:06:27.009Z] prd-ubuntu18.04-docker-arm64-4c-16g-603 does not seem to be running inside a container [2020-08-20T18:06:27.074Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-20T18:06:28.380Z] $ docker top 8cb26366e5b1245f604a60130da4efd583dd0674956e0a9f18c1a0bf64899513 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-20T18:06:29.418Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-20T18:06:32.787Z] Building docker-core-command-go ... [2020-08-20T18:06:32.787Z] Building docker-core-data-go ... [2020-08-20T18:06:32.787Z] Building docker-core-metadata-go ... [2020-08-20T18:06:32.787Z] Building docker-security-proxy-setup-go ... [2020-08-20T18:06:32.787Z] Building docker-security-secrets-setup-go ... [2020-08-20T18:06:32.787Z] Building docker-security-secretstore-setup-go ... [2020-08-20T18:06:32.787Z] Building docker-support-logging-go ... [2020-08-20T18:06:32.787Z] Building docker-support-notifications-go ... [2020-08-20T18:06:32.787Z] Building docker-support-scheduler-go ... [2020-08-20T18:06:32.787Z] Building docker-sys-mgmt-agent-go ... [2020-08-20T18:06:32.787Z] Building docker-security-proxy-setup-go [2020-08-20T18:06:32.787Z] Building docker-support-scheduler-go [2020-08-20T18:06:32.787Z] Building docker-support-logging-go [2020-08-20T18:06:32.787Z] Building docker-security-secretstore-setup-go [2020-08-20T18:06:32.787Z] Building docker-core-data-go [2020-08-20T18:08:39.640Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:08:39.640Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:08:39.640Z] ---> 2896b77baae3 [2020-08-20T18:08:39.640Z] Step 3/23 : WORKDIR /edgex-go [2020-08-20T18:08:39.640Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:08:39.640Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:08:39.640Z] ---> 2896b77baae3 [2020-08-20T18:08:39.640Z] Step 3/20 : WORKDIR /edgex-go [2020-08-20T18:08:39.640Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:08:39.640Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:08:39.640Z] ---> 2896b77baae3 [2020-08-20T18:08:39.640Z] Step 3/21 : WORKDIR /edgex-go [2020-08-20T18:08:39.640Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:08:39.640Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:08:39.640Z] ---> 2896b77baae3 [2020-08-20T18:08:39.640Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T18:08:39.640Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:08:39.641Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:08:39.641Z] ---> 2896b77baae3 [2020-08-20T18:08:39.641Z] Step 3/26 : WORKDIR /edgex-go [2020-08-20T18:08:39.641Z] ---> Running in 87410b848f98 [2020-08-20T18:08:39.641Z] ---> Running in 8bb4518ac6e2 [2020-08-20T18:08:39.641Z] ---> Running in f147c27f6aca [2020-08-20T18:08:39.641Z] ---> Running in 067825334fee [2020-08-20T18:08:39.641Z] ---> Running in f405a95c052b [2020-08-20T18:08:39.641Z] Removing intermediate container f147c27f6aca [2020-08-20T18:08:39.641Z] ---> d35f3b40e562 [2020-08-20T18:08:39.641Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:08:39.641Z] Removing intermediate container 067825334fee [2020-08-20T18:08:39.641Z] ---> a5490b01c19e [2020-08-20T18:08:39.641Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:08:39.641Z] Removing intermediate container 87410b848f98 [2020-08-20T18:08:39.641Z] ---> 33f7b9ef33c7 [2020-08-20T18:08:39.641Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:08:39.641Z] Removing intermediate container 8bb4518ac6e2 [2020-08-20T18:08:39.641Z] ---> 8337081ea6f0 [2020-08-20T18:08:39.641Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:08:39.641Z] Removing intermediate container f405a95c052b [2020-08-20T18:08:39.641Z] ---> e231c9c7681f [2020-08-20T18:08:39.641Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:08:39.641Z] ---> Running in de443fd287d6 [2020-08-20T18:08:39.641Z] ---> Running in d30f0f430d8f [2020-08-20T18:08:39.641Z] ---> Running in b5d8f8a2a7f8 [2020-08-20T18:08:39.641Z] ---> Running in ad87a4adc060 [2020-08-20T18:08:39.641Z] ---> Running in 3c0591a797e4 [2020-08-20T18:08:39.641Z] Removing intermediate container d30f0f430d8f [2020-08-20T18:08:39.641Z] ---> 9b6a33f7affd [2020-08-20T18:08:39.641Z] Step 5/21 : RUN apk update && apk add make git [2020-08-20T18:08:39.641Z] Removing intermediate container de443fd287d6 [2020-08-20T18:08:39.641Z] ---> f7297f9bf4a8 [2020-08-20T18:08:39.641Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-20T18:08:39.641Z] ---> Running in b75be4530bc1 [2020-08-20T18:08:39.641Z] Removing intermediate container b5d8f8a2a7f8 [2020-08-20T18:08:39.641Z] ---> cb6125b4838e [2020-08-20T18:08:39.641Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-20T18:08:39.641Z] ---> Running in cb07d0b27387 [2020-08-20T18:08:39.641Z] Removing intermediate container 3c0591a797e4 [2020-08-20T18:08:39.641Z] ---> c496db1af225 [2020-08-20T18:08:39.641Z] Step 5/20 : RUN apk update && apk add make git [2020-08-20T18:08:39.641Z] ---> Running in f9ed4ef4903b [2020-08-20T18:08:39.641Z] ---> Running in 3fb7ee552c43 [2020-08-20T18:08:39.641Z] Removing intermediate container ad87a4adc060 [2020-08-20T18:08:39.641Z] ---> c1e779fc5df7 [2020-08-20T18:08:39.641Z] Step 5/26 : RUN apk update && apk add make git [2020-08-20T18:08:39.641Z] ---> Running in 8a94ead14b24 [2020-08-20T18:08:39.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:39.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:39.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:39.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:39.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:40.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:40.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:40.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:40.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:40.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:08:41.009Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:08:41.009Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:08:41.009Z] OK: 12617 distinct packages available [2020-08-20T18:08:41.009Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:08:41.009Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:08:41.009Z] OK: 12617 distinct packages available [2020-08-20T18:08:41.287Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:08:41.287Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:08:41.287Z] OK: 12617 distinct packages available [2020-08-20T18:08:41.588Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:08:41.588Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:08:41.588Z] OK: 12617 distinct packages available [2020-08-20T18:08:41.588Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:08:41.588Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:08:41.588Z] OK: 12617 distinct packages available [2020-08-20T18:08:41.874Z] OK: 217 MiB in 51 packages [2020-08-20T18:08:42.157Z] OK: 217 MiB in 51 packages [2020-08-20T18:08:42.444Z] OK: 217 MiB in 51 packages [2020-08-20T18:08:42.726Z] OK: 217 MiB in 51 packages [2020-08-20T18:08:42.726Z] OK: 217 MiB in 51 packages [2020-08-20T18:08:43.722Z] OK: 217 MiB in 51 packages [2020-08-20T18:08:43.722Z] Removing intermediate container cb07d0b27387 [2020-08-20T18:08:43.722Z] ---> 5b0c91d4f824 [2020-08-20T18:08:43.722Z] Step 6/23 : COPY go.mod . [2020-08-20T18:08:44.018Z] Removing intermediate container b75be4530bc1 [2020-08-20T18:08:44.018Z] ---> cec7bb291bbb [2020-08-20T18:08:44.018Z] Step 6/21 : COPY go.mod . [2020-08-20T18:08:44.311Z] Removing intermediate container 8a94ead14b24 [2020-08-20T18:08:44.311Z] ---> b4e340a9102e [2020-08-20T18:08:44.311Z] Step 6/26 : COPY go.mod . [2020-08-20T18:08:44.594Z] Removing intermediate container 3fb7ee552c43 [2020-08-20T18:08:44.594Z] ---> 9c05d05f295c [2020-08-20T18:08:44.594Z] Step 6/20 : COPY go.mod . [2020-08-20T18:08:44.594Z] ---> 8e1652c16b3b [2020-08-20T18:08:44.594Z] Step 7/23 : RUN go mod download [2020-08-20T18:08:44.879Z] ---> Running in fee333f3c9ef [2020-08-20T18:08:45.161Z] ---> ca546cb0b5da [2020-08-20T18:08:45.161Z] Step 7/21 : RUN go mod download [2020-08-20T18:08:45.461Z] Removing intermediate container f9ed4ef4903b [2020-08-20T18:08:45.461Z] ---> ff5d393b88b0 [2020-08-20T18:08:45.461Z] Step 6/22 : COPY go.mod . [2020-08-20T18:08:45.461Z] ---> bbf8f47eabaa [2020-08-20T18:08:45.461Z] Step 7/26 : RUN go mod download [2020-08-20T18:08:45.461Z] ---> Running in 8eb2c159997e [2020-08-20T18:08:45.461Z] ---> 23656762c56e [2020-08-20T18:08:45.461Z] Step 7/20 : RUN go mod download [2020-08-20T18:08:45.741Z] ---> Running in 1274f4b03587 [2020-08-20T18:08:45.741Z] ---> Running in 6e167311a39a [2020-08-20T18:08:46.342Z] ---> ca0574def177 [2020-08-20T18:08:46.342Z] Step 7/22 : RUN go mod download [2020-08-20T18:08:46.947Z] ---> Running in 8ee2652e2f94 [2020-08-20T18:08:49.603Z] Removing intermediate container fee333f3c9ef [2020-08-20T18:08:49.603Z] ---> 9dd426af4c92 [2020-08-20T18:08:49.603Z] Step 8/23 : COPY . . [2020-08-20T18:08:50.621Z] Removing intermediate container 8eb2c159997e [2020-08-20T18:08:50.621Z] ---> 266db9cc05cb [2020-08-20T18:08:50.621Z] Step 8/21 : COPY . . [2020-08-20T18:08:51.221Z] Removing intermediate container 6e167311a39a [2020-08-20T18:08:51.221Z] ---> c640a8ee8f17 [2020-08-20T18:08:51.221Z] Step 8/20 : COPY . . [2020-08-20T18:08:51.500Z] Removing intermediate container 1274f4b03587 [2020-08-20T18:08:51.500Z] ---> b31e9884e9c1 [2020-08-20T18:08:51.500Z] Step 8/26 : COPY . . [2020-08-20T18:08:51.779Z] Removing intermediate container 8ee2652e2f94 [2020-08-20T18:08:51.779Z] ---> 74cd4b3579b7 [2020-08-20T18:08:51.779Z] Step 8/22 : COPY . . [2020-08-20T18:09:24.205Z] ---> e88e3d5ad8b1 [2020-08-20T18:09:24.205Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-20T18:09:24.205Z] ---> 70b3fba74e3d [2020-08-20T18:09:24.205Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-20T18:09:24.205Z] ---> 92c25026f669 [2020-08-20T18:09:24.205Z] 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-20T18:09:24.205Z] ---> c6b5f578945b [2020-08-20T18:09:24.205Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-20T18:09:24.205Z] ---> b64c980e8a47 [2020-08-20T18:09:24.205Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-20T18:09:24.205Z] ---> Running in 3c7d7ca0ab6f [2020-08-20T18:09:24.205Z] ---> Running in 324064c14c46 [2020-08-20T18:09:24.205Z] ---> Running in a6c324092cc9 [2020-08-20T18:09:24.205Z] ---> Running in 00f28f076050 [2020-08-20T18:09:24.205Z] ---> Running in 3c2e37d9e7be [2020-08-20T18:09:24.205Z] 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-20T18:09:24.205Z] 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-20T18:09:24.205Z] 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-20T18:09:24.205Z] 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-20T18:09:24.807Z] 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-20T18:10:46.647Z] 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-20T18:10:46.647Z] Removing intermediate container 00f28f076050 [2020-08-20T18:10:46.647Z] ---> 3d8cdb5f8167 [2020-08-20T18:10:46.647Z] [2020-08-20T18:10:46.647Z] Step 10/20 : FROM alpine [2020-08-20T18:10:46.647Z] latest: Pulling from library/alpine [2020-08-20T18:10:46.647Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-20T18:10:46.647Z] Status: Downloaded newer image for alpine:latest [2020-08-20T18:10:46.647Z] ---> 62ee0e9f8440 [2020-08-20T18:10:46.647Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-20T18:10:46.647Z] ---> Running in 8b56522e3550 [2020-08-20T18:10:48.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:10:48.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:10:49.525Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:10:49.525Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:10:49.525Z] OK: 12617 distinct packages available [2020-08-20T18:10:50.517Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-20T18:10:50.517Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T18:10:50.517Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-20T18:10:50.517Z] (4/4) Installing curl (7.69.1-r0) [2020-08-20T18:10:50.794Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:10:50.794Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T18:10:51.078Z] OK: 7 MiB in 18 packages [2020-08-20T18:10:54.518Z] Removing intermediate container 8b56522e3550 [2020-08-20T18:10:54.518Z] ---> b1da39c78f38 [2020-08-20T18:10:54.518Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T18:10:54.806Z] ---> Running in 5352dcd23809 [2020-08-20T18:10:55.087Z] 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-20T18:10:56.089Z] Removing intermediate container 5352dcd23809 [2020-08-20T18:10:56.089Z] ---> d825b678d79f [2020-08-20T18:10:56.089Z] Step 13/20 : WORKDIR /edgex [2020-08-20T18:10:56.369Z] ---> Running in 368065f324c1 [2020-08-20T18:10:57.390Z] Removing intermediate container 368065f324c1 [2020-08-20T18:10:57.390Z] ---> 1b5347ff70eb [2020-08-20T18:10:57.390Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-20T18:10:58.025Z] Removing intermediate container a6c324092cc9 [2020-08-20T18:10:58.025Z] ---> 880ed30c66f2 [2020-08-20T18:10:58.025Z] [2020-08-20T18:10:58.025Z] Step 10/22 : FROM scratch [2020-08-20T18:10:58.025Z] ---> [2020-08-20T18:10:58.025Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T18:10:58.303Z] ---> Running in f47d83201e1d [2020-08-20T18:10:58.915Z] ---> 3f1c48c8c0de [2020-08-20T18:10:58.915Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-20T18:10:59.193Z] Removing intermediate container f47d83201e1d [2020-08-20T18:10:59.193Z] ---> 09dd12fc23ad [2020-08-20T18:10:59.193Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-20T18:10:59.193Z] ---> Running in e204acb9fc08 [2020-08-20T18:11:00.194Z] Removing intermediate container e204acb9fc08 [2020-08-20T18:11:00.194Z] ---> 477e77c1b65a [2020-08-20T18:11:00.194Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T18:11:00.194Z] ---> Running in c9d408980838 [2020-08-20T18:11:00.809Z] ---> e7824572b124 [2020-08-20T18:11:00.809Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-20T18:11:01.088Z] ---> Running in 8aa1cfba2baa [2020-08-20T18:11:01.088Z] Removing intermediate container c9d408980838 [2020-08-20T18:11:01.088Z] ---> 010e57ec5375 [2020-08-20T18:11:01.088Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-20T18:11:01.696Z] Removing intermediate container 8aa1cfba2baa [2020-08-20T18:11:01.696Z] ---> b47922001fc2 [2020-08-20T18:11:01.696Z] Step 17/20 : CMD ["--init=true"] [2020-08-20T18:11:01.975Z] ---> Running in 2be831040dc4 [2020-08-20T18:11:02.255Z] ---> 5cd3ed0a6a13 [2020-08-20T18:11:02.255Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-20T18:11:02.882Z] Removing intermediate container 2be831040dc4 [2020-08-20T18:11:02.882Z] ---> e08734748a03 [2020-08-20T18:11:02.882Z] Step 18/20 : LABEL arch=arm64 [2020-08-20T18:11:03.160Z] ---> Running in f9506619693a [2020-08-20T18:11:03.775Z] ---> 3d7a6de4db6a [2020-08-20T18:11:03.775Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-20T18:11:03.775Z] Removing intermediate container f9506619693a [2020-08-20T18:11:03.775Z] ---> 2b9dd1eec743 [2020-08-20T18:11:03.775Z] Step 19/20 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:11:04.053Z] ---> Running in 7727752b2638 [2020-08-20T18:11:05.051Z] Removing intermediate container 7727752b2638 [2020-08-20T18:11:05.051Z] ---> b7848265c4d4 [2020-08-20T18:11:05.051Z] Step 20/20 : LABEL version=0.0.0 [2020-08-20T18:11:05.332Z] ---> Running in a3fdfa5ae731 [2020-08-20T18:11:05.938Z] ---> c2a3aa0fcc39 [2020-08-20T18:11:06.218Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-20T18:11:06.494Z] Removing intermediate container a3fdfa5ae731 [2020-08-20T18:11:06.494Z] ---> 6ae0f56f71f0 [2020-08-20T18:11:06.494Z] [2020-08-20T18:11:07.485Z] Successfully built 6ae0f56f71f0 [2020-08-20T18:11:08.091Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-20T18:11:08.092Z] Building docker-core-metadata-go [2020-08-20T18:11:08.092Z]  Building docker-security-proxy-setup-go ... done  ---> 05602138f55c [2020-08-20T18:11:08.092Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-20T18:11:08.989Z] ---> Running in ef1aa80fc0f5 [2020-08-20T18:11:10.539Z] Removing intermediate container ef1aa80fc0f5 [2020-08-20T18:11:10.539Z] ---> 490861a3fb3f [2020-08-20T18:11:10.539Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:11:11.220Z] ---> Running in fb07bb285885 [2020-08-20T18:11:11.525Z] Removing intermediate container 3c2e37d9e7be [2020-08-20T18:11:11.525Z] ---> caba577419f9 [2020-08-20T18:11:11.525Z] [2020-08-20T18:11:11.525Z] Step 10/26 : FROM alpine:3.10 [2020-08-20T18:11:12.198Z] 3.10: Pulling from library/alpine [2020-08-20T18:11:12.508Z] Removing intermediate container fb07bb285885 [2020-08-20T18:11:12.508Z] ---> c4586f83df8a [2020-08-20T18:11:12.508Z] Step 20/22 : LABEL arch=arm64 [2020-08-20T18:11:13.549Z] ---> Running in f392901129d6 [2020-08-20T18:11:15.561Z] Removing intermediate container f392901129d6 [2020-08-20T18:11:15.561Z] ---> d02c205f1387 [2020-08-20T18:11:15.561Z] Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:11:15.561Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-20T18:11:15.561Z] Status: Downloaded newer image for alpine:3.10 [2020-08-20T18:11:15.561Z] ---> 536a684cf733 [2020-08-20T18:11:15.561Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-20T18:11:16.577Z] ---> Running in c16a8b684d56 [2020-08-20T18:11:16.577Z] ---> Running in f46a416b1572 [2020-08-20T18:11:17.203Z] Removing intermediate container 324064c14c46 [2020-08-20T18:11:17.203Z] ---> c7629fbb0df0 [2020-08-20T18:11:17.203Z] [2020-08-20T18:11:17.203Z] Step 10/21 : FROM scratch [2020-08-20T18:11:17.203Z] ---> [2020-08-20T18:11:17.203Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T18:11:17.824Z] ---> Running in 997302acba7e [2020-08-20T18:11:18.099Z] Removing intermediate container f46a416b1572 [2020-08-20T18:11:18.099Z] ---> 6b0076fb16a8 [2020-08-20T18:11:18.099Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T18:11:18.380Z] ---> Running in 3cedb9ac2710 [2020-08-20T18:11:18.663Z] Removing intermediate container 997302acba7e [2020-08-20T18:11:18.663Z] ---> a0fd368ac470 [2020-08-20T18:11:18.663Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-20T18:11:18.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:11:18.941Z] ---> Running in 06854983b25a [2020-08-20T18:11:18.941Z] Removing intermediate container 3cedb9ac2710 [2020-08-20T18:11:18.941Z] ---> e1a7a74b8a47 [2020-08-20T18:11:18.941Z] [2020-08-20T18:11:19.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:11:19.503Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-20T18:11:19.503Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-20T18:11:19.503Z] OK: 10167 distinct packages available [2020-08-20T18:11:19.780Z] Successfully built e1a7a74b8a47 [2020-08-20T18:11:19.780Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-20T18:11:19.780Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-08-20T18:11:19.780Z] Removing intermediate container 06854983b25a [2020-08-20T18:11:19.780Z] ---> ce336b4e17c4 [2020-08-20T18:11:19.780Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-20T18:11:20.058Z] ---> Running in f3380fa75158 [2020-08-20T18:11:20.058Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-20T18:11:20.337Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-20T18:11:20.337Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-20T18:11:20.337Z] (4/5) Installing curl (7.66.0-r0) [2020-08-20T18:11:20.337Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-20T18:11:20.337Z] Executing busybox-1.30.1-r3.trigger [2020-08-20T18:11:20.337Z] Executing ca-certificates-20191127-r2.trigger [2020-08-20T18:11:20.615Z] OK: 7 MiB in 19 packages [2020-08-20T18:11:20.894Z] Removing intermediate container f3380fa75158 [2020-08-20T18:11:20.894Z] ---> 1056fb692dd0 [2020-08-20T18:11:20.894Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-20T18:11:22.906Z] ---> 86dffc43558d [2020-08-20T18:11:22.906Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-20T18:11:23.509Z] Removing intermediate container c16a8b684d56 [2020-08-20T18:11:23.509Z] ---> 674e204a136d [2020-08-20T18:11:23.509Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-20T18:11:24.969Z] ---> Running in 178f3db2aa62 [2020-08-20T18:11:25.246Z] ---> e0edb4e6c3c1 [2020-08-20T18:11:25.246Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-20T18:11:25.904Z] Removing intermediate container 178f3db2aa62 [2020-08-20T18:11:25.904Z] ---> 89c4640b3dbb [2020-08-20T18:11:25.904Z] Step 13/26 : WORKDIR / [2020-08-20T18:11:26.891Z] ---> Running in 2d8b3956ab64 [2020-08-20T18:11:26.891Z] ---> a7199d5ce6ec [2020-08-20T18:11:26.891Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-20T18:11:27.502Z] ---> Running in d956791f522e [2020-08-20T18:11:28.101Z] Removing intermediate container 2d8b3956ab64 [2020-08-20T18:11:28.101Z] ---> 8b23ed8b06a3 [2020-08-20T18:11:28.101Z] 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-20T18:11:28.701Z] Removing intermediate container d956791f522e [2020-08-20T18:11:28.702Z] ---> f7a4859c9617 [2020-08-20T18:11:28.702Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:11:28.991Z] ---> Running in ecf1a1e00558 [2020-08-20T18:11:29.702Z] ---> ea36cc2509d8 [2020-08-20T18:11:29.702Z] 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-20T18:11:30.039Z] Removing intermediate container ecf1a1e00558 [2020-08-20T18:11:30.039Z] ---> d743ea69781e [2020-08-20T18:11:30.039Z] Step 19/21 : LABEL arch=arm64 [2020-08-20T18:11:30.692Z] ---> Running in da3f36300132 [2020-08-20T18:11:31.007Z] ---> 36d136492348 [2020-08-20T18:11:31.007Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-20T18:11:31.799Z] Removing intermediate container da3f36300132 [2020-08-20T18:11:31.799Z] ---> e06214629a21 [2020-08-20T18:11:31.799Z] Step 20/21 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:11:32.099Z] ---> Running in 85656010ef28 [2020-08-20T18:11:32.392Z] ---> b71aa3c15e29 [2020-08-20T18:11:32.392Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-20T18:11:33.403Z] Removing intermediate container 85656010ef28 [2020-08-20T18:11:33.403Z] ---> 3cb220641891 [2020-08-20T18:11:33.403Z] Step 21/21 : LABEL version=0.0.0 [2020-08-20T18:11:34.038Z] ---> Running in 71d99e987aa5 [2020-08-20T18:11:34.038Z] ---> cd3c0a42b3f6 [2020-08-20T18:11:34.038Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-20T18:11:35.126Z] Removing intermediate container 71d99e987aa5 [2020-08-20T18:11:35.126Z] ---> e159582b1ba7 [2020-08-20T18:11:35.126Z] [2020-08-20T18:11:35.481Z] Successfully built e159582b1ba7 [2020-08-20T18:11:36.209Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-20T18:11:36.209Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-08-20T18:11:36.209Z] ---> d610c89c7df2 [2020-08-20T18:11:36.209Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-20T18:11:38.904Z] ---> 1d8f25185964 [2020-08-20T18:11:38.904Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-20T18:11:38.904Z] Removing intermediate container 3c7d7ca0ab6f [2020-08-20T18:11:38.904Z] ---> f25740061456 [2020-08-20T18:11:38.904Z] [2020-08-20T18:11:38.904Z] Step 10/23 : FROM alpine [2020-08-20T18:11:38.904Z] ---> 62ee0e9f8440 [2020-08-20T18:11:38.904Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T18:11:39.904Z] ---> Running in 15af2021c0d6 [2020-08-20T18:11:40.501Z] ---> 2e45e8997f53 [2020-08-20T18:11:40.501Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T18:11:41.101Z] Removing intermediate container 15af2021c0d6 [2020-08-20T18:11:41.101Z] ---> 1a529623a446 [2020-08-20T18:11:41.101Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-20T18:11:41.722Z] ---> Running in ab542b72cb62 [2020-08-20T18:11:41.993Z] ---> 0b1090251fd1 [2020-08-20T18:11:41.993Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T18:11:42.591Z] ---> Running in 4c6be7f071a9 [2020-08-20T18:11:42.591Z] Removing intermediate container ab542b72cb62 [2020-08-20T18:11:42.591Z] ---> 73990effc36f [2020-08-20T18:11:42.591Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-20T18:11:42.877Z] ---> Running in ef2bd90768b8 [2020-08-20T18:11:44.330Z] Removing intermediate container ef2bd90768b8 [2020-08-20T18:11:44.330Z] ---> 4414dea76fdb [2020-08-20T18:11:44.330Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:11:44.929Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:11:44.929Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:11:44.929Z] ---> 2896b77baae3 [2020-08-20T18:11:44.929Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T18:11:44.929Z] ---> Using cache [2020-08-20T18:11:44.929Z] ---> e231c9c7681f [2020-08-20T18:11:44.929Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:11:44.929Z] ---> Using cache [2020-08-20T18:11:44.929Z] ---> c496db1af225 [2020-08-20T18:11:44.929Z] Step 5/22 : RUN apk update && apk add make git [2020-08-20T18:11:44.929Z] ---> Using cache [2020-08-20T18:11:44.929Z] ---> 9c05d05f295c [2020-08-20T18:11:44.929Z] Step 6/22 : COPY go.mod . [2020-08-20T18:11:44.929Z] ---> Using cache [2020-08-20T18:11:44.929Z] ---> 23656762c56e [2020-08-20T18:11:44.929Z] Step 7/22 : RUN go mod download [2020-08-20T18:11:44.929Z] ---> Using cache [2020-08-20T18:11:44.929Z] ---> c640a8ee8f17 [2020-08-20T18:11:44.929Z] Step 8/22 : COPY . . [2020-08-20T18:11:44.929Z] ---> Using cache [2020-08-20T18:11:44.929Z] ---> 70b3fba74e3d [2020-08-20T18:11:44.929Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-20T18:11:44.929Z] ---> Running in 5854a2184574 [2020-08-20T18:11:45.533Z] ---> Running in 7d625fc81d35 [2020-08-20T18:11:48.167Z] Removing intermediate container 4c6be7f071a9 [2020-08-20T18:11:48.167Z] ---> b304cdd169e2 [2020-08-20T18:11:48.167Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T18:11:48.167Z] 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-20T18:11:48.446Z] ---> Running in e268e8d57e61 [2020-08-20T18:11:49.426Z] Removing intermediate container e268e8d57e61 [2020-08-20T18:11:49.426Z] ---> d9e962a48552 [2020-08-20T18:11:49.426Z] Step 24/26 : LABEL arch=arm64 [2020-08-20T18:11:49.704Z] Removing intermediate container 5854a2184574 [2020-08-20T18:11:49.704Z] ---> 494a858b2bcf [2020-08-20T18:11:49.704Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-20T18:11:49.982Z] ---> Running in 7bf1637f6967 [2020-08-20T18:11:50.256Z] ---> Running in b9d0518a4949 [2020-08-20T18:11:50.870Z] Removing intermediate container 7bf1637f6967 [2020-08-20T18:11:51.144Z] ---> 7a2bbf1f11d6 [2020-08-20T18:11:51.144Z] Step 25/26 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:11:51.745Z] ---> Running in 73b6459db58b [2020-08-20T18:11:52.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:11:53.017Z] Removing intermediate container 73b6459db58b [2020-08-20T18:11:53.017Z] ---> 328e901fc6e6 [2020-08-20T18:11:53.017Z] Step 26/26 : LABEL version=0.0.0 [2020-08-20T18:11:53.635Z] ---> Running in c96bfdfe937f [2020-08-20T18:11:53.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:11:54.622Z] Removing intermediate container c96bfdfe937f [2020-08-20T18:11:54.622Z] ---> a0e524fe637d [2020-08-20T18:11:54.622Z] [2020-08-20T18:11:54.622Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-20T18:11:54.899Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-20T18:11:54.899Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-20T18:11:54.899Z] Successfully built a0e524fe637d [2020-08-20T18:11:55.177Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-20T18:11:55.177Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-08-20T18:11:55.177Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-20T18:11:55.456Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-20T18:11:55.456Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:11:55.456Z] OK: 8 MiB in 19 packages [2020-08-20T18:11:58.110Z] Removing intermediate container b9d0518a4949 [2020-08-20T18:11:58.110Z] ---> 17575928c583 [2020-08-20T18:11:58.110Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-20T18:12:00.112Z] ---> 7edab6c3be9f [2020-08-20T18:12:00.112Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-20T18:12:04.452Z] ---> 417e5d82d55a [2020-08-20T18:12:04.452Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-20T18:12:04.729Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:12:04.729Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:12:04.729Z] ---> 2896b77baae3 [2020-08-20T18:12:04.729Z] Step 3/27 : WORKDIR /edgex-go [2020-08-20T18:12:04.729Z] ---> Using cache [2020-08-20T18:12:04.729Z] ---> e231c9c7681f [2020-08-20T18:12:04.729Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:12:04.729Z] ---> Using cache [2020-08-20T18:12:04.729Z] ---> c496db1af225 [2020-08-20T18:12:04.729Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-20T18:12:04.729Z] ---> Running in 3a83a7c85e66 [2020-08-20T18:12:06.179Z] ---> ef853feedd44 [2020-08-20T18:12:06.179Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-20T18:12:06.179Z] ---> Running in e348c586e48f [2020-08-20T18:12:06.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:12:06.780Z] Removing intermediate container e348c586e48f [2020-08-20T18:12:06.780Z] ---> 2d5b0dcaabe3 [2020-08-20T18:12:06.780Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:12:07.388Z] ---> Running in 3f73da069701 [2020-08-20T18:12:07.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:12:08.275Z] Removing intermediate container 3f73da069701 [2020-08-20T18:12:08.275Z] ---> d432b7e0a6f7 [2020-08-20T18:12:08.275Z] Step 21/23 : LABEL arch=arm64 [2020-08-20T18:12:08.554Z] ---> Running in 1fa1e8a2dd68 [2020-08-20T18:12:08.829Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:12:08.829Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:12:08.829Z] OK: 12617 distinct packages available [2020-08-20T18:12:09.440Z] Removing intermediate container 1fa1e8a2dd68 [2020-08-20T18:12:09.440Z] ---> d76fc7103b81 [2020-08-20T18:12:09.440Z] Step 22/23 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:12:09.719Z] OK: 217 MiB in 51 packages [2020-08-20T18:12:09.719Z] ---> Running in 42f51aa87806 [2020-08-20T18:12:11.171Z] Removing intermediate container 42f51aa87806 [2020-08-20T18:12:11.171Z] ---> 6ae5c7118db3 [2020-08-20T18:12:11.171Z] Step 23/23 : LABEL version=0.0.0 [2020-08-20T18:12:11.171Z] ---> Running in aa4309b98a29 [2020-08-20T18:12:11.777Z] Removing intermediate container 3a83a7c85e66 [2020-08-20T18:12:11.777Z] ---> 5d7abac159e3 [2020-08-20T18:12:11.777Z] Step 6/27 : COPY go.mod . [2020-08-20T18:12:12.055Z] Removing intermediate container aa4309b98a29 [2020-08-20T18:12:12.055Z] ---> 0da884e5d68a [2020-08-20T18:12:12.055Z] [2020-08-20T18:12:13.043Z] Successfully built 0da884e5d68a [2020-08-20T18:12:13.043Z] ---> b5abdbbb2479 [2020-08-20T18:12:13.043Z] Step 7/27 : RUN go mod download [2020-08-20T18:12:13.321Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-20T18:12:13.321Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-08-20T18:12:13.599Z] ---> Running in b5b18b0b8eef [2020-08-20T18:12:19.035Z] Removing intermediate container b5b18b0b8eef [2020-08-20T18:12:19.035Z] ---> ed2a64eedec8 [2020-08-20T18:12:19.035Z] Step 8/27 : COPY . . [2020-08-20T18:12:29.239Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:12:29.239Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:12:29.239Z] ---> 2896b77baae3 [2020-08-20T18:12:29.239Z] Step 3/22 : WORKDIR /edgex-go [2020-08-20T18:12:29.239Z] ---> Using cache [2020-08-20T18:12:29.239Z] ---> e231c9c7681f [2020-08-20T18:12:29.239Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:12:29.239Z] ---> Using cache [2020-08-20T18:12:29.239Z] ---> c496db1af225 [2020-08-20T18:12:29.239Z] Step 5/22 : RUN apk update && apk add make git [2020-08-20T18:12:29.239Z] ---> Using cache [2020-08-20T18:12:29.239Z] ---> 9c05d05f295c [2020-08-20T18:12:29.239Z] Step 6/22 : COPY go.mod . [2020-08-20T18:12:29.239Z] ---> Using cache [2020-08-20T18:12:29.239Z] ---> 23656762c56e [2020-08-20T18:12:29.239Z] Step 7/22 : RUN go mod download [2020-08-20T18:12:29.240Z] ---> Using cache [2020-08-20T18:12:29.240Z] ---> c640a8ee8f17 [2020-08-20T18:12:29.240Z] Step 8/22 : COPY . . [2020-08-20T18:12:29.240Z] ---> Using cache [2020-08-20T18:12:29.240Z] ---> 70b3fba74e3d [2020-08-20T18:12:29.240Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-20T18:12:32.701Z] ---> Running in 279286bb7ea5 [2020-08-20T18:12:35.352Z] 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-20T18:12:45.546Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:12:45.546Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-20T18:12:45.546Z] ---> 2896b77baae3 [2020-08-20T18:12:45.546Z] Step 3/24 : WORKDIR /edgex-go [2020-08-20T18:12:45.546Z] ---> Using cache [2020-08-20T18:12:45.546Z] ---> e231c9c7681f [2020-08-20T18:12:45.546Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-20T18:12:45.546Z] ---> Using cache [2020-08-20T18:12:45.546Z] ---> c496db1af225 [2020-08-20T18:12:45.546Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-20T18:12:48.196Z] ---> Running in 9702b0861412 [2020-08-20T18:12:50.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:12:51.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:12:51.827Z] ---> a8bd0584dbe2 [2020-08-20T18:12:51.827Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-20T18:12:52.104Z] ---> Running in 38773605d116 [2020-08-20T18:12:53.094Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:12:53.094Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:12:53.094Z] OK: 12617 distinct packages available [2020-08-20T18:12:54.539Z] OK: 217 MiB in 51 packages [2020-08-20T18:12:54.816Z] 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-20T18:12:57.476Z] Removing intermediate container 9702b0861412 [2020-08-20T18:12:57.476Z] ---> a3e3416eb4cf [2020-08-20T18:12:57.476Z] Step 6/24 : COPY go.mod . [2020-08-20T18:12:57.749Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-20T18:12:57.749Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-20T18:12:57.749Z] ---> 2896b77baae3 [2020-08-20T18:12:57.749Z] Step 3/29 : WORKDIR /edgex-go [2020-08-20T18:12:57.749Z] ---> Using cache [2020-08-20T18:12:57.749Z] ---> e231c9c7681f [2020-08-20T18:12:57.749Z] Step 4/29 : RUN apk update && apk add make git [2020-08-20T18:12:57.749Z] ---> Running in b2032dedf51e [2020-08-20T18:12:59.740Z] ---> 9252596ca427 [2020-08-20T18:12:59.740Z] Step 7/24 : RUN go mod download [2020-08-20T18:12:59.740Z] ---> Running in 79205f48929a [2020-08-20T18:13:00.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:13:01.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:13:02.720Z] Removing intermediate container 7d625fc81d35 [2020-08-20T18:13:02.721Z] ---> 318684b0ea47 [2020-08-20T18:13:02.721Z] [2020-08-20T18:13:02.721Z] Step 10/22 : FROM scratch [2020-08-20T18:13:02.998Z] ---> [2020-08-20T18:13:02.998Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T18:13:02.998Z] ---> Using cache [2020-08-20T18:13:02.998Z] ---> a0fd368ac470 [2020-08-20T18:13:02.998Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-20T18:13:03.276Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:13:03.276Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:13:03.276Z] OK: 12617 distinct packages available [2020-08-20T18:13:03.276Z] ---> Running in eb22459c439f [2020-08-20T18:13:03.877Z] Removing intermediate container eb22459c439f [2020-08-20T18:13:03.877Z] ---> d2181a66097a [2020-08-20T18:13:03.877Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T18:13:04.159Z] ---> Running in 276ec9ce49a3 [2020-08-20T18:13:04.443Z] OK: 217 MiB in 51 packages [2020-08-20T18:13:05.053Z] Removing intermediate container 276ec9ce49a3 [2020-08-20T18:13:05.053Z] ---> d6c92bc47b2f [2020-08-20T18:13:05.053Z] Step 14/22 : WORKDIR / [2020-08-20T18:13:05.328Z] ---> Running in d7032b8781c4 [2020-08-20T18:13:05.612Z] Removing intermediate container 79205f48929a [2020-08-20T18:13:05.612Z] ---> 5d0a567c3f6a [2020-08-20T18:13:05.612Z] Step 8/24 : COPY . . [2020-08-20T18:13:06.215Z] Removing intermediate container d7032b8781c4 [2020-08-20T18:13:06.215Z] ---> 54630bffde71 [2020-08-20T18:13:06.215Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-20T18:13:06.819Z] Removing intermediate container b2032dedf51e [2020-08-20T18:13:06.819Z] ---> 9e2cf21088ca [2020-08-20T18:13:06.819Z] Step 5/29 : COPY go.mod . [2020-08-20T18:13:08.824Z] ---> 5429894cd9f7 [2020-08-20T18:13:08.824Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-20T18:13:09.100Z] ---> 1cec1198cbd2 [2020-08-20T18:13:09.100Z] Step 6/29 : RUN go mod download [2020-08-20T18:13:10.545Z] ---> Running in 053e281e3e68 [2020-08-20T18:13:12.517Z] ---> 554957bb1ce8 [2020-08-20T18:13:12.517Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-20T18:13:14.627Z] ---> 52927c50e62b [2020-08-20T18:13:14.627Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-20T18:13:14.627Z] ---> Running in dc052cc2a0fe [2020-08-20T18:13:16.747Z] Removing intermediate container dc052cc2a0fe [2020-08-20T18:13:16.747Z] ---> 18ca887f7ccf [2020-08-20T18:13:16.747Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:13:17.027Z] Removing intermediate container 053e281e3e68 [2020-08-20T18:13:17.027Z] ---> c0b96dee2978 [2020-08-20T18:13:17.027Z] Step 7/29 : COPY . . [2020-08-20T18:13:17.705Z] ---> Running in 009615fa8714 [2020-08-20T18:13:19.202Z] Removing intermediate container 009615fa8714 [2020-08-20T18:13:19.202Z] ---> 2e8265b7d60d [2020-08-20T18:13:19.202Z] Step 20/22 : LABEL arch=arm64 [2020-08-20T18:13:19.810Z] ---> Running in ce8ef5b66ba6 [2020-08-20T18:13:20.796Z] Removing intermediate container ce8ef5b66ba6 [2020-08-20T18:13:20.796Z] ---> 2b8e97c272f8 [2020-08-20T18:13:20.796Z] Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:13:21.397Z] ---> Running in aa0a6bc76f34 [2020-08-20T18:13:22.847Z] Removing intermediate container aa0a6bc76f34 [2020-08-20T18:13:22.847Z] ---> fc5f99d965b1 [2020-08-20T18:13:22.847Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T18:13:22.847Z] ---> Running in a0537cbcfa7b [2020-08-20T18:13:23.838Z] Removing intermediate container a0537cbcfa7b [2020-08-20T18:13:23.838Z] ---> 3036af02a43c [2020-08-20T18:13:23.838Z] [2020-08-20T18:13:24.826Z] Successfully built 3036af02a43c [2020-08-20T18:13:25.112Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-20T18:13:40.297Z]  Building docker-core-metadata-go ... done  ---> be5e8ae0da8c [2020-08-20T18:13:40.297Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-20T18:13:40.921Z] ---> Running in 805f2d9dcd01 [2020-08-20T18:13:43.579Z] 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-20T18:13:49.031Z] ---> 1d0ee7f013f7 [2020-08-20T18:13:49.031Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-20T18:13:49.031Z] ---> Running in 08793022567e [2020-08-20T18:13:51.040Z] 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-20T18:13:59.386Z] Removing intermediate container 279286bb7ea5 [2020-08-20T18:13:59.386Z] ---> 8651961d70d9 [2020-08-20T18:13:59.386Z] [2020-08-20T18:13:59.386Z] Step 10/22 : FROM scratch [2020-08-20T18:13:59.386Z] ---> [2020-08-20T18:13:59.386Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-20T18:13:59.386Z] ---> Using cache [2020-08-20T18:13:59.386Z] ---> a0fd368ac470 [2020-08-20T18:13:59.386Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-20T18:13:59.386Z] ---> Running in 6406d2bd738f [2020-08-20T18:14:00.405Z] Removing intermediate container 6406d2bd738f [2020-08-20T18:14:00.405Z] ---> 2859cf97478b [2020-08-20T18:14:00.405Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-20T18:14:00.405Z] ---> Running in a3202913ae0c [2020-08-20T18:14:01.013Z] Removing intermediate container a3202913ae0c [2020-08-20T18:14:01.013Z] ---> a22a4481df81 [2020-08-20T18:14:01.013Z] Step 14/22 : WORKDIR / [2020-08-20T18:14:01.292Z] ---> Running in 66d8ed656135 [2020-08-20T18:14:02.287Z] Removing intermediate container 66d8ed656135 [2020-08-20T18:14:02.287Z] ---> d2dcd932403f [2020-08-20T18:14:02.287Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-20T18:14:04.286Z] ---> d58fa3eafb1b [2020-08-20T18:14:04.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-20T18:14:04.605Z] Removing intermediate container 38773605d116 [2020-08-20T18:14:04.605Z] ---> 3f5b81d952a1 [2020-08-20T18:14:04.605Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-20T18:14:04.886Z] ---> Running in 984e7f6cab47 [2020-08-20T18:14:06.351Z] ---> bc63bb0bf2ca [2020-08-20T18:14:06.351Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-20T18:14:07.347Z] ---> e3e8c2e0dc75 [2020-08-20T18:14:07.347Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-20T18:14:07.624Z] ---> Running in c1441d8eb5d3 [2020-08-20T18:14:07.908Z] 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-20T18:14:08.194Z] Removing intermediate container c1441d8eb5d3 [2020-08-20T18:14:08.194Z] ---> 50ad8c8f7dea [2020-08-20T18:14:08.194Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:14:08.475Z] ---> Running in 6df8b10e7579 [2020-08-20T18:14:09.114Z] Removing intermediate container 6df8b10e7579 [2020-08-20T18:14:09.114Z] ---> dec63eb534c4 [2020-08-20T18:14:09.114Z] Step 20/22 : LABEL arch=arm64 [2020-08-20T18:14:09.114Z] ---> Running in f2ea8a7e406f [2020-08-20T18:14:10.124Z] Removing intermediate container f2ea8a7e406f [2020-08-20T18:14:10.124Z] ---> 51d9adae1ffa [2020-08-20T18:14:10.124Z] Step 21/22 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:14:10.124Z] ---> Running in ce8cf4b0a4de [2020-08-20T18:14:10.733Z] Removing intermediate container ce8cf4b0a4de [2020-08-20T18:14:10.733Z] ---> 80a2d4e0571a [2020-08-20T18:14:10.733Z] Step 22/22 : LABEL version=0.0.0 [2020-08-20T18:14:11.013Z] ---> Running in c43e400f46c3 [2020-08-20T18:14:11.632Z] Removing intermediate container c43e400f46c3 [2020-08-20T18:14:11.632Z] ---> bac266b1421b [2020-08-20T18:14:11.632Z] [2020-08-20T18:14:12.242Z] Successfully built bac266b1421b [2020-08-20T18:14:12.242Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-20T18:14:12.864Z]  Building docker-core-command-go ... done Removing intermediate container 984e7f6cab47 [2020-08-20T18:14:12.864Z] ---> 7485f31b4a0d [2020-08-20T18:14:12.864Z] [2020-08-20T18:14:12.864Z] Step 11/27 : FROM docker:latest [2020-08-20T18:14:12.864Z] ---> ce9d55ae87f1 [2020-08-20T18:14:12.864Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-20T18:14:13.146Z] ---> Running in cb7796464409 [2020-08-20T18:14:15.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:14:15.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:14:16.398Z] (1/2) Installing readline (8.0.4-r0) [2020-08-20T18:14:16.398Z] (2/2) Installing bash (5.0.17-r0) [2020-08-20T18:14:16.398Z] Executing bash-5.0.17-r0.post-install [2020-08-20T18:14:16.398Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:14:16.398Z] OK: 12 MiB in 22 packages [2020-08-20T18:14:18.405Z] Removing intermediate container cb7796464409 [2020-08-20T18:14:18.405Z] ---> f774f95b1e5c [2020-08-20T18:14:18.405Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-20T18:14:18.405Z] ---> Running in 904646efa513 [2020-08-20T18:14:22.735Z] Removing intermediate container 904646efa513 [2020-08-20T18:14:22.735Z] ---> f7714d5455ff [2020-08-20T18:14:22.735Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-20T18:14:22.735Z] ---> Running in 97b8f6bb11d0 [2020-08-20T18:14:22.735Z] Removing intermediate container 97b8f6bb11d0 [2020-08-20T18:14:22.735Z] ---> 8f21865a6e49 [2020-08-20T18:14:22.735Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-20T18:14:23.008Z] ---> Running in 0de12a69b912 [2020-08-20T18:14:23.609Z] Removing intermediate container 0de12a69b912 [2020-08-20T18:14:23.609Z] ---> 730d902542c9 [2020-08-20T18:14:23.609Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-20T18:14:23.887Z] ---> Running in 9a38861255ec [2020-08-20T18:14:24.494Z] Removing intermediate container 9a38861255ec [2020-08-20T18:14:24.494Z] ---> 942c220fff23 [2020-08-20T18:14:24.494Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-20T18:14:26.502Z] ---> cb24f596deee [2020-08-20T18:14:26.502Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-20T18:14:27.514Z] ---> 6f5c4421f232 [2020-08-20T18:14:27.514Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-20T18:14:28.959Z] ---> 54d67b0f6e86 [2020-08-20T18:14:28.959Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-20T18:14:28.959Z] ---> Running in 3fc1ed490022 [2020-08-20T18:14:31.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:14:31.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:14:32.221Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-20T18:14:32.221Z] (2/33) Installing expat (2.2.9-r1) [2020-08-20T18:14:32.221Z] (3/33) Installing libffi (3.3-r2) [2020-08-20T18:14:32.221Z] (4/33) Installing gdbm (1.13-r1) [2020-08-20T18:14:32.221Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-20T18:14:32.221Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-20T18:14:32.221Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-20T18:14:34.218Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-20T18:14:34.218Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-20T18:14:34.218Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-20T18:14:34.218Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-20T18:14:34.218Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-20T18:14:34.218Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-20T18:14:34.218Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-20T18:14:34.495Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-20T18:14:34.495Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-20T18:14:34.495Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-20T18:14:34.495Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-20T18:14:34.495Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-20T18:14:34.495Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-20T18:14:34.495Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-20T18:14:34.495Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-20T18:14:34.495Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-20T18:14:34.495Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-20T18:14:34.495Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-20T18:14:34.776Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-20T18:14:34.776Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-20T18:14:34.776Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-20T18:14:34.776Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-20T18:14:34.776Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-20T18:14:34.776Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-20T18:14:34.776Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-20T18:14:34.776Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-20T18:14:35.061Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:14:35.061Z] OK: 71 MiB in 55 packages [2020-08-20T18:14:43.403Z] Removing intermediate container 08793022567e [2020-08-20T18:14:43.403Z] ---> c39d54d7fa8f [2020-08-20T18:14:43.403Z] [2020-08-20T18:14:43.403Z] Step 9/29 : FROM alpine:latest [2020-08-20T18:14:43.403Z] ---> 62ee0e9f8440 [2020-08-20T18:14:43.403Z] 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-20T18:14:43.403Z] ---> Running in 9ceecbfcc755 [2020-08-20T18:14:43.403Z] Removing intermediate container 3fc1ed490022 [2020-08-20T18:14:43.403Z] ---> b826f6ce884b [2020-08-20T18:14:43.403Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-20T18:14:43.403Z] Removing intermediate container 9ceecbfcc755 [2020-08-20T18:14:43.403Z] ---> 6add2f25b7cb [2020-08-20T18:14:43.403Z] Step 11/29 : USER root [2020-08-20T18:14:43.403Z] ---> Running in 0ee2b3536372 [2020-08-20T18:14:43.403Z] ---> Running in 9f056af3d8d0 [2020-08-20T18:14:43.689Z] Removing intermediate container 9f056af3d8d0 [2020-08-20T18:14:43.689Z] ---> 29656efa7d7c [2020-08-20T18:14:43.689Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-20T18:14:43.966Z] ---> Running in 4eed2115595e [2020-08-20T18:14:45.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:14:46.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:14:46.817Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-20T18:14:46.817Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-20T18:14:46.817Z] OK: 12617 distinct packages available [2020-08-20T18:14:47.801Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-20T18:14:47.801Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-20T18:14:47.801Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:14:47.801Z] Executing ca-certificates-20191127-r4.trigger [2020-08-20T18:14:47.801Z] Removing intermediate container 805f2d9dcd01 [2020-08-20T18:14:47.801Z] ---> 84a20fe58cd9 [2020-08-20T18:14:47.801Z] [2020-08-20T18:14:47.801Z] Step 10/24 : FROM scratch [2020-08-20T18:14:47.801Z] ---> [2020-08-20T18:14:47.801Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-20T18:14:47.801Z] OK: 6 MiB in 16 packages [2020-08-20T18:14:48.076Z] ---> Using cache [2020-08-20T18:14:48.076Z] ---> 09dd12fc23ad [2020-08-20T18:14:48.076Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-20T18:14:48.353Z] ---> Running in 12c1bbe950b4 [2020-08-20T18:14:48.947Z] Removing intermediate container 12c1bbe950b4 [2020-08-20T18:14:48.947Z] ---> 2ac56a1575bf [2020-08-20T18:14:48.947Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-20T18:14:48.947Z] ---> Running in 81b9f7ea6b1b [2020-08-20T18:14:49.544Z] Collecting docker-compose==1.23.2 [2020-08-20T18:14:49.545Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-20T18:14:49.545Z] Removing intermediate container 81b9f7ea6b1b [2020-08-20T18:14:49.545Z] ---> 04495b41707c [2020-08-20T18:14:49.545Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-20T18:14:49.545Z] Removing intermediate container 4eed2115595e [2020-08-20T18:14:49.545Z] ---> 5a8e13f0da38 [2020-08-20T18:14:49.545Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-20T18:14:49.819Z] ---> Running in bbf5b33d4a78 [2020-08-20T18:14:50.415Z] Removing intermediate container bbf5b33d4a78 [2020-08-20T18:14:50.415Z] ---> 2c5a8eff5ef7 [2020-08-20T18:14:50.415Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-20T18:14:50.415Z] ---> df51827c4c0b [2020-08-20T18:14:50.415Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-20T18:14:50.415Z] Collecting jsonschema<3,>=2.5.1 [2020-08-20T18:14:50.415Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-20T18:14:50.686Z] ---> Running in ca9fecdd5fe2 [2020-08-20T18:14:51.282Z] Removing intermediate container ca9fecdd5fe2 [2020-08-20T18:14:51.282Z] ---> 18d16de3660f [2020-08-20T18:14:51.282Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-20T18:14:51.555Z] ---> Running in c50893b0b544 [2020-08-20T18:14:51.555Z] Collecting docker<4.0,>=3.6.0 [2020-08-20T18:14:51.555Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-20T18:14:51.555Z] ---> c73a10f9a2fe [2020-08-20T18:14:51.555Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-20T18:14:52.538Z] Collecting docopt<0.7,>=0.6.1 [2020-08-20T18:14:52.538Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-20T18:14:52.814Z] ---> f80f70d96975 [2020-08-20T18:14:53.086Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-20T18:14:53.690Z] ---> 990e7645bb30 [2020-08-20T18:14:53.690Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-20T18:14:54.289Z] Removing intermediate container c50893b0b544 [2020-08-20T18:14:54.289Z] ---> 1e2d52d83931 [2020-08-20T18:14:54.289Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-20T18:14:55.265Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-20T18:14:55.265Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-20T18:14:55.265Z] ---> dd9044b8bd94 [2020-08-20T18:14:55.265Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-20T18:14:55.539Z] ---> 87600ddf3ed6 [2020-08-20T18:14:55.539Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-20T18:14:56.138Z] ---> af540f588c6c [2020-08-20T18:14:56.138Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-20T18:14:56.138Z] ---> Running in bf6c9b4d59e5 [2020-08-20T18:14:56.411Z] ---> b3cbac5dee14 [2020-08-20T18:14:56.411Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-20T18:14:56.686Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-20T18:14:56.686Z] Removing intermediate container bf6c9b4d59e5 [2020-08-20T18:14:56.686Z] ---> 1cbe26fe671f [2020-08-20T18:14:56.686Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:14:56.686Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-20T18:14:56.957Z] ---> Running in 2bece7c6582f [2020-08-20T18:14:57.229Z] ---> 840ca27b1a37 [2020-08-20T18:14:57.229Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-20T18:14:57.501Z] Removing intermediate container 2bece7c6582f [2020-08-20T18:14:57.501Z] ---> 052c5ab7ff5a [2020-08-20T18:14:57.501Z] Step 22/24 : LABEL arch=arm64 [2020-08-20T18:14:57.501Z] ---> Running in fe3cff1d13d3 [2020-08-20T18:14:57.775Z] Collecting PyYAML<4,>=3.10 [2020-08-20T18:14:57.775Z] ---> e280ed9c5e55 [2020-08-20T18:14:57.775Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-20T18:14:57.775Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-20T18:14:58.050Z] Removing intermediate container fe3cff1d13d3 [2020-08-20T18:14:58.050Z] ---> 5f9ef6250ebb [2020-08-20T18:14:58.050Z] Step 23/24 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:14:58.321Z] ---> Running in 58aff461b1dd [2020-08-20T18:14:58.590Z] ---> 5d91adfe9a58 [2020-08-20T18:14:58.590Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-20T18:14:58.862Z] ---> Running in 8aedab345be2 [2020-08-20T18:14:58.862Z] Removing intermediate container 58aff461b1dd [2020-08-20T18:14:58.862Z] ---> 0694fdabf436 [2020-08-20T18:14:58.862Z] Step 24/24 : LABEL version=0.0.0 [2020-08-20T18:14:59.133Z] ---> Running in 7bd218838589 [2020-08-20T18:14:59.729Z] Removing intermediate container 7bd218838589 [2020-08-20T18:14:59.729Z] ---> 7569d82c8b17 [2020-08-20T18:14:59.729Z] [2020-08-20T18:15:00.000Z] Successfully built 7569d82c8b17 [2020-08-20T18:15:00.000Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-20T18:15:01.425Z]  Building docker-support-notifications-go ... done 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-20T18:15:01.425Z] Removing intermediate container 8aedab345be2 [2020-08-20T18:15:01.425Z] ---> 52ff41714289 [2020-08-20T18:15:01.425Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-20T18:15:01.697Z] Collecting cached-property<2,>=1.2.0 [2020-08-20T18:15:01.697Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-20T18:15:01.970Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-20T18:15:01.970Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-20T18:15:02.249Z] ---> 327bd6517032 [2020-08-20T18:15:02.249Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-20T18:15:02.249Z] ---> Running in 395f3006a109 [2020-08-20T18:15:04.868Z] Collecting texttable<0.10,>=0.9.0 [2020-08-20T18:15:04.868Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-20T18:15:04.868Z] Removing intermediate container 395f3006a109 [2020-08-20T18:15:04.868Z] ---> 315fb0b8fb84 [2020-08-20T18:15:04.868Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-20T18:15:04.868Z] ---> Running in eb6408cf402d [2020-08-20T18:15:06.837Z] Collecting docker-pycreds>=0.4.0 [2020-08-20T18:15:06.837Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-20T18:15:07.434Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-20T18:15:07.434Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-20T18:15:07.434Z] 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-20T18:15:07.705Z] Removing intermediate container eb6408cf402d [2020-08-20T18:15:07.705Z] ---> 62479fe2d54f [2020-08-20T18:15:07.705Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-20T18:15:07.705Z] Collecting idna<2.8,>=2.5 [2020-08-20T18:15:07.705Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-20T18:15:07.995Z] 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-20T18:15:07.995Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-20T18:15:07.995Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-20T18:15:07.995Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-20T18:15:07.995Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-20T18:15:07.995Z] ---> Running in b0ae60b12f7d [2020-08-20T18:15:08.266Z] Removing intermediate container b0ae60b12f7d [2020-08-20T18:15:08.266Z] ---> dca6baee0ae7 [2020-08-20T18:15:08.266Z] Step 26/29 : CMD [ "generate" ] [2020-08-20T18:15:08.540Z] ---> Running in 1272cfc4f210 [2020-08-20T18:15:08.823Z] Installing collected packages: jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, PyYAML, cached-property, dockerpty, texttable, docker-compose [2020-08-20T18:15:08.823Z] Removing intermediate container 1272cfc4f210 [2020-08-20T18:15:08.823Z] ---> 161433b04e85 [2020-08-20T18:15:08.823Z] Step 27/29 : LABEL arch=arm64 [2020-08-20T18:15:09.094Z] ---> Running in cf13d731f613 [2020-08-20T18:15:09.684Z] Removing intermediate container cf13d731f613 [2020-08-20T18:15:09.684Z] ---> 861213744a30 [2020-08-20T18:15:09.684Z] Step 28/29 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:15:09.684Z] Attempting uninstall: urllib3 [2020-08-20T18:15:09.684Z] Found existing installation: urllib3 1.25.9 [2020-08-20T18:15:09.684Z] Uninstalling urllib3-1.25.9: [2020-08-20T18:15:09.684Z] ---> Running in 66ba06cf4c5a [2020-08-20T18:15:09.954Z] Successfully uninstalled urllib3-1.25.9 [2020-08-20T18:15:10.234Z] Removing intermediate container 66ba06cf4c5a [2020-08-20T18:15:10.234Z] ---> bf892e09e3f8 [2020-08-20T18:15:10.234Z] Step 29/29 : LABEL version=0.0.0 [2020-08-20T18:15:10.234Z] ---> Running in 951785247a2f [2020-08-20T18:15:10.505Z] Attempting uninstall: idna [2020-08-20T18:15:10.505Z] Found existing installation: idna 2.9 [2020-08-20T18:15:10.505Z] Uninstalling idna-2.9: [2020-08-20T18:15:10.780Z] Successfully uninstalled idna-2.9 [2020-08-20T18:15:10.780Z] Removing intermediate container 951785247a2f [2020-08-20T18:15:10.780Z] ---> 0943626668b3 [2020-08-20T18:15:10.780Z] [2020-08-20T18:15:11.376Z] Attempting uninstall: requests [2020-08-20T18:15:11.377Z] Found existing installation: requests 2.23.0 [2020-08-20T18:15:11.377Z] Uninstalling requests-2.23.0: [2020-08-20T18:15:11.377Z] Successfully built 0943626668b3 [2020-08-20T18:15:11.377Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-20T18:15:11.377Z]  Building docker-security-secrets-setup-go ... done  Successfully uninstalled requests-2.23.0 [2020-08-20T18:15:12.346Z] Running setup.py install for docopt: started [2020-08-20T18:15:14.322Z] Running setup.py install for docopt: finished with status 'done' [2020-08-20T18:15:14.322Z] Running setup.py install for PyYAML: started [2020-08-20T18:15:16.298Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-20T18:15:16.298Z] Running setup.py install for dockerpty: started [2020-08-20T18:15:18.272Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-20T18:15:18.272Z] Running setup.py install for texttable: started [2020-08-20T18:15:19.698Z] Running setup.py install for texttable: finished with status 'done' [2020-08-20T18:15:20.664Z] 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-20T18:15:24.953Z] Removing intermediate container 0ee2b3536372 [2020-08-20T18:15:24.953Z] ---> 35a078ca04b8 [2020-08-20T18:15:24.953Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-20T18:15:24.953Z] ---> Running in 73c7feb63b98 [2020-08-20T18:15:25.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-20T18:15:25.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-20T18:15:26.518Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-20T18:15:26.518Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-20T18:15:26.518Z] (3/3) Installing curl (7.69.1-r0) [2020-08-20T18:15:26.518Z] Executing busybox-1.31.1-r16.trigger [2020-08-20T18:15:26.790Z] OK: 71 MiB in 58 packages [2020-08-20T18:15:27.811Z] Removing intermediate container 73c7feb63b98 [2020-08-20T18:15:27.811Z] ---> 8f895505d6ae [2020-08-20T18:15:27.811Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-20T18:15:28.090Z] ---> Running in ad5053f7091a [2020-08-20T18:15:28.369Z] Removing intermediate container ad5053f7091a [2020-08-20T18:15:28.369Z] ---> 1fabedda8392 [2020-08-20T18:15:28.369Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-20T18:15:28.657Z] ---> Running in 7d9233bfdd95 [2020-08-20T18:15:28.956Z] Removing intermediate container 7d9233bfdd95 [2020-08-20T18:15:28.956Z] ---> 567194e8fd7c [2020-08-20T18:15:28.956Z] Step 25/27 : LABEL arch=arm64 [2020-08-20T18:15:29.252Z] ---> Running in 5e3dabbbda92 [2020-08-20T18:15:29.540Z] Removing intermediate container 5e3dabbbda92 [2020-08-20T18:15:29.540Z] ---> f06dc5b9954a [2020-08-20T18:15:29.540Z] Step 26/27 : LABEL git_sha=dbdd0b2752ac289a8283e045f92c2be7099fb530 [2020-08-20T18:15:29.813Z] ---> Running in 83bdf31b65e9 [2020-08-20T18:15:30.431Z] Removing intermediate container 83bdf31b65e9 [2020-08-20T18:15:30.431Z] ---> 6ff5692b2065 [2020-08-20T18:15:30.431Z] Step 27/27 : LABEL version=0.0.0 [2020-08-20T18:15:30.431Z] ---> Running in b828eddef02f [2020-08-20T18:15:31.039Z] Removing intermediate container b828eddef02f [2020-08-20T18:15:31.039Z] ---> 1e1798bffb8a [2020-08-20T18:15:31.039Z] [2020-08-20T18:15:31.315Z] Successfully built 1e1798bffb8a [2020-08-20T18:15:31.594Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-20T18:15:31.881Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-20T18:15:31.881Z] $ docker stop --time=1 8cb26366e5b1245f604a60130da4efd583dd0674956e0a9f18c1a0bf64899513 [2020-08-20T18:15:33.776Z] $ docker rm -f 8cb26366e5b1245f604a60130da4efd583dd0674956e0a9f18c1a0bf64899513 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-20T18:15:34.603Z] + grep docker [2020-08-20T18:15:34.603Z] + docker images [2020-08-20T18:15:34.873Z] docker-sys-mgmt-agent-go-arm64 latest 1e1798bffb8a 4 seconds ago 266MB [2020-08-20T18:15:34.873Z] docker-security-secrets-setup-go-arm64 latest 0943626668b3 24 seconds ago 24.2MB [2020-08-20T18:15:34.873Z] docker-support-notifications-go-arm64 latest 7569d82c8b17 35 seconds ago 13.9MB [2020-08-20T18:15:34.873Z] docker-core-command-go-arm64 latest bac266b1421b About a minute ago 12.4MB [2020-08-20T18:15:34.873Z] docker-core-metadata-go-arm64 latest 3036af02a43c 2 minutes ago 13.8MB [2020-08-20T18:15:34.873Z] docker-core-data-go-arm64 latest 0da884e5d68a 3 minutes ago 23.3MB [2020-08-20T18:15:34.873Z] docker-security-secretstore-setup-go-arm64 latest a0e524fe637d 3 minutes ago 32.6MB [2020-08-20T18:15:34.873Z] docker-support-scheduler-go-arm64 latest e159582b1ba7 4 minutes ago 12.6MB [2020-08-20T18:15:34.873Z] docker-support-logging-go-arm64 latest e1a7a74b8a47 4 minutes ago 11.4MB [2020-08-20T18:15:34.873Z] docker-security-proxy-setup-go-arm64 latest 6ae0f56f71f0 4 minutes ago 15.8MB [2020-08-20T18:15:34.873Z] docker latest ce9d55ae87f1 7 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-20T18:15:37.394Z] provisioning config files... [2020-08-20T18:15:37.414Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7015549348621897032tmp [Pipeline] { [Pipeline] sh [2020-08-20T18:15:37.823Z] + curl -s https://codecov.io/bash [2020-08-20T18:15:37.823Z] + bash -s - -t @/w/workspace/edgex-go/1@tmp/config7015549348621897032tmp [Pipeline] } [2020-08-20T18:15:39.768Z] 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-20T18:15:42.111Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-20T18:15:43.266Z] ---> package-listing.sh [2020-08-20T18:15:43.266Z] ++ facter osfamily [2020-08-20T18:15:43.266Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-20T18:15:43.266Z] + OS_FAMILY=redhat [2020-08-20T18:15:43.266Z] + workspace=/w/workspace/edgex-go/1 [2020-08-20T18:15:43.266Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-20T18:15:43.266Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-20T18:15:43.266Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-20T18:15:43.266Z] + PACKAGES=/tmp/packages_start.txt [2020-08-20T18:15:43.266Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-20T18:15:43.267Z] + PACKAGES=/tmp/packages_end.txt [2020-08-20T18:15:43.267Z] + case "${OS_FAMILY}" in [2020-08-20T18:15:43.267Z] + sort [2020-08-20T18:15:43.267Z] + rpm -qa [2020-08-20T18:15:47.485Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-20T18:15:47.485Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-20T18:15:47.485Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-20T18:15:47.485Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-20T18:15:47.485Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-08-20T18:15:47.485Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-20T18:15:48.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-20T18:15:48.252Z] [2020-08-20T18:15:48.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-20T18:15:48.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-20T18:15:48.631Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-20T18:15:48.631Z] c9b1b535fdd9: Pulling fs layer [2020-08-20T18:15:48.631Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-20T18:15:48.631Z] 756a868c4378: Pulling fs layer [2020-08-20T18:15:48.631Z] 444b2fc9a129: Pulling fs layer [2020-08-20T18:15:48.631Z] ea15f1150254: Pulling fs layer [2020-08-20T18:15:48.631Z] 41b27a9f41bf: Pulling fs layer [2020-08-20T18:15:48.631Z] 28c525ee5125: Pulling fs layer [2020-08-20T18:15:48.631Z] 094b1ea09ed8: Pulling fs layer [2020-08-20T18:15:48.631Z] 138eaada9080: Pulling fs layer [2020-08-20T18:15:48.631Z] 0622d0fa9048: Pulling fs layer [2020-08-20T18:15:48.631Z] 41b27a9f41bf: Waiting [2020-08-20T18:15:48.631Z] 28c525ee5125: Waiting [2020-08-20T18:15:48.631Z] 444b2fc9a129: Waiting [2020-08-20T18:15:48.631Z] ea15f1150254: Waiting [2020-08-20T18:15:48.631Z] 094b1ea09ed8: Waiting [2020-08-20T18:15:48.631Z] 138eaada9080: Waiting [2020-08-20T18:15:48.631Z] 0622d0fa9048: Waiting [2020-08-20T18:15:48.631Z] 2cc5ad85d9ab: Download complete [2020-08-20T18:15:48.631Z] 444b2fc9a129: Verifying Checksum [2020-08-20T18:15:48.631Z] 444b2fc9a129: Download complete [2020-08-20T18:15:48.631Z] c9b1b535fdd9: Download complete [2020-08-20T18:15:48.902Z] ea15f1150254: Verifying Checksum [2020-08-20T18:15:48.902Z] ea15f1150254: Download complete [2020-08-20T18:15:48.902Z] 28c525ee5125: Download complete [2020-08-20T18:15:49.171Z] 756a868c4378: Verifying Checksum [2020-08-20T18:15:49.171Z] 756a868c4378: Download complete [2020-08-20T18:15:49.171Z] c9b1b535fdd9: Pull complete [2020-08-20T18:15:49.171Z] 138eaada9080: Verifying Checksum [2020-08-20T18:15:49.171Z] 138eaada9080: Download complete [2020-08-20T18:15:49.171Z] 0622d0fa9048: Verifying Checksum [2020-08-20T18:15:49.171Z] 0622d0fa9048: Download complete [2020-08-20T18:15:49.171Z] 094b1ea09ed8: Verifying Checksum [2020-08-20T18:15:49.171Z] 094b1ea09ed8: Download complete [2020-08-20T18:15:49.745Z] 41b27a9f41bf: Verifying Checksum [2020-08-20T18:15:49.745Z] 41b27a9f41bf: Download complete [2020-08-20T18:15:50.316Z] 2cc5ad85d9ab: Pull complete [2020-08-20T18:15:52.870Z] 756a868c4378: Pull complete [2020-08-20T18:15:52.870Z] 444b2fc9a129: Pull complete [2020-08-20T18:15:53.131Z] ea15f1150254: Pull complete [2020-08-20T18:15:58.434Z] 41b27a9f41bf: Pull complete [2020-08-20T18:15:58.434Z] 28c525ee5125: Pull complete [2020-08-20T18:16:01.762Z] 094b1ea09ed8: Pull complete [2020-08-20T18:16:01.762Z] 138eaada9080: Pull complete [2020-08-20T18:16:01.762Z] 0622d0fa9048: Pull complete [2020-08-20T18:16:01.762Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-20T18:16:01.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-20T18:16:01.762Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-20T18:16:01.987Z] prd-centos7-docker-4c-2g-602 does not seem to be running inside a container [2020-08-20T18:16:02.031Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-20T18:16:05.157Z] $ docker top a5b8383ae36bc659c997ff54c6e9a95fb8e45c1beab4ce00002ecbde788df073 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-20T18:16:05.561Z] provisioning config files... [2020-08-20T18:16:05.577Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6467655111269481628tmp [Pipeline] { [Pipeline] echo [2020-08-20T18:16:05.730Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-20T18:16:06.064Z] ---> create-netrc.sh [Pipeline] echo [2020-08-20T18:16:06.094Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-20T18:16:06.430Z] ---> logs-deploy.sh [2020-08-20T18:16:06.430Z] + ARCHIVE_ARTIFACTS= [2020-08-20T18:16:06.430Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-20T18:16:06.430Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-20T18:16:06.430Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-20T18:16:06.430Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2665/1 [2020-08-20T18:16:06.430Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2665/1/ [2020-08-20T18:16:06.430Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2665/1 /w/workspace/edgex-go/1 [2020-08-20T18:16:07.374Z] Archives upload complete. [2020-08-20T18:16:07.635Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2665/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2665/1/