Pull request #2610 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from 0c0d710efaecfb2775162c296903c6b0e43da2fa+d08647e33299f35346a0c0e1b5c282da7a73a79b (3842e25539a03ba202963bd59baeb7eec572ea0b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-257 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/35 [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/35 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 0c0d710efaecfb2775162c296903c6b0e43da2fa Merge succeeded, producing 0c0d710efaecfb2775162c296903c6b0e43da2fa Checking out Revision 0c0d710efaecfb2775162c296903c6b0e43da2fa (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c0d710efaecfb2775162c296903c6b0e43da2fa # 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 d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c0d710efaecfb2775162c296903c6b0e43da2fa # timeout=10 Commit message: "Add POST event functions based for v2 API" First time build. Skipping changelog. > git rev-list --no-walk 2bc87648087eb228ea806092dd28c29d817310b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-17T11:06:11.485Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-17T11:06:11.752Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-17T11:06:11.885Z] ========================================================= [2020-08-17T11:06:11.885Z] EdgeX Global Pipelines Version Info [2020-08-17T11:06:11.885Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-17T11:06:13.278Z] ------------------- [2020-08-17T11:06:13.278Z] stable info: [2020-08-17T11:06:13.278Z] ------------------- [2020-08-17T11:06:13.278Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-17T11:06:13.278Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-17T11:06:13.278Z] Message: update stable to v1.0.106 [2020-08-17T11:06:14.224Z] ------------------- [2020-08-17T11:06:14.224Z] experimental info: [2020-08-17T11:06:14.224Z] ------------------- [2020-08-17T11:06:14.224Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-17T11:06:14.224Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-17T11:06:14.224Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-17T11:06:15.711Z] ++ 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-17T11:06:15.711Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.711Z] ++ dirname cmd/core-command/Dockerfile [2020-08-17T11:06:15.711Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.711Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-17T11:06:15.711Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.711Z] ++ dirname cmd/core-data/Dockerfile [2020-08-17T11:06:15.711Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.711Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-17T11:06:15.711Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.711Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-17T11:06:15.711Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.711Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-17T11:06:15.711Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.711Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-17T11:06:15.711Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.711Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-17T11:06:15.711Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.711Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-17T11:06:15.711Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.712Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-17T11:06:15.712Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.712Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-17T11:06:15.712Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.712Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-17T11:06:15.712Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.712Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-17T11:06:15.712Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.712Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-17T11:06:15.712Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.712Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-17T11:06:15.712Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.712Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-17T11:06:15.712Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.712Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-17T11:06:15.712Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.712Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-17T11:06:15.712Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T11:06:15.712Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-17T11:06:15.712Z] ++ cut -d/ -f2 [2020-08-17T11:06:15.712Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-17T11:06:15.776Z] 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-17T11:06:16.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T11:06:17.046Z] [2020-08-17T11:06:17.046Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:06:17.391Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T11:06:17.391Z] latest: Pulling from edgex-devops/git-semver [2020-08-17T11:06:17.391Z] 31603596830f: Pulling fs layer [2020-08-17T11:06:17.391Z] 2a8b12db71e7: Pulling fs layer [2020-08-17T11:06:17.391Z] 6ca5941a6612: Pulling fs layer [2020-08-17T11:06:17.391Z] ecc8261a40a4: Pulling fs layer [2020-08-17T11:06:17.391Z] ecc8261a40a4: Waiting [2020-08-17T11:06:17.391Z] 2a8b12db71e7: Verifying Checksum [2020-08-17T11:06:17.391Z] 2a8b12db71e7: Download complete [2020-08-17T11:06:17.391Z] 31603596830f: Verifying Checksum [2020-08-17T11:06:17.391Z] 31603596830f: Download complete [2020-08-17T11:06:17.658Z] ecc8261a40a4: Verifying Checksum [2020-08-17T11:06:17.658Z] ecc8261a40a4: Download complete [2020-08-17T11:06:17.658Z] 6ca5941a6612: Verifying Checksum [2020-08-17T11:06:17.658Z] 6ca5941a6612: Download complete [2020-08-17T11:06:17.921Z] 31603596830f: Pull complete [2020-08-17T11:06:17.921Z] 2a8b12db71e7: Pull complete [2020-08-17T11:06:18.869Z] 6ca5941a6612: Pull complete [2020-08-17T11:06:18.870Z] ecc8261a40a4: Pull complete [2020-08-17T11:06:19.131Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-17T11:06:19.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T11:06:19.131Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-17T11:06:19.229Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-08-17T11:06:19.277Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T11:06:21.545Z] $ docker top 4906c1cc0acfa6338d8ffcf3dc5fc6a34a86b3189497f3316ebbc728f97380ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T11:06:21.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T11:06:21.818Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T11:06:22.025Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T11:06:22.029Z] $ docker exec 4906c1cc0acfa6338d8ffcf3dc5fc6a34a86b3189497f3316ebbc728f97380ea ssh-agent [2020-08-17T11:06:22.186Z] SSH_AUTH_SOCK=/tmp/ssh-bPM48esUoiy2/agent.13 [2020-08-17T11:06:22.186Z] SSH_AGENT_PID=18 [2020-08-17T11:06:22.198Z] Running ssh-add (command line suppressed) [2020-08-17T11:06:22.319Z] Identity added: /w/workspace/edgex-go/35@tmp/private_key_7583213200953355967.key (/w/workspace/edgex-go/35@tmp/private_key_7583213200953355967.key) [2020-08-17T11:06:22.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T11:06:22.693Z] + git describe --exact-match --tags HEAD [2020-08-17T11:06:22.693Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-17T11:06:22.715Z] $ docker exec --env ******** --env ******** 4906c1cc0acfa6338d8ffcf3dc5fc6a34a86b3189497f3316ebbc728f97380ea ssh-agent -k [2020-08-17T11:06:22.823Z] unset SSH_AUTH_SOCK; [2020-08-17T11:06:22.824Z] unset SSH_AGENT_PID; [2020-08-17T11:06:22.824Z] echo Agent pid 18 killed; [2020-08-17T11:06:22.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-17T11:06:22.965Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-17T11:06:22.965Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-17T11:06:23.047Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T11:06:23.047Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T11:06:23.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T11:06:23.224Z] $ docker exec 4906c1cc0acfa6338d8ffcf3dc5fc6a34a86b3189497f3316ebbc728f97380ea ssh-agent [2020-08-17T11:06:23.399Z] SSH_AUTH_SOCK=/tmp/ssh-CbupGSRiR6b7/agent.48 [2020-08-17T11:06:23.399Z] SSH_AGENT_PID=53 [2020-08-17T11:06:23.405Z] Running ssh-add (command line suppressed) [2020-08-17T11:06:23.535Z] Identity added: /w/workspace/edgex-go/35@tmp/private_key_3440535217303829406.key (/w/workspace/edgex-go/35@tmp/private_key_3440535217303829406.key) [2020-08-17T11:06:23.591Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T11:06:23.925Z] + git semver init [2020-08-17T11:06:23.925Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T11:06:23.925Z] # $GIT_DIR = /w/workspace/edgex-go/35/.git [2020-08-17T11:06:23.925Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/35 [2020-08-17T11:06:23.925Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T11:06:23.925Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T11:06:23.925Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T11:06:23.925Z] # $SEMVER_BRANCH = PR-2610 [2020-08-17T11:06:23.925Z] # $SEMVER_TEMP = /tmp/semver-543087617 [2020-08-17T11:06:23.925Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-17T11:06:42.070Z] # '/tmp/semver-543087617' -> '/w/workspace/edgex-go/35/.semver' [2020-08-17T11:06:43.045Z] # -> Force: false [2020-08-17T11:06:43.045Z] # $SEMVER_DIR = /w/workspace/edgex-go/35/.semver [Pipeline] } [2020-08-17T11:06:43.092Z] $ docker exec --env ******** --env ******** 4906c1cc0acfa6338d8ffcf3dc5fc6a34a86b3189497f3316ebbc728f97380ea ssh-agent -k [2020-08-17T11:06:43.357Z] unset SSH_AUTH_SOCK; [2020-08-17T11:06:43.358Z] unset SSH_AGENT_PID; [2020-08-17T11:06:43.358Z] echo Agent pid 53 killed; [2020-08-17T11:06:43.449Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T11:06:43.933Z] + git semver [Pipeline] } [2020-08-17T11:06:43.950Z] $ docker stop --time=1 4906c1cc0acfa6338d8ffcf3dc5fc6a34a86b3189497f3316ebbc728f97380ea [2020-08-17T11:06:45.657Z] $ docker rm -f 4906c1cc0acfa6338d8ffcf3dc5fc6a34a86b3189497f3316ebbc728f97380ea [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-17T11:06:59.001Z] Stashed 32 file(s) [Pipeline] echo [2020-08-17T11:06:59.003Z] [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-17T11:06:59.408Z] ========================================================= [2020-08-17T11:06:59.408Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-17T11:06:59.408Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:06:59.736Z] + 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-17T11:07:03.069Z] Sending build context to Docker daemon 323.1MB [2020-08-17T11:07:03.069Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T11:07:03.069Z] Step 2/7 : FROM ${BASE} [2020-08-17T11:07:03.069Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-17T11:07:03.069Z] df20fa9351a1: Pulling fs layer [2020-08-17T11:07:03.069Z] ed8968b2872e: Pulling fs layer [2020-08-17T11:07:03.069Z] a92cc7c5fd73: Pulling fs layer [2020-08-17T11:07:03.069Z] 2dd03ba5bac4: Pulling fs layer [2020-08-17T11:07:03.069Z] 1e091d79d1de: Pulling fs layer [2020-08-17T11:07:03.069Z] 481702a1767f: Pulling fs layer [2020-08-17T11:07:03.069Z] f64a6f60c768: Pulling fs layer [2020-08-17T11:07:03.069Z] e78d2573fc39: Pulling fs layer [2020-08-17T11:07:03.069Z] e876d2f968b6: Pulling fs layer [2020-08-17T11:07:03.069Z] ce8a83651883: Pulling fs layer [2020-08-17T11:07:03.069Z] 07967f4d0e4b: Pulling fs layer [2020-08-17T11:07:03.069Z] f64a6f60c768: Waiting [2020-08-17T11:07:03.069Z] e78d2573fc39: Waiting [2020-08-17T11:07:03.069Z] 2dd03ba5bac4: Waiting [2020-08-17T11:07:03.069Z] e876d2f968b6: Waiting [2020-08-17T11:07:03.069Z] 1e091d79d1de: Waiting [2020-08-17T11:07:03.069Z] 481702a1767f: Waiting [2020-08-17T11:07:03.069Z] 07967f4d0e4b: Waiting [2020-08-17T11:07:03.069Z] a92cc7c5fd73: Verifying Checksum [2020-08-17T11:07:03.069Z] a92cc7c5fd73: Download complete [2020-08-17T11:07:03.069Z] ed8968b2872e: Verifying Checksum [2020-08-17T11:07:03.069Z] ed8968b2872e: Download complete [2020-08-17T11:07:03.069Z] 1e091d79d1de: Verifying Checksum [2020-08-17T11:07:03.069Z] 1e091d79d1de: Download complete [2020-08-17T11:07:03.069Z] 481702a1767f: Verifying Checksum [2020-08-17T11:07:03.069Z] 481702a1767f: Download complete [2020-08-17T11:07:03.069Z] df20fa9351a1: Verifying Checksum [2020-08-17T11:07:03.069Z] df20fa9351a1: Download complete [2020-08-17T11:07:03.672Z] f64a6f60c768: Verifying Checksum [2020-08-17T11:07:03.672Z] f64a6f60c768: Download complete [2020-08-17T11:07:03.946Z] e876d2f968b6: Verifying Checksum [2020-08-17T11:07:03.946Z] e876d2f968b6: Download complete [2020-08-17T11:07:04.214Z] ce8a83651883: Verifying Checksum [2020-08-17T11:07:04.214Z] ce8a83651883: Download complete [2020-08-17T11:07:04.481Z] 07967f4d0e4b: Verifying Checksum [2020-08-17T11:07:04.481Z] 07967f4d0e4b: Download complete [2020-08-17T11:07:04.481Z] 2dd03ba5bac4: Verifying Checksum [2020-08-17T11:07:04.481Z] 2dd03ba5bac4: Download complete [2020-08-17T11:07:04.481Z] e78d2573fc39: Verifying Checksum [2020-08-17T11:07:04.481Z] e78d2573fc39: Download complete [2020-08-17T11:07:05.056Z] df20fa9351a1: Pull complete [2020-08-17T11:07:05.628Z] ed8968b2872e: Pull complete [2020-08-17T11:07:05.628Z] a92cc7c5fd73: Pull complete [2020-08-17T11:07:10.958Z] 2dd03ba5bac4: Pull complete [2020-08-17T11:07:10.958Z] 1e091d79d1de: Pull complete [2020-08-17T11:07:10.958Z] 481702a1767f: Pull complete [2020-08-17T11:07:14.246Z] Still waiting to schedule task [2020-08-17T11:07:14.246Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-17T11:07:20.998Z] f64a6f60c768: Pull complete [2020-08-17T11:07:23.579Z] e78d2573fc39: Pull complete [2020-08-17T11:07:23.579Z] e876d2f968b6: Pull complete [2020-08-17T11:07:24.533Z] ce8a83651883: Pull complete [2020-08-17T11:07:24.797Z] 07967f4d0e4b: Pull complete [2020-08-17T11:07:24.797Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-17T11:07:24.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-17T11:07:24.797Z] ---> 5d7c900382c6 [2020-08-17T11:07:24.797Z] 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-17T11:07:26.719Z] ---> Running in 8ef685040042 [2020-08-17T11:07:27.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:07:27.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:07:28.125Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T11:07:28.386Z] (2/12) Installing file (5.38-r0) [2020-08-17T11:07:28.386Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T11:07:28.386Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T11:07:30.937Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T11:07:30.937Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T11:07:31.199Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T11:07:31.199Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T11:07:31.199Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T11:07:31.460Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T11:07:31.461Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T11:07:31.461Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T11:07:31.721Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:07:31.721Z] OK: 233 MiB in 51 packages [2020-08-17T11:07:35.034Z] Removing intermediate container 8ef685040042 [2020-08-17T11:07:35.034Z] ---> 0c3a8dd305b6 [2020-08-17T11:07:35.034Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T11:07:35.034Z] ---> Running in 759843f6b15e [2020-08-17T11:07:35.034Z] Removing intermediate container 759843f6b15e [2020-08-17T11:07:35.034Z] ---> 6be4965c8b7e [2020-08-17T11:07:35.034Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T11:07:35.296Z] latest: Pulling from library/docker [2020-08-17T11:07:35.559Z] df20fa9351a1: Already exists [2020-08-17T11:07:35.559Z] 25ad7478873d: Pulling fs layer [2020-08-17T11:07:35.559Z] 4684f6177b5d: Pulling fs layer [2020-08-17T11:07:35.559Z] 46e300cec669: Pulling fs layer [2020-08-17T11:07:35.559Z] 63038576ad94: Pulling fs layer [2020-08-17T11:07:35.559Z] 0fdb76c4706c: Pulling fs layer [2020-08-17T11:07:35.559Z] cb7edeffdfd5: Pulling fs layer [2020-08-17T11:07:35.559Z] 63038576ad94: Waiting [2020-08-17T11:07:35.559Z] 0fdb76c4706c: Waiting [2020-08-17T11:07:35.559Z] cb7edeffdfd5: Waiting [2020-08-17T11:07:35.559Z] 4684f6177b5d: Verifying Checksum [2020-08-17T11:07:35.559Z] 4684f6177b5d: Download complete [2020-08-17T11:07:35.824Z] 25ad7478873d: Verifying Checksum [2020-08-17T11:07:35.824Z] 25ad7478873d: Download complete [2020-08-17T11:07:35.824Z] 63038576ad94: Verifying Checksum [2020-08-17T11:07:35.824Z] 63038576ad94: Download complete [2020-08-17T11:07:35.824Z] 0fdb76c4706c: Verifying Checksum [2020-08-17T11:07:35.824Z] 0fdb76c4706c: Download complete [2020-08-17T11:07:36.116Z] cb7edeffdfd5: Download complete [2020-08-17T11:07:36.116Z] 25ad7478873d: Pull complete [2020-08-17T11:07:36.116Z] 4684f6177b5d: Pull complete [2020-08-17T11:07:36.717Z] 46e300cec669: Verifying Checksum [2020-08-17T11:07:36.717Z] 46e300cec669: Download complete [2020-08-17T11:07:38.657Z] 46e300cec669: Pull complete [2020-08-17T11:07:38.918Z] 63038576ad94: Pull complete [2020-08-17T11:07:38.918Z] 0fdb76c4706c: Pull complete [2020-08-17T11:07:39.178Z] cb7edeffdfd5: Pull complete [2020-08-17T11:07:39.178Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T11:07:39.178Z] Status: Downloaded newer image for docker:latest [2020-08-17T11:07:41.117Z] ---> b05d9f051979 [2020-08-17T11:07:41.117Z] Step 6/7 : COPY go.mod . [2020-08-17T11:07:41.117Z] ---> 8eaef16efc37 [2020-08-17T11:07:41.117Z] Step 7/7 : RUN go mod download [2020-08-17T11:07:41.117Z] ---> Running in 5a0029276728 [2020-08-17T11:07:43.662Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T11:07:43.662Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T11:07:43.662Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T11:07:43.662Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T11:07:43.662Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T11:07:43.662Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T11:07:43.662Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T11:07:43.662Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T11:07:43.662Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T11:07:43.662Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T11:07:43.662Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T11:07:43.662Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T11:07:43.662Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T11:07:43.662Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T11:07:43.662Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.69 [2020-08-17T11:07:43.662Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T11:07:43.662Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T11:07:43.662Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T11:07:43.662Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T11:07:43.923Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T11:07:43.923Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T11:07:43.923Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T11:07:43.923Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T11:07:43.923Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T11:07:43.923Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-17T11:07:43.923Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-17T11:07:43.923Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-17T11:07:43.923Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-17T11:07:43.923Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T11:07:43.923Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T11:07:43.923Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T11:07:44.184Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T11:07:44.184Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T11:07:44.184Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T11:07:44.184Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T11:07:44.184Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T11:07:44.184Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T11:07:44.184Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T11:07:44.184Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T11:07:44.184Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T11:07:44.184Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T11:07:44.184Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T11:07:44.184Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T11:07:44.445Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T11:07:44.445Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T11:07:44.445Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T11:07:44.445Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T11:07:44.445Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T11:07:44.445Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T11:07:44.445Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T11:07:44.445Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T11:07:44.445Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T11:07:44.446Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T11:07:44.446Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T11:07:44.446Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T11:07:44.706Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T11:07:44.706Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T11:07:44.706Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T11:07:44.706Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-17T11:07:44.706Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T11:07:44.706Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T11:07:44.706Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T11:07:44.706Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T11:07:44.706Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T11:07:44.706Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T11:07:44.706Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T11:07:44.706Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T11:07:44.967Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T11:07:44.967Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T11:07:44.967Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T11:07:44.967Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T11:07:44.967Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T11:07:44.967Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T11:07:44.967Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T11:07:44.967Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T11:07:44.967Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T11:07:44.967Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T11:07:44.967Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T11:07:45.229Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T11:07:45.229Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T11:07:45.229Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T11:07:45.229Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T11:07:45.229Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T11:07:45.229Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T11:07:45.229Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T11:07:45.229Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T11:07:45.229Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T11:07:45.229Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T11:07:45.229Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T11:07:45.229Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T11:07:45.492Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T11:07:45.492Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T11:07:45.492Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T11:07:45.492Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T11:07:45.492Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T11:07:45.492Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T11:07:45.492Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T11:08:03.669Z] Removing intermediate container 5a0029276728 [2020-08-17T11:08:03.669Z] ---> c51383d62710 [2020-08-17T11:08:03.669Z] Successfully built c51383d62710 [2020-08-17T11:08:03.669Z] 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-17T11:08:04.418Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-17T11:08:04.418Z] . [Pipeline] withDockerContainer [2020-08-17T11:08:04.526Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-08-17T11:08:04.571Z] $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-17T11:08:05.272Z] $ docker top 2645fa303c424dafeccc79cec9aa65abda6a2adc78f548ff9d3e9f6857a2d2f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T11:08:05.757Z] + go version [2020-08-17T11:08:05.757Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-17T11:08:05.770Z] ========================================================= [2020-08-17T11:08:05.770Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T11:08:05.770Z] ========================================================= [Pipeline] sh [2020-08-17T11:08:06.061Z] + make test [2020-08-17T11:08:06.061Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T11:08:08.629Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T11:08:16.874Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T11:08:22.243Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T11:08:22.243Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T11:08:22.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T11:08:22.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T11:08:24.838Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.011s [2020-08-17T11:08:24.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T11:08:24.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T11:08:24.838Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T11:08:24.838Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T11:08:25.419Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T11:08:25.419Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T11:08:25.419Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T11:08:25.419Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T11:08:32.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-08-17T11:08:32.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T11:08:32.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T11:08:32.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T11:08:32.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T11:08:32.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T11:08:33.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.067s coverage: 27.2% of statements [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T11:08:33.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.022s coverage: 100.0% of statements [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T11:08:33.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-17T11:08:33.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.043s coverage: 80.0% of statements [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-17T11:08:33.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-17T11:08:34.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.325s coverage: 92.9% of statements [2020-08-17T11:08:34.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-17T11:08:34.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-17T11:08:34.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-17T11:08:34.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-17T11:08:35.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.065s coverage: 28.6% of statements [2020-08-17T11:08:35.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T11:08:35.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T11:08:35.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T11:08:35.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T11:08:35.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T11:08:35.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements [2020-08-17T11:08:35.091Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T11:08:35.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements [2020-08-17T11:08:35.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T11:08:35.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements [2020-08-17T11:08:35.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T11:08:36.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-08-17T11:08:36.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T11:08:36.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T11:08:36.796Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.014s coverage: 58.8% of statements [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-17T11:08:36.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-17T11:08:37.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.057s coverage: 63.5% of statements [2020-08-17T11:08:37.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T11:08:37.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T11:08:37.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements [2020-08-17T11:08:38.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.157s coverage: 55.9% of statements [2020-08-17T11:08:38.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T11:08:38.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T11:08:38.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T11:08:38.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T11:08:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.098s coverage: 86.3% of statements [2020-08-17T11:08:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T11:08:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.306s coverage: 72.2% of statements [2020-08-17T11:08:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements [2020-08-17T11:08:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.009s coverage: 82.4% of statements [2020-08-17T11:08:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.007s coverage: 48.4% of statements [2020-08-17T11:08:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T11:08:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T11:08:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T11:08:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements [2020-08-17T11:08:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T11:08:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.024s coverage: 96.8% of statements [2020-08-17T11:08:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T11:08:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.036s coverage: 26.9% of statements [2020-08-17T11:08:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T11:08:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T11:08:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.110s coverage: 84.1% of statements [2020-08-17T11:08:42.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2020-08-17T11:08:42.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-08-17T11:08:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T11:08:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T11:08:42.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.007s coverage: 100.0% of statements [2020-08-17T11:08:42.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T11:08:43.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.038s coverage: 83.8% of statements [2020-08-17T11:08:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T11:08:44.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.064s coverage: 45.1% of statements [2020-08-17T11:08:44.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T11:08:44.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T11:08:44.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.029s coverage: 100.0% of statements [2020-08-17T11:08:44.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T11:08:44.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T11:08:44.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T11:08:44.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.025s coverage: 100.0% of statements [2020-08-17T11:08:44.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T11:08:44.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2020-08-17T11:08:44.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T11:08:46.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.062s coverage: 29.1% of statements [2020-08-17T11:08:46.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T11:08:46.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T11:08:46.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T11:08:46.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T11:08:46.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T11:08:46.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-08-17T11:08:46.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T11:08:46.189Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.010s coverage: 100.0% of statements [2020-08-17T11:08:46.189Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T11:08:46.189Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements [2020-08-17T11:08:46.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T11:08:46.780Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-08-17T11:08:46.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T11:08:46.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T11:08:46.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T11:08:46.780Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T11:08:47.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2020-08-17T11:08:47.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T11:08:47.043Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T11:08:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-17T11:08:47.304Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-17T11:08:47.877Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements [2020-08-17T11:08:48.138Z] GO111MODULE=on go vet ./... [2020-08-17T11:08:54.764Z] gofmt -l . [2020-08-17T11:08:55.334Z] [ "`gofmt -l .`" = "" ] [2020-08-17T11:08:55.906Z] ./bin/test-go-mod-tidy.sh [2020-08-17T11:08:56.480Z] ./bin/test-attribution-txt.sh [2020-08-17T11:08:57.866Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-258 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-08-17T11:08:57.905Z] Running in /w/workspace/edgex-go/35 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2020-08-17T11:08:58.697Z] + ls -al . [2020-08-17T11:08:58.697Z] total 556 [2020-08-17T11:08:58.697Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 11:08 . [2020-08-17T11:08:58.697Z] drwxr-xr-x 4 root root 30 Aug 17 11:08 .. [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 11:06 .dockerignore [2020-08-17T11:08:58.697Z] drwxrwxr-x 8 1001 1001 179 Aug 17 11:06 .git [2020-08-17T11:08:58.697Z] drwxrwxr-x 3 1001 1001 60 Aug 17 11:06 .github [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 11:06 .gitignore [2020-08-17T11:08:58.697Z] drwx------ 3 1001 1001 47 Aug 17 11:06 .semver [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 11:06 .sonarcloud.properties [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 11:06 CONTRIBUTING.md [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 11:06 Dockerfile.build [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 11:06 Jenkinsfile [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 11:06 LICENSE [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 11:06 Makefile [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 11:06 README.md [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 7111 Aug 17 11:06 SECURITY.md [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 11:06 VERSION [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 11:06 ZMQWindows.md [2020-08-17T11:08:58.697Z] drwxrwxr-x 2 1001 1001 117 Aug 17 11:06 bin [2020-08-17T11:08:58.697Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 11:06 cmd [2020-08-17T11:08:58.697Z] -rw-r--r-- 1 root root 458658 Aug 17 11:08 coverage.out [2020-08-17T11:08:58.697Z] -rw-r--r-- 1 root root 1019 Aug 17 11:08 go.mod [2020-08-17T11:08:58.697Z] -rw-r--r-- 1 root root 19185 Aug 17 11:08 go.sum [2020-08-17T11:08:58.697Z] drwxrwxr-x 8 1001 1001 127 Aug 17 11:06 internal [2020-08-17T11:08:58.697Z] drwxrwxr-x 4 1001 1001 26 Aug 17 11:06 openapi [2020-08-17T11:08:58.697Z] drwxrwxr-x 4 1001 1001 71 Aug 17 11:06 snap [2020-08-17T11:08:58.697Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 11:06 version.go [Pipeline] sh [2020-08-17T11:08:59.001Z] + '[' -e coverage.out ] [2020-08-17T11:08:59.001Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T11:08:59.145Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T11:08:59.435Z] + make build [2020-08-17T11:08:59.435Z] 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-17T11:09:02.707Z] using credential edgex-jenkins-ssh [2020-08-17T11:09:02.760Z] Cloning the remote Git repository [2020-08-17T11:09:02.760Z] Cloning with configured refspecs honoured and without tags [2020-08-17T11:09:02.863Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-17T11:09:02.981Z] > git init /w/workspace/edgex-go/35 # timeout=10 [2020-08-17T11:09:03.058Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T11:09:03.061Z] > git --version # timeout=10 [2020-08-17T11:09:03.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T11:09:03.162Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T11:09:06.084Z] 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-17T11:09:08.648Z] 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-17T11:09:10.570Z] 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-17T11:09:11.972Z] 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-17T11:09:13.891Z] 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-17T11:09:14.470Z] 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-17T11:09:17.026Z] 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-17T11:09:18.423Z] 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-17T11:09:18.745Z] Fetching without tags [2020-08-17T11:09:19.237Z] Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:09:19.637Z] Merge succeeded, producing 0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:09:19.638Z] Checking out Revision 0c0d710efaecfb2775162c296903c6b0e43da2fa (PR-2610) [2020-08-17T11:09:19.813Z] 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-17T11:09:18.665Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T11:09:18.688Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-08-17T11:09:18.700Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T11:09:18.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T11:09:18.763Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T11:09:18.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T11:09:18.784Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T11:09:19.260Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T11:09:19.287Z] > git checkout -f 0c0d710efaecfb2775162c296903c6b0e43da2fa # timeout=10 [2020-08-17T11:09:19.557Z] > git remote # timeout=10 [2020-08-17T11:09:19.579Z] > git config --get remote.origin.url # timeout=10 [2020-08-17T11:09:19.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T11:09:19.611Z] > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 [2020-08-17T11:09:19.632Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-17T11:09:19.651Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T11:09:19.706Z] > git checkout -f 0c0d710efaecfb2775162c296903c6b0e43da2fa # timeout=10 [2020-08-17T11:09:21.743Z] 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-17T11:09:23.149Z] 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-17T11:09:24.176Z] Commit message: "Add POST event functions based for v2 API" [2020-08-17T11:09:24.539Z] 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] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] } [2020-08-17T11:09:25.589Z] $ docker stop --time=1 2645fa303c424dafeccc79cec9aa65abda6a2adc78f548ff9d3e9f6857a2d2f6 [2020-08-17T11:09:27.213Z] $ docker rm -f 2645fa303c424dafeccc79cec9aa65abda6a2adc78f548ff9d3e9f6857a2d2f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:09:30.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T11:09:30.193Z] [2020-08-17T11:09:30.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:09:30.549Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T11:09:30.549Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-17T11:09:30.549Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-17T11:09:30.549Z] ca9280d653b3: Pulling fs layer [2020-08-17T11:09:30.549Z] 7e9c9ca2126c: Pulling fs layer [2020-08-17T11:09:30.549Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-17T11:09:30.549Z] cbdbe7a5bc2a: Download complete [2020-08-17T11:09:30.821Z] ca9280d653b3: Verifying Checksum [2020-08-17T11:09:30.821Z] ca9280d653b3: Download complete [2020-08-17T11:09:31.087Z] cbdbe7a5bc2a: Pull complete [2020-08-17T11:09:31.671Z] 7e9c9ca2126c: Download complete [2020-08-17T11:09:31.932Z] ca9280d653b3: Pull complete [Pipeline] echo [2020-08-17T11:09:35.736Z] ========================================================= [2020-08-17T11:09:35.736Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-17T11:09:35.736Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:09:36.693Z] + 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-17T11:09:40.097Z] 7e9c9ca2126c: Pull complete [2020-08-17T11:09:40.098Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-17T11:09:40.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T11:09:40.098Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-17T11:09:40.273Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-08-17T11:09:40.315Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-17T11:09:40.995Z] Sending build context to Docker daemon 323.1MB [2020-08-17T11:09:40.995Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T11:09:40.995Z] Step 2/7 : FROM ${BASE} [2020-08-17T11:09:40.995Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-17T11:09:40.995Z] b538f80385f9: Pulling fs layer [2020-08-17T11:09:40.995Z] 74f711af9a0d: Pulling fs layer [2020-08-17T11:09:40.995Z] 99f96fe45779: Pulling fs layer [2020-08-17T11:09:40.995Z] fd7a069fd194: Pulling fs layer [2020-08-17T11:09:40.995Z] 66aa3694b03b: Pulling fs layer [2020-08-17T11:09:40.995Z] 170f70906a0f: Pulling fs layer [2020-08-17T11:09:40.995Z] ad7c5574e4b9: Pulling fs layer [2020-08-17T11:09:40.995Z] e772456be8f7: Pulling fs layer [2020-08-17T11:09:40.995Z] fd7a069fd194: Waiting [2020-08-17T11:09:40.995Z] c890913d741a: Pulling fs layer [2020-08-17T11:09:40.995Z] 2480fcc9aa5a: Pulling fs layer [2020-08-17T11:09:40.995Z] 09adf4765672: Pulling fs layer [2020-08-17T11:09:40.995Z] 66aa3694b03b: Waiting [2020-08-17T11:09:40.995Z] 170f70906a0f: Waiting [2020-08-17T11:09:40.995Z] ad7c5574e4b9: Waiting [2020-08-17T11:09:40.995Z] c890913d741a: Waiting [2020-08-17T11:09:40.995Z] e772456be8f7: Waiting [2020-08-17T11:09:40.995Z] 2480fcc9aa5a: Waiting [2020-08-17T11:09:40.995Z] 09adf4765672: Waiting [2020-08-17T11:09:40.995Z] 99f96fe45779: Verifying Checksum [2020-08-17T11:09:40.995Z] 99f96fe45779: Download complete [2020-08-17T11:09:40.995Z] 74f711af9a0d: Verifying Checksum [2020-08-17T11:09:40.995Z] 74f711af9a0d: Download complete [2020-08-17T11:09:40.995Z] 66aa3694b03b: Verifying Checksum [2020-08-17T11:09:40.995Z] 66aa3694b03b: Download complete [2020-08-17T11:09:40.995Z] 170f70906a0f: Verifying Checksum [2020-08-17T11:09:40.995Z] 170f70906a0f: Download complete [2020-08-17T11:09:40.995Z] b538f80385f9: Verifying Checksum [2020-08-17T11:09:40.995Z] b538f80385f9: Download complete [2020-08-17T11:09:41.598Z] b538f80385f9: Pull complete [2020-08-17T11:09:42.203Z] 74f711af9a0d: Pull complete [2020-08-17T11:09:42.484Z] 99f96fe45779: Pull complete [2020-08-17T11:09:42.738Z] $ docker top f31907471f7942098cd193931c7c3b718ebb0c1073277346412e6ba5a1f46ad2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T11:09:43.214Z] + docker-compose build --help [2020-08-17T11:09:43.214Z] + grep parallel [2020-08-17T11:09:43.927Z] ad7c5574e4b9: Verifying Checksum [2020-08-17T11:09:43.927Z] ad7c5574e4b9: Download complete [2020-08-17T11:09:43.927Z] c890913d741a: Verifying Checksum [2020-08-17T11:09:43.927Z] c890913d741a: Download complete [2020-08-17T11:09:44.159Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T11:09:44.179Z] $ docker stop --time=1 f31907471f7942098cd193931c7c3b718ebb0c1073277346412e6ba5a1f46ad2 [2020-08-17T11:09:45.546Z] $ docker rm -f f31907471f7942098cd193931c7c3b718ebb0c1073277346412e6ba5a1f46ad2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:09:45.912Z] 2480fcc9aa5a: Verifying Checksum [2020-08-17T11:09:45.912Z] 2480fcc9aa5a: Download complete [2020-08-17T11:09:45.912Z] 09adf4765672: Verifying Checksum [2020-08-17T11:09:45.912Z] 09adf4765672: Download complete [2020-08-17T11:09:46.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T11:09:46.126Z] . [Pipeline] withDockerContainer [2020-08-17T11:09:46.183Z] e772456be8f7: Verifying Checksum [2020-08-17T11:09:46.183Z] e772456be8f7: Download complete [2020-08-17T11:09:46.230Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-08-17T11:09:46.273Z] $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-17T11:09:46.774Z] fd7a069fd194: Verifying Checksum [2020-08-17T11:09:46.774Z] fd7a069fd194: Download complete [2020-08-17T11:09:46.928Z] $ docker top 6e92e3cc1c0565cda66f9592b9905f7111a8d127269fc9880d50de12b6fe2cd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T11:09:47.425Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T11:09:48.368Z] Building docker-core-command-go ... [2020-08-17T11:09:48.368Z] Building docker-core-data-go ... [2020-08-17T11:09:48.368Z] Building docker-core-metadata-go ... [2020-08-17T11:09:48.368Z] Building docker-security-proxy-setup-go ... [2020-08-17T11:09:48.368Z] Building docker-security-secrets-setup-go ... [2020-08-17T11:09:48.368Z] Building docker-security-secretstore-setup-go ... [2020-08-17T11:09:48.368Z] Building docker-support-logging-go ... [2020-08-17T11:09:48.368Z] Building docker-support-notifications-go ... [2020-08-17T11:09:48.368Z] Building docker-support-scheduler-go ... [2020-08-17T11:09:48.368Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T11:09:48.368Z] Building docker-core-command-go [2020-08-17T11:09:48.368Z] Building docker-security-secretstore-setup-go [2020-08-17T11:09:48.368Z] Building docker-support-scheduler-go [2020-08-17T11:09:48.368Z] Building docker-support-notifications-go [2020-08-17T11:09:48.368Z] Building docker-sys-mgmt-agent-go [2020-08-17T11:09:59.166Z] fd7a069fd194: Pull complete [2020-08-17T11:09:59.166Z] 66aa3694b03b: Pull complete [2020-08-17T11:09:59.166Z] 170f70906a0f: Pull complete [2020-08-17T11:10:01.783Z] ad7c5574e4b9: Pull complete [2020-08-17T11:10:06.101Z] e772456be8f7: Pull complete [2020-08-17T11:10:06.376Z] c890913d741a: Pull complete [2020-08-17T11:10:09.025Z] 2480fcc9aa5a: Pull complete [2020-08-17T11:10:10.476Z] 09adf4765672: Pull complete [2020-08-17T11:10:10.476Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-17T11:10:10.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-17T11:10:10.476Z] ---> 2248a725d1cf [2020-08-17T11:10:10.476Z] 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-17T11:10:14.777Z] ---> Running in bdae6274e1d8 [2020-08-17T11:10:16.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:10:17.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:10:17.941Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T11:10:18.213Z] (2/12) Installing file (5.38-r0) [2020-08-17T11:10:18.213Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T11:10:18.483Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T11:10:20.600Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:10:20.600Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:10:20.600Z] ---> c51383d62710 [2020-08-17T11:10:20.600Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T11:10:20.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:10:20.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:10:20.600Z] ---> c51383d62710 [2020-08-17T11:10:20.600Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T11:10:20.600Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:10:20.600Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:10:20.600Z] ---> c51383d62710 [2020-08-17T11:10:20.600Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T11:10:20.600Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:10:20.600Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:10:20.600Z] ---> c51383d62710 [2020-08-17T11:10:20.600Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T11:10:20.600Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:10:20.600Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:10:20.600Z] ---> c51383d62710 [2020-08-17T11:10:20.600Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T11:10:20.600Z] ---> Running in 9954cb01ea4a [2020-08-17T11:10:20.600Z] ---> Running in e71e413da823 [2020-08-17T11:10:20.600Z] ---> Running in 3ce9ef08a69d [2020-08-17T11:10:20.600Z] ---> Running in b2089f166f3e [2020-08-17T11:10:20.600Z] ---> Running in d25169de0a39 [2020-08-17T11:10:20.600Z] Removing intermediate container b2089f166f3e [2020-08-17T11:10:20.600Z] ---> b10bdef61106 [2020-08-17T11:10:20.600Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:10:20.600Z] Removing intermediate container 3ce9ef08a69d [2020-08-17T11:10:20.600Z] ---> e3a376136515 [2020-08-17T11:10:20.600Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:10:20.600Z] Removing intermediate container d25169de0a39 [2020-08-17T11:10:20.600Z] ---> c7bf2d157d48 [2020-08-17T11:10:20.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:10:20.600Z] Removing intermediate container e71e413da823 [2020-08-17T11:10:20.600Z] ---> 879ac7f54d04 [2020-08-17T11:10:20.600Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:10:20.600Z] Removing intermediate container 9954cb01ea4a [2020-08-17T11:10:20.600Z] ---> 03ff204dfebc [2020-08-17T11:10:20.600Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:10:20.600Z] ---> Running in 7a14f84d2d6d [2020-08-17T11:10:20.600Z] ---> Running in 9e79e33429d7 [2020-08-17T11:10:20.600Z] ---> Running in bd10c46403f2 [2020-08-17T11:10:20.600Z] ---> Running in 1437846b0833 [2020-08-17T11:10:20.600Z] ---> Running in 256ec888080d [2020-08-17T11:10:21.853Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T11:10:21.853Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T11:10:21.853Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T11:10:21.853Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T11:10:21.853Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T11:10:21.853Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T11:10:21.853Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T11:10:22.126Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T11:10:22.126Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:10:22.126Z] OK: 217 MiB in 51 packages [2020-08-17T11:10:22.525Z] Removing intermediate container bd10c46403f2 [2020-08-17T11:10:22.525Z] ---> d24ae0942ac0 [2020-08-17T11:10:22.525Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T11:10:22.525Z] ---> Running in 0d246a5538e6 [2020-08-17T11:10:22.525Z] Removing intermediate container 1437846b0833 [2020-08-17T11:10:22.525Z] ---> d10b6b6dc501 [2020-08-17T11:10:22.525Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T11:10:22.525Z] Removing intermediate container 7a14f84d2d6d [2020-08-17T11:10:22.525Z] ---> 474b0e1f1a47 [2020-08-17T11:10:22.525Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T11:10:22.525Z] Removing intermediate container 9e79e33429d7 [2020-08-17T11:10:22.525Z] ---> 906fad10e70b [2020-08-17T11:10:22.525Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T11:10:22.787Z] ---> Running in 68f3aca4da44 [2020-08-17T11:10:22.787Z] ---> Running in 9e76491c7f52 [2020-08-17T11:10:22.787Z] Removing intermediate container 256ec888080d [2020-08-17T11:10:22.787Z] ---> 197caab7ebd6 [2020-08-17T11:10:22.787Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T11:10:22.787Z] ---> Running in 1429a7f3c3c5 [2020-08-17T11:10:23.049Z] ---> Running in bd0514300a0a [2020-08-17T11:10:23.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:23.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:23.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:23.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:23.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:23.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:24.459Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:10:24.459Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:10:24.459Z] OK: 12749 distinct packages available [2020-08-17T11:10:24.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:24.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:24.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:24.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:10:24.721Z] OK: 233 MiB in 51 packages [2020-08-17T11:10:24.985Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:10:24.985Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:10:24.985Z] OK: 12749 distinct packages available [2020-08-17T11:10:24.985Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:10:24.985Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:10:24.985Z] OK: 12749 distinct packages available [2020-08-17T11:10:24.985Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:10:24.985Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:10:24.985Z] OK: 12749 distinct packages available [2020-08-17T11:10:24.985Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:10:24.985Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:10:24.985Z] OK: 12749 distinct packages available [2020-08-17T11:10:25.253Z] OK: 233 MiB in 51 packages [2020-08-17T11:10:25.253Z] OK: 233 MiB in 51 packages [2020-08-17T11:10:25.253Z] OK: 233 MiB in 51 packages [2020-08-17T11:10:25.253Z] Removing intermediate container 0d246a5538e6 [2020-08-17T11:10:25.253Z] ---> 7f0e0cad6ac6 [2020-08-17T11:10:25.253Z] Step 6/26 : COPY go.mod . [2020-08-17T11:10:25.253Z] OK: 233 MiB in 51 packages [2020-08-17T11:10:25.824Z] ---> f2b5ecb8e388 [2020-08-17T11:10:25.824Z] Step 7/26 : RUN go mod download [2020-08-17T11:10:26.085Z] ---> Running in ff185e277699 [2020-08-17T11:10:26.085Z] Removing intermediate container 9e76491c7f52 [2020-08-17T11:10:26.085Z] ---> 42cfcd7f02fe [2020-08-17T11:10:26.085Z] Step 6/20 : COPY go.mod . [2020-08-17T11:10:26.346Z] Removing intermediate container 68f3aca4da44 [2020-08-17T11:10:26.346Z] ---> 8c41f8ae7be2 [2020-08-17T11:10:26.346Z] Step 6/21 : COPY go.mod . [2020-08-17T11:10:26.346Z] Removing intermediate container 1429a7f3c3c5 [2020-08-17T11:10:26.346Z] ---> 73a6a82b954b [2020-08-17T11:10:26.346Z] Step 6/23 : COPY go.mod . [2020-08-17T11:10:26.346Z] ---> 9c2f140d3109 [2020-08-17T11:10:26.346Z] Step 7/20 : RUN go mod download [2020-08-17T11:10:26.418Z] Removing intermediate container bdae6274e1d8 [2020-08-17T11:10:26.418Z] ---> c3617ff9536f [2020-08-17T11:10:26.418Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T11:10:26.606Z] Removing intermediate container bd0514300a0a [2020-08-17T11:10:26.606Z] ---> ca8c1b1851bc [2020-08-17T11:10:26.606Z] Step 6/26 : COPY go.mod . [2020-08-17T11:10:26.606Z] ---> Running in c541573df4f7 [2020-08-17T11:10:26.606Z] ---> 335562b3eaeb [2020-08-17T11:10:26.606Z] Step 7/21 : RUN go mod download [2020-08-17T11:10:26.690Z] ---> Running in d6edaabd30b2 [2020-08-17T11:10:26.867Z] ---> Running in fbc7331e12ae [2020-08-17T11:10:26.867Z] ---> 36e7efd97343 [2020-08-17T11:10:26.867Z] Step 7/23 : RUN go mod download [2020-08-17T11:10:26.966Z] Removing intermediate container d6edaabd30b2 [2020-08-17T11:10:26.966Z] ---> 476beb7019ef [2020-08-17T11:10:26.966Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T11:10:27.135Z] ---> 6d9bb110528d [2020-08-17T11:10:27.136Z] Step 7/26 : RUN go mod download [2020-08-17T11:10:27.136Z] ---> Running in eb2d5b22dbe9 [2020-08-17T11:10:27.235Z] latest: Pulling from library/docker [2020-08-17T11:10:27.404Z] ---> Running in b2ab4e4300ed [2020-08-17T11:10:27.533Z] b538f80385f9: Already exists [2020-08-17T11:10:27.533Z] 259a493cd78d: Pulling fs layer [2020-08-17T11:10:27.533Z] b8e66b5100f5: Pulling fs layer [2020-08-17T11:10:27.533Z] 39dc9c94d07c: Pulling fs layer [2020-08-17T11:10:27.533Z] 551b823b3b82: Pulling fs layer [2020-08-17T11:10:27.533Z] 3c52a74df98c: Pulling fs layer [2020-08-17T11:10:27.533Z] 6c9b121b6998: Pulling fs layer [2020-08-17T11:10:27.533Z] 551b823b3b82: Waiting [2020-08-17T11:10:27.533Z] 3c52a74df98c: Waiting [2020-08-17T11:10:27.533Z] 6c9b121b6998: Waiting [2020-08-17T11:10:27.533Z] b8e66b5100f5: Verifying Checksum [2020-08-17T11:10:27.533Z] b8e66b5100f5: Download complete [2020-08-17T11:10:27.808Z] 259a493cd78d: Verifying Checksum [2020-08-17T11:10:27.808Z] 551b823b3b82: Verifying Checksum [2020-08-17T11:10:27.808Z] 551b823b3b82: Download complete [2020-08-17T11:10:27.808Z] 3c52a74df98c: Verifying Checksum [2020-08-17T11:10:27.808Z] 3c52a74df98c: Download complete [2020-08-17T11:10:28.081Z] 6c9b121b6998: Download complete [2020-08-17T11:10:28.353Z] 259a493cd78d: Pull complete [2020-08-17T11:10:28.366Z] Removing intermediate container c541573df4f7 [2020-08-17T11:10:28.366Z] ---> a5f775619367 [2020-08-17T11:10:28.366Z] Step 8/20 : COPY . . [2020-08-17T11:10:28.629Z] Removing intermediate container ff185e277699 [2020-08-17T11:10:28.629Z] ---> a0a0e13f8301 [2020-08-17T11:10:28.629Z] Step 8/26 : COPY . . [2020-08-17T11:10:28.629Z] Removing intermediate container fbc7331e12ae [2020-08-17T11:10:28.629Z] ---> 8980c5d33d0c [2020-08-17T11:10:28.629Z] Step 8/21 : COPY . . [2020-08-17T11:10:28.633Z] b8e66b5100f5: Pull complete [2020-08-17T11:10:28.904Z] 39dc9c94d07c: Verifying Checksum [2020-08-17T11:10:28.904Z] 39dc9c94d07c: Download complete [2020-08-17T11:10:32.287Z] 39dc9c94d07c: Pull complete [2020-08-17T11:10:32.287Z] 551b823b3b82: Pull complete [2020-08-17T11:10:32.880Z] 3c52a74df98c: Pull complete [2020-08-17T11:10:33.152Z] 6c9b121b6998: Pull complete [2020-08-17T11:10:33.152Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T11:10:33.152Z] Status: Downloaded newer image for docker:latest [2020-08-17T11:10:35.284Z] Removing intermediate container eb2d5b22dbe9 [2020-08-17T11:10:35.284Z] ---> 15332db7555c [2020-08-17T11:10:35.284Z] Step 8/26 : COPY . . [2020-08-17T11:10:35.284Z] Removing intermediate container b2ab4e4300ed [2020-08-17T11:10:35.284Z] ---> 98b50f3e79e9 [2020-08-17T11:10:35.284Z] Step 8/23 : COPY . . [2020-08-17T11:10:36.545Z] ---> d88ae87b54a5 [2020-08-17T11:10:36.545Z] Step 6/7 : COPY go.mod . [2020-08-17T11:10:37.138Z] ---> abca5c690b65 [2020-08-17T11:10:37.138Z] Step 7/7 : RUN go mod download [2020-08-17T11:10:37.138Z] ---> Running in 26a2adf1b740 [2020-08-17T11:10:40.510Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T11:10:40.510Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T11:10:40.510Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T11:10:40.510Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T11:10:40.510Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T11:10:40.510Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T11:10:40.510Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T11:10:40.510Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T11:10:40.510Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T11:10:40.510Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T11:10:40.510Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T11:10:40.510Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T11:10:40.510Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T11:10:40.510Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T11:10:40.510Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.69 [2020-08-17T11:10:40.510Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T11:10:40.510Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T11:10:40.510Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T11:10:40.510Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T11:10:40.510Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T11:10:40.510Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T11:10:40.510Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T11:10:40.510Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T11:10:40.510Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T11:10:40.510Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-17T11:10:40.510Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-17T11:10:40.510Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-17T11:10:40.780Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-17T11:10:40.780Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T11:10:40.780Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T11:10:40.780Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T11:10:40.780Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T11:10:40.780Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T11:10:40.780Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T11:10:40.780Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T11:10:40.780Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T11:10:40.780Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T11:10:40.780Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T11:10:40.780Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T11:10:41.049Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T11:10:41.319Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T11:10:41.319Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T11:10:41.319Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T11:10:41.319Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T11:10:41.319Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T11:10:41.319Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T11:10:41.319Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T11:10:41.319Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T11:10:41.319Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-17T11:10:41.319Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T11:10:41.319Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T11:10:41.587Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T11:10:41.587Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T11:10:41.587Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T11:10:41.587Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T11:10:41.587Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T11:10:41.587Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T11:10:41.587Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T11:10:41.587Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T11:10:41.587Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T11:10:41.587Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T11:10:41.587Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T11:10:41.857Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T11:10:41.857Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T11:10:41.857Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T11:10:41.857Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T11:10:41.857Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T11:10:41.857Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T11:10:41.857Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T11:10:41.857Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T11:10:41.857Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T11:10:41.857Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T11:10:41.857Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T11:10:41.857Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T11:10:42.126Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T11:10:42.126Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T11:10:42.126Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T11:10:42.126Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T11:10:42.126Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T11:10:42.126Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T11:10:42.126Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T11:10:42.126Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T11:10:42.126Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T11:10:42.126Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T11:10:42.126Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T11:10:42.398Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T11:10:42.398Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T11:11:04.563Z] Removing intermediate container 26a2adf1b740 [2020-08-17T11:11:04.563Z] ---> 2f6e6fd54baf [2020-08-17T11:11:04.563Z] Successfully built 2f6e6fd54baf [2020-08-17T11:11:04.563Z] 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-17T11:11:05.245Z] + docker inspect -f . ci-base-image-arm64 [2020-08-17T11:11:05.245Z] . [Pipeline] withDockerContainer [2020-08-17T11:11:05.474Z] prd-ubuntu18.04-docker-arm64-4c-16g-258 does not seem to be running inside a container [2020-08-17T11:11:05.559Z] $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-17T11:11:06.910Z] $ docker top c734d2672d06f5afeab2d77f1da22115e152091ea21de5a33d118b0f01149534 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T11:11:07.757Z] ---> 0083e4ab2bc4 [2020-08-17T11:11:07.757Z] 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-17T11:11:07.757Z] ---> 47a46cad6bb3 [2020-08-17T11:11:07.757Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T11:11:07.757Z] ---> b693ac5c06e2 [2020-08-17T11:11:07.757Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T11:11:07.757Z] ---> 009f33a54cd9 [2020-08-17T11:11:07.757Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T11:11:07.757Z] ---> Running in b9adbc7f60b3 [2020-08-17T11:11:07.757Z] ---> Running in 8be82fb0f0f6 [2020-08-17T11:11:07.757Z] ---> 0718eac9409e [2020-08-17T11:11:07.757Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T11:11:07.757Z] ---> Running in 03c5141ef6ed [2020-08-17T11:11:07.757Z] ---> Running in d74f53a443b4 [2020-08-17T11:11:07.757Z] ---> Running in a2a8776a7496 [2020-08-17T11:11:07.757Z] 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-17T11:11:07.757Z] 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-17T11:11:07.757Z] 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-17T11:11:07.757Z] 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-17T11:11:07.757Z] 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-17T11:11:07.893Z] + go version [2020-08-17T11:11:07.893Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-17T11:11:07.911Z] ========================================================= [2020-08-17T11:11:07.911Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T11:11:07.911Z] ========================================================= [Pipeline] sh [2020-08-17T11:11:08.562Z] + make test [2020-08-17T11:11:08.562Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T11:11:11.180Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T11:11:34.423Z] 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-17T11:11:41.073Z] 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-17T11:11:43.010Z] Removing intermediate container d74f53a443b4 [2020-08-17T11:11:43.010Z] ---> 08f3eb3738d0 [2020-08-17T11:11:43.010Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T11:11:43.557Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T11:11:46.312Z] ---> Running in dec3a4838196 [2020-08-17T11:11:46.312Z] Removing intermediate container b9adbc7f60b3 [2020-08-17T11:11:46.312Z] ---> 2cc8187701b1 [2020-08-17T11:11:46.312Z] [2020-08-17T11:11:46.312Z] Step 10/20 : FROM scratch [2020-08-17T11:11:46.312Z] ---> [2020-08-17T11:11:46.312Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T11:11:46.576Z] Removing intermediate container a2a8776a7496 [2020-08-17T11:11:46.576Z] ---> afeea3b852d2 [2020-08-17T11:11:46.576Z] [2020-08-17T11:11:46.576Z] Step 10/23 : FROM scratch [2020-08-17T11:11:46.576Z] ---> [2020-08-17T11:11:46.576Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T11:11:46.576Z] Removing intermediate container 03c5141ef6ed [2020-08-17T11:11:46.576Z] ---> 2ad54ac3f315 [2020-08-17T11:11:46.576Z] [2020-08-17T11:11:46.576Z] Step 10/21 : FROM scratch [2020-08-17T11:11:46.576Z] ---> [2020-08-17T11:11:46.576Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T11:11:46.576Z] ---> Running in ddfbf76af700 [2020-08-17T11:11:46.841Z] ---> Running in f2155a529b39 [2020-08-17T11:11:46.841Z] ---> Running in bbf4982fc9f4 [2020-08-17T11:11:46.841Z] Removing intermediate container ddfbf76af700 [2020-08-17T11:11:46.841Z] ---> ce0c7e932335 [2020-08-17T11:11:46.841Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T11:11:46.841Z] 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-17T11:11:48.245Z] ---> Running in 55af66c26580 [2020-08-17T11:11:48.245Z] Removing intermediate container f2155a529b39 [2020-08-17T11:11:48.245Z] ---> 5640a6a91d11 [2020-08-17T11:11:48.245Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T11:11:48.505Z] Removing intermediate container bbf4982fc9f4 [2020-08-17T11:11:48.505Z] ---> 39e519aed52f [2020-08-17T11:11:48.505Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T11:11:48.505Z] ---> Running in 9f14dbbb7823 [2020-08-17T11:11:48.505Z] Removing intermediate container 8be82fb0f0f6 [2020-08-17T11:11:48.505Z] ---> 59527c7c695b [2020-08-17T11:11:48.505Z] [2020-08-17T11:11:48.505Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T11:11:48.766Z] ---> Running in 90240b5c4425 [2020-08-17T11:11:48.766Z] Removing intermediate container 55af66c26580 [2020-08-17T11:11:48.766Z] ---> 3f234c8df693 [2020-08-17T11:11:48.766Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T11:11:48.766Z] ---> Running in ff6186bf7adf [2020-08-17T11:11:48.766Z] Removing intermediate container 9f14dbbb7823 [2020-08-17T11:11:48.766Z] ---> 834ab46c964e [2020-08-17T11:11:48.766Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T11:11:48.766Z] 3.10: Pulling from library/alpine [2020-08-17T11:11:49.026Z] Removing intermediate container 90240b5c4425 [2020-08-17T11:11:49.026Z] ---> 24ee1a593376 [2020-08-17T11:11:49.026Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T11:11:49.026Z] ---> Running in 36e0f9a8c77e [2020-08-17T11:11:49.288Z] ---> Running in 6d4405671f60 [2020-08-17T11:11:49.288Z] Removing intermediate container ff6186bf7adf [2020-08-17T11:11:49.288Z] ---> 8e0a9d7fe17c [2020-08-17T11:11:49.288Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T11:11:49.860Z] Removing intermediate container dec3a4838196 [2020-08-17T11:11:49.860Z] ---> 6a71262397f3 [2020-08-17T11:11:49.860Z] [2020-08-17T11:11:49.860Z] Step 11/26 : FROM docker:latest [2020-08-17T11:11:49.860Z] ---> 81f5749c9058 [2020-08-17T11:11:49.860Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T11:11:49.860Z] Removing intermediate container 36e0f9a8c77e [2020-08-17T11:11:49.860Z] ---> ab55292228db [2020-08-17T11:11:49.860Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T11:11:50.437Z] ---> Running in 2ff77ef4d651 [2020-08-17T11:11:50.437Z] Removing intermediate container 6d4405671f60 [2020-08-17T11:11:50.437Z] ---> dab6bd405fbc [2020-08-17T11:11:50.437Z] Step 14/21 : WORKDIR / [2020-08-17T11:11:50.437Z] ---> 6d0cbd46cd07 [2020-08-17T11:11:50.437Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T11:11:50.437Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T11:11:50.437Z] ---> 4c2521edd600 [2020-08-17T11:11:50.437Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T11:11:50.437Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T11:11:50.437Z] ---> be4e4bea2c2e [2020-08-17T11:11:50.437Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T11:11:50.709Z] ---> Running in d65acbada098 [2020-08-17T11:11:51.656Z] ---> Running in 1748ef23a73c [2020-08-17T11:11:52.228Z] ---> a5b97f745c88 [2020-08-17T11:11:52.228Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T11:11:52.228Z] ---> 137204365c02 [2020-08-17T11:11:52.228Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T11:11:52.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:11:52.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:11:52.497Z] Removing intermediate container d65acbada098 [2020-08-17T11:11:52.497Z] ---> f2036e28a76e [2020-08-17T11:11:52.497Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T11:11:52.765Z] ---> dea44c73d382 [2020-08-17T11:11:52.765Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:11:52.765Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T11:11:52.765Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T11:11:52.765Z] Executing bash-5.0.17-r0.post-install [2020-08-17T11:11:52.765Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:11:52.765Z] OK: 12 MiB in 22 packages [2020-08-17T11:11:52.765Z] ---> Running in 64e62027717f [2020-08-17T11:11:53.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:11:53.041Z] ---> 460cd56e2832 [2020-08-17T11:11:53.041Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T11:11:53.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:11:53.041Z] ---> 4d1dc43bccbd [2020-08-17T11:11:53.041Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T11:11:53.041Z] Removing intermediate container 64e62027717f [2020-08-17T11:11:53.041Z] ---> 553e352f9a58 [2020-08-17T11:11:53.041Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T11:11:53.302Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T11:11:53.302Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T11:11:53.302Z] OK: 10346 distinct packages available [2020-08-17T11:11:53.302Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T11:11:53.302Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T11:11:53.302Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T11:11:53.302Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T11:11:53.302Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T11:11:53.302Z] ---> Running in c4215d35018f [2020-08-17T11:11:53.302Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T11:11:53.565Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T11:11:53.827Z] OK: 7 MiB in 19 packages [2020-08-17T11:11:53.827Z] ---> d01954ddec34 [2020-08-17T11:11:53.827Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T11:11:53.827Z] Removing intermediate container 2ff77ef4d651 [2020-08-17T11:11:53.827Z] ---> 8d7416abc331 [2020-08-17T11:11:53.827Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T11:11:54.087Z] Removing intermediate container c4215d35018f [2020-08-17T11:11:54.087Z] ---> eb0258e54088 [2020-08-17T11:11:54.087Z] Step 19/20 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:11:54.087Z] ---> dbed41af8e3b [2020-08-17T11:11:54.087Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T11:11:54.354Z] ---> Running in 652de082a0cb [2020-08-17T11:11:54.354Z] ---> Running in dedce7ff415c [2020-08-17T11:11:54.928Z] ---> b661b952b5c2 [2020-08-17T11:11:54.928Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T11:11:55.189Z] ---> 3439747f7754 [2020-08-17T11:11:55.189Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:11:55.189Z] Removing intermediate container dedce7ff415c [2020-08-17T11:11:55.189Z] ---> bf3691501187 [2020-08-17T11:11:55.189Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T11:11:55.189Z] Removing intermediate container 1748ef23a73c [2020-08-17T11:11:55.189Z] ---> f3947d878c15 [2020-08-17T11:11:55.189Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T11:11:55.450Z] ---> Running in 7352bd24ae0b [2020-08-17T11:11:55.450Z] ---> Running in f25c1869a339 [2020-08-17T11:11:55.450Z] ---> Running in cee144f89638 [2020-08-17T11:11:55.450Z] ---> 780f6c5868a0 [2020-08-17T11:11:55.450Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:11:55.711Z] ---> Running in e2eb678da913 [2020-08-17T11:11:55.711Z] Removing intermediate container 7352bd24ae0b [2020-08-17T11:11:55.711Z] ---> 243b1fb4e6ff [2020-08-17T11:11:55.711Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T11:11:55.971Z] Removing intermediate container cee144f89638 [2020-08-17T11:11:55.971Z] ---> 6594e48c758e [2020-08-17T11:11:55.971Z] [2020-08-17T11:11:55.971Z] Removing intermediate container f25c1869a339 [2020-08-17T11:11:55.971Z] ---> 23314090f8b2 [2020-08-17T11:11:55.971Z] Step 13/26 : WORKDIR / [2020-08-17T11:11:55.971Z] ---> Running in 922bb776488c [2020-08-17T11:11:55.971Z] Removing intermediate container e2eb678da913 [2020-08-17T11:11:55.971Z] ---> fe95aeee1d8f [2020-08-17T11:11:55.971Z] Step 21/23 : LABEL arch=x86_64 [2020-08-17T11:11:55.971Z] Successfully built 6594e48c758e [2020-08-17T11:11:56.233Z] ---> Running in 611663289dd5 [2020-08-17T11:11:56.233Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-17T11:11:56.233Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-08-17T11:11:56.233Z] ---> Running in a7ae4d04edb5 [2020-08-17T11:11:56.233Z] Removing intermediate container 652de082a0cb [2020-08-17T11:11:56.233Z] ---> 3ce070aa8a72 [2020-08-17T11:11:56.233Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T11:11:56.233Z] Removing intermediate container 922bb776488c [2020-08-17T11:11:56.233Z] ---> 4bb1efa0d9f0 [2020-08-17T11:11:56.233Z] Step 20/21 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:11:56.807Z] ---> Running in db86c0f0e24b [2020-08-17T11:11:58.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T11:11:58.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T11:11:58.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T11:11:58.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T11:11:58.670Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.021s [2020-08-17T11:11:58.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T11:11:58.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T11:11:58.670Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T11:11:59.356Z] Removing intermediate container 611663289dd5 [2020-08-17T11:11:59.356Z] ---> d86108ae8c02 [2020-08-17T11:11:59.356Z] 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-17T11:11:59.356Z] ---> Running in 15fcaa2c7fa0 [2020-08-17T11:11:59.933Z] Removing intermediate container a7ae4d04edb5 [2020-08-17T11:11:59.933Z] ---> 78ba52972c0c [2020-08-17T11:11:59.933Z] Step 22/23 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:12:00.114Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T11:12:00.198Z] Removing intermediate container db86c0f0e24b [2020-08-17T11:12:00.198Z] ---> 15cbe1eac6cf [2020-08-17T11:12:00.198Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T11:12:00.198Z] ---> Running in a6b81d751e97 [2020-08-17T11:12:00.198Z] Removing intermediate container 15fcaa2c7fa0 [2020-08-17T11:12:00.198Z] ---> b76e4300eb2a [2020-08-17T11:12:00.198Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T11:12:00.198Z] ---> e618111a3cd7 [2020-08-17T11:12:00.198Z] 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-17T11:12:00.198Z] ---> Running in 724228e4aeee [2020-08-17T11:12:01.148Z] ---> Running in 08f8432ea119 [2020-08-17T11:12:01.411Z] Removing intermediate container a6b81d751e97 [2020-08-17T11:12:01.411Z] ---> f8fd88b15c8f [2020-08-17T11:12:01.411Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T11:12:01.986Z] Removing intermediate container 724228e4aeee [2020-08-17T11:12:01.986Z] ---> 1a658657b518 [2020-08-17T11:12:01.986Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T11:12:02.102Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T11:12:02.102Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T11:12:02.102Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T11:12:02.102Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T11:12:02.247Z] ---> 3916863a333f [2020-08-17T11:12:02.247Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T11:12:02.511Z] Removing intermediate container 08f8432ea119 [2020-08-17T11:12:02.511Z] ---> e8fe42427144 [2020-08-17T11:12:02.511Z] [2020-08-17T11:12:02.511Z] ---> Running in dcda0b20ffc8 [2020-08-17T11:12:02.773Z] Successfully built e8fe42427144 [2020-08-17T11:12:02.773Z] ---> Running in 6e4b52debdab [2020-08-17T11:12:02.773Z] Successfully tagged docker-core-command-go:latest [2020-08-17T11:12:02.773Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-08-17T11:12:04.175Z] ---> 5c1060cf8c96 [2020-08-17T11:12:04.175Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T11:12:04.886Z] Removing intermediate container dcda0b20ffc8 [2020-08-17T11:12:04.886Z] ---> c34e1ed29d80 [2020-08-17T11:12:04.886Z] [2020-08-17T11:12:06.753Z] Successfully built c34e1ed29d80 [2020-08-17T11:12:07.015Z] Removing intermediate container 6e4b52debdab [2020-08-17T11:12:07.015Z] ---> 215542c58b2b [2020-08-17T11:12:07.015Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T11:12:07.015Z] Successfully tagged docker-support-notifications-go:latest [2020-08-17T11:12:07.015Z] Building docker-security-proxy-setup-go [2020-08-17T11:12:07.966Z]  Building docker-support-notifications-go ... done  ---> 954a8ac7f3ac [2020-08-17T11:12:07.966Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T11:12:10.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 46.6% of statements [2020-08-17T11:12:10.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T11:12:10.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T11:12:10.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T11:12:10.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T11:12:10.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T11:12:13.279Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:12:13.279Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:12:13.279Z] ---> c51383d62710 [2020-08-17T11:12:13.279Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T11:12:13.279Z] ---> Using cache [2020-08-17T11:12:13.279Z] ---> 03ff204dfebc [2020-08-17T11:12:13.279Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:12:13.279Z] ---> Using cache [2020-08-17T11:12:13.279Z] ---> 197caab7ebd6 [2020-08-17T11:12:13.279Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T11:12:14.790Z] ---> 89f34ff52a63 [2020-08-17T11:12:14.790Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T11:12:15.366Z] ---> Running in 38f4183cbed4 [2020-08-17T11:12:15.366Z] ---> eb40c0f4c862 [2020-08-17T11:12:15.366Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T11:12:18.755Z] ---> 190503c2ca07 [2020-08-17T11:12:18.755Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T11:12:18.755Z] ---> 8539b99872d0 [2020-08-17T11:12:18.755Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T11:12:18.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:12:19.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:12:19.663Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:12:19.663Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:12:19.663Z] OK: 12749 distinct packages available [2020-08-17T11:12:19.925Z] OK: 233 MiB in 51 packages [2020-08-17T11:12:20.498Z] ---> 6426e4de92ae [2020-08-17T11:12:20.498Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T11:12:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.155s coverage: 27.2% of statements [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T11:12:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T11:12:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-17T11:12:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.359s coverage: 82.5% of statements [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-17T11:12:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.073s coverage: 92.9% of statements [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-17T11:12:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-17T11:12:22.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.473s coverage: 28.6% of statements [2020-08-17T11:12:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T11:12:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T11:12:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T11:12:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T11:12:22.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T11:12:22.207Z] ---> Running in 48f3217902d8 [2020-08-17T11:12:22.207Z] ---> c2c13176223f [2020-08-17T11:12:22.207Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T11:12:24.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2020-08-17T11:12:24.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T11:12:24.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2020-08-17T11:12:24.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T11:12:25.554Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:12:25.554Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:12:25.554Z] ---> c51383d62710 [2020-08-17T11:12:25.554Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T11:12:25.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:12:25.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:12:26.085Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T11:12:26.085Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T11:12:26.085Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T11:12:26.085Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T11:12:26.350Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T11:12:26.350Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T11:12:26.350Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T11:12:26.350Z] ---> 4dd1f3b35896 [2020-08-17T11:12:26.350Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T11:12:26.615Z] ---> Using cache [2020-08-17T11:12:26.615Z] ---> 03ff204dfebc [2020-08-17T11:12:26.615Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:12:26.615Z] ---> Using cache [2020-08-17T11:12:26.615Z] ---> 197caab7ebd6 [2020-08-17T11:12:26.615Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T11:12:26.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 89.8% of statements [2020-08-17T11:12:26.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T11:12:29.169Z] Removing intermediate container 38f4183cbed4 [2020-08-17T11:12:29.169Z] ---> cbcf19739ef9 [2020-08-17T11:12:29.169Z] Step 6/21 : COPY go.mod . [2020-08-17T11:12:29.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T11:12:29.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 100.0% of statements [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T11:12:29.283Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-17T11:12:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-17T11:12:31.082Z] ---> Running in 59575a6370c6 [2020-08-17T11:12:31.082Z] ---> Running in 30d647afb41b [2020-08-17T11:12:31.082Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:12:31.082Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:12:31.082Z] ---> c51383d62710 [2020-08-17T11:12:31.082Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T11:12:31.082Z] ---> Using cache [2020-08-17T11:12:31.082Z] ---> 03ff204dfebc [2020-08-17T11:12:31.082Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:12:31.082Z] ---> Using cache [2020-08-17T11:12:31.082Z] ---> 197caab7ebd6 [2020-08-17T11:12:31.082Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T11:12:31.082Z] ---> Using cache [2020-08-17T11:12:31.082Z] ---> cbcf19739ef9 [2020-08-17T11:12:31.082Z] Step 6/20 : COPY go.mod . [2020-08-17T11:12:31.082Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T11:12:31.082Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T11:12:31.082Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T11:12:31.082Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T11:12:31.082Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T11:12:31.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 63.5% of statements [2020-08-17T11:12:31.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T11:12:31.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T11:12:31.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2020-08-17T11:12:31.342Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T11:12:31.603Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T11:12:31.603Z] ---> dd926dbc57bd [2020-08-17T11:12:31.603Z] Step 7/21 : RUN go mod download [2020-08-17T11:12:31.603Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T11:12:32.174Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T11:12:32.174Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T11:12:32.174Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T11:12:32.174Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T11:12:32.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.391s coverage: 55.9% of statements [2020-08-17T11:12:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T11:12:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T11:12:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T11:12:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T11:12:32.745Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T11:12:32.746Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T11:12:33.006Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T11:12:33.006Z] ---> Running in 4268db83938b [2020-08-17T11:12:33.006Z] ---> 1e992ed10816 [2020-08-17T11:12:33.006Z] Step 7/20 : RUN go mod download [2020-08-17T11:12:33.006Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T11:12:33.268Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T11:12:33.268Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T11:12:33.268Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T11:12:33.535Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T11:12:33.535Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T11:12:33.535Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T11:12:33.535Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T11:12:33.535Z] ---> Running in ccf5a0796a0b [2020-08-17T11:12:33.535Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T11:12:33.535Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T11:12:33.535Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T11:12:33.535Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:12:33.799Z] OK: 71 MiB in 55 packages [2020-08-17T11:12:33.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:12:34.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:12:35.007Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:12:35.007Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:12:35.007Z] OK: 12749 distinct packages available [2020-08-17T11:12:35.277Z] Removing intermediate container 30d647afb41b [2020-08-17T11:12:35.277Z] ---> c5376130ab2d [2020-08-17T11:12:35.277Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T11:12:35.277Z] OK: 233 MiB in 51 packages [2020-08-17T11:12:35.277Z] ---> Running in 37cf53ab39e5 [2020-08-17T11:12:35.853Z] Removing intermediate container 37cf53ab39e5 [2020-08-17T11:12:35.853Z] ---> c3e784c1a0ae [2020-08-17T11:12:35.853Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T11:12:39.177Z] ---> Running in 11a9fb1fad91 [2020-08-17T11:12:39.438Z] Removing intermediate container 48f3217902d8 [2020-08-17T11:12:39.438Z] ---> d31093ca0bc6 [2020-08-17T11:12:39.438Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T11:12:39.438Z] Removing intermediate container 59575a6370c6 [2020-08-17T11:12:39.438Z] ---> 4f444d570ba2 [2020-08-17T11:12:39.438Z] Step 6/22 : COPY go.mod . [2020-08-17T11:12:39.700Z] Removing intermediate container 11a9fb1fad91 [2020-08-17T11:12:39.700Z] ---> fd7f6a698c92 [2020-08-17T11:12:39.700Z] Step 25/26 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:12:39.700Z] Removing intermediate container 4268db83938b [2020-08-17T11:12:39.700Z] ---> 9b74a9f72064 [2020-08-17T11:12:39.700Z] Step 8/21 : COPY . . [2020-08-17T11:12:39.700Z] Removing intermediate container ccf5a0796a0b [2020-08-17T11:12:39.700Z] ---> a7029c8f7e08 [2020-08-17T11:12:39.700Z] Step 8/20 : COPY . . [2020-08-17T11:12:39.700Z] ---> Running in 5662b44fd3c9 [2020-08-17T11:12:39.700Z] ---> Running in d36104767997 [2020-08-17T11:12:43.938Z] ---> 3a46e9d1d52c [2020-08-17T11:12:43.938Z] Step 7/22 : RUN go mod download [2020-08-17T11:12:45.863Z] Removing intermediate container 5662b44fd3c9 [2020-08-17T11:12:45.863Z] ---> dcd2fe036d59 [2020-08-17T11:12:45.863Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T11:12:46.808Z] ---> Running in 1cc0a558c732 [2020-08-17T11:12:48.734Z] ---> Running in d985966a7fe3 [2020-08-17T11:12:49.685Z] Removing intermediate container d985966a7fe3 [2020-08-17T11:12:49.685Z] ---> d8dfd0c069c0 [2020-08-17T11:12:49.685Z] [2020-08-17T11:12:50.634Z] Successfully built d8dfd0c069c0 [2020-08-17T11:12:50.902Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-17T11:12:50.902Z] Building docker-support-logging-go [2020-08-17T11:12:52.296Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-08-17T11:12:52.556Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T11:12:55.903Z] Collecting PyYAML<4,>=3.10 [2020-08-17T11:12:55.903Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.523s coverage: 86.3% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.243s coverage: 72.2% of statements [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.361s coverage: 72.1% of statements [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.029s coverage: 96.8% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 26.9% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.341s coverage: 84.1% of statements [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 42.9% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.104s coverage: 83.8% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 46.1% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.016s coverage: 100.0% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T11:12:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2020-08-17T11:12:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T11:13:00.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.307s coverage: 29.1% of statements [2020-08-17T11:13:00.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T11:13:00.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T11:13:00.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T11:13:00.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T11:13:00.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T11:13:00.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2020-08-17T11:13:00.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T11:13:00.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2020-08-17T11:13:00.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T11:13:00.644Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.082s coverage: 0.0% of statements [2020-08-17T11:13:00.644Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T11:13:02.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2020-08-17T11:13:02.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T11:13:02.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T11:13:02.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T11:13:02.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T11:13:03.071Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2020-08-17T11:13:03.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T11:13:03.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T11:13:03.071Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-08-17T11:13:04.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements [2020-08-17T11:13:04.131Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T11:13:04.131Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T11:13:05.478Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-08-17T11:13:05.516Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T11:13:05.516Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T11:13:05.778Z] Removing intermediate container 1cc0a558c732 [2020-08-17T11:13:05.778Z] ---> 4704b722f5ab [2020-08-17T11:13:05.778Z] Step 8/22 : COPY . . [2020-08-17T11:13:06.041Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T11:13:06.041Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T11:13:06.071Z] GO111MODULE=on go vet ./... [2020-08-17T11:13:07.959Z] ---> d4c3aec03c3f [2020-08-17T11:13:07.959Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T11:13:11.270Z] 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-17T11:13:11.531Z] ---> Running in 007642652dcf [2020-08-17T11:13:11.531Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T11:13:11.531Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T11:13:12.737Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T11:13:12.737Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T11:13:14.375Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T11:13:14.375Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T11:13:14.646Z] ---> bb532d1aafa1 [2020-08-17T11:13:14.646Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T11:13:16.045Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T11:13:16.045Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T11:13:16.307Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T11:13:16.307Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T11:13:17.701Z] ---> Running in afd0a29ac75f [2020-08-17T11:13:17.963Z] 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-17T11:13:18.569Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T11:13:18.569Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T11:13:18.569Z] 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-17T11:13:18.569Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:13:18.569Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:13:18.569Z] ---> c51383d62710 [2020-08-17T11:13:18.569Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T11:13:18.569Z] ---> Using cache [2020-08-17T11:13:18.569Z] ---> 03ff204dfebc [2020-08-17T11:13:18.569Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:13:18.569Z] ---> Using cache [2020-08-17T11:13:18.569Z] ---> 197caab7ebd6 [2020-08-17T11:13:18.569Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T11:13:18.569Z] Collecting idna<2.8,>=2.5 [2020-08-17T11:13:18.569Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T11:13:19.547Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T11:13:19.547Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T11:13:19.821Z] 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-17T11:13:20.093Z] 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-17T11:13:20.093Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T11:13:20.093Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T11:13:20.093Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T11:13:20.093Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T11:13:20.364Z] ---> Running in 0857468d6130 [2020-08-17T11:13:20.364Z] Installing collected packages: PyYAML, cached-property, jsonschema, dockerpty, websocket-client, texttable, idna, urllib3, requests, docker-pycreds, docker, docopt, docker-compose [2020-08-17T11:13:20.364Z] Running setup.py install for PyYAML: started [2020-08-17T11:13:22.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:13:22.977Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T11:13:23.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:13:23.843Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:13:23.843Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:13:23.843Z] OK: 12749 distinct packages available [2020-08-17T11:13:24.122Z] Running setup.py install for dockerpty: started [2020-08-17T11:13:24.384Z] gofmt -l . [2020-08-17T11:13:24.400Z] OK: 233 MiB in 51 packages [2020-08-17T11:13:24.668Z] OK: 233 MiB in 51 packages [2020-08-17T11:13:25.241Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T11:13:25.356Z] [ "`gofmt -l .`" = "" ] [2020-08-17T11:13:25.508Z] Running setup.py install for texttable: started [2020-08-17T11:13:26.467Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T11:13:26.467Z] Attempting uninstall: idna [2020-08-17T11:13:26.467Z] Found existing installation: idna 2.9 [2020-08-17T11:13:26.467Z] Uninstalling idna-2.9: [2020-08-17T11:13:26.467Z] Successfully uninstalled idna-2.9 [2020-08-17T11:13:27.323Z] ./bin/test-go-mod-tidy.sh [2020-08-17T11:13:27.903Z] Attempting uninstall: urllib3 [2020-08-17T11:13:27.904Z] Found existing installation: urllib3 1.25.9 [2020-08-17T11:13:27.904Z] Uninstalling urllib3-1.25.9: [2020-08-17T11:13:27.904Z] Removing intermediate container 0857468d6130 [2020-08-17T11:13:27.904Z] ---> e49aa8d1b3d4 [2020-08-17T11:13:27.904Z] Step 6/21 : COPY go.mod . [2020-08-17T11:13:28.302Z] ./bin/test-attribution-txt.sh [2020-08-17T11:13:28.526Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T11:13:29.131Z] Attempting uninstall: requests [2020-08-17T11:13:29.131Z] Found existing installation: requests 2.23.0 [2020-08-17T11:13:29.131Z] Uninstalling requests-2.23.0: [2020-08-17T11:13:29.397Z] ---> d0a2450fb989 [2020-08-17T11:13:29.397Z] Step 7/21 : RUN go mod download [2020-08-17T11:13:29.397Z] Successfully uninstalled requests-2.23.0 [2020-08-17T11:13:31.346Z] ---> Running in 9bf3e4bbd997 [Pipeline] sh [2020-08-17T11:13:31.928Z] Running setup.py install for docopt: started [2020-08-17T11:13:32.205Z] ---> 63bd378809bd [2020-08-17T11:13:32.205Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T11:13:32.205Z] ---> Running in 17b304a7f857 [2020-08-17T11:13:32.328Z] + ls -al . [2020-08-17T11:13:32.328Z] total 588 [2020-08-17T11:13:32.328Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 11:13 . [2020-08-17T11:13:32.328Z] drwxr-xr-x 4 root root 4096 Aug 17 11:11 .. [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 11:09 .dockerignore [2020-08-17T11:13:32.328Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 11:09 .git [2020-08-17T11:13:32.328Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 11:09 .github [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 11:09 .gitignore [2020-08-17T11:13:32.328Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 11:09 .semver [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 11:09 .sonarcloud.properties [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 11:09 CONTRIBUTING.md [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 11:09 Dockerfile.build [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 11:09 Jenkinsfile [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 11:09 LICENSE [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 11:09 Makefile [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 11:09 README.md [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 7111 Aug 17 11:09 SECURITY.md [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 11:06 VERSION [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 11:09 ZMQWindows.md [2020-08-17T11:13:32.328Z] drwxrwxr-x 2 1001 1001 4096 Aug 17 11:09 bin [2020-08-17T11:13:32.328Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 11:09 cmd [2020-08-17T11:13:32.328Z] -rw-r--r-- 1 root root 458658 Aug 17 11:13 coverage.out [2020-08-17T11:13:32.328Z] -rw-r--r-- 1 root root 1019 Aug 17 11:13 go.mod [2020-08-17T11:13:32.328Z] -rw-r--r-- 1 root root 19185 Aug 17 11:13 go.sum [2020-08-17T11:13:32.328Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 11:09 internal [2020-08-17T11:13:32.328Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 11:09 openapi [2020-08-17T11:13:32.328Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 11:09 snap [2020-08-17T11:13:32.328Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 11:09 version.go [Pipeline] sh [2020-08-17T11:13:32.798Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T11:13:32.982Z] + '[' -e coverage.out ] [2020-08-17T11:13:32.982Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T11:13:33.041Z] Warning: overwriting stash ‘coverage-report’ [2020-08-17T11:13:33.066Z] 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-17T11:13:33.066Z] 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-17T11:13:34.114Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T11:13:34.848Z] + make build [2020-08-17T11:13:34.849Z] 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-17T11:13:35.631Z] Removing intermediate container 9bf3e4bbd997 [2020-08-17T11:13:35.631Z] ---> 17078afe7af1 [2020-08-17T11:13:35.631Z] Step 8/21 : COPY . . [2020-08-17T11:13:43.874Z] Removing intermediate container d36104767997 [2020-08-17T11:13:43.874Z] ---> 6687cf29f0cc [2020-08-17T11:13:43.875Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T11:13:44.836Z] ---> Running in 493a37367565 [2020-08-17T11:13:47.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:13:47.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:13:47.440Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T11:13:47.440Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T11:13:47.440Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T11:13:47.440Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:13:47.710Z] OK: 72 MiB in 58 packages [2020-08-17T11:13:53.279Z] 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-17T11:13:55.911Z] Removing intermediate container afd0a29ac75f [2020-08-17T11:13:55.911Z] ---> 624574ffe539 [2020-08-17T11:13:55.911Z] [2020-08-17T11:13:55.911Z] Step 10/20 : FROM alpine [2020-08-17T11:13:55.911Z] Removing intermediate container 493a37367565 [2020-08-17T11:13:55.911Z] ---> 11da51c32c5a [2020-08-17T11:13:55.911Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:13:56.194Z] latest: Pulling from library/alpine [2020-08-17T11:13:59.536Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T11:14:00.921Z] Status: Downloaded newer image for alpine:latest [2020-08-17T11:14:00.921Z] ---> a24bb4013296 [2020-08-17T11:14:00.921Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T11:14:01.501Z] ---> Running in 9138e648933e [2020-08-17T11:14:01.501Z] ---> Running in e7947069c62a [2020-08-17T11:14:01.763Z] Removing intermediate container 007642652dcf [2020-08-17T11:14:01.763Z] ---> 8cbf0c0eb890 [2020-08-17T11:14:01.763Z] [2020-08-17T11:14:01.763Z] Step 10/21 : FROM scratch [2020-08-17T11:14:01.763Z] ---> [2020-08-17T11:14:01.763Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T11:14:01.763Z] ---> 47967b6ba538 [2020-08-17T11:14:01.763Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T11:14:02.031Z] ---> Running in 032649df602c [2020-08-17T11:14:02.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:14:02.326Z] ---> Using cache [2020-08-17T11:14:02.326Z] ---> 39e519aed52f [2020-08-17T11:14:02.326Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T11:14:02.326Z] Removing intermediate container 9138e648933e [2020-08-17T11:14:02.326Z] ---> d9ca602ebd3f [2020-08-17T11:14:02.326Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T11:14:02.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:14:02.326Z] ---> Running in bc9f2013e99b [2020-08-17T11:14:02.613Z] ---> Running in 7140d4ebdab0 [2020-08-17T11:14:02.613Z] 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-17T11:14:02.613Z] Removing intermediate container bc9f2013e99b [2020-08-17T11:14:02.613Z] ---> d1ea0972f9fc [2020-08-17T11:14:02.613Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T11:14:02.613Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:14:02.613Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:14:02.613Z] OK: 12749 distinct packages available [2020-08-17T11:14:02.613Z] ---> Running in 3c494c587260 [2020-08-17T11:14:02.613Z] Removing intermediate container 7140d4ebdab0 [2020-08-17T11:14:02.613Z] ---> 812af39495fa [2020-08-17T11:14:02.613Z] Step 25/26 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:14:02.883Z] ---> Running in 473b86bcacd5 [2020-08-17T11:14:02.883Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T11:14:02.883Z] Removing intermediate container 3c494c587260 [2020-08-17T11:14:02.883Z] ---> d15808a99f65 [2020-08-17T11:14:02.883Z] Step 14/21 : WORKDIR / [2020-08-17T11:14:02.883Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T11:14:02.883Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T11:14:02.883Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T11:14:02.883Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:14:02.883Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T11:14:03.150Z] OK: 7 MiB in 18 packages [2020-08-17T11:14:03.415Z] ---> Running in 2cecb5a46005 [2020-08-17T11:14:03.415Z] Removing intermediate container 473b86bcacd5 [2020-08-17T11:14:03.415Z] ---> 8be1bc872b1e [2020-08-17T11:14:03.415Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T11:14:03.415Z] ---> Running in 9b5be2e729cd [2020-08-17T11:14:04.021Z] Removing intermediate container 2cecb5a46005 [2020-08-17T11:14:04.021Z] ---> 23086ac32e9d [2020-08-17T11:14:04.021Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T11:14:04.021Z] Removing intermediate container 9b5be2e729cd [2020-08-17T11:14:04.021Z] ---> 4323360aa6c0 [2020-08-17T11:14:04.021Z] [2020-08-17T11:14:05.661Z] 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-17T11:14:05.964Z] Successfully built 4323360aa6c0 [2020-08-17T11:14:05.964Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-17T11:14:05.964Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-08-17T11:14:09.783Z] ---> f1d6a74d8dc2 [2020-08-17T11:14:09.783Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T11:14:09.783Z] Removing intermediate container e7947069c62a [2020-08-17T11:14:09.783Z] ---> af26d669e093 [2020-08-17T11:14:09.783Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T11:14:09.959Z] 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-17T11:14:11.953Z] ---> Running in b60c155ff847 [2020-08-17T11:14:11.954Z] ---> df38e9795aac [2020-08-17T11:14:11.954Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T11:14:11.954Z] Removing intermediate container b60c155ff847 [2020-08-17T11:14:11.954Z] ---> 3f6126066029 [2020-08-17T11:14:11.954Z] Step 13/20 : WORKDIR /edgex [2020-08-17T11:14:12.224Z] ---> Running in 1a271729624c [2020-08-17T11:14:12.224Z] ---> fdffffa0b567 [2020-08-17T11:14:12.224Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:14:13.643Z] ---> Running in 969513e2fe63 [2020-08-17T11:14:13.644Z] Removing intermediate container 1a271729624c [2020-08-17T11:14:13.644Z] ---> 710ace769526 [2020-08-17T11:14:13.644Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T11:14:14.304Z] 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-17T11:14:15.075Z] Removing intermediate container 969513e2fe63 [2020-08-17T11:14:15.075Z] ---> ca3f2dec01dc [2020-08-17T11:14:15.075Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T11:14:19.327Z] ---> c67ab215dd4f [2020-08-17T11:14:19.327Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T11:14:19.327Z] ---> Running in daa9311e47c4 [2020-08-17T11:14:21.030Z] 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-17T11:14:22.001Z] 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-17T11:14:24.636Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:14:24.636Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T11:14:24.896Z] ---> c51383d62710 [2020-08-17T11:14:24.896Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T11:14:25.478Z] Removing intermediate container daa9311e47c4 [2020-08-17T11:14:25.478Z] ---> 1b889e6a0b4a [2020-08-17T11:14:25.478Z] Step 20/21 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:14:25.478Z] ---> Using cache [2020-08-17T11:14:25.478Z] ---> 03ff204dfebc [2020-08-17T11:14:25.743Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T11:14:25.743Z] ---> 8519b1b693c9 [2020-08-17T11:14:25.743Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T11:14:25.743Z] ---> Running in 172ce3052a96 [2020-08-17T11:14:25.743Z] ---> Running in d7d6a2b4eec3 [2020-08-17T11:14:25.743Z] Removing intermediate container 17b304a7f857 [2020-08-17T11:14:25.743Z] ---> a59eb5388502 [2020-08-17T11:14:25.743Z] [2020-08-17T11:14:25.743Z] Step 10/22 : FROM alpine [2020-08-17T11:14:25.743Z] ---> a24bb4013296 [2020-08-17T11:14:25.743Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T11:14:26.003Z] ---> Running in b0b0e2bb0e40 [2020-08-17T11:14:26.264Z] ---> Running in 0a842f55677c [2020-08-17T11:14:26.264Z] Removing intermediate container d7d6a2b4eec3 [2020-08-17T11:14:26.264Z] ---> 7218319b72b1 [2020-08-17T11:14:26.264Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T11:14:26.264Z] Removing intermediate container b0b0e2bb0e40 [2020-08-17T11:14:26.264Z] ---> d23afc1cbff8 [2020-08-17T11:14:26.264Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T11:14:26.292Z] 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-17T11:14:26.532Z] ---> Running in 610c07c9fdd6 [2020-08-17T11:14:26.532Z] ---> Running in 0980325c8e00 [2020-08-17T11:14:26.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:14:26.799Z] Removing intermediate container 0a842f55677c [2020-08-17T11:14:26.799Z] ---> bd0bafd8fb0a [2020-08-17T11:14:26.799Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T11:14:26.799Z] ---> Running in 8b2bf08684b1 [2020-08-17T11:14:26.799Z] Removing intermediate container 610c07c9fdd6 [2020-08-17T11:14:26.799Z] ---> 1ee19a0b3087 [2020-08-17T11:14:26.799Z] [2020-08-17T11:14:27.372Z] Successfully built 1ee19a0b3087 [2020-08-17T11:14:27.372Z] Removing intermediate container 0980325c8e00 [2020-08-17T11:14:27.372Z] ---> 091ceacd1345 [2020-08-17T11:14:27.372Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T11:14:27.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:14:27.633Z] Successfully tagged docker-core-metadata-go:latest [2020-08-17T11:14:27.633Z]  Building docker-core-metadata-go ... done v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:14:27.633Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:14:27.633Z] OK: 12749 distinct packages available [2020-08-17T11:14:27.894Z] OK: 233 MiB in 51 packages [2020-08-17T11:14:28.470Z] ---> Running in 5192b30e9981 [2020-08-17T11:14:28.470Z] Removing intermediate container 8b2bf08684b1 [2020-08-17T11:14:28.470Z] ---> 18628cdfa489 [2020-08-17T11:14:28.470Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T11:14:28.733Z] ---> Running in 973ef30510f1 [2020-08-17T11:14:28.733Z] Removing intermediate container 032649df602c [2020-08-17T11:14:28.733Z] ---> 2bc0614d243d [2020-08-17T11:14:28.733Z] [2020-08-17T11:14:28.733Z] Step 10/21 : FROM scratch [2020-08-17T11:14:28.733Z] ---> [2020-08-17T11:14:28.733Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T11:14:28.994Z] ---> Using cache [2020-08-17T11:14:28.994Z] ---> 5640a6a91d11 [2020-08-17T11:14:28.994Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T11:14:29.570Z] Removing intermediate container 5192b30e9981 [2020-08-17T11:14:29.570Z] ---> 7731e20e2524 [2020-08-17T11:14:29.570Z] Step 19/20 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:14:29.570Z] Removing intermediate container 973ef30510f1 [2020-08-17T11:14:29.570Z] ---> 1fcc1b4748f7 [2020-08-17T11:14:29.570Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:14:29.839Z] Removing intermediate container 172ce3052a96 [2020-08-17T11:14:29.839Z] ---> d0735f7bb7f3 [2020-08-17T11:14:29.839Z] Step 5/29 : COPY go.mod . [2020-08-17T11:14:29.839Z] ---> Running in 293a87cd5e59 [2020-08-17T11:14:29.839Z] ---> Running in 132e310312f0 [2020-08-17T11:14:30.102Z] ---> Running in d457fb691d7b [2020-08-17T11:14:30.364Z] Removing intermediate container 293a87cd5e59 [2020-08-17T11:14:30.364Z] ---> b6591c441ada [2020-08-17T11:14:30.364Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T11:14:30.364Z] ---> fb2922369672 [2020-08-17T11:14:30.364Z] Step 6/29 : RUN go mod download [2020-08-17T11:14:30.364Z] Removing intermediate container d457fb691d7b [2020-08-17T11:14:30.364Z] ---> 931fd20904c7 [2020-08-17T11:14:30.364Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T11:14:30.364Z] ---> Running in 32820babc064 [2020-08-17T11:14:30.364Z] ---> Running in fe7ef0db2af9 [2020-08-17T11:14:30.626Z] ---> Running in 86ea0358f48f [2020-08-17T11:14:30.894Z] Removing intermediate container 32820babc064 [2020-08-17T11:14:30.894Z] ---> 5dffa6484190 [2020-08-17T11:14:30.894Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T11:14:30.894Z] Removing intermediate container 86ea0358f48f [2020-08-17T11:14:30.894Z] ---> c1c6f41908cf [2020-08-17T11:14:30.894Z] [2020-08-17T11:14:31.157Z] Successfully built c1c6f41908cf [2020-08-17T11:14:31.157Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-17T11:14:31.157Z]  Building docker-security-proxy-setup-go ... done  ---> 8265dda0a39d [2020-08-17T11:14:31.157Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T11:14:31.158Z] Removing intermediate container 132e310312f0 [2020-08-17T11:14:31.158Z] ---> 8a744598938f [2020-08-17T11:14:31.158Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T11:14:31.420Z] ---> Running in 02746ff14577 [2020-08-17T11:14:31.684Z] ---> 2080bfdccbb5 [2020-08-17T11:14:31.684Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T11:14:31.704Z] 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-17T11:14:31.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:14:31.949Z] Removing intermediate container fe7ef0db2af9 [2020-08-17T11:14:31.949Z] ---> 30c652fa4f38 [2020-08-17T11:14:31.949Z] Step 7/29 : COPY . . [2020-08-17T11:14:32.214Z] ---> 35a1d9ff538d [2020-08-17T11:14:32.214Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T11:14:32.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:14:33.054Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T11:14:33.054Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T11:14:33.054Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T11:14:33.321Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T11:14:33.581Z] ---> 46c4d6ceeaa8 [2020-08-17T11:14:33.581Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:14:33.581Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T11:14:33.581Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:14:33.841Z] OK: 8 MiB in 19 packages [2020-08-17T11:14:34.790Z] ---> Running in b349a98c5b1f [2020-08-17T11:14:36.003Z] 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-17T11:14:37.344Z] Removing intermediate container b349a98c5b1f [2020-08-17T11:14:37.344Z] ---> 0edf37cee428 [2020-08-17T11:14:37.344Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T11:14:37.920Z] ---> Running in 3b574d6e3f24 [2020-08-17T11:14:37.920Z] Removing intermediate container 02746ff14577 [2020-08-17T11:14:37.920Z] ---> 2969f47b1f1b [2020-08-17T11:14:37.921Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T11:14:40.303Z] 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-17T11:14:41.225Z] Removing intermediate container 3b574d6e3f24 [2020-08-17T11:14:41.226Z] ---> 91c4902b3c1e [2020-08-17T11:14:41.226Z] Step 20/21 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:14:41.226Z] ---> 98615e4b7511 [2020-08-17T11:14:41.226Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T11:14:42.639Z] ---> Running in 30fe025d0e42 [2020-08-17T11:14:43.217Z] Removing intermediate container 30fe025d0e42 [2020-08-17T11:14:43.217Z] ---> 76b29976748b [2020-08-17T11:14:43.217Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T11:14:43.477Z] ---> 074b255925fc [2020-08-17T11:14:43.477Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T11:14:44.052Z] ---> Running in c78dad8906eb [2020-08-17T11:14:44.606Z] 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-17T11:14:44.645Z] ---> 53bf896534c8 [2020-08-17T11:14:44.645Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:14:44.645Z] Removing intermediate container c78dad8906eb [2020-08-17T11:14:44.645Z] ---> 72a8cf948a87 [2020-08-17T11:14:44.645Z] [2020-08-17T11:14:45.223Z] ---> Running in ab1a5647dbd7 [2020-08-17T11:14:45.223Z] Successfully built 72a8cf948a87 [2020-08-17T11:14:45.223Z] Successfully tagged docker-support-logging-go:latest [2020-08-17T11:14:46.612Z]  Building docker-support-logging-go ... done Removing intermediate container ab1a5647dbd7 [2020-08-17T11:14:46.612Z] ---> 08d8bbde0e53 [2020-08-17T11:14:46.612Z] Step 20/22 : LABEL arch=x86_64 [2020-08-17T11:14:46.612Z] ---> Running in 5ed14e92bf34 [2020-08-17T11:14:48.212Z] Removing intermediate container 5ed14e92bf34 [2020-08-17T11:14:48.212Z] ---> 088f8701cac7 [2020-08-17T11:14:48.212Z] Step 21/22 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:14:48.477Z] ---> Running in 7a475e91a4a2 [2020-08-17T11:14:48.740Z] ---> c5b170160978 [2020-08-17T11:14:48.740Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T11:14:48.740Z] ---> Running in a29651f03023 [2020-08-17T11:14:48.740Z] Removing intermediate container 7a475e91a4a2 [2020-08-17T11:14:48.740Z] ---> 0f2550934545 [2020-08-17T11:14:48.740Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T11:14:49.005Z] ---> Running in 32e1279e7847 [2020-08-17T11:14:49.005Z] Removing intermediate container 32e1279e7847 [2020-08-17T11:14:49.005Z] ---> c5797d27556b [2020-08-17T11:14:49.005Z] [2020-08-17T11:14:49.268Z] Successfully built c5797d27556b [2020-08-17T11:14:49.268Z] Successfully tagged docker-core-data-go:latest [2020-08-17T11:14:49.268Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-17T11:14:50.009Z] 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-17T11:14:53.414Z] $ docker stop --time=1 c734d2672d06f5afeab2d77f1da22115e152091ea21de5a33d118b0f01149534 [2020-08-17T11:14:55.722Z] $ docker rm -f c734d2672d06f5afeab2d77f1da22115e152091ea21de5a33d118b0f01149534 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:14:57.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T11:14:57.466Z] [2020-08-17T11:14:57.466Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:14:57.840Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T11:14:58.114Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-17T11:14:58.114Z] 29e5d40040c1: Pulling fs layer [2020-08-17T11:14:58.114Z] 1ce36da41761: Pulling fs layer [2020-08-17T11:14:58.114Z] 25b303627fd3: Pulling fs layer [2020-08-17T11:14:58.386Z] 29e5d40040c1: Verifying Checksum [2020-08-17T11:14:58.386Z] 29e5d40040c1: Download complete [2020-08-17T11:14:58.659Z] 1ce36da41761: Verifying Checksum [2020-08-17T11:14:58.659Z] 1ce36da41761: Download complete [2020-08-17T11:14:58.933Z] 29e5d40040c1: Pull complete [2020-08-17T11:14:59.534Z] Removing intermediate container a29651f03023 [2020-08-17T11:14:59.534Z] ---> edb7a81434e2 [2020-08-17T11:14:59.534Z] [2020-08-17T11:14:59.534Z] Step 9/29 : FROM alpine:latest [2020-08-17T11:14:59.534Z] ---> a24bb4013296 [2020-08-17T11:14:59.534Z] 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-17T11:14:59.534Z] ---> Running in e288b27d5707 [2020-08-17T11:14:59.534Z] Removing intermediate container e288b27d5707 [2020-08-17T11:14:59.534Z] ---> 29f42d630d75 [2020-08-17T11:14:59.534Z] Step 11/29 : USER root [2020-08-17T11:14:59.534Z] ---> Running in ab1e4b0219b7 [2020-08-17T11:14:59.534Z] Removing intermediate container ab1e4b0219b7 [2020-08-17T11:14:59.534Z] ---> 1640ce0115ed [2020-08-17T11:14:59.534Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T11:14:59.534Z] ---> Running in 9750592f06e0 [2020-08-17T11:14:59.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T11:15:00.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T11:15:00.069Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:15:00.069Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:15:00.069Z] OK: 12749 distinct packages available [2020-08-17T11:15:00.330Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T11:15:00.330Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T11:15:00.330Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:15:00.330Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T11:15:00.373Z] 1ce36da41761: Pull complete [2020-08-17T11:15:00.591Z] OK: 6 MiB in 16 packages [2020-08-17T11:15:00.644Z] 25b303627fd3: Verifying Checksum [2020-08-17T11:15:00.644Z] 25b303627fd3: Download complete [2020-08-17T11:15:01.543Z] Removing intermediate container 9750592f06e0 [2020-08-17T11:15:01.543Z] ---> c5c12f24c0b5 [2020-08-17T11:15:01.543Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T11:15:01.807Z] ---> Running in 2422af8f1324 [2020-08-17T11:15:01.807Z] Removing intermediate container 2422af8f1324 [2020-08-17T11:15:01.807Z] ---> e397f855bbb7 [2020-08-17T11:15:01.807Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T11:15:01.807Z] ---> Running in a75506df568e [2020-08-17T11:15:02.068Z] Removing intermediate container a75506df568e [2020-08-17T11:15:02.068Z] ---> 17e8fc80e61f [2020-08-17T11:15:02.068Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T11:15:02.068Z] ---> Running in 240c678470f3 [2020-08-17T11:15:03.018Z] Removing intermediate container 240c678470f3 [2020-08-17T11:15:03.018Z] ---> b548ed21e23e [2020-08-17T11:15:03.018Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T11:15:03.591Z] ---> c8f7ecfffe47 [2020-08-17T11:15:03.591Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T11:15:03.591Z] ---> 84aa78296372 [2020-08-17T11:15:03.591Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T11:15:03.854Z] ---> 9f8295c014b0 [2020-08-17T11:15:03.854Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T11:15:04.116Z] ---> 2c24e9543399 [2020-08-17T11:15:04.116Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T11:15:04.392Z] ---> 54c745c51cb1 [2020-08-17T11:15:04.392Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T11:15:04.392Z] ---> Running in 848e5498859e [2020-08-17T11:15:05.340Z] Removing intermediate container 848e5498859e [2020-08-17T11:15:05.340Z] ---> 5222429f3e96 [2020-08-17T11:15:05.340Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T11:15:05.600Z] ---> b4d1454c084f [2020-08-17T11:15:05.600Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T11:15:05.600Z] ---> Running in a39eed176a4f [2020-08-17T11:15:06.548Z] Removing intermediate container a39eed176a4f [2020-08-17T11:15:06.548Z] ---> a5b1eea57724 [2020-08-17T11:15:06.548Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T11:15:06.548Z] ---> Running in c69e0850cd61 [2020-08-17T11:15:07.490Z] Removing intermediate container c69e0850cd61 [2020-08-17T11:15:07.490Z] ---> fec0195b8296 [2020-08-17T11:15:07.490Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T11:15:07.490Z] ---> Running in 0da5688ba2c7 [2020-08-17T11:15:07.490Z] Removing intermediate container 0da5688ba2c7 [2020-08-17T11:15:07.490Z] ---> 7787955448ea [2020-08-17T11:15:07.490Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T11:15:07.752Z] ---> Running in d10fe5656145 [2020-08-17T11:15:07.752Z] Removing intermediate container d10fe5656145 [2020-08-17T11:15:07.752Z] ---> 0e84ab766ba2 [2020-08-17T11:15:07.752Z] Step 27/29 : LABEL arch=x86_64 [2020-08-17T11:15:07.752Z] ---> Running in b0b9da58fa97 [2020-08-17T11:15:08.014Z] Removing intermediate container b0b9da58fa97 [2020-08-17T11:15:08.014Z] ---> 2930077cc7a9 [2020-08-17T11:15:08.014Z] Step 28/29 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:15:08.014Z] ---> Running in b9c18037b09e [2020-08-17T11:15:08.275Z] Removing intermediate container b9c18037b09e [2020-08-17T11:15:08.275Z] ---> e18ed92e1b4f [2020-08-17T11:15:08.275Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T11:15:08.275Z] ---> Running in 284e9f51ca5d [2020-08-17T11:15:08.534Z] Removing intermediate container 284e9f51ca5d [2020-08-17T11:15:08.534Z] ---> 607410dffc91 [2020-08-17T11:15:08.534Z] [2020-08-17T11:15:08.534Z] Successfully built 607410dffc91 [2020-08-17T11:15:08.535Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-17T11:15:08.843Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-17T11:15:08.942Z] $ docker stop --time=1 6e92e3cc1c0565cda66f9592b9905f7111a8d127269fc9880d50de12b6fe2cd4 [2020-08-17T11:15:10.785Z] 25b303627fd3: Pull complete [2020-08-17T11:15:10.785Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-17T11:15:10.785Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T11:15:10.785Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T11:15:10.932Z] $ docker rm -f 6e92e3cc1c0565cda66f9592b9905f7111a8d127269fc9880d50de12b6fe2cd4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withDockerContainer [2020-08-17T11:15:11.489Z] prd-ubuntu18.04-docker-arm64-4c-16g-258 does not seem to be running inside a container [2020-08-17T11:15:11.536Z] + docker images [2020-08-17T11:15:11.536Z] + grep docker [2020-08-17T11:15:11.573Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-17T11:15:11.798Z] docker-security-secrets-setup-go latest 607410dffc91 3 seconds ago 25.1MB [2020-08-17T11:15:11.798Z] docker-core-data-go latest c5797d27556b 23 seconds ago 24.5MB [2020-08-17T11:15:11.798Z] docker-support-logging-go latest 72a8cf948a87 27 seconds ago 11.8MB [2020-08-17T11:15:11.798Z] docker-security-proxy-setup-go latest c1c6f41908cf 41 seconds ago 16.4MB [2020-08-17T11:15:11.798Z] docker-core-metadata-go latest 1ee19a0b3087 45 seconds ago 14.4MB [2020-08-17T11:15:11.798Z] docker-sys-mgmt-agent-go latest 4323360aa6c0 About a minute ago 284MB [2020-08-17T11:15:11.798Z] docker-security-secretstore-setup-go latest d8dfd0c069c0 2 minutes ago 33.9MB [2020-08-17T11:15:11.798Z] docker-support-notifications-go latest c34e1ed29d80 3 minutes ago 14.5MB [2020-08-17T11:15:11.798Z] docker-core-command-go latest e8fe42427144 3 minutes ago 13MB [2020-08-17T11:15:11.798Z] docker-support-scheduler-go latest 6594e48c758e 3 minutes ago 13.1MB [2020-08-17T11:15:11.798Z] docker latest 81f5749c9058 7 weeks ago 211MB [2020-08-17T11:15:14.770Z] $ docker top 34ab498bfb1b447ac0abb8af64b96accced08fece27c542bf6c62b831bb778c1 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-17T11:15:16.173Z] + grep parallel [2020-08-17T11:15:16.174Z] + docker-compose build --help [2020-08-17T11:15:19.545Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T11:15:19.844Z] $ docker stop --time=1 34ab498bfb1b447ac0abb8af64b96accced08fece27c542bf6c62b831bb778c1 [2020-08-17T11:15:21.750Z] $ docker rm -f 34ab498bfb1b447ac0abb8af64b96accced08fece27c542bf6c62b831bb778c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:15:22.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T11:15:22.508Z] . [Pipeline] withDockerContainer [2020-08-17T11:15:22.788Z] prd-ubuntu18.04-docker-arm64-4c-16g-258 does not seem to be running inside a container [2020-08-17T11:15:22.879Z] $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-17T11:15:24.353Z] $ docker top 9432750d5acb0be9d62b399f5e8530b22b3365626987202774db253dc5950565 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T11:15:25.353Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T11:15:29.633Z] Building docker-core-command-go ... [2020-08-17T11:15:29.633Z] Building docker-core-data-go ... [2020-08-17T11:15:29.633Z] Building docker-core-metadata-go ... [2020-08-17T11:15:29.633Z] Building docker-security-proxy-setup-go ... [2020-08-17T11:15:29.633Z] Building docker-security-secrets-setup-go ... [2020-08-17T11:15:29.633Z] Building docker-security-secretstore-setup-go ... [2020-08-17T11:15:29.633Z] Building docker-support-logging-go ... [2020-08-17T11:15:29.633Z] Building docker-support-notifications-go ... [2020-08-17T11:15:29.633Z] Building docker-support-scheduler-go ... [2020-08-17T11:15:29.633Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T11:15:29.633Z] Building docker-core-command-go [2020-08-17T11:15:29.633Z] Building docker-security-secretstore-setup-go [2020-08-17T11:15:29.633Z] Building docker-core-metadata-go [2020-08-17T11:15:29.633Z] Building docker-core-data-go [2020-08-17T11:15:29.633Z] Building docker-support-notifications-go [2020-08-17T11:17:21.402Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:17:21.402Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:17:21.402Z] ---> 2f6e6fd54baf [2020-08-17T11:17:21.402Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T11:17:21.402Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:17:21.402Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:17:21.402Z] ---> 2f6e6fd54baf [2020-08-17T11:17:21.402Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T11:17:21.402Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:17:21.402Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:17:21.402Z] ---> 2f6e6fd54baf [2020-08-17T11:17:21.402Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T11:17:21.402Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:17:21.402Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:17:21.402Z] ---> 2f6e6fd54baf [2020-08-17T11:17:21.402Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T11:17:21.402Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:17:21.402Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:17:21.402Z] ---> 2f6e6fd54baf [2020-08-17T11:17:21.402Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T11:17:23.367Z] ---> Running in 6021e4926ebf [2020-08-17T11:17:23.367Z] ---> Running in 0a22b7a254f5 [2020-08-17T11:17:23.367Z] ---> Running in 5a7d19c4bd34 [2020-08-17T11:17:23.367Z] ---> Running in 032c9a71456f [2020-08-17T11:17:23.367Z] ---> Running in d3c7d3dd65f9 [2020-08-17T11:17:23.958Z] Removing intermediate container 5a7d19c4bd34 [2020-08-17T11:17:23.958Z] ---> 745487a2b6b5 [2020-08-17T11:17:23.958Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:17:23.958Z] Removing intermediate container 0a22b7a254f5 [2020-08-17T11:17:23.958Z] ---> f5460f0958aa [2020-08-17T11:17:23.958Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:17:23.958Z] Removing intermediate container 6021e4926ebf [2020-08-17T11:17:23.958Z] ---> 113a0a134775 [2020-08-17T11:17:23.958Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:17:23.958Z] Removing intermediate container 032c9a71456f [2020-08-17T11:17:23.958Z] ---> 98c0580dd77a [2020-08-17T11:17:23.958Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:17:23.958Z] Removing intermediate container d3c7d3dd65f9 [2020-08-17T11:17:23.958Z] ---> f1264a48bf5d [2020-08-17T11:17:23.958Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:17:24.230Z] ---> Running in a456a3de5ac8 [2020-08-17T11:17:24.230Z] ---> Running in 60edebc4a87f [2020-08-17T11:17:24.230Z] ---> Running in 97c2773260e7 [2020-08-17T11:17:24.230Z] ---> Running in 961fc6c49af7 [2020-08-17T11:17:24.230Z] ---> Running in 464341fe6567 [2020-08-17T11:17:28.547Z] Removing intermediate container a456a3de5ac8 [2020-08-17T11:17:28.547Z] ---> a514b6e045db [2020-08-17T11:17:28.547Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T11:17:28.547Z] ---> Running in 7c8c6cd45df8 [2020-08-17T11:17:28.547Z] Removing intermediate container 464341fe6567 [2020-08-17T11:17:28.547Z] ---> a85de3a2955b [2020-08-17T11:17:28.547Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T11:17:28.829Z] Removing intermediate container 60edebc4a87f [2020-08-17T11:17:28.829Z] ---> 6891c8136285 [2020-08-17T11:17:28.829Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T11:17:28.829Z] ---> Running in af116690a50b [2020-08-17T11:17:29.101Z] ---> Running in 70dfd5465442 [2020-08-17T11:17:29.393Z] Removing intermediate container 97c2773260e7 [2020-08-17T11:17:29.393Z] Removing intermediate container 961fc6c49af7 [2020-08-17T11:17:29.393Z] ---> 69a29448cbce [2020-08-17T11:17:29.393Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T11:17:29.393Z] ---> 915065373afa [2020-08-17T11:17:29.393Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T11:17:29.694Z] ---> Running in 0047be1c49b6 [2020-08-17T11:17:29.694Z] ---> Running in dec1fb3854ee [2020-08-17T11:17:31.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:31.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:31.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:31.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:31.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:31.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:32.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:32.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:32.567Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:17:32.567Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:17:32.567Z] OK: 12620 distinct packages available [2020-08-17T11:17:32.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:32.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:17:33.114Z] OK: 217 MiB in 51 packages [2020-08-17T11:17:33.387Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:17:33.387Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:17:33.387Z] OK: 12620 distinct packages available [2020-08-17T11:17:33.387Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:17:33.387Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:17:33.387Z] OK: 12620 distinct packages available [2020-08-17T11:17:33.661Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:17:33.661Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:17:33.661Z] OK: 12620 distinct packages available [2020-08-17T11:17:33.661Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:17:33.661Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:17:33.661Z] OK: 12620 distinct packages available [2020-08-17T11:17:34.266Z] OK: 217 MiB in 51 packages [2020-08-17T11:17:34.266Z] OK: 217 MiB in 51 packages [2020-08-17T11:17:34.541Z] OK: 217 MiB in 51 packages [2020-08-17T11:17:34.541Z] OK: 217 MiB in 51 packages [2020-08-17T11:17:35.159Z] Removing intermediate container 7c8c6cd45df8 [2020-08-17T11:17:35.159Z] ---> ffabd948e6e7 [2020-08-17T11:17:35.159Z] Step 6/23 : COPY go.mod . [2020-08-17T11:17:36.135Z] Removing intermediate container 70dfd5465442 [2020-08-17T11:17:36.135Z] ---> 72b9b06927b0 [2020-08-17T11:17:36.135Z] Step 6/26 : COPY go.mod . [2020-08-17T11:17:36.408Z] Removing intermediate container af116690a50b [2020-08-17T11:17:36.408Z] ---> 069b5d97357e [2020-08-17T11:17:36.408Z] Step 6/21 : COPY go.mod . [2020-08-17T11:17:36.408Z] ---> 7f4d2c00b439 [2020-08-17T11:17:36.408Z] Step 7/23 : RUN go mod download [2020-08-17T11:17:36.408Z] Removing intermediate container dec1fb3854ee [2020-08-17T11:17:36.408Z] ---> 7161c1c5f7b4 [2020-08-17T11:17:36.408Z] Step 6/22 : COPY go.mod . [2020-08-17T11:17:36.685Z] Removing intermediate container 0047be1c49b6 [2020-08-17T11:17:36.685Z] ---> 0db54708af49 [2020-08-17T11:17:36.685Z] Step 6/21 : COPY go.mod . [2020-08-17T11:17:36.685Z] ---> Running in 6be89ab4f9f7 [2020-08-17T11:17:37.305Z] ---> c9d271adc1ac [2020-08-17T11:17:37.305Z] Step 7/26 : RUN go mod download [2020-08-17T11:17:37.305Z] ---> b58a69c2a94e [2020-08-17T11:17:37.305Z] Step 7/21 : RUN go mod download [2020-08-17T11:17:37.581Z] ---> Running in 30ddecbc7ba2 [2020-08-17T11:17:37.581Z] ---> Running in 7c33efca5f36 [2020-08-17T11:17:37.854Z] ---> 2b358beb34f8 [2020-08-17T11:17:37.854Z] Step 7/22 : RUN go mod download [2020-08-17T11:17:37.854Z] ---> 98008975f91e [2020-08-17T11:17:37.854Z] Step 7/21 : RUN go mod download [2020-08-17T11:17:38.136Z] ---> Running in cdfc4ea4f55c [2020-08-17T11:17:38.136Z] ---> Running in bb11ae8a3c00 [2020-08-17T11:17:41.531Z] Removing intermediate container 6be89ab4f9f7 [2020-08-17T11:17:41.531Z] ---> 3412e2be5531 [2020-08-17T11:17:41.531Z] Step 8/23 : COPY . . [2020-08-17T11:17:42.521Z] Removing intermediate container 30ddecbc7ba2 [2020-08-17T11:17:42.521Z] ---> a7627d91a5f6 [2020-08-17T11:17:42.521Z] Step 8/26 : COPY . . [2020-08-17T11:17:43.970Z] Removing intermediate container 7c33efca5f36 [2020-08-17T11:17:43.970Z] ---> 091e0b2914a3 [2020-08-17T11:17:43.970Z] Step 8/21 : COPY . . [2020-08-17T11:17:44.245Z] Removing intermediate container bb11ae8a3c00 [2020-08-17T11:17:44.245Z] ---> 86fd282ccb24 [2020-08-17T11:17:44.245Z] Step 8/21 : COPY . . [2020-08-17T11:17:44.245Z] Removing intermediate container cdfc4ea4f55c [2020-08-17T11:17:44.245Z] ---> 4059458e50f7 [2020-08-17T11:17:44.245Z] Step 8/22 : COPY . . [2020-08-17T11:18:16.593Z] ---> 0ee39a311cc3 [2020-08-17T11:18:16.593Z] 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-17T11:18:16.593Z] ---> 0e014e13ebd7 [2020-08-17T11:18:16.593Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T11:18:16.593Z] ---> 7559a42439c5 [2020-08-17T11:18:16.593Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T11:18:16.593Z] ---> 892539c4df0d [2020-08-17T11:18:16.593Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T11:18:16.593Z] ---> dfc1d5821315 [2020-08-17T11:18:16.593Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T11:18:16.593Z] ---> Running in ab7c8d6a0da5 [2020-08-17T11:18:16.593Z] ---> Running in 2d99878ddac5 [2020-08-17T11:18:16.593Z] ---> Running in 0a5617de4d8b [2020-08-17T11:18:16.593Z] ---> Running in f21e5cdb5c05 [2020-08-17T11:18:16.593Z] ---> Running in 4ff8bf99f291 [2020-08-17T11:18:16.593Z] 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-17T11:18:16.593Z] 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-17T11:18:16.593Z] 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-17T11:18:16.593Z] 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-17T11:18:16.593Z] 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-17T11:19:38.389Z] 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-17T11:19:48.556Z] 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-17T11:20:06.871Z] Removing intermediate container ab7c8d6a0da5 [2020-08-17T11:20:06.871Z] ---> 5e0a9c07de62 [2020-08-17T11:20:06.871Z] [2020-08-17T11:20:06.871Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T11:20:06.871Z] 3.10: Pulling from library/alpine [2020-08-17T11:20:07.469Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T11:20:07.469Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T11:20:07.469Z] ---> 536a684cf733 [2020-08-17T11:20:07.469Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T11:20:09.465Z] ---> Running in ba5ca9258f29 [2020-08-17T11:20:09.465Z] Removing intermediate container f21e5cdb5c05 [2020-08-17T11:20:09.465Z] ---> 2a28e466434d [2020-08-17T11:20:09.465Z] [2020-08-17T11:20:09.465Z] Step 10/21 : FROM scratch [2020-08-17T11:20:09.465Z] ---> [2020-08-17T11:20:09.465Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T11:20:09.742Z] ---> Running in c7c09843a3a0 [2020-08-17T11:20:11.209Z] Removing intermediate container c7c09843a3a0 [2020-08-17T11:20:11.209Z] ---> 08073b49558d [2020-08-17T11:20:11.209Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T11:20:11.482Z] ---> Running in ba69b6074abb [2020-08-17T11:20:12.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:20:12.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:20:13.012Z] Removing intermediate container ba69b6074abb [2020-08-17T11:20:13.012Z] ---> 3b1d4152ef48 [2020-08-17T11:20:13.012Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T11:20:13.297Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T11:20:13.297Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T11:20:13.297Z] OK: 10167 distinct packages available [2020-08-17T11:20:13.297Z] ---> Running in 3d018eaf8f52 [2020-08-17T11:20:13.580Z] Removing intermediate container 2d99878ddac5 [2020-08-17T11:20:13.580Z] ---> bef9f5bdc430 [2020-08-17T11:20:13.580Z] [2020-08-17T11:20:13.580Z] Step 10/23 : FROM scratch [2020-08-17T11:20:13.580Z] ---> [2020-08-17T11:20:13.580Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T11:20:13.860Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T11:20:13.860Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T11:20:13.860Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T11:20:13.860Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T11:20:13.860Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T11:20:13.860Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T11:20:14.140Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T11:20:14.140Z] ---> Running in eb1f5116bc08 [2020-08-17T11:20:14.415Z] OK: 7 MiB in 19 packages [2020-08-17T11:20:14.415Z] Removing intermediate container 3d018eaf8f52 [2020-08-17T11:20:14.415Z] ---> 7ae4554f8056 [2020-08-17T11:20:14.415Z] Step 14/21 : WORKDIR / [2020-08-17T11:20:14.690Z] ---> Running in 6373e9cadc15 [2020-08-17T11:20:14.964Z] Removing intermediate container eb1f5116bc08 [2020-08-17T11:20:14.964Z] ---> 47118396fca6 [2020-08-17T11:20:14.964Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T11:20:15.236Z] ---> Running in 2365b3abf2ce [2020-08-17T11:20:15.509Z] Removing intermediate container 6373e9cadc15 [2020-08-17T11:20:15.509Z] ---> 8090b36cdf6d [2020-08-17T11:20:15.509Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T11:20:16.099Z] Removing intermediate container 2365b3abf2ce [2020-08-17T11:20:16.099Z] ---> be705b258d5d [2020-08-17T11:20:16.099Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T11:20:16.379Z] ---> Running in 97fd2a66edd2 [2020-08-17T11:20:16.978Z] ---> 6548f43e40f0 [2020-08-17T11:20:16.978Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T11:20:16.978Z] Removing intermediate container ba5ca9258f29 [2020-08-17T11:20:16.978Z] ---> 8c191cbaae87 [2020-08-17T11:20:16.978Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T11:20:17.588Z] ---> Running in 66d360a5f135 [2020-08-17T11:20:17.862Z] Removing intermediate container 97fd2a66edd2 [2020-08-17T11:20:17.862Z] ---> 1feb2cbb9ca1 [2020-08-17T11:20:17.862Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T11:20:18.840Z] Removing intermediate container 66d360a5f135 [2020-08-17T11:20:18.840Z] ---> df9f607ad944 [2020-08-17T11:20:18.840Z] Step 13/26 : WORKDIR / [2020-08-17T11:20:19.112Z] ---> Running in dc1d4c3406dc [2020-08-17T11:20:19.390Z] ---> 97270362bda3 [2020-08-17T11:20:19.390Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T11:20:19.390Z] ---> 64b2362f3b66 [2020-08-17T11:20:19.390Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T11:20:19.667Z] Removing intermediate container 0a5617de4d8b [2020-08-17T11:20:19.667Z] ---> 02fdfff3a86b [2020-08-17T11:20:19.667Z] [2020-08-17T11:20:19.667Z] Step 10/21 : FROM scratch [2020-08-17T11:20:19.667Z] ---> [2020-08-17T11:20:19.667Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T11:20:19.950Z] ---> Using cache [2020-08-17T11:20:19.950Z] ---> 08073b49558d [2020-08-17T11:20:19.950Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T11:20:20.227Z] ---> Running in 8bd3c16bb5d4 [2020-08-17T11:20:20.227Z] Removing intermediate container dc1d4c3406dc [2020-08-17T11:20:20.227Z] ---> 1e4ca0561d60 [2020-08-17T11:20:20.227Z] 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-17T11:20:21.212Z] ---> ebfe8dd54865 [2020-08-17T11:20:21.212Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:20:21.212Z] Removing intermediate container 8bd3c16bb5d4 [2020-08-17T11:20:21.212Z] ---> e6375222153d [2020-08-17T11:20:21.212Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T11:20:21.212Z] ---> 27a94f4399a3 [2020-08-17T11:20:21.212Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T11:20:21.485Z] ---> Running in fb5a6c122845 [2020-08-17T11:20:21.485Z] ---> Running in 03bc9e57466c [2020-08-17T11:20:21.775Z] ---> 134cbd4f23e0 [2020-08-17T11:20:21.775Z] 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-17T11:20:22.374Z] Removing intermediate container 03bc9e57466c [2020-08-17T11:20:22.374Z] ---> 10dd30533d14 [2020-08-17T11:20:22.374Z] Step 14/21 : WORKDIR / [2020-08-17T11:20:22.646Z] Removing intermediate container fb5a6c122845 [2020-08-17T11:20:22.646Z] ---> 429c8e29d659 [2020-08-17T11:20:22.646Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T11:20:22.646Z] ---> Running in 61c23e7ee877 [2020-08-17T11:20:22.920Z] ---> Running in fbe201f0d269 [2020-08-17T11:20:22.920Z] ---> 6409661a8c34 [2020-08-17T11:20:22.920Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T11:20:23.544Z] ---> 7356cba5c54f [2020-08-17T11:20:23.544Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T11:20:23.544Z] Removing intermediate container 61c23e7ee877 [2020-08-17T11:20:23.544Z] ---> eb2497d675ec [2020-08-17T11:20:23.544Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T11:20:23.817Z] Removing intermediate container fbe201f0d269 [2020-08-17T11:20:23.817Z] ---> f6bd35ea04e9 [2020-08-17T11:20:23.817Z] Step 20/21 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:20:24.102Z] ---> 10e20dc0845b [2020-08-17T11:20:24.102Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T11:20:24.102Z] ---> Running in 41d76a5042cd [2020-08-17T11:20:24.696Z] ---> 2270d9bc5bb6 [2020-08-17T11:20:24.696Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T11:20:24.696Z] ---> f84d50564728 [2020-08-17T11:20:24.696Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T11:20:24.696Z] Removing intermediate container 41d76a5042cd [2020-08-17T11:20:24.696Z] ---> 245de255d716 [2020-08-17T11:20:24.696Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T11:20:25.290Z] ---> Running in 53f04bd234e9 [2020-08-17T11:20:25.290Z] ---> 92e1dfa11fae [2020-08-17T11:20:25.290Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T11:20:25.897Z] Removing intermediate container 53f04bd234e9 [2020-08-17T11:20:25.897Z] ---> 387356cbfb8b [2020-08-17T11:20:25.897Z] [2020-08-17T11:20:26.891Z] Successfully built 387356cbfb8b [2020-08-17T11:20:26.891Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-17T11:20:26.891Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-08-17T11:20:27.170Z] ---> 17ecb9e08f26 [2020-08-17T11:20:27.170Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T11:20:27.451Z] ---> 4b4e044ead65 [2020-08-17T11:20:27.451Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T11:20:27.732Z] ---> 6e55ed194988 [2020-08-17T11:20:27.732Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T11:20:29.719Z] ---> f311c82eafe0 [2020-08-17T11:20:29.719Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:20:30.330Z] ---> ebf35f2d3cab [2020-08-17T11:20:30.330Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:20:31.309Z] ---> 7c93c168587e [2020-08-17T11:20:31.309Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T11:20:31.309Z] ---> Running in 5d227da59e78 [2020-08-17T11:20:31.585Z] ---> Running in aba231b1b50e [2020-08-17T11:20:32.568Z] Removing intermediate container 5d227da59e78 [2020-08-17T11:20:32.568Z] ---> f1b6edcadf3e [2020-08-17T11:20:32.568Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T11:20:34.027Z] Removing intermediate container aba231b1b50e [2020-08-17T11:20:34.027Z] ---> 5be610a00bbc [2020-08-17T11:20:34.027Z] Step 21/23 : LABEL arch=arm64 [2020-08-17T11:20:34.027Z] ---> cb83a55b9009 [2020-08-17T11:20:34.027Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T11:20:34.309Z] ---> Running in ae556a46a6a3 [2020-08-17T11:20:34.588Z] ---> Running in cc2162aef4be [2020-08-17T11:20:35.201Z] ---> 6b190028cb8a [2020-08-17T11:20:35.201Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T11:20:35.201Z] Removing intermediate container ae556a46a6a3 [2020-08-17T11:20:35.201Z] ---> 2c3ae6f5719f [2020-08-17T11:20:35.201Z] Step 20/21 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:20:35.496Z] ---> Running in e5f579234082 [2020-08-17T11:20:35.496Z] ---> Running in 53ad219a9c1d [2020-08-17T11:20:35.496Z] Removing intermediate container cc2162aef4be [2020-08-17T11:20:35.496Z] ---> 09ba4b629d9a [2020-08-17T11:20:35.496Z] Step 22/23 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:20:36.119Z] Removing intermediate container 4ff8bf99f291 [2020-08-17T11:20:36.119Z] ---> 341279ecf2d1 [2020-08-17T11:20:36.119Z] [2020-08-17T11:20:36.119Z] Step 10/22 : FROM alpine [2020-08-17T11:20:36.119Z] latest: Pulling from library/alpine [2020-08-17T11:20:36.415Z] ---> Running in d3a741630e9f [2020-08-17T11:20:36.695Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T11:20:36.695Z] Status: Downloaded newer image for alpine:latest [2020-08-17T11:20:36.695Z] Removing intermediate container 53ad219a9c1d [2020-08-17T11:20:36.695Z] ---> b8b50396470f [2020-08-17T11:20:36.695Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T11:20:36.695Z] ---> 62ee0e9f8440 [2020-08-17T11:20:36.695Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T11:20:37.314Z] ---> Running in ae2978ab28c2 [2020-08-17T11:20:37.314Z] ---> Running in 0079d8cbc7fd [2020-08-17T11:20:37.592Z] Removing intermediate container d3a741630e9f [2020-08-17T11:20:37.592Z] ---> 9197e3fab42a [2020-08-17T11:20:37.592Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T11:20:38.247Z] ---> Running in 129e931c6e92 [2020-08-17T11:20:38.522Z] Removing intermediate container 0079d8cbc7fd [2020-08-17T11:20:38.522Z] ---> 2083c15d7023 [2020-08-17T11:20:38.522Z] [2020-08-17T11:20:38.522Z] Removing intermediate container ae2978ab28c2 [2020-08-17T11:20:38.522Z] ---> f5aa274588a7 [2020-08-17T11:20:38.522Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T11:20:39.128Z] Successfully built 2083c15d7023 [2020-08-17T11:20:39.128Z] Removing intermediate container 129e931c6e92 [2020-08-17T11:20:39.128Z] ---> 220f2605e8b8 [2020-08-17T11:20:39.128Z] [2020-08-17T11:20:39.128Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-17T11:20:39.128Z] Building docker-security-proxy-setup-go [2020-08-17T11:20:39.402Z]  Building docker-core-metadata-go ... done  ---> Running in ad5c09c98aa7 [2020-08-17T11:20:39.678Z] Successfully built 220f2605e8b8 [2020-08-17T11:20:39.678Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-17T11:20:39.678Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-08-17T11:20:39.951Z] Removing intermediate container e5f579234082 [2020-08-17T11:20:39.951Z] ---> 84a8cc162c98 [2020-08-17T11:20:39.951Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T11:20:40.223Z] Removing intermediate container ad5c09c98aa7 [2020-08-17T11:20:40.223Z] ---> 12bd781163bf [2020-08-17T11:20:40.223Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T11:20:40.503Z] ---> Running in 3d095ae177d7 [2020-08-17T11:20:40.503Z] ---> Running in 732ccee9a132 [2020-08-17T11:20:40.787Z] Removing intermediate container 3d095ae177d7 [2020-08-17T11:20:40.787Z] ---> 71aec5a839cb [2020-08-17T11:20:40.787Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T11:20:41.069Z] Removing intermediate container 732ccee9a132 [2020-08-17T11:20:41.069Z] ---> 1f5198d4cbeb [2020-08-17T11:20:41.069Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:20:41.344Z] ---> Running in ed80dcd7ae39 [2020-08-17T11:20:41.624Z] ---> Running in ff736118f70f [2020-08-17T11:20:42.221Z] Removing intermediate container ed80dcd7ae39 [2020-08-17T11:20:42.221Z] ---> 49d75dd6acdf [2020-08-17T11:20:42.221Z] Step 25/26 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:20:43.657Z] ---> Running in e5064e345507 [2020-08-17T11:20:44.652Z] Removing intermediate container e5064e345507 [2020-08-17T11:20:44.652Z] ---> 5834041aa224 [2020-08-17T11:20:44.652Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T11:20:45.648Z] ---> Running in 0467c962c677 [2020-08-17T11:20:47.078Z] Removing intermediate container 0467c962c677 [2020-08-17T11:20:47.078Z] ---> 046d491ad936 [2020-08-17T11:20:47.078Z] [2020-08-17T11:20:47.713Z] Successfully built 046d491ad936 [2020-08-17T11:20:47.713Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-17T11:20:47.713Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-08-17T11:20:47.713Z] Removing intermediate container ff736118f70f [2020-08-17T11:20:47.713Z] ---> 5fc783e01be9 [2020-08-17T11:20:47.713Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T11:20:48.704Z] ---> Running in 273d8e4929cd [2020-08-17T11:20:50.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:20:50.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:20:51.437Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T11:20:51.709Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T11:20:51.709Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T11:20:51.988Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T11:20:51.988Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T11:20:51.988Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:20:51.988Z] OK: 8 MiB in 19 packages [2020-08-17T11:20:56.313Z] Removing intermediate container 273d8e4929cd [2020-08-17T11:20:56.313Z] ---> fc8d850e9871 [2020-08-17T11:20:56.313Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T11:20:58.300Z] ---> d1c491b2e481 [2020-08-17T11:20:58.300Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T11:21:00.951Z] ---> 22b014d1047f [2020-08-17T11:21:00.951Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T11:21:02.925Z] ---> 3c42d26b44cb [2020-08-17T11:21:02.925Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:21:02.925Z] ---> Running in f70ec7b3334f [2020-08-17T11:21:03.899Z] Removing intermediate container f70ec7b3334f [2020-08-17T11:21:03.899Z] ---> 9a15880787d8 [2020-08-17T11:21:03.899Z] Step 20/22 : LABEL arch=arm64 [2020-08-17T11:21:03.899Z] ---> Running in b931af428dc5 [2020-08-17T11:21:04.494Z] Removing intermediate container b931af428dc5 [2020-08-17T11:21:04.494Z] ---> d1163f11a425 [2020-08-17T11:21:04.494Z] Step 21/22 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:21:04.766Z] ---> Running in 8bd96303b3d1 [2020-08-17T11:21:05.366Z] Removing intermediate container 8bd96303b3d1 [2020-08-17T11:21:05.366Z] ---> 000243852c26 [2020-08-17T11:21:05.366Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T11:21:05.636Z] ---> Running in fe428e1b9f14 [2020-08-17T11:21:06.235Z] Removing intermediate container fe428e1b9f14 [2020-08-17T11:21:06.235Z] ---> fb3dc736b394 [2020-08-17T11:21:06.235Z] [2020-08-17T11:21:06.835Z] Successfully built fb3dc736b394 [2020-08-17T11:21:06.835Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-17T11:21:06.835Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-08-17T11:21:13.541Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:21:13.541Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:21:13.541Z] ---> 2f6e6fd54baf [2020-08-17T11:21:13.541Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T11:21:13.541Z] ---> Using cache [2020-08-17T11:21:13.541Z] ---> f1264a48bf5d [2020-08-17T11:21:13.541Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:21:13.541Z] ---> Using cache [2020-08-17T11:21:13.541Z] ---> a85de3a2955b [2020-08-17T11:21:13.541Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T11:21:15.526Z] ---> Running in 1b75afc19a20 [2020-08-17T11:21:17.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:21:17.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:21:18.749Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:21:18.749Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:21:18.749Z] OK: 12620 distinct packages available [2020-08-17T11:21:19.343Z] OK: 217 MiB in 51 packages [2020-08-17T11:21:22.738Z] Removing intermediate container 1b75afc19a20 [2020-08-17T11:21:22.738Z] ---> d07e18ec8935 [2020-08-17T11:21:22.738Z] Step 6/26 : COPY go.mod . [2020-08-17T11:21:24.182Z] ---> 0433e25b9546 [2020-08-17T11:21:24.182Z] Step 7/26 : RUN go mod download [2020-08-17T11:21:24.458Z] ---> Running in 989f0eb38017 [2020-08-17T11:21:28.777Z] Removing intermediate container 989f0eb38017 [2020-08-17T11:21:28.777Z] ---> 438b332d20a8 [2020-08-17T11:21:28.777Z] Step 8/26 : COPY . . [2020-08-17T11:21:50.951Z] ---> a44be60f28d0 [2020-08-17T11:21:50.951Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T11:21:50.951Z] ---> Running in 0539a5904efb [2020-08-17T11:21:52.387Z] 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-17T11:21:55.780Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:21:55.780Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T11:21:55.780Z] ---> 2f6e6fd54baf [2020-08-17T11:21:55.780Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T11:21:55.780Z] ---> Using cache [2020-08-17T11:21:55.780Z] ---> f1264a48bf5d [2020-08-17T11:21:55.780Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T11:21:55.780Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:21:55.780Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:21:55.780Z] ---> 2f6e6fd54baf [2020-08-17T11:21:55.780Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T11:21:55.780Z] ---> Using cache [2020-08-17T11:21:55.780Z] ---> f1264a48bf5d [2020-08-17T11:21:55.780Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:21:55.780Z] ---> Using cache [2020-08-17T11:21:55.780Z] ---> a85de3a2955b [2020-08-17T11:21:55.780Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T11:21:55.780Z] ---> Using cache [2020-08-17T11:21:55.780Z] ---> 069b5d97357e [2020-08-17T11:21:55.780Z] Step 6/20 : COPY go.mod . [2020-08-17T11:21:55.780Z] ---> Using cache [2020-08-17T11:21:55.780Z] ---> b58a69c2a94e [2020-08-17T11:21:55.780Z] Step 7/20 : RUN go mod download [2020-08-17T11:21:55.780Z] ---> Using cache [2020-08-17T11:21:55.780Z] ---> 091e0b2914a3 [2020-08-17T11:21:55.780Z] Step 8/20 : COPY . . [2020-08-17T11:21:55.780Z] ---> Using cache [2020-08-17T11:21:55.780Z] ---> dfc1d5821315 [2020-08-17T11:21:55.780Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T11:21:56.052Z] ---> Running in 538d79c2db49 [2020-08-17T11:21:56.052Z] ---> Running in 7c286bc41f25 [2020-08-17T11:21:58.681Z] 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-17T11:21:59.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:22:00.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:22:01.243Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:22:01.243Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:22:01.243Z] OK: 12620 distinct packages available [2020-08-17T11:22:01.970Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:22:01.970Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:22:01.970Z] ---> 2f6e6fd54baf [2020-08-17T11:22:01.970Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T11:22:01.970Z] ---> Using cache [2020-08-17T11:22:01.970Z] ---> f1264a48bf5d [2020-08-17T11:22:01.970Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:22:01.970Z] ---> Using cache [2020-08-17T11:22:01.970Z] ---> a85de3a2955b [2020-08-17T11:22:01.970Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T11:22:01.970Z] ---> Using cache [2020-08-17T11:22:01.970Z] ---> 069b5d97357e [2020-08-17T11:22:01.970Z] Step 6/20 : COPY go.mod . [2020-08-17T11:22:01.970Z] ---> Using cache [2020-08-17T11:22:01.970Z] ---> b58a69c2a94e [2020-08-17T11:22:01.970Z] Step 7/20 : RUN go mod download [2020-08-17T11:22:01.970Z] ---> Using cache [2020-08-17T11:22:01.970Z] ---> 091e0b2914a3 [2020-08-17T11:22:01.970Z] Step 8/20 : COPY . . [2020-08-17T11:22:01.970Z] ---> Using cache [2020-08-17T11:22:01.970Z] ---> dfc1d5821315 [2020-08-17T11:22:01.970Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T11:22:02.339Z] ---> Running in e39a0a6c694e [2020-08-17T11:22:02.724Z] OK: 217 MiB in 51 packages [2020-08-17T11:22:05.676Z] Removing intermediate container 538d79c2db49 [2020-08-17T11:22:05.676Z] ---> ca8038088480 [2020-08-17T11:22:05.676Z] Step 5/29 : COPY go.mod . [2020-08-17T11:22:06.291Z] 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-17T11:22:07.376Z] ---> 828e57b5bd4d [2020-08-17T11:22:07.376Z] Step 6/29 : RUN go mod download [2020-08-17T11:22:07.656Z] ---> Running in f1b8c86f6838 [2020-08-17T11:22:13.157Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T11:22:13.157Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T11:22:13.157Z] ---> 2f6e6fd54baf [2020-08-17T11:22:13.157Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T11:22:13.157Z] ---> Using cache [2020-08-17T11:22:13.157Z] ---> f1264a48bf5d [2020-08-17T11:22:13.157Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T11:22:13.157Z] ---> Using cache [2020-08-17T11:22:13.157Z] ---> a85de3a2955b [2020-08-17T11:22:13.157Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T11:22:13.432Z] ---> Running in e87fff8f7422 [2020-08-17T11:22:14.451Z] Removing intermediate container f1b8c86f6838 [2020-08-17T11:22:14.451Z] ---> 1b17610ea89d [2020-08-17T11:22:14.451Z] Step 7/29 : COPY . . [2020-08-17T11:22:16.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:22:17.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:22:18.392Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:22:18.392Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:22:18.392Z] OK: 12620 distinct packages available [2020-08-17T11:22:19.375Z] OK: 217 MiB in 51 packages [2020-08-17T11:22:20.359Z] OK: 217 MiB in 51 packages [2020-08-17T11:22:25.786Z] Removing intermediate container e87fff8f7422 [2020-08-17T11:22:25.786Z] ---> ff09bb790821 [2020-08-17T11:22:25.786Z] Step 6/21 : COPY go.mod . [2020-08-17T11:22:26.395Z] ---> 1e9c0f6b570c [2020-08-17T11:22:26.395Z] Step 7/21 : RUN go mod download [2020-08-17T11:22:26.676Z] ---> Running in 4259d7ad70a1 [2020-08-17T11:22:33.400Z] Removing intermediate container 4259d7ad70a1 [2020-08-17T11:22:33.400Z] ---> b9327cf5a627 [2020-08-17T11:22:33.400Z] Step 8/21 : COPY . . [2020-08-17T11:22:40.130Z] ---> e3c9df0fdcba [2020-08-17T11:22:40.130Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T11:22:40.734Z] ---> Running in 0d7044de4284 [2020-08-17T11:22:43.368Z] 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-17T11:23:01.698Z] ---> cba14ff2e96a [2020-08-17T11:23:01.698Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T11:23:01.698Z] ---> Running in a46191b59c57 [2020-08-17T11:23:02.304Z] 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-17T11:23:24.485Z] Removing intermediate container 0539a5904efb [2020-08-17T11:23:24.485Z] ---> 670e41c76be9 [2020-08-17T11:23:24.485Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T11:23:24.485Z] ---> Running in 1c488d733d4c [2020-08-17T11:23:26.491Z] 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-17T11:23:26.766Z] Removing intermediate container 7c286bc41f25 [2020-08-17T11:23:26.766Z] ---> 9e3875fe4215 [2020-08-17T11:23:26.766Z] [2020-08-17T11:23:26.766Z] Step 10/20 : FROM alpine [2020-08-17T11:23:26.766Z] ---> 62ee0e9f8440 [2020-08-17T11:23:26.766Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T11:23:27.044Z] ---> Running in 999cfaf179c1 [2020-08-17T11:23:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:23:29.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:23:30.657Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:23:30.657Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:23:30.657Z] OK: 12620 distinct packages available [2020-08-17T11:23:31.642Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T11:23:31.642Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T11:23:31.642Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T11:23:31.642Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T11:23:31.642Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:23:31.642Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T11:23:31.915Z] OK: 7 MiB in 18 packages [2020-08-17T11:23:33.900Z] Removing intermediate container 1c488d733d4c [2020-08-17T11:23:33.900Z] ---> 3f59392277c6 [2020-08-17T11:23:33.900Z] [2020-08-17T11:23:33.900Z] Step 11/26 : FROM docker:latest [2020-08-17T11:23:33.900Z] ---> ce9d55ae87f1 [2020-08-17T11:23:33.900Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T11:23:33.900Z] ---> Running in 2b14110e2d09 [2020-08-17T11:23:34.537Z] Removing intermediate container 999cfaf179c1 [2020-08-17T11:23:34.537Z] ---> 0731690eba30 [2020-08-17T11:23:34.537Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T11:23:34.815Z] ---> Running in 4aa1cf3a87c2 [2020-08-17T11:23:35.813Z] Removing intermediate container 4aa1cf3a87c2 [2020-08-17T11:23:35.813Z] ---> 82e6eff85aeb [2020-08-17T11:23:35.813Z] Step 13/20 : WORKDIR /edgex [2020-08-17T11:23:35.813Z] ---> Running in c97bf475b44f [2020-08-17T11:23:36.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:23:36.419Z] Removing intermediate container c97bf475b44f [2020-08-17T11:23:36.419Z] ---> 724459862eb4 [2020-08-17T11:23:36.419Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T11:23:36.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:23:37.307Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T11:23:37.307Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T11:23:37.584Z] Executing bash-5.0.17-r0.post-install [2020-08-17T11:23:37.584Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:23:37.584Z] OK: 12 MiB in 22 packages [2020-08-17T11:23:37.584Z] ---> 168f1c374dcf [2020-08-17T11:23:37.584Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T11:23:39.591Z] ---> 18bc5ef0432f [2020-08-17T11:23:39.591Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T11:23:39.875Z] Removing intermediate container 2b14110e2d09 [2020-08-17T11:23:39.875Z] ---> 9da3fd0f25d9 [2020-08-17T11:23:39.875Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T11:23:39.875Z] ---> Running in e7811e40367f [2020-08-17T11:23:39.875Z] ---> Running in 9694073bfd8b [2020-08-17T11:23:40.877Z] Removing intermediate container e7811e40367f [2020-08-17T11:23:40.877Z] ---> 137562484ec5 [2020-08-17T11:23:40.877Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T11:23:40.877Z] ---> Running in 1fce4b0e254c [2020-08-17T11:23:41.874Z] Removing intermediate container 1fce4b0e254c [2020-08-17T11:23:41.874Z] ---> 4b99400b9959 [2020-08-17T11:23:41.874Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T11:23:41.874Z] ---> Running in c8f4871b838c [2020-08-17T11:23:42.487Z] Removing intermediate container c8f4871b838c [2020-08-17T11:23:42.488Z] ---> e13a2786878d [2020-08-17T11:23:42.488Z] Step 19/20 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:23:42.767Z] ---> Running in 19cb74f0b5d7 [2020-08-17T11:23:43.373Z] Removing intermediate container 19cb74f0b5d7 [2020-08-17T11:23:43.373Z] ---> c19af23c2e81 [2020-08-17T11:23:43.373Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T11:23:43.650Z] ---> Running in 6a5bd83ef21d [2020-08-17T11:23:44.639Z] Removing intermediate container 6a5bd83ef21d [2020-08-17T11:23:44.639Z] ---> 83af1a63a36d [2020-08-17T11:23:44.639Z] [2020-08-17T11:23:44.639Z] Removing intermediate container 9694073bfd8b [2020-08-17T11:23:44.639Z] ---> b87e601a25b6 [2020-08-17T11:23:44.639Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T11:23:44.917Z] ---> Running in 04fc1043412c [2020-08-17T11:23:45.197Z] Successfully built 83af1a63a36d [2020-08-17T11:23:45.197Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-17T11:23:45.477Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 04fc1043412c [2020-08-17T11:23:45.477Z] ---> 78825b57e343 [2020-08-17T11:23:45.477Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T11:23:45.768Z] ---> Running in 73dad43a2b01 [2020-08-17T11:23:46.377Z] Removing intermediate container 73dad43a2b01 [2020-08-17T11:23:46.377Z] ---> f84edd8bf6d6 [2020-08-17T11:23:46.377Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T11:23:46.655Z] ---> Running in a75d64e324c7 [2020-08-17T11:23:47.263Z] Removing intermediate container a75d64e324c7 [2020-08-17T11:23:47.263Z] ---> 0cce1060ae47 [2020-08-17T11:23:47.263Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T11:23:49.256Z] ---> 4991a2f980fb [2020-08-17T11:23:49.256Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T11:23:49.857Z] ---> 44991689b62f [2020-08-17T11:23:49.857Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T11:23:51.318Z] ---> 0c5456bb9f17 [2020-08-17T11:23:51.318Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T11:23:51.318Z] ---> Running in 6408db0787a1 [2020-08-17T11:23:53.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:23:53.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:23:54.567Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T11:23:54.567Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T11:23:54.567Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T11:23:54.567Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T11:23:54.567Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T11:23:54.567Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T11:23:54.567Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T11:23:57.227Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T11:23:57.227Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T11:23:57.227Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T11:23:57.227Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T11:23:57.227Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T11:23:57.227Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T11:23:57.227Z] Removing intermediate container e39a0a6c694e [2020-08-17T11:23:57.227Z] ---> 4504e5399e45 [2020-08-17T11:23:57.227Z] [2020-08-17T11:23:57.227Z] Step 10/20 : FROM scratch [2020-08-17T11:23:57.227Z] ---> [2020-08-17T11:23:57.227Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T11:23:57.227Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T11:23:57.227Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T11:23:57.227Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T11:23:57.227Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T11:23:57.227Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T11:23:57.227Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T11:23:57.227Z] ---> Using cache [2020-08-17T11:23:57.227Z] ---> 08073b49558d [2020-08-17T11:23:57.227Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T11:23:57.227Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T11:23:57.227Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T11:23:57.227Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T11:23:57.227Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T11:23:57.227Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T11:23:57.227Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T11:23:57.502Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T11:23:57.502Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T11:23:57.502Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T11:23:57.502Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T11:23:57.502Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T11:23:57.502Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T11:23:57.502Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T11:23:57.502Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T11:23:57.780Z] ---> Running in b0122a83ce0c [2020-08-17T11:23:57.780Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:23:57.780Z] OK: 71 MiB in 55 packages [2020-08-17T11:23:59.231Z] Removing intermediate container b0122a83ce0c [2020-08-17T11:23:59.231Z] ---> ee0b0326b5e7 [2020-08-17T11:23:59.231Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T11:23:59.231Z] ---> Running in 410eebfa8cdc [2020-08-17T11:23:59.837Z] Removing intermediate container 410eebfa8cdc [2020-08-17T11:23:59.837Z] ---> 6eb6f31791f3 [2020-08-17T11:23:59.837Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T11:24:00.849Z] Removing intermediate container 0d7044de4284 [2020-08-17T11:24:00.849Z] ---> 14d04655f107 [2020-08-17T11:24:00.849Z] [2020-08-17T11:24:00.849Z] Step 9/29 : FROM alpine:latest [2020-08-17T11:24:00.849Z] ---> 62ee0e9f8440 [2020-08-17T11:24:00.849Z] 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-17T11:24:01.456Z] ---> Running in 03dd53fade3d [2020-08-17T11:24:01.456Z] ---> 14a94a16cc28 [2020-08-17T11:24:01.456Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T11:24:02.063Z] Removing intermediate container 03dd53fade3d [2020-08-17T11:24:02.063Z] ---> 888a248eca9f [2020-08-17T11:24:02.063Z] Step 11/29 : USER root [2020-08-17T11:24:02.345Z] ---> Running in f5297c984da3 [2020-08-17T11:24:03.331Z] Removing intermediate container f5297c984da3 [2020-08-17T11:24:03.331Z] ---> df399ee6e500 [2020-08-17T11:24:03.331Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T11:24:03.944Z] ---> Running in cc42ecb4ae7b [2020-08-17T11:24:04.229Z] ---> b59e56f72b20 [2020-08-17T11:24:04.229Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T11:24:05.678Z] ---> ed59af21c013 [2020-08-17T11:24:05.678Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:24:05.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:24:05.955Z] ---> Running in a356b2fb9846 [2020-08-17T11:24:06.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:24:06.842Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T11:24:06.842Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T11:24:06.842Z] OK: 12620 distinct packages available [2020-08-17T11:24:06.842Z] Removing intermediate container a356b2fb9846 [2020-08-17T11:24:06.842Z] ---> 7859fb2b0aae [2020-08-17T11:24:06.842Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T11:24:07.126Z] ---> Running in 6023fe4c1743 [2020-08-17T11:24:07.735Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T11:24:07.735Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T11:24:07.735Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:24:07.735Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T11:24:07.735Z] Removing intermediate container 6023fe4c1743 [2020-08-17T11:24:07.735Z] ---> e27af5f8a5be [2020-08-17T11:24:07.735Z] Step 19/20 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:24:07.735Z] OK: 6 MiB in 16 packages [2020-08-17T11:24:08.020Z] Removing intermediate container 6408db0787a1 [2020-08-17T11:24:08.021Z] ---> fc5533ae434b [2020-08-17T11:24:08.021Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T11:24:08.300Z] ---> Running in c0d7361f4756 [2020-08-17T11:24:08.300Z] ---> Running in e0c7562b8928 [2020-08-17T11:24:08.902Z] Removing intermediate container c0d7361f4756 [2020-08-17T11:24:08.902Z] ---> 31fa2cb9c96e [2020-08-17T11:24:08.902Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T11:24:09.179Z] ---> Running in d04d1c81f9a3 [2020-08-17T11:24:09.786Z] Removing intermediate container d04d1c81f9a3 [2020-08-17T11:24:09.786Z] ---> 7abb07ee5a77 [2020-08-17T11:24:09.786Z] [2020-08-17T11:24:10.059Z] Removing intermediate container cc42ecb4ae7b [2020-08-17T11:24:10.059Z] ---> 8eed90f007a5 [2020-08-17T11:24:10.059Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T11:24:10.332Z] Successfully built 7abb07ee5a77 [2020-08-17T11:24:10.333Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-17T11:24:10.612Z]  Building docker-support-scheduler-go ... done  ---> Running in a791d7476143 [2020-08-17T11:24:11.210Z] Removing intermediate container a791d7476143 [2020-08-17T11:24:11.210Z] ---> 92fbb01a2b16 [2020-08-17T11:24:11.210Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T11:24:11.210Z] ---> Running in f3b2389326f4 [2020-08-17T11:24:11.807Z] Removing intermediate container f3b2389326f4 [2020-08-17T11:24:11.807Z] ---> 2ef256f7d585 [2020-08-17T11:24:11.807Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T11:24:12.079Z] ---> Running in dc6030d59607 [2020-08-17T11:24:13.515Z] Removing intermediate container a46191b59c57 [2020-08-17T11:24:13.515Z] ---> 91c28075fa27 [2020-08-17T11:24:13.515Z] [2020-08-17T11:24:13.515Z] Step 10/21 : FROM scratch [2020-08-17T11:24:13.515Z] ---> [2020-08-17T11:24:13.515Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T11:24:13.515Z] ---> Using cache [2020-08-17T11:24:13.515Z] ---> 47118396fca6 [2020-08-17T11:24:13.515Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T11:24:13.783Z] ---> Running in f214aa277f0d [2020-08-17T11:24:14.059Z] Removing intermediate container f214aa277f0d [2020-08-17T11:24:14.059Z] ---> eb7e3f0bbf0b [2020-08-17T11:24:14.059Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T11:24:14.330Z] ---> Running in b3b4559d897a [2020-08-17T11:24:14.605Z] Removing intermediate container b3b4559d897a [2020-08-17T11:24:14.605Z] ---> ba91e3df32c4 [2020-08-17T11:24:14.605Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T11:24:14.879Z] Removing intermediate container dc6030d59607 [2020-08-17T11:24:14.879Z] ---> b8d58bbb249a [2020-08-17T11:24:14.879Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T11:24:15.498Z] Collecting docker-compose==1.23.2 [2020-08-17T11:24:15.498Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T11:24:15.769Z] ---> 007a011a650b [2020-08-17T11:24:15.769Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T11:24:16.041Z] ---> 9f946c01d581 [2020-08-17T11:24:16.041Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T11:24:16.639Z] ---> abf1ae9bf598 [2020-08-17T11:24:16.639Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T11:24:16.639Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T11:24:16.639Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T11:24:16.912Z] ---> c62e396cb87e [2020-08-17T11:24:16.912Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T11:24:17.185Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T11:24:17.185Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T11:24:17.777Z] ---> 0f5a417c1801 [2020-08-17T11:24:17.777Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T11:24:18.050Z] ---> 888875747fdb [2020-08-17T11:24:18.050Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T11:24:19.033Z] ---> b016a1ebed39 [2020-08-17T11:24:19.033Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T11:24:19.033Z] ---> 81b99382f0f1 [2020-08-17T11:24:19.033Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:24:19.033Z] ---> Running in dacbb680141a [2020-08-17T11:24:19.629Z] Removing intermediate container dacbb680141a [2020-08-17T11:24:19.629Z] ---> 3afba38dda47 [2020-08-17T11:24:19.629Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T11:24:19.629Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T11:24:19.629Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T11:24:19.629Z] ---> 7b435d0385ab [2020-08-17T11:24:19.629Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T11:24:19.629Z] ---> Running in bc598fd095a5 [2020-08-17T11:24:19.903Z] ---> Running in 28fbd1931266 [2020-08-17T11:24:20.174Z] Removing intermediate container bc598fd095a5 [2020-08-17T11:24:20.174Z] ---> 23adfa1f3ae2 [2020-08-17T11:24:20.174Z] Step 20/21 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:24:20.447Z] ---> Running in 52bd13f92044 [2020-08-17T11:24:21.045Z] Removing intermediate container 52bd13f92044 [2020-08-17T11:24:21.045Z] ---> f46071e8ede2 [2020-08-17T11:24:21.045Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T11:24:21.045Z] ---> Running in 0495e7fc285a [2020-08-17T11:24:21.653Z] Removing intermediate container 0495e7fc285a [2020-08-17T11:24:21.653Z] ---> 34992e731665 [2020-08-17T11:24:21.653Z] [2020-08-17T11:24:22.247Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T11:24:22.247Z] Successfully built 34992e731665 [2020-08-17T11:24:22.247Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T11:24:22.247Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-17T11:24:22.518Z]  Building docker-support-logging-go ... done Removing intermediate container 28fbd1931266 [2020-08-17T11:24:22.518Z] ---> 7940874c5d2e [2020-08-17T11:24:22.518Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T11:24:23.493Z] ---> edb21cc9d1eb [2020-08-17T11:24:23.493Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T11:24:23.493Z] ---> Running in 82b346f9298f [2020-08-17T11:24:24.926Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T11:24:24.926Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T11:24:25.523Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T11:24:25.523Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T11:24:26.115Z] 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-17T11:24:26.115Z] Removing intermediate container 82b346f9298f [2020-08-17T11:24:26.115Z] ---> 7d5d4fadb60c [2020-08-17T11:24:26.115Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T11:24:26.115Z] ---> Running in 3daac2704426 [2020-08-17T11:24:26.388Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T11:24:26.388Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T11:24:26.984Z] Collecting PyYAML<4,>=3.10 [2020-08-17T11:24:26.984Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T11:24:28.959Z] Removing intermediate container 3daac2704426 [2020-08-17T11:24:28.959Z] ---> 9654ff4c1cd8 [2020-08-17T11:24:28.959Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T11:24:28.959Z] ---> Running in 479a531d5963 [2020-08-17T11:24:29.552Z] Removing intermediate container 479a531d5963 [2020-08-17T11:24:29.552Z] ---> ce2c86f32568 [2020-08-17T11:24:29.552Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T11:24:29.552Z] ---> Running in b47d876cd9bc [2020-08-17T11:24:30.151Z] Removing intermediate container b47d876cd9bc [2020-08-17T11:24:30.151Z] ---> b20597d256ee [2020-08-17T11:24:30.151Z] Step 27/29 : LABEL arch=arm64 [2020-08-17T11:24:30.151Z] ---> Running in 364c59497d3b [2020-08-17T11:24:30.745Z] Removing intermediate container 364c59497d3b [2020-08-17T11:24:30.745Z] ---> e33e3d855cb9 [2020-08-17T11:24:30.745Z] Step 28/29 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:24:30.745Z] ---> Running in 9ed1494b33f5 [2020-08-17T11:24:31.017Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T11:24:31.288Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T11:24:31.288Z] Removing intermediate container 9ed1494b33f5 [2020-08-17T11:24:31.288Z] ---> 078c9bd8160c [2020-08-17T11:24:31.288Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T11:24:31.288Z] ---> Running in 2478f807f4eb [2020-08-17T11:24:31.559Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T11:24:31.559Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T11:24:31.830Z] Removing intermediate container 2478f807f4eb [2020-08-17T11:24:31.830Z] ---> 9866de936f7a [2020-08-17T11:24:31.830Z] [2020-08-17T11:24:31.830Z] Collecting idna<2.8,>=2.5 [2020-08-17T11:24:31.830Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T11:24:32.100Z] 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-17T11:24:32.100Z] Successfully built 9866de936f7a [2020-08-17T11:24:32.100Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-17T11:24:32.370Z]  Building docker-security-secrets-setup-go ... done Collecting urllib3<1.25,>=1.21.1 [2020-08-17T11:24:32.370Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T11:24:32.640Z] 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-17T11:24:32.640Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T11:24:32.640Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T11:24:32.640Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T11:24:32.640Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T11:24:33.608Z] Installing collected packages: jsonschema, dockerpty, texttable, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, PyYAML, docker-compose [2020-08-17T11:24:33.608Z] Running setup.py install for dockerpty: started [2020-08-17T11:24:35.567Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T11:24:35.567Z] Running setup.py install for texttable: started [2020-08-17T11:24:37.005Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T11:24:37.277Z] Running setup.py install for docopt: started [2020-08-17T11:24:39.238Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T11:24:39.238Z] Attempting uninstall: idna [2020-08-17T11:24:39.238Z] Found existing installation: idna 2.9 [2020-08-17T11:24:39.238Z] Uninstalling idna-2.9: [2020-08-17T11:24:39.238Z] Successfully uninstalled idna-2.9 [2020-08-17T11:24:39.827Z] Attempting uninstall: urllib3 [2020-08-17T11:24:39.827Z] Found existing installation: urllib3 1.25.9 [2020-08-17T11:24:39.827Z] Uninstalling urllib3-1.25.9: [2020-08-17T11:24:40.096Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T11:24:40.684Z] Attempting uninstall: requests [2020-08-17T11:24:40.685Z] Found existing installation: requests 2.23.0 [2020-08-17T11:24:40.685Z] Uninstalling requests-2.23.0: [2020-08-17T11:24:40.685Z] Successfully uninstalled requests-2.23.0 [2020-08-17T11:24:41.648Z] Running setup.py install for PyYAML: started [2020-08-17T11:24:44.247Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T11:24:44.518Z] 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-17T11:24:47.890Z] Removing intermediate container e0c7562b8928 [2020-08-17T11:24:47.890Z] ---> 1ee6569c39f6 [2020-08-17T11:24:47.890Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T11:24:47.890Z] ---> Running in 946e3df8e3e8 [2020-08-17T11:24:49.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T11:24:49.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T11:24:50.169Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T11:24:50.169Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T11:24:50.169Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T11:24:50.169Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T11:24:50.169Z] OK: 71 MiB in 58 packages [2020-08-17T11:24:51.141Z] Removing intermediate container 946e3df8e3e8 [2020-08-17T11:24:51.141Z] ---> 3d6400ff6661 [2020-08-17T11:24:51.141Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T11:24:51.412Z] ---> Running in dcf53f715921 [2020-08-17T11:24:51.681Z] Removing intermediate container dcf53f715921 [2020-08-17T11:24:51.681Z] ---> 931e64e7ee97 [2020-08-17T11:24:51.681Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T11:24:51.949Z] ---> Running in 25cb9729dc79 [2020-08-17T11:24:52.218Z] Removing intermediate container 25cb9729dc79 [2020-08-17T11:24:52.218Z] ---> 55f2fee596d7 [2020-08-17T11:24:52.218Z] Step 25/26 : LABEL git_sha=0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-17T11:24:52.486Z] ---> Running in 96f9426129d6 [2020-08-17T11:24:52.757Z] Removing intermediate container 96f9426129d6 [2020-08-17T11:24:52.757Z] ---> 771aa281af46 [2020-08-17T11:24:52.757Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T11:24:53.030Z] ---> Running in 1f98865f5754 [2020-08-17T11:24:53.300Z] Removing intermediate container 1f98865f5754 [2020-08-17T11:24:53.300Z] ---> 1e4084074ce8 [2020-08-17T11:24:53.300Z] [2020-08-17T11:24:53.889Z] Successfully built 1e4084074ce8 [2020-08-17T11:24:53.889Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-17T11:24:54.177Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-17T11:24:54.198Z] $ docker stop --time=1 9432750d5acb0be9d62b399f5e8530b22b3365626987202774db253dc5950565 [2020-08-17T11:24:56.104Z] $ docker rm -f 9432750d5acb0be9d62b399f5e8530b22b3365626987202774db253dc5950565 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T11:24:56.850Z] + + docker images [2020-08-17T11:24:56.850Z] grep docker [2020-08-17T11:24:57.129Z] docker-sys-mgmt-agent-go-arm64 latest 1e4084074ce8 3 seconds ago 266MB [2020-08-17T11:24:57.129Z] docker-security-secrets-setup-go-arm64 latest 9866de936f7a 25 seconds ago 24.2MB [2020-08-17T11:24:57.129Z] docker-support-logging-go-arm64 latest 34992e731665 35 seconds ago 11.4MB [2020-08-17T11:24:57.129Z] docker-support-scheduler-go-arm64 latest 7abb07ee5a77 47 seconds ago 12.6MB [2020-08-17T11:24:57.129Z] docker-security-proxy-setup-go-arm64 latest 83af1a63a36d About a minute ago 15.8MB [2020-08-17T11:24:57.129Z] docker-core-data-go-arm64 latest fb3dc736b394 3 minutes ago 23.3MB [2020-08-17T11:24:57.129Z] docker-security-secretstore-setup-go-arm64 latest 046d491ad936 4 minutes ago 32.6MB [2020-08-17T11:24:57.129Z] docker-support-notifications-go-arm64 latest 220f2605e8b8 4 minutes ago 13.9MB [2020-08-17T11:24:57.130Z] docker-core-metadata-go-arm64 latest 2083c15d7023 4 minutes ago 13.8MB [2020-08-17T11:24:57.130Z] docker-core-command-go-arm64 latest 387356cbfb8b 4 minutes ago 12.4MB [2020-08-17T11:24:57.130Z] 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-17T11:24:58.794Z] provisioning config files... [2020-08-17T11:24:58.820Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/35@tmp/config1480445170216591804tmp [Pipeline] { [Pipeline] sh [2020-08-17T11:24:59.183Z] + curl -s https://codecov.io/bash [2020-08-17T11:24:59.183Z] + bash -s - -t @/w/workspace/edgex-go/35@tmp/config1480445170216591804tmp [Pipeline] } [2020-08-17T11:24:59.764Z] 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-17T11:25:01.265Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T11:25:02.144Z] ---> package-listing.sh [2020-08-17T11:25:02.144Z] ++ facter osfamily [2020-08-17T11:25:02.144Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-17T11:25:02.144Z] + OS_FAMILY=redhat [2020-08-17T11:25:02.144Z] + workspace=/w/workspace/edgex-go/35 [2020-08-17T11:25:02.144Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-17T11:25:02.144Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-17T11:25:02.144Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-17T11:25:02.144Z] + PACKAGES=/tmp/packages_start.txt [2020-08-17T11:25:02.144Z] + '[' /w/workspace/edgex-go/35 ']' [2020-08-17T11:25:02.144Z] + PACKAGES=/tmp/packages_end.txt [2020-08-17T11:25:02.144Z] + case "${OS_FAMILY}" in [2020-08-17T11:25:02.144Z] + rpm -qa [2020-08-17T11:25:02.144Z] + sort [2020-08-17T11:25:06.351Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-17T11:25:06.351Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-17T11:25:06.351Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-17T11:25:06.351Z] + '[' /w/workspace/edgex-go/35 ']' [2020-08-17T11:25:06.351Z] + mkdir -p /w/workspace/edgex-go/35/archives/ [2020-08-17T11:25:06.351Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/35/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:25:07.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T11:25:07.088Z] [2020-08-17T11:25:07.088Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-17T11:25:07.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T11:25:07.449Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-17T11:25:07.449Z] c9b1b535fdd9: Pulling fs layer [2020-08-17T11:25:07.449Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-17T11:25:07.449Z] 756a868c4378: Pulling fs layer [2020-08-17T11:25:07.449Z] 444b2fc9a129: Pulling fs layer [2020-08-17T11:25:07.449Z] ea15f1150254: Pulling fs layer [2020-08-17T11:25:07.449Z] 41b27a9f41bf: Pulling fs layer [2020-08-17T11:25:07.449Z] 28c525ee5125: Pulling fs layer [2020-08-17T11:25:07.449Z] 094b1ea09ed8: Pulling fs layer [2020-08-17T11:25:07.449Z] 138eaada9080: Pulling fs layer [2020-08-17T11:25:07.449Z] 0622d0fa9048: Pulling fs layer [2020-08-17T11:25:07.449Z] 28c525ee5125: Waiting [2020-08-17T11:25:07.449Z] 138eaada9080: Waiting [2020-08-17T11:25:07.449Z] 0622d0fa9048: Waiting [2020-08-17T11:25:07.449Z] 094b1ea09ed8: Waiting [2020-08-17T11:25:07.449Z] 444b2fc9a129: Waiting [2020-08-17T11:25:07.449Z] 41b27a9f41bf: Waiting [2020-08-17T11:25:07.449Z] 2cc5ad85d9ab: Download complete [2020-08-17T11:25:07.449Z] 444b2fc9a129: Verifying Checksum [2020-08-17T11:25:07.449Z] 444b2fc9a129: Download complete [2020-08-17T11:25:07.449Z] c9b1b535fdd9: Verifying Checksum [2020-08-17T11:25:07.449Z] c9b1b535fdd9: Download complete [2020-08-17T11:25:07.718Z] ea15f1150254: Verifying Checksum [2020-08-17T11:25:07.718Z] ea15f1150254: Download complete [2020-08-17T11:25:07.718Z] 28c525ee5125: Verifying Checksum [2020-08-17T11:25:07.719Z] 28c525ee5125: Download complete [2020-08-17T11:25:07.984Z] 756a868c4378: Download complete [2020-08-17T11:25:07.984Z] 138eaada9080: Verifying Checksum [2020-08-17T11:25:07.984Z] 138eaada9080: Download complete [2020-08-17T11:25:07.984Z] c9b1b535fdd9: Pull complete [2020-08-17T11:25:07.984Z] 0622d0fa9048: Verifying Checksum [2020-08-17T11:25:07.984Z] 0622d0fa9048: Download complete [2020-08-17T11:25:08.244Z] 094b1ea09ed8: Verifying Checksum [2020-08-17T11:25:08.244Z] 094b1ea09ed8: Download complete [2020-08-17T11:25:08.507Z] 41b27a9f41bf: Verifying Checksum [2020-08-17T11:25:08.507Z] 41b27a9f41bf: Download complete [2020-08-17T11:25:08.768Z] 2cc5ad85d9ab: Pull complete [2020-08-17T11:25:10.683Z] 756a868c4378: Pull complete [2020-08-17T11:25:10.683Z] 444b2fc9a129: Pull complete [2020-08-17T11:25:10.945Z] ea15f1150254: Pull complete [2020-08-17T11:25:16.363Z] 41b27a9f41bf: Pull complete [2020-08-17T11:25:16.363Z] 28c525ee5125: Pull complete [2020-08-17T11:25:19.720Z] 094b1ea09ed8: Pull complete [2020-08-17T11:25:19.981Z] 138eaada9080: Pull complete [2020-08-17T11:25:20.243Z] 0622d0fa9048: Pull complete [2020-08-17T11:25:20.243Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-17T11:25:20.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T11:25:20.243Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-17T11:25:20.437Z] prd-centos7-docker-4c-2g-257 does not seem to be running inside a container [2020-08-17T11:25:20.487Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-17T11:25:25.136Z] $ docker top b7c4b10b0abeeb00ed0b2efb2445db3f8b786d7aac7c1e0f3973429f1ec763c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T11:25:25.459Z] provisioning config files... [2020-08-17T11:25:25.473Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/35@tmp/config1342923092751034621tmp [Pipeline] { [Pipeline] echo [2020-08-17T11:25:25.532Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T11:25:25.828Z] ---> create-netrc.sh [Pipeline] echo [2020-08-17T11:25:25.838Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T11:25:26.137Z] ---> logs-deploy.sh [2020-08-17T11:25:26.137Z] + ARCHIVE_ARTIFACTS= [2020-08-17T11:25:26.137Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-17T11:25:26.137Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-17T11:25:26.137Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-17T11:25:26.137Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/35 [2020-08-17T11:25:26.137Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/35/ [2020-08-17T11:25:26.137Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/35 /w/workspace/edgex-go/35 [2020-08-17T11:25:27.079Z] Archives upload complete. [2020-08-17T11:25:27.339Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/35 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/35/