Branch indexing 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+d08647e33299f35346a0c0e1b5c282da7a73a79b (d16d40790f151ac6a0c7de90c4a0c780e0cc6f89) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-5069 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/31 [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/31 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing c2e67551120b833f155c04db64bb18708798b188 Checking out Revision c2e67551120b833f155c04db64bb18708798b188 (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 c2e67551120b833f155c04db64bb18708798b188 # timeout=10 Commit message: "Merge commit 'd08647e33299f35346a0c0e1b5c282da7a73a79b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-13T04:32:16.320Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-13T04:32:16.515Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-13T04:32:16.593Z] ========================================================= [2020-08-13T04:32:16.593Z] EdgeX Global Pipelines Version Info [2020-08-13T04:32:16.593Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3411bc6691e646aaca2da325fb23ef81e0951fbb # timeout=10 [2020-08-13T04:32:18.018Z] ------------------- [2020-08-13T04:32:18.019Z] stable info: [2020-08-13T04:32:18.019Z] ------------------- [2020-08-13T04:32:18.019Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-13T04:32:18.019Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-13T04:32:18.019Z] Message: update stable to v1.0.106 [2020-08-13T04:32:18.961Z] ------------------- [2020-08-13T04:32:18.961Z] experimental info: [2020-08-13T04:32:18.961Z] ------------------- [2020-08-13T04:32:18.961Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-13T04:32:18.961Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-13T04:32:18.961Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-13T04:32:20.484Z] ++ 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-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/core-command/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/core-data/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-13T04:32:20.484Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:32:20.484Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-13T04:32:20.484Z] ++ cut -d/ -f2 [2020-08-13T04:32:20.484Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-13T04:32:20.546Z] 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-13T04:32:21.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T04:32:21.478Z] [2020-08-13T04:32:21.478Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:32:21.866Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T04:32:21.866Z] latest: Pulling from edgex-devops/git-semver [2020-08-13T04:32:21.866Z] 31603596830f: Pulling fs layer [2020-08-13T04:32:21.866Z] 2a8b12db71e7: Pulling fs layer [2020-08-13T04:32:21.866Z] 6ca5941a6612: Pulling fs layer [2020-08-13T04:32:21.866Z] ecc8261a40a4: Pulling fs layer [2020-08-13T04:32:21.866Z] ecc8261a40a4: Waiting [2020-08-13T04:32:21.866Z] 2a8b12db71e7: Download complete [2020-08-13T04:32:21.866Z] 31603596830f: Verifying Checksum [2020-08-13T04:32:21.866Z] 31603596830f: Download complete [2020-08-13T04:32:22.131Z] ecc8261a40a4: Verifying Checksum [2020-08-13T04:32:22.131Z] ecc8261a40a4: Download complete [2020-08-13T04:32:22.131Z] 6ca5941a6612: Verifying Checksum [2020-08-13T04:32:22.131Z] 6ca5941a6612: Download complete [2020-08-13T04:32:22.397Z] 31603596830f: Pull complete [2020-08-13T04:32:22.397Z] 2a8b12db71e7: Pull complete [2020-08-13T04:32:23.341Z] 6ca5941a6612: Pull complete [2020-08-13T04:32:23.342Z] ecc8261a40a4: Pull complete [2020-08-13T04:32:23.342Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-13T04:32:23.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T04:32:23.342Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-13T04:32:23.439Z] prd-centos7-docker-4c-2g-5069 does not seem to be running inside a container [2020-08-13T04:32:23.482Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/31 -v /w/workspace/edgex-go/31:/w/workspace/edgex-go/31:rw,z -v /w/workspace/edgex-go/31@tmp:/w/workspace/edgex-go/31@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-13T04:32:26.010Z] $ docker top 07afb5d8fee900d1369ae266f8970be119f196bc9dee538916558b0694afff2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-13T04:32:26.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T04:32:26.339Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T04:32:26.574Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T04:32:26.574Z] $ docker exec 07afb5d8fee900d1369ae266f8970be119f196bc9dee538916558b0694afff2a ssh-agent [2020-08-13T04:32:26.755Z] SSH_AUTH_SOCK=/tmp/ssh-io2dLyq8gHPN/agent.11 [2020-08-13T04:32:26.755Z] SSH_AGENT_PID=16 [2020-08-13T04:32:26.769Z] Running ssh-add (command line suppressed) [2020-08-13T04:32:26.886Z] Identity added: /w/workspace/edgex-go/31@tmp/private_key_2813076711538496966.key (/w/workspace/edgex-go/31@tmp/private_key_2813076711538496966.key) [2020-08-13T04:32:26.940Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T04:32:27.280Z] + git describe --exact-match --tags HEAD [2020-08-13T04:32:27.280Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-13T04:32:27.301Z] $ docker exec --env ******** --env ******** 07afb5d8fee900d1369ae266f8970be119f196bc9dee538916558b0694afff2a ssh-agent -k [2020-08-13T04:32:27.410Z] unset SSH_AUTH_SOCK; [2020-08-13T04:32:27.411Z] unset SSH_AGENT_PID; [2020-08-13T04:32:27.411Z] echo Agent pid 16 killed; [2020-08-13T04:32:27.457Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-13T04:32:27.538Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-13T04:32:27.538Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-13T04:32:27.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T04:32:27.631Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T04:32:27.792Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T04:32:27.792Z] $ docker exec 07afb5d8fee900d1369ae266f8970be119f196bc9dee538916558b0694afff2a ssh-agent [2020-08-13T04:32:27.970Z] SSH_AUTH_SOCK=/tmp/ssh-P9xs5jzPO1QH/agent.46 [2020-08-13T04:32:27.970Z] SSH_AGENT_PID=52 [2020-08-13T04:32:27.977Z] Running ssh-add (command line suppressed) [2020-08-13T04:32:28.090Z] Identity added: /w/workspace/edgex-go/31@tmp/private_key_705043310438393981.key (/w/workspace/edgex-go/31@tmp/private_key_705043310438393981.key) [2020-08-13T04:32:28.143Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T04:32:28.476Z] + git semver init [2020-08-13T04:32:28.476Z] # -> Open(): unable to determine branch for HEAD [2020-08-13T04:32:28.476Z] # $GIT_DIR = /w/workspace/edgex-go/31/.git [2020-08-13T04:32:28.476Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/31 [2020-08-13T04:32:28.476Z] # $SEMVER_REMOTE_NAME = origin [2020-08-13T04:32:28.476Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-13T04:32:28.476Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-13T04:32:28.476Z] # $SEMVER_BRANCH = PR-2574 [2020-08-13T04:32:28.476Z] # $SEMVER_TEMP = /tmp/semver-080576047 [2020-08-13T04:32:28.476Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-13T04:32:55.150Z] # '/tmp/semver-080576047' -> '/w/workspace/edgex-go/31/.semver' [2020-08-13T04:32:55.150Z] # -> Force: false [2020-08-13T04:32:55.150Z] # $SEMVER_DIR = /w/workspace/edgex-go/31/.semver [Pipeline] } [2020-08-13T04:32:55.158Z] $ docker exec --env ******** --env ******** 07afb5d8fee900d1369ae266f8970be119f196bc9dee538916558b0694afff2a ssh-agent -k [2020-08-13T04:32:55.392Z] unset SSH_AUTH_SOCK; [2020-08-13T04:32:55.392Z] unset SSH_AGENT_PID; [2020-08-13T04:32:55.392Z] echo Agent pid 52 killed; [2020-08-13T04:32:55.461Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-13T04:32:55.900Z] + git semver [Pipeline] } [2020-08-13T04:32:55.911Z] $ docker stop --time=1 07afb5d8fee900d1369ae266f8970be119f196bc9dee538916558b0694afff2a [2020-08-13T04:32:57.389Z] $ docker rm -f 07afb5d8fee900d1369ae266f8970be119f196bc9dee538916558b0694afff2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-13T04:33:10.018Z] Stashed 32 file(s) [Pipeline] echo [2020-08-13T04:33:10.020Z] [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-13T04:33:10.523Z] ========================================================= [2020-08-13T04:33:10.523Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-13T04:33:10.523Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:33:10.859Z] + 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-13T04:33:14.168Z] Sending build context to Docker daemon 323.1MB [2020-08-13T04:33:14.168Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-13T04:33:14.168Z] Step 2/7 : FROM ${BASE} [2020-08-13T04:33:14.168Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-13T04:33:14.168Z] df20fa9351a1: Pulling fs layer [2020-08-13T04:33:14.168Z] ed8968b2872e: Pulling fs layer [2020-08-13T04:33:14.168Z] a92cc7c5fd73: Pulling fs layer [2020-08-13T04:33:14.168Z] 2dd03ba5bac4: Pulling fs layer [2020-08-13T04:33:14.168Z] 1e091d79d1de: Pulling fs layer [2020-08-13T04:33:14.168Z] 481702a1767f: Pulling fs layer [2020-08-13T04:33:14.168Z] f64a6f60c768: Pulling fs layer [2020-08-13T04:33:14.168Z] e78d2573fc39: Pulling fs layer [2020-08-13T04:33:14.168Z] e876d2f968b6: Pulling fs layer [2020-08-13T04:33:14.168Z] ce8a83651883: Pulling fs layer [2020-08-13T04:33:14.168Z] 07967f4d0e4b: Pulling fs layer [2020-08-13T04:33:14.168Z] 2dd03ba5bac4: Waiting [2020-08-13T04:33:14.168Z] 1e091d79d1de: Waiting [2020-08-13T04:33:14.168Z] 481702a1767f: Waiting [2020-08-13T04:33:14.168Z] ce8a83651883: Waiting [2020-08-13T04:33:14.168Z] e78d2573fc39: Waiting [2020-08-13T04:33:14.168Z] e876d2f968b6: Waiting [2020-08-13T04:33:14.168Z] 07967f4d0e4b: Waiting [2020-08-13T04:33:14.168Z] f64a6f60c768: Waiting [2020-08-13T04:33:14.168Z] a92cc7c5fd73: Verifying Checksum [2020-08-13T04:33:14.168Z] a92cc7c5fd73: Download complete [2020-08-13T04:33:14.168Z] ed8968b2872e: Verifying Checksum [2020-08-13T04:33:14.168Z] ed8968b2872e: Download complete [2020-08-13T04:33:14.168Z] 1e091d79d1de: Verifying Checksum [2020-08-13T04:33:14.168Z] 1e091d79d1de: Download complete [2020-08-13T04:33:14.168Z] 481702a1767f: Verifying Checksum [2020-08-13T04:33:14.168Z] 481702a1767f: Download complete [2020-08-13T04:33:14.168Z] df20fa9351a1: Verifying Checksum [2020-08-13T04:33:14.168Z] df20fa9351a1: Download complete [2020-08-13T04:33:15.155Z] df20fa9351a1: Pull complete [2020-08-13T04:33:15.425Z] f64a6f60c768: Verifying Checksum [2020-08-13T04:33:15.425Z] f64a6f60c768: Download complete [2020-08-13T04:33:15.425Z] e876d2f968b6: Download complete [2020-08-13T04:33:16.030Z] 2dd03ba5bac4: Verifying Checksum [2020-08-13T04:33:16.030Z] 2dd03ba5bac4: Download complete [2020-08-13T04:33:16.030Z] e78d2573fc39: Verifying Checksum [2020-08-13T04:33:16.030Z] e78d2573fc39: Download complete [2020-08-13T04:33:16.030Z] ce8a83651883: Verifying Checksum [2020-08-13T04:33:16.030Z] ce8a83651883: Download complete [2020-08-13T04:33:16.291Z] ed8968b2872e: Pull complete [2020-08-13T04:33:16.291Z] 07967f4d0e4b: Verifying Checksum [2020-08-13T04:33:16.551Z] a92cc7c5fd73: Pull complete [2020-08-13T04:33:23.187Z] 2dd03ba5bac4: Pull complete [2020-08-13T04:33:23.187Z] 1e091d79d1de: Pull complete [2020-08-13T04:33:23.187Z] 481702a1767f: Pull complete [2020-08-13T04:33:25.272Z] Still waiting to schedule task [2020-08-13T04:33:25.272Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-5070’ [2020-08-13T04:33:27.448Z] f64a6f60c768: Pull complete [2020-08-13T04:33:30.012Z] e78d2573fc39: Pull complete [2020-08-13T04:33:30.275Z] e876d2f968b6: Pull complete [2020-08-13T04:33:31.230Z] ce8a83651883: Pull complete [2020-08-13T04:33:31.495Z] 07967f4d0e4b: Pull complete [2020-08-13T04:33:31.496Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-13T04:33:31.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-13T04:33:31.496Z] ---> 5d7c900382c6 [2020-08-13T04:33:31.496Z] 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-13T04:33:33.419Z] ---> Running in b511ddf53903 [2020-08-13T04:33:33.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:34.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:35.519Z] (1/12) Installing libmagic (5.38-r0) [2020-08-13T04:33:35.519Z] (2/12) Installing file (5.38-r0) [2020-08-13T04:33:35.519Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-13T04:33:35.781Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-13T04:33:41.079Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-13T04:33:41.079Z] (6/12) Installing patch (2.7.6-r6) [2020-08-13T04:33:41.079Z] (7/12) Installing build-base (0.5-r2) [2020-08-13T04:33:41.079Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-13T04:33:41.079Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-13T04:33:41.079Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-13T04:33:41.339Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-13T04:33:41.339Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-13T04:33:41.602Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:33:41.602Z] OK: 233 MiB in 51 packages [2020-08-13T04:33:45.818Z] Removing intermediate container b511ddf53903 [2020-08-13T04:33:45.818Z] ---> a287c4a02474 [2020-08-13T04:33:45.818Z] Step 4/7 : WORKDIR /edgex-go [2020-08-13T04:33:45.818Z] ---> Running in cbcb33b66852 [2020-08-13T04:33:45.818Z] Removing intermediate container cbcb33b66852 [2020-08-13T04:33:45.818Z] ---> b1046a7c6cde [2020-08-13T04:33:45.818Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-13T04:33:45.818Z] latest: Pulling from library/docker [2020-08-13T04:33:45.818Z] df20fa9351a1: Already exists [2020-08-13T04:33:45.818Z] 25ad7478873d: Pulling fs layer [2020-08-13T04:33:45.818Z] 4684f6177b5d: Pulling fs layer [2020-08-13T04:33:45.818Z] 46e300cec669: Pulling fs layer [2020-08-13T04:33:45.818Z] 63038576ad94: Pulling fs layer [2020-08-13T04:33:45.818Z] 0fdb76c4706c: Pulling fs layer [2020-08-13T04:33:45.818Z] cb7edeffdfd5: Pulling fs layer [2020-08-13T04:33:45.818Z] 63038576ad94: Waiting [2020-08-13T04:33:45.818Z] 0fdb76c4706c: Waiting [2020-08-13T04:33:45.818Z] cb7edeffdfd5: Waiting [2020-08-13T04:33:45.818Z] 4684f6177b5d: Verifying Checksum [2020-08-13T04:33:45.818Z] 4684f6177b5d: Download complete [2020-08-13T04:33:46.089Z] 25ad7478873d: Download complete [2020-08-13T04:33:46.360Z] 0fdb76c4706c: Verifying Checksum [2020-08-13T04:33:46.360Z] 0fdb76c4706c: Download complete [2020-08-13T04:33:46.360Z] 63038576ad94: Verifying Checksum [2020-08-13T04:33:46.360Z] 63038576ad94: Download complete [2020-08-13T04:33:46.360Z] 25ad7478873d: Pull complete [2020-08-13T04:33:46.360Z] cb7edeffdfd5: Verifying Checksum [2020-08-13T04:33:46.360Z] cb7edeffdfd5: Download complete [2020-08-13T04:33:46.626Z] 4684f6177b5d: Pull complete [2020-08-13T04:33:46.889Z] 46e300cec669: Retrying in 5 seconds [2020-08-13T04:33:47.833Z] 46e300cec669: Retrying in 4 seconds [2020-08-13T04:33:48.778Z] 46e300cec669: Retrying in 3 seconds [2020-08-13T04:33:50.173Z] 46e300cec669: Retrying in 2 seconds [2020-08-13T04:33:51.116Z] 46e300cec669: Retrying in 1 second [2020-08-13T04:33:52.061Z] 46e300cec669: Download complete [2020-08-13T04:33:54.615Z] 46e300cec669: Pull complete [2020-08-13T04:33:54.615Z] 63038576ad94: Pull complete [2020-08-13T04:33:54.615Z] 0fdb76c4706c: Pull complete [2020-08-13T04:33:54.876Z] cb7edeffdfd5: Pull complete [2020-08-13T04:33:54.876Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-13T04:33:54.876Z] Status: Downloaded newer image for docker:latest [2020-08-13T04:33:56.295Z] ---> 15565a66b853 [2020-08-13T04:33:56.295Z] Step 6/7 : COPY go.mod . [2020-08-13T04:33:56.596Z] ---> dd6afb24a37e [2020-08-13T04:33:56.596Z] Step 7/7 : RUN go mod download [2020-08-13T04:33:56.596Z] ---> Running in b405b18efea8 [2020-08-13T04:33:59.211Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-13T04:33:59.211Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-13T04:33:59.211Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-13T04:33:59.211Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-13T04:33:59.211Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-13T04:33:59.211Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-13T04:33:59.211Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-13T04:33:59.211Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-13T04:33:59.211Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-13T04:33:59.211Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-13T04:33:59.211Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-13T04:33:59.211Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-13T04:33:59.211Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-13T04:33:59.211Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-13T04:33:59.211Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-13T04:33:59.211Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-13T04:33:59.211Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-13T04:33:59.211Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-13T04:33:59.211Z] go: finding github.com/fatih/color v1.7.0 [2020-08-13T04:33:59.211Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-13T04:33:59.211Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-13T04:33:59.211Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-13T04:33:59.211Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-13T04:33:59.211Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-13T04:33:59.211Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-13T04:33:59.475Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-13T04:33:59.475Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-13T04:33:59.475Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-13T04:33:59.475Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-13T04:33:59.475Z] go: finding github.com/google/uuid v1.1.0 [2020-08-13T04:33:59.475Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-13T04:33:59.475Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-13T04:33:59.475Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-13T04:33:59.475Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-13T04:33:59.475Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-13T04:33:59.475Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-13T04:33:59.475Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-13T04:33:59.736Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-13T04:33:59.997Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-13T04:33:59.997Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-13T04:33:59.997Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-13T04:33:59.997Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-13T04:33:59.997Z] go: finding github.com/kr/pty v1.1.1 [2020-08-13T04:33:59.997Z] go: finding github.com/kr/text v0.1.0 [2020-08-13T04:33:59.997Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-13T04:33:59.997Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-13T04:33:59.997Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-13T04:33:59.997Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-13T04:33:59.997Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-13T04:34:00.259Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-13T04:34:00.259Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-13T04:34:00.259Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-13T04:34:00.259Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-13T04:34:00.259Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-13T04:34:00.259Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-13T04:34:00.259Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-13T04:34:00.259Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-13T04:34:00.259Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-13T04:34:00.259Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-13T04:34:00.259Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-13T04:34:00.521Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-13T04:34:00.521Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-13T04:34:00.521Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-13T04:34:00.521Z] go: finding github.com/posener/complete v1.1.1 [2020-08-13T04:34:00.521Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-13T04:34:00.521Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-13T04:34:00.521Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-13T04:34:00.521Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-13T04:34:00.521Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-13T04:34:00.521Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-13T04:34:00.521Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-13T04:34:00.785Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-13T04:34:00.785Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-13T04:34:00.785Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-13T04:34:00.785Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-13T04:34:00.785Z] go: finding golang.org/x/text v0.3.2 [2020-08-13T04:34:00.785Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-13T04:34:00.785Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-13T04:34:00.785Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-13T04:34:00.785Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-13T04:34:00.785Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-13T04:34:00.785Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-13T04:34:13.077Z] Removing intermediate container b405b18efea8 [2020-08-13T04:34:13.077Z] ---> c5feaf0b382c [2020-08-13T04:34:13.077Z] Successfully built c5feaf0b382c [2020-08-13T04:34:13.341Z] 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-13T04:34:13.916Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-13T04:34:13.916Z] . [Pipeline] withDockerContainer [2020-08-13T04:34:14.033Z] prd-centos7-docker-4c-2g-5069 does not seem to be running inside a container [2020-08-13T04:34:14.083Z] $ 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/31 -v /w/workspace/edgex-go/31:/w/workspace/edgex-go/31:rw,z -v /w/workspace/edgex-go/31@tmp:/w/workspace/edgex-go/31@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-13T04:34:14.766Z] $ docker top f34a4c7da3e020c9ec77a1937915ed249792726977ebaec14fb1ae9f5d3d51ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:34:15.339Z] + go version [2020-08-13T04:34:15.339Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-13T04:34:15.353Z] ========================================================= [2020-08-13T04:34:15.353Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-13T04:34:15.353Z] ========================================================= [Pipeline] sh [2020-08-13T04:34:15.708Z] + make test [2020-08-13T04:34:15.708Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-13T04:34:18.294Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-13T04:34:26.540Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-13T04:34:31.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-13T04:34:31.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-13T04:34:31.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-13T04:34:31.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-13T04:34:33.302Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s [2020-08-13T04:34:33.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-13T04:34:33.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-13T04:34:33.302Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-13T04:34:33.302Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-13T04:34:33.573Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-13T04:34:33.839Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-13T04:34:33.839Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-13T04:34:33.839Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-13T04:34:40.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.024s coverage: 46.6% of statements [2020-08-13T04:34:40.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-13T04:34:40.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-13T04:34:40.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-13T04:34:40.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-13T04:34:40.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-13T04:34:43.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.041s coverage: 27.3% of statements [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-13T04:34:43.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-13T04:34:43.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-13T04:34:43.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.100s coverage: 28.6% of statements [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-13T04:34:43.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.014s coverage: 100.0% of statements [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-13T04:34:43.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.012s coverage: 100.0% of statements [2020-08-13T04:34:43.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-13T04:34:44.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.022s coverage: 89.8% of statements [2020-08-13T04:34:44.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-13T04:34:44.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.041s coverage: 97.5% of statements [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-13T04:34:44.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-13T04:34:44.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-13T04:34:44.698Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2020-08-13T04:34:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.036s coverage: 63.5% of statements [2020-08-13T04:34:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-13T04:34:46.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-13T04:34:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements [2020-08-13T04:34:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.006s coverage: 92.3% of statements [2020-08-13T04:34:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.006s coverage: 100.0% of statements [2020-08-13T04:34:46.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.007s coverage: 73.7% of statements [2020-08-13T04:34:47.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.006s coverage: 100.0% of statements [2020-08-13T04:34:47.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.092s coverage: 55.9% of statements [2020-08-13T04:34:47.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-13T04:34:47.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-13T04:34:47.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-13T04:34:47.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.701s coverage: 86.3% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.298s coverage: 72.2% of statements [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.124s coverage: 72.1% of statements [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.030s coverage: 96.8% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.043s coverage: 33.7% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.098s coverage: 84.1% of statements [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 42.9% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.051s coverage: 83.8% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.028s coverage: 45.1% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.017s coverage: 100.0% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.054s coverage: 29.1% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-13T04:34:57.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-13T04:34:57.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.007s coverage: 32.1% of statements [2020-08-13T04:34:58.358Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-13T04:34:58.618Z] GO111MODULE=on go vet ./... [2020-08-13T04:35:05.236Z] gofmt -l . [2020-08-13T04:35:05.236Z] [ "`gofmt -l .`" = "" ] [2020-08-13T04:35:05.236Z] ./bin/test-go-mod-tidy.sh [2020-08-13T04:35:06.181Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-13T04:35:08.410Z] + ls -al . [2020-08-13T04:35:08.410Z] total 564 [2020-08-13T04:35:08.410Z] drwxrwxr-x 10 1001 1001 4096 Aug 13 04:35 . [2020-08-13T04:35:08.410Z] drwxr-xr-x 4 root root 30 Aug 13 04:34 .. [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 11 Aug 13 04:32 .dockerignore [2020-08-13T04:35:08.410Z] drwxrwxr-x 8 1001 1001 179 Aug 13 04:32 .git [2020-08-13T04:35:08.410Z] drwxrwxr-x 3 1001 1001 60 Aug 13 04:32 .github [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 932 Aug 13 04:32 .gitignore [2020-08-13T04:35:08.410Z] drwx------ 3 1001 1001 47 Aug 13 04:32 .semver [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 166 Aug 13 04:32 .sonarcloud.properties [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 3804 Aug 13 04:32 CONTRIBUTING.md [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 1035 Aug 13 04:32 Dockerfile.build [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 865 Aug 13 04:32 Jenkinsfile [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 10775 Aug 13 04:32 LICENSE [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 6237 Aug 13 04:32 Makefile [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 5652 Aug 13 04:32 README.md [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 7111 Aug 13 04:32 SECURITY.md [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 5 Aug 13 04:32 VERSION [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 4131 Aug 13 04:32 ZMQWindows.md [2020-08-13T04:35:08.410Z] drwxrwxr-x 2 1001 1001 117 Aug 13 04:32 bin [2020-08-13T04:35:08.410Z] drwxrwxr-x 15 1001 1001 4096 Aug 13 04:32 cmd [2020-08-13T04:35:08.410Z] -rw-r--r-- 1 root root 465013 Aug 13 04:34 coverage.out [2020-08-13T04:35:08.410Z] -rw-r--r-- 1 root root 1075 Aug 13 04:35 go.mod [2020-08-13T04:35:08.410Z] -rw-r--r-- 1 root root 18146 Aug 13 04:35 go.sum [2020-08-13T04:35:08.410Z] drwxrwxr-x 8 1001 1001 127 Aug 13 04:32 internal [2020-08-13T04:35:08.410Z] drwxrwxr-x 4 1001 1001 26 Aug 13 04:32 openapi [2020-08-13T04:35:08.410Z] drwxrwxr-x 4 1001 1001 71 Aug 13 04:32 snap [2020-08-13T04:35:08.410Z] -rw-rw-r-- 1 1001 1001 168 Aug 13 04:32 version.go [Pipeline] sh [2020-08-13T04:35:08.718Z] + '[' -e coverage.out ] [2020-08-13T04:35:08.718Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-13T04:35:08.866Z] Stashed 1 file(s) [Pipeline] sh [2020-08-13T04:35:09.160Z] + make build [2020-08-13T04:35:09.160Z] 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-13T04:35:15.790Z] 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-13T04:35:18.367Z] 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-13T04:35:20.305Z] 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-13T04:35:21.699Z] 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-13T04:35:23.630Z] 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-13T04:35:23.893Z] 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-13T04:35:26.470Z] 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-13T04:35:27.862Z] 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-13T04:35:28.808Z] 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-13T04:35:30.200Z] 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-13T04:35:31.672Z] 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-13T04:35:33.145Z] 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-13T04:35:34.097Z] $ docker stop --time=1 f34a4c7da3e020c9ec77a1937915ed249792726977ebaec14fb1ae9f5d3d51ab [2020-08-13T04:35:35.680Z] $ docker rm -f f34a4c7da3e020c9ec77a1937915ed249792726977ebaec14fb1ae9f5d3d51ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:35:37.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T04:35:37.027Z] [2020-08-13T04:35:37.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:35:37.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T04:35:37.362Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-13T04:35:37.362Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-13T04:35:37.362Z] ca9280d653b3: Pulling fs layer [2020-08-13T04:35:37.362Z] 7e9c9ca2126c: Pulling fs layer [2020-08-13T04:35:37.362Z] cbdbe7a5bc2a: Download complete [2020-08-13T04:35:37.935Z] ca9280d653b3: Verifying Checksum [2020-08-13T04:35:37.935Z] ca9280d653b3: Download complete [2020-08-13T04:35:37.935Z] cbdbe7a5bc2a: Pull complete [2020-08-13T04:35:38.510Z] 7e9c9ca2126c: Download complete [2020-08-13T04:35:38.776Z] ca9280d653b3: Pull complete [2020-08-13T04:35:45.374Z] 7e9c9ca2126c: Pull complete [2020-08-13T04:35:45.374Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-13T04:35:45.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T04:35:45.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-13T04:35:45.526Z] prd-centos7-docker-4c-2g-5069 does not seem to be running inside a container [2020-08-13T04:35:45.567Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/31 -v /w/workspace/edgex-go/31:/w/workspace/edgex-go/31:rw,z -v /w/workspace/edgex-go/31@tmp:/w/workspace/edgex-go/31@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-13T04:35:48.559Z] $ docker top 16deba0a7d943d205cd97a32cc93c06f3df616dcd74634c927d1463df78176df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:35:49.023Z] + docker-compose build --help [2020-08-13T04:35:49.023Z] + grep parallel [2020-08-13T04:35:49.964Z] --parallel Build images in parallel. [Pipeline] } [2020-08-13T04:35:49.974Z] $ docker stop --time=1 16deba0a7d943d205cd97a32cc93c06f3df616dcd74634c927d1463df78176df [2020-08-13T04:35:51.370Z] $ docker rm -f 16deba0a7d943d205cd97a32cc93c06f3df616dcd74634c927d1463df78176df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:35:51.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T04:35:51.998Z] . [Pipeline] withDockerContainer [2020-08-13T04:35:52.109Z] prd-centos7-docker-4c-2g-5069 does not seem to be running inside a container [2020-08-13T04:35:52.183Z] $ 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/31 -v /w/workspace/edgex-go/31:/w/workspace/edgex-go/31:rw,z -v /w/workspace/edgex-go/31@tmp:/w/workspace/edgex-go/31@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-13T04:35:52.771Z] $ docker top e6f99b4b6ffb1becad0df4736c389b6b53956a2aad8812cab08511b98023b524 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:35:53.254Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-13T04:35:54.198Z] Building docker-core-command-go ... [2020-08-13T04:35:54.198Z] Building docker-core-data-go ... [2020-08-13T04:35:54.198Z] Building docker-core-metadata-go ... [2020-08-13T04:35:54.198Z] Building docker-security-proxy-setup-go ... [2020-08-13T04:35:54.198Z] Building docker-security-secrets-setup-go ... [2020-08-13T04:35:54.198Z] Building docker-security-secretstore-setup-go ... [2020-08-13T04:35:54.198Z] Building docker-support-logging-go ... [2020-08-13T04:35:54.198Z] Building docker-support-notifications-go ... [2020-08-13T04:35:54.198Z] Building docker-support-scheduler-go ... [2020-08-13T04:35:54.198Z] Building docker-sys-mgmt-agent-go ... [2020-08-13T04:35:54.198Z] Building docker-security-secretstore-setup-go [2020-08-13T04:35:54.198Z] Building docker-security-proxy-setup-go [2020-08-13T04:35:54.198Z] Building docker-core-metadata-go [2020-08-13T04:35:54.198Z] Building docker-support-scheduler-go [2020-08-13T04:35:54.198Z] Building docker-security-secrets-setup-go [2020-08-13T04:36:25.912Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5072 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws [2020-08-13T04:36:25.956Z] Running in /w/workspace/edgex-go/31 [Pipeline] { [Pipeline] checkout [2020-08-13T04:36:26.447Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:36:26.447Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:36:26.447Z] ---> c5feaf0b382c [2020-08-13T04:36:26.447Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T04:36:26.447Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:36:26.447Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:36:26.447Z] ---> c5feaf0b382c [2020-08-13T04:36:26.447Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T04:36:26.447Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:36:26.447Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-13T04:36:26.447Z] ---> c5feaf0b382c [2020-08-13T04:36:26.447Z] Step 3/29 : WORKDIR /edgex-go [2020-08-13T04:36:26.447Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:36:26.447Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:36:26.447Z] ---> c5feaf0b382c [2020-08-13T04:36:26.448Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:36:26.448Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:36:26.448Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:36:26.448Z] ---> c5feaf0b382c [2020-08-13T04:36:26.448Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T04:36:26.448Z] ---> Running in afa971be9c27 [2020-08-13T04:36:26.448Z] ---> Running in 191de259d698 [2020-08-13T04:36:26.448Z] ---> Running in adbc8bb6553c [2020-08-13T04:36:26.448Z] ---> Running in d39bdf9c8682 [2020-08-13T04:36:26.448Z] ---> Running in 80ca29843959 [2020-08-13T04:36:26.448Z] Removing intermediate container d39bdf9c8682 [2020-08-13T04:36:26.448Z] ---> b7d75e04b0b7 [2020-08-13T04:36:26.448Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:36:26.448Z] Removing intermediate container adbc8bb6553c [2020-08-13T04:36:26.448Z] ---> cbaf81f5176e [2020-08-13T04:36:26.448Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:36:26.448Z] Removing intermediate container afa971be9c27 [2020-08-13T04:36:26.448Z] ---> e9b27be9a20a [2020-08-13T04:36:26.448Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:36:26.448Z] Removing intermediate container 191de259d698 [2020-08-13T04:36:26.448Z] ---> 89bb8eedf919 [2020-08-13T04:36:26.448Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:36:26.448Z] Removing intermediate container 80ca29843959 [2020-08-13T04:36:26.448Z] ---> ecb1f563dcc5 [2020-08-13T04:36:26.448Z] Step 4/29 : RUN apk update && apk add make git [2020-08-13T04:36:26.448Z] ---> Running in 477b30c81e27 [2020-08-13T04:36:26.448Z] ---> Running in 1d16167146f5 [2020-08-13T04:36:26.448Z] ---> Running in 9d0eae384b11 [2020-08-13T04:36:26.448Z] ---> Running in 49d47b4d1499 [2020-08-13T04:36:26.448Z] ---> Running in 73b75f519ee8 [2020-08-13T04:36:26.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:26.448Z] Removing intermediate container 477b30c81e27 [2020-08-13T04:36:26.448Z] ---> 2a068d2380d0 [2020-08-13T04:36:26.448Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T04:36:26.448Z] Removing intermediate container 9d0eae384b11 [2020-08-13T04:36:26.448Z] ---> ac593efcc0f3 [2020-08-13T04:36:26.448Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T04:36:26.448Z] Removing intermediate container 1d16167146f5 [2020-08-13T04:36:26.448Z] ---> dd2843c2017f [2020-08-13T04:36:26.448Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T04:36:26.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:26.448Z] ---> Running in 6ea86cb08194 [2020-08-13T04:36:26.448Z] ---> Running in 5aa3e2843e42 [2020-08-13T04:36:26.448Z] Removing intermediate container 49d47b4d1499 [2020-08-13T04:36:26.448Z] ---> 4eb103feea2c [2020-08-13T04:36:26.448Z] Step 5/26 : RUN apk update && apk add make git [2020-08-13T04:36:26.448Z] ---> Running in 72a6e4456207 [2020-08-13T04:36:26.448Z] ---> Running in f2a0de4aa4d7 [2020-08-13T04:36:26.448Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:36:26.448Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:36:26.448Z] OK: 12749 distinct packages available [2020-08-13T04:36:26.448Z] OK: 233 MiB in 51 packages [2020-08-13T04:36:26.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:26.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:26.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:26.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:26.710Z] Removing intermediate container 73b75f519ee8 [2020-08-13T04:36:26.710Z] ---> 059028f2da3a [2020-08-13T04:36:26.710Z] Step 5/29 : COPY go.mod . [2020-08-13T04:36:26.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:26.971Z] ---> 87b05d5cd48d [2020-08-13T04:36:26.971Z] Step 6/29 : RUN go mod download [2020-08-13T04:36:27.251Z] ---> Running in 44b5560f6ea1 [2020-08-13T04:36:27.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:27.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:27.519Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:36:27.519Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:36:27.519Z] OK: 12749 distinct packages available [2020-08-13T04:36:27.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:27.784Z] OK: 233 MiB in 51 packages [2020-08-13T04:36:27.784Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:36:27.784Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:36:27.784Z] OK: 12749 distinct packages available [2020-08-13T04:36:28.051Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:36:28.051Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:36:28.051Z] OK: 12749 distinct packages available [2020-08-13T04:36:28.051Z] OK: 233 MiB in 51 packages [2020-08-13T04:36:28.051Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:36:28.051Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:36:28.051Z] OK: 12749 distinct packages available [2020-08-13T04:36:28.328Z] OK: 233 MiB in 51 packages [2020-08-13T04:36:28.328Z] Removing intermediate container 6ea86cb08194 [2020-08-13T04:36:28.328Z] ---> 6638f0cfea60 [2020-08-13T04:36:28.328Z] Step 6/20 : COPY go.mod . [2020-08-13T04:36:28.328Z] OK: 233 MiB in 51 packages [2020-08-13T04:36:28.600Z] ---> 52b134d28880 [2020-08-13T04:36:28.600Z] Step 7/20 : RUN go mod download [2020-08-13T04:36:28.600Z] Removing intermediate container 5aa3e2843e42 [2020-08-13T04:36:28.600Z] ---> 3da46eaab48f [2020-08-13T04:36:28.600Z] Step 6/20 : COPY go.mod . [2020-08-13T04:36:28.860Z] ---> Running in baf6a592b350 [2020-08-13T04:36:29.121Z] ---> a388624cdca1 [2020-08-13T04:36:29.121Z] Step 7/20 : RUN go mod download [2020-08-13T04:36:29.121Z] Removing intermediate container 72a6e4456207 [2020-08-13T04:36:29.121Z] ---> b47262357848 [2020-08-13T04:36:29.121Z] Step 6/21 : COPY go.mod . [2020-08-13T04:36:29.385Z] ---> Running in 5747e384e053 [2020-08-13T04:36:29.385Z] Removing intermediate container f2a0de4aa4d7 [2020-08-13T04:36:29.385Z] ---> cadb480ae9c4 [2020-08-13T04:36:29.385Z] Step 6/26 : COPY go.mod . [2020-08-13T04:36:29.652Z] Removing intermediate container 44b5560f6ea1 [2020-08-13T04:36:29.652Z] ---> fde3d9e97907 [2020-08-13T04:36:29.652Z] Step 7/29 : COPY . . [2020-08-13T04:36:29.652Z] ---> e424decbea6b [2020-08-13T04:36:29.652Z] Step 7/21 : RUN go mod download [2020-08-13T04:36:29.912Z] ---> Running in be0c7d80bccf [2020-08-13T04:36:29.912Z] ---> 74e2374116d4 [2020-08-13T04:36:29.912Z] Step 7/26 : RUN go mod download [2020-08-13T04:36:31.303Z] ---> Running in bd38cdba5bcb [2020-08-13T04:36:31.678Z] using credential edgex-jenkins-ssh [2020-08-13T04:36:31.739Z] Cloning the remote Git repository [2020-08-13T04:36:31.739Z] Cloning with configured refspecs honoured and without tags [2020-08-13T04:36:31.799Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-13T04:36:31.906Z] > git init /w/workspace/edgex-go/31 # timeout=10 [2020-08-13T04:36:31.964Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-13T04:36:31.965Z] > git --version # timeout=10 [2020-08-13T04:36:32.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T04:36:32.225Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T04:36:36.608Z] Removing intermediate container baf6a592b350 [2020-08-13T04:36:36.608Z] ---> 275dcb9c22c9 [2020-08-13T04:36:36.608Z] Step 8/20 : COPY . . [2020-08-13T04:36:36.608Z] Removing intermediate container 5747e384e053 [2020-08-13T04:36:36.608Z] ---> 21f660c85a00 [2020-08-13T04:36:36.608Z] Step 8/20 : COPY . . [2020-08-13T04:36:42.070Z] Removing intermediate container be0c7d80bccf [2020-08-13T04:36:42.070Z] ---> 41dfa7d5977a [2020-08-13T04:36:42.070Z] Step 8/21 : COPY . . [2020-08-13T04:36:43.463Z] Removing intermediate container bd38cdba5bcb [2020-08-13T04:36:43.463Z] ---> cbf9859c9bbf [2020-08-13T04:36:43.463Z] Step 8/26 : COPY . . [2020-08-13T04:36:49.121Z] Fetching without tags [2020-08-13T04:36:49.714Z] Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 [2020-08-13T04:36:49.016Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-13T04:36:49.036Z] > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 [2020-08-13T04:36:49.060Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T04:36:49.090Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-13T04:36:49.133Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-13T04:36:49.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T04:36:49.146Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T04:36:49.734Z] > git config core.sparsecheckout # timeout=10 [2020-08-13T04:36:49.760Z] > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 [2020-08-13T04:36:50.058Z] > git remote # timeout=10 [2020-08-13T04:36:50.083Z] > git config --get remote.origin.url # timeout=10 [2020-08-13T04:36:50.096Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T04:36:50.107Z] > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 [2020-08-13T04:36:50.539Z] Merge succeeded, producing 1d879663e84a0b8bb245066415e4261512648572 [2020-08-13T04:36:50.539Z] Checking out Revision 1d879663e84a0b8bb245066415e4261512648572 (PR-2574) [2020-08-13T04:36:50.517Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-13T04:36:50.546Z] > git config core.sparsecheckout # timeout=10 [2020-08-13T04:36:50.567Z] > git checkout -f 1d879663e84a0b8bb245066415e4261512648572 # timeout=10 [2020-08-13T04:36:55.112Z] Commit message: "Merge commit 'd08647e33299f35346a0c0e1b5c282da7a73a79b' into HEAD" [2020-08-13T04:36:55.162Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-13T04:36:55.126Z] > git rev-list --no-walk 3411bc6691e646aaca2da325fb23ef81e0951fbb # timeout=10 [Pipeline] echo [2020-08-13T04:37:07.507Z] ========================================================= [2020-08-13T04:37:07.507Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-13T04:37:07.507Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:37:08.366Z] + 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-13T04:37:10.244Z] ---> ed88e20c9f78 [2020-08-13T04:37:10.244Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-13T04:37:10.824Z] ---> Running in cd19023ec560 [2020-08-13T04:37:11.774Z] ---> f2ff27a5e67a [2020-08-13T04:37:11.774Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-13T04:37:11.774Z] ---> e1f9ff9ebcd5 [2020-08-13T04:37:11.774Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-13T04:37:11.774Z] ---> cbe739ac17e5 [2020-08-13T04:37:11.774Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-13T04:37:11.774Z] ---> f9d2c803c0c8 [2020-08-13T04:37:11.774Z] 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-13T04:37:11.774Z] ---> Running in cac53371a0c6 [2020-08-13T04:37:11.774Z] ---> Running in 85bcce735397 [2020-08-13T04:37:11.774Z] ---> Running in b96ce12b3350 [2020-08-13T04:37:11.774Z] ---> Running in cd87904fecc7 [2020-08-13T04:37:12.372Z] 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-13T04:37:12.642Z] 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-13T04:37:12.642Z] 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-13T04:37:12.697Z] Sending build context to Docker daemon 323.1MB [2020-08-13T04:37:12.697Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-13T04:37:12.697Z] Step 2/7 : FROM ${BASE} [2020-08-13T04:37:12.907Z] 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-13T04:37:12.907Z] 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-13T04:37:12.974Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-13T04:37:12.974Z] b538f80385f9: Pulling fs layer [2020-08-13T04:37:12.974Z] 74f711af9a0d: Pulling fs layer [2020-08-13T04:37:12.974Z] 99f96fe45779: Pulling fs layer [2020-08-13T04:37:12.974Z] fd7a069fd194: Pulling fs layer [2020-08-13T04:37:12.974Z] 66aa3694b03b: Pulling fs layer [2020-08-13T04:37:12.974Z] 170f70906a0f: Pulling fs layer [2020-08-13T04:37:12.974Z] ad7c5574e4b9: Pulling fs layer [2020-08-13T04:37:12.974Z] e772456be8f7: Pulling fs layer [2020-08-13T04:37:12.974Z] c890913d741a: Pulling fs layer [2020-08-13T04:37:12.974Z] 2480fcc9aa5a: Pulling fs layer [2020-08-13T04:37:12.974Z] 09adf4765672: Pulling fs layer [2020-08-13T04:37:12.974Z] ad7c5574e4b9: Waiting [2020-08-13T04:37:12.974Z] 66aa3694b03b: Waiting [2020-08-13T04:37:12.974Z] e772456be8f7: Waiting [2020-08-13T04:37:12.974Z] c890913d741a: Waiting [2020-08-13T04:37:12.974Z] 2480fcc9aa5a: Waiting [2020-08-13T04:37:12.974Z] 09adf4765672: Waiting [2020-08-13T04:37:12.974Z] 170f70906a0f: Waiting [2020-08-13T04:37:12.974Z] fd7a069fd194: Waiting [2020-08-13T04:37:12.974Z] 99f96fe45779: Verifying Checksum [2020-08-13T04:37:12.974Z] 99f96fe45779: Download complete [2020-08-13T04:37:12.974Z] 74f711af9a0d: Verifying Checksum [2020-08-13T04:37:12.974Z] 74f711af9a0d: Download complete [2020-08-13T04:37:12.974Z] 66aa3694b03b: Verifying Checksum [2020-08-13T04:37:12.974Z] 66aa3694b03b: Download complete [2020-08-13T04:37:12.974Z] 170f70906a0f: Download complete [2020-08-13T04:37:12.974Z] b538f80385f9: Verifying Checksum [2020-08-13T04:37:12.974Z] b538f80385f9: Download complete [2020-08-13T04:37:13.975Z] b538f80385f9: Pull complete [2020-08-13T04:37:14.580Z] 74f711af9a0d: Pull complete [2020-08-13T04:37:14.856Z] 99f96fe45779: Pull complete [2020-08-13T04:37:15.837Z] ad7c5574e4b9: Download complete [2020-08-13T04:37:15.837Z] c890913d741a: Verifying Checksum [2020-08-13T04:37:15.837Z] c890913d741a: Download complete [2020-08-13T04:37:19.219Z] 2480fcc9aa5a: Verifying Checksum [2020-08-13T04:37:19.219Z] 2480fcc9aa5a: Download complete [2020-08-13T04:37:19.219Z] 09adf4765672: Verifying Checksum [2020-08-13T04:37:19.219Z] 09adf4765672: Download complete [2020-08-13T04:37:20.648Z] e772456be8f7: Verifying Checksum [2020-08-13T04:37:20.648Z] e772456be8f7: Download complete [2020-08-13T04:37:20.648Z] fd7a069fd194: Download complete [2020-08-13T04:37:33.054Z] fd7a069fd194: Pull complete [2020-08-13T04:37:33.054Z] 66aa3694b03b: Pull complete [2020-08-13T04:37:33.054Z] 170f70906a0f: Pull complete [2020-08-13T04:37:36.453Z] ad7c5574e4b9: Pull complete [2020-08-13T04:37:39.572Z] 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-13T04:37:40.530Z] Removing intermediate container cd19023ec560 [2020-08-13T04:37:40.530Z] ---> 85ac02938149 [2020-08-13T04:37:40.530Z] [2020-08-13T04:37:40.530Z] Step 9/29 : FROM alpine:latest [2020-08-13T04:37:41.115Z] latest: Pulling from library/alpine [2020-08-13T04:37:41.115Z] Removing intermediate container b96ce12b3350 [2020-08-13T04:37:41.115Z] ---> d7f31c314a53 [2020-08-13T04:37:41.115Z] [2020-08-13T04:37:41.115Z] Step 10/20 : FROM alpine [2020-08-13T04:37:41.115Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-13T04:37:41.393Z] Status: Downloaded newer image for alpine:latest [2020-08-13T04:37:41.393Z] ---> a24bb4013296 [2020-08-13T04:37:41.393Z] 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-13T04:37:41.393Z] ---> Running in f794dd06a32b [2020-08-13T04:37:41.668Z] latest: Pulling from library/alpine [2020-08-13T04:37:41.668Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-13T04:37:41.668Z] Status: Image is up to date for alpine:latest [2020-08-13T04:37:41.668Z] ---> a24bb4013296 [2020-08-13T04:37:41.668Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-13T04:37:41.668Z] Removing intermediate container f794dd06a32b [2020-08-13T04:37:41.668Z] ---> 83ca5bcac1b8 [2020-08-13T04:37:41.668Z] Step 11/29 : USER root [2020-08-13T04:37:41.668Z] 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-13T04:37:41.668Z] ---> Running in a7f46a5ecc24 [2020-08-13T04:37:41.668Z] ---> Running in cd9ba1002afb [2020-08-13T04:37:41.869Z] e772456be8f7: Pull complete [2020-08-13T04:37:41.952Z] Removing intermediate container cd9ba1002afb [2020-08-13T04:37:41.952Z] ---> 609af338febc [2020-08-13T04:37:41.952Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-13T04:37:42.228Z] ---> Running in 64649e516906 [2020-08-13T04:37:42.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:37:42.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:37:42.850Z] c890913d741a: Pull complete [2020-08-13T04:37:43.093Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:37:43.093Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:37:43.093Z] OK: 12749 distinct packages available [2020-08-13T04:37:43.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:37:43.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:37:43.353Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-13T04:37:43.353Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:37:43.353Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:37:43.353Z] OK: 12749 distinct packages available [2020-08-13T04:37:43.353Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T04:37:43.353Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-13T04:37:43.353Z] (4/4) Installing curl (7.69.1-r0) [2020-08-13T04:37:43.353Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:37:43.614Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T04:37:43.614Z] OK: 7 MiB in 18 packages [2020-08-13T04:37:43.614Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-13T04:37:43.614Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-13T04:37:43.614Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:37:43.614Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T04:37:43.614Z] OK: 6 MiB in 16 packages [2020-08-13T04:37:44.828Z] 2480fcc9aa5a: Pull complete [2020-08-13T04:37:45.422Z] 09adf4765672: Pull complete [2020-08-13T04:37:45.422Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-13T04:37:45.422Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-13T04:37:45.422Z] ---> 2248a725d1cf [2020-08-13T04:37:45.422Z] 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-13T04:37:48.904Z] Removing intermediate container 85bcce735397 [2020-08-13T04:37:48.904Z] ---> 006a6051f6b6 [2020-08-13T04:37:48.904Z] [2020-08-13T04:37:48.904Z] Step 10/21 : FROM scratch [2020-08-13T04:37:48.904Z] ---> [2020-08-13T04:37:48.904Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:37:49.851Z] Removing intermediate container cd87904fecc7 [2020-08-13T04:37:49.851Z] ---> 90ca65ff9a4f [2020-08-13T04:37:49.851Z] [2020-08-13T04:37:49.851Z] Step 10/20 : FROM scratch [2020-08-13T04:37:49.851Z] ---> [2020-08-13T04:37:49.851Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:37:50.792Z] Removing intermediate container 64649e516906 [2020-08-13T04:37:50.792Z] ---> bebe06dbfd55 [2020-08-13T04:37:50.792Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-13T04:37:50.792Z] ---> Running in 07284a38e819 [2020-08-13T04:37:50.792Z] Removing intermediate container a7f46a5ecc24 [2020-08-13T04:37:50.792Z] ---> b85b229ab484 [2020-08-13T04:37:50.792Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T04:37:50.792Z] ---> Running in 25cad9a79b8e [2020-08-13T04:37:50.792Z] ---> Running in 8e5350c283a2 [2020-08-13T04:37:50.792Z] ---> Running in f9cec086570b [2020-08-13T04:37:50.792Z] Removing intermediate container cac53371a0c6 [2020-08-13T04:37:50.792Z] ---> cb1e2a33a44c [2020-08-13T04:37:50.792Z] [2020-08-13T04:37:50.792Z] Step 10/26 : FROM alpine:3.10 [2020-08-13T04:37:50.838Z] ---> Running in 8b8b4560eac8 [2020-08-13T04:37:51.052Z] Removing intermediate container 07284a38e819 [2020-08-13T04:37:51.053Z] ---> 0162fbf3377f [2020-08-13T04:37:51.053Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-13T04:37:51.053Z] Removing intermediate container 25cad9a79b8e [2020-08-13T04:37:51.053Z] ---> 2e08d7ca8e4a [2020-08-13T04:37:51.053Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-13T04:37:51.053Z] ---> Running in 590d0609ffeb [2020-08-13T04:37:51.053Z] ---> Running in cf6f34a99699 [2020-08-13T04:37:51.053Z] 3.10: Pulling from library/alpine [2020-08-13T04:37:51.626Z] Removing intermediate container 8e5350c283a2 [2020-08-13T04:37:51.626Z] ---> d7cef07b779f [2020-08-13T04:37:51.626Z] Step 13/20 : WORKDIR /edgex [2020-08-13T04:37:51.886Z] Removing intermediate container f9cec086570b [2020-08-13T04:37:51.886Z] ---> 60dbb0547019 [2020-08-13T04:37:51.886Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-13T04:37:52.147Z] ---> Running in 37a2dd4ec479 [2020-08-13T04:37:52.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:37:52.410Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-13T04:37:52.410Z] ---> Running in e1a5f5281789 [2020-08-13T04:37:52.410Z] Removing intermediate container cf6f34a99699 [2020-08-13T04:37:52.410Z] ---> d2a41b67b22e [2020-08-13T04:37:52.410Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-13T04:37:52.410Z] Status: Downloaded newer image for alpine:3.10 [2020-08-13T04:37:52.410Z] ---> be4e4bea2c2e [2020-08-13T04:37:52.410Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-13T04:37:52.410Z] Removing intermediate container 590d0609ffeb [2020-08-13T04:37:52.410Z] ---> 0c26827c922a [2020-08-13T04:37:52.410Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:37:52.410Z] ---> Running in d69c1e0c584c [2020-08-13T04:37:52.673Z] ---> Running in 20eef0234905 [2020-08-13T04:37:52.673Z] ---> Running in 63f71207b1a3 [2020-08-13T04:37:52.673Z] Removing intermediate container 37a2dd4ec479 [2020-08-13T04:37:52.673Z] ---> a854079b9d90 [2020-08-13T04:37:52.673Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-13T04:37:52.937Z] Removing intermediate container e1a5f5281789 [2020-08-13T04:37:52.937Z] ---> ecdcb07b923a [2020-08-13T04:37:52.937Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-13T04:37:52.937Z] Removing intermediate container d69c1e0c584c [2020-08-13T04:37:52.937Z] ---> 38817a873752 [2020-08-13T04:37:52.937Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-13T04:37:52.937Z] Removing intermediate container 63f71207b1a3 [2020-08-13T04:37:52.937Z] ---> 99b15eef13bb [2020-08-13T04:37:52.937Z] Step 14/21 : WORKDIR / [2020-08-13T04:37:53.198Z] ---> Running in 0f16fb358cb6 [2020-08-13T04:37:53.198Z] ---> c65d7070e9f5 [2020-08-13T04:37:53.198Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-13T04:37:53.198Z] ---> Running in 0b0fe164b82a [2020-08-13T04:37:53.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:37:53.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:37:53.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:37:53.460Z] ---> 8ae5266a76bb [2020-08-13T04:37:53.460Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-13T04:37:53.726Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-13T04:37:53.726Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-13T04:37:53.726Z] OK: 10346 distinct packages available [2020-08-13T04:37:53.726Z] Removing intermediate container 0b0fe164b82a [2020-08-13T04:37:53.726Z] ---> d151825eb036 [2020-08-13T04:37:53.726Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-13T04:37:53.726Z] ---> ba443fa7e6b5 [2020-08-13T04:37:53.726Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-13T04:37:53.726Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-13T04:37:53.986Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-13T04:37:53.986Z] ---> Running in e34734ba5301 [2020-08-13T04:37:53.986Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-13T04:37:53.987Z] (4/5) Installing curl (7.66.0-r0) [2020-08-13T04:37:53.987Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-13T04:37:53.987Z] Executing busybox-1.30.1-r3.trigger [2020-08-13T04:37:53.987Z] Executing ca-certificates-20191127-r2.trigger [2020-08-13T04:37:53.987Z] OK: 7 MiB in 19 packages [2020-08-13T04:37:54.224Z] (1/12) Installing libmagic (5.38-r0) [2020-08-13T04:37:54.497Z] (2/12) Installing file (5.38-r0) [2020-08-13T04:37:54.497Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-13T04:37:54.497Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-13T04:37:55.375Z] ---> 2c68965027e0 [2020-08-13T04:37:55.375Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-13T04:37:55.375Z] Removing intermediate container e34734ba5301 [2020-08-13T04:37:55.375Z] ---> 81bf81fde1da [2020-08-13T04:37:55.375Z] Step 17/20 : CMD ["--init=true"] [2020-08-13T04:37:55.375Z] ---> f9271aa06b52 [2020-08-13T04:37:55.375Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-13T04:37:55.375Z] ---> Running in 30c2ba4b2d53 [2020-08-13T04:37:56.329Z] ---> 5a04dbb609ff [2020-08-13T04:37:56.329Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:37:56.329Z] ---> Running in 9d3ebd041a88 [2020-08-13T04:37:56.329Z] Removing intermediate container 20eef0234905 [2020-08-13T04:37:56.329Z] ---> 5fe9b9502ffb [2020-08-13T04:37:56.329Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T04:37:56.329Z] Removing intermediate container 0f16fb358cb6 [2020-08-13T04:37:56.329Z] ---> efbb78f14484 [2020-08-13T04:37:56.329Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-13T04:37:56.329Z] Removing intermediate container 30c2ba4b2d53 [2020-08-13T04:37:56.329Z] ---> bb1b4a83e6f2 [2020-08-13T04:37:56.329Z] Step 18/20 : LABEL arch=x86_64 [2020-08-13T04:37:56.595Z] ---> f9afd48184b1 [2020-08-13T04:37:56.595Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-13T04:37:56.595Z] ---> Running in 4c3e82f37dd9 [2020-08-13T04:37:56.595Z] ---> Running in 9e9472c830d2 [2020-08-13T04:37:56.856Z] Removing intermediate container 9d3ebd041a88 [2020-08-13T04:37:56.856Z] ---> b0a9ea0c07c6 [2020-08-13T04:37:56.856Z] Step 18/20 : LABEL arch=x86_64 [2020-08-13T04:37:56.856Z] ---> Running in af20a944d034 [2020-08-13T04:37:57.118Z] Removing intermediate container 9e9472c830d2 [2020-08-13T04:37:57.118Z] ---> 6494105431e3 [2020-08-13T04:37:57.118Z] Step 19/20 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:37:57.118Z] Removing intermediate container 4c3e82f37dd9 [2020-08-13T04:37:57.118Z] ---> ace510f4ab90 [2020-08-13T04:37:57.118Z] Step 13/26 : WORKDIR / [2020-08-13T04:37:57.382Z] ---> 5838bae76167 [2020-08-13T04:37:57.382Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:37:57.382Z] ---> 6d8619f63a27 [2020-08-13T04:37:57.382Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-13T04:37:57.382Z] ---> Running in 62b220f18484 [2020-08-13T04:37:57.382Z] ---> Running in 69262e6714e2 [2020-08-13T04:37:57.382Z] ---> Running in 9bdc23bee5eb [2020-08-13T04:37:57.643Z] Removing intermediate container af20a944d034 [2020-08-13T04:37:57.643Z] ---> 6d6c2fc5a0c7 [2020-08-13T04:37:57.643Z] Step 19/20 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:37:57.643Z] ---> Running in 7b41f34adecd [2020-08-13T04:37:57.643Z] ---> 8b7adf31eef1 [2020-08-13T04:37:57.643Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-13T04:37:57.907Z] Removing intermediate container 62b220f18484 [2020-08-13T04:37:57.907Z] ---> 823fce901dfe [2020-08-13T04:37:57.907Z] 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-13T04:37:57.907Z] Removing intermediate container 9bdc23bee5eb [2020-08-13T04:37:57.907Z] ---> ecf90dfbd1e9 [2020-08-13T04:37:57.907Z] Step 19/21 : LABEL arch=x86_64 [2020-08-13T04:37:57.907Z] Removing intermediate container 69262e6714e2 [2020-08-13T04:37:57.907Z] ---> 9e3037e77d1c [2020-08-13T04:37:57.907Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T04:37:58.175Z] ---> Running in 09aeb70d80d5 [2020-08-13T04:37:58.175Z] ---> Running in 4bd6534ab240 [2020-08-13T04:37:58.175Z] Removing intermediate container 7b41f34adecd [2020-08-13T04:37:58.175Z] ---> 457fc8dddbe2 [2020-08-13T04:37:58.175Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T04:37:58.175Z] ---> 7983122f4a0a [2020-08-13T04:37:58.175Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-13T04:37:58.438Z] ---> 5be917a28285 [2020-08-13T04:37:58.438Z] 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-13T04:37:58.438Z] ---> Running in c00212776f37 [2020-08-13T04:37:58.698Z] Removing intermediate container 09aeb70d80d5 [2020-08-13T04:37:58.698Z] ---> b168119e3c17 [2020-08-13T04:37:58.698Z] Step 20/21 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:37:58.698Z] Removing intermediate container 4bd6534ab240 [2020-08-13T04:37:58.698Z] ---> fa3a4a562083 [2020-08-13T04:37:58.698Z] [2020-08-13T04:37:58.698Z] Successfully built fa3a4a562083 [2020-08-13T04:37:58.963Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-13T04:37:58.964Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-08-13T04:37:58.964Z] ---> Running in 72c6a3821112 [2020-08-13T04:37:58.964Z] ---> 91885dbbb3c4 [2020-08-13T04:37:58.964Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-13T04:37:58.964Z] Removing intermediate container c00212776f37 [2020-08-13T04:37:58.964Z] ---> f7bb54565248 [2020-08-13T04:37:58.964Z] [2020-08-13T04:37:58.964Z] ---> 07ba358c8fcf [2020-08-13T04:37:58.964Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-13T04:37:59.227Z] Successfully built f7bb54565248 [2020-08-13T04:37:59.227Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-13T04:37:59.227Z] Building docker-support-notifications-go [2020-08-13T04:37:59.227Z]  Building docker-support-scheduler-go ... done Removing intermediate container 72c6a3821112 [2020-08-13T04:37:59.227Z] ---> 715ce6813a2b [2020-08-13T04:37:59.227Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:37:59.227Z] ---> Running in 2c6769325d59 [2020-08-13T04:37:59.488Z] ---> b1518e838412 [2020-08-13T04:37:59.488Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-13T04:37:59.488Z] ---> ed125617b956 [2020-08-13T04:37:59.488Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-13T04:37:59.753Z] ---> Running in 652d745f147e [2020-08-13T04:37:59.753Z] Removing intermediate container 2c6769325d59 [2020-08-13T04:37:59.753Z] ---> 64044ae8857b [2020-08-13T04:37:59.753Z] [2020-08-13T04:37:59.942Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-13T04:37:59.942Z] (6/12) Installing patch (2.7.6-r6) [2020-08-13T04:37:59.942Z] (7/12) Installing build-base (0.5-r2) [2020-08-13T04:38:00.213Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-13T04:38:00.213Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-13T04:38:00.213Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-13T04:38:00.325Z] Successfully built 64044ae8857b [2020-08-13T04:38:00.483Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-13T04:38:00.483Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-13T04:38:00.757Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:38:00.757Z] OK: 217 MiB in 51 packages [2020-08-13T04:38:00.900Z] ---> c7202a4b330a [2020-08-13T04:38:00.900Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-13T04:38:01.845Z] Successfully tagged docker-core-metadata-go:latest [2020-08-13T04:38:01.846Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-08-13T04:38:05.057Z] Removing intermediate container 8b8b4560eac8 [2020-08-13T04:38:05.057Z] ---> 0bf3ebc43d8a [2020-08-13T04:38:05.057Z] Step 4/7 : WORKDIR /edgex-go [2020-08-13T04:38:05.336Z] ---> Running in ac914c71c1f0 [2020-08-13T04:38:05.931Z] Removing intermediate container ac914c71c1f0 [2020-08-13T04:38:05.931Z] ---> b99e0a2e4f20 [2020-08-13T04:38:05.931Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-13T04:38:06.205Z] latest: Pulling from library/docker [2020-08-13T04:38:06.205Z] b538f80385f9: Already exists [2020-08-13T04:38:06.205Z] 259a493cd78d: Pulling fs layer [2020-08-13T04:38:06.205Z] b8e66b5100f5: Pulling fs layer [2020-08-13T04:38:06.205Z] 39dc9c94d07c: Pulling fs layer [2020-08-13T04:38:06.205Z] 551b823b3b82: Pulling fs layer [2020-08-13T04:38:06.205Z] 3c52a74df98c: Pulling fs layer [2020-08-13T04:38:06.205Z] 551b823b3b82: Waiting [2020-08-13T04:38:06.205Z] 3c52a74df98c: Waiting [2020-08-13T04:38:06.205Z] 6c9b121b6998: Pulling fs layer [2020-08-13T04:38:06.205Z] 6c9b121b6998: Waiting [2020-08-13T04:38:06.496Z] b8e66b5100f5: Verifying Checksum [2020-08-13T04:38:06.496Z] b8e66b5100f5: Download complete [2020-08-13T04:38:06.496Z] 259a493cd78d: Verifying Checksum [2020-08-13T04:38:06.496Z] 259a493cd78d: Download complete [2020-08-13T04:38:06.775Z] 551b823b3b82: Verifying Checksum [2020-08-13T04:38:06.775Z] 551b823b3b82: Download complete [2020-08-13T04:38:06.775Z] 3c52a74df98c: Verifying Checksum [2020-08-13T04:38:06.775Z] 3c52a74df98c: Download complete [2020-08-13T04:38:06.775Z] 6c9b121b6998: Verifying Checksum [2020-08-13T04:38:06.775Z] 6c9b121b6998: Download complete [2020-08-13T04:38:07.153Z] ---> 1b9e24a618f4 [2020-08-13T04:38:07.153Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-13T04:38:07.374Z] 259a493cd78d: Pull complete [2020-08-13T04:38:07.973Z] b8e66b5100f5: Pull complete [2020-08-13T04:38:07.973Z] 39dc9c94d07c: Verifying Checksum [2020-08-13T04:38:07.973Z] 39dc9c94d07c: Download complete [2020-08-13T04:38:09.734Z] ---> 6dc29ca962d1 [2020-08-13T04:38:09.734Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-13T04:38:11.128Z] Removing intermediate container 652d745f147e [2020-08-13T04:38:11.128Z] ---> 7bc1d2c7a989 [2020-08-13T04:38:11.128Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T04:38:11.366Z] 39dc9c94d07c: Pull complete [2020-08-13T04:38:11.367Z] 551b823b3b82: Pull complete [2020-08-13T04:38:11.640Z] 3c52a74df98c: Pull complete [2020-08-13T04:38:12.085Z] ---> 4ec5c02564a0 [2020-08-13T04:38:12.085Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T04:38:12.234Z] 6c9b121b6998: Pull complete [2020-08-13T04:38:12.234Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-13T04:38:12.234Z] Status: Downloaded newer image for docker:latest [2020-08-13T04:38:13.039Z] ---> c81f78191b09 [2020-08-13T04:38:13.040Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T04:38:14.965Z] ---> Running in 506ae99185fc [2020-08-13T04:38:15.542Z] ---> abf3b8d15221 [2020-08-13T04:38:15.542Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T04:38:15.632Z] ---> 89e07c760c46 [2020-08-13T04:38:15.632Z] Step 6/7 : COPY go.mod . [2020-08-13T04:38:16.229Z] ---> cd6e848ef44b [2020-08-13T04:38:16.229Z] Step 7/7 : RUN go mod download [2020-08-13T04:38:16.504Z] ---> Running in c44a5f6ebf42 [2020-08-13T04:38:16.962Z] ---> Running in db8cd4d3fdda [2020-08-13T04:38:18.360Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:38:18.360Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:38:18.360Z] ---> c5feaf0b382c [2020-08-13T04:38:18.360Z] Step 3/23 : WORKDIR /edgex-go [2020-08-13T04:38:18.360Z] ---> Using cache [2020-08-13T04:38:18.360Z] ---> ecb1f563dcc5 [2020-08-13T04:38:18.360Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:38:18.360Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:38:18.360Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:38:18.360Z] ---> c5feaf0b382c [2020-08-13T04:38:18.360Z] Step 3/22 : WORKDIR /edgex-go [2020-08-13T04:38:18.360Z] ---> Using cache [2020-08-13T04:38:18.360Z] ---> ecb1f563dcc5 [2020-08-13T04:38:18.360Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:38:19.318Z] ---> Running in ca4cf242fe7e [2020-08-13T04:38:19.578Z] ---> Running in 0012bba4b477 [2020-08-13T04:38:19.578Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:38:19.578Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:38:19.578Z] ---> c5feaf0b382c [2020-08-13T04:38:19.578Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:38:19.578Z] ---> Using cache [2020-08-13T04:38:19.578Z] ---> ecb1f563dcc5 [2020-08-13T04:38:19.578Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:38:19.883Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-13T04:38:19.883Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-13T04:38:19.883Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-13T04:38:19.883Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-13T04:38:19.883Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-13T04:38:19.883Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-13T04:38:19.883Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-13T04:38:19.883Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-13T04:38:19.883Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-13T04:38:19.883Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-13T04:38:19.883Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-13T04:38:19.883Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-13T04:38:19.883Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-13T04:38:19.883Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-13T04:38:20.154Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-13T04:38:20.154Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-13T04:38:20.154Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-13T04:38:20.154Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-13T04:38:20.154Z] go: finding github.com/fatih/color v1.7.0 [2020-08-13T04:38:20.154Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-13T04:38:20.154Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-13T04:38:20.154Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-13T04:38:20.154Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-13T04:38:20.154Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-13T04:38:20.154Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-13T04:38:20.426Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-13T04:38:20.426Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-13T04:38:20.426Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-13T04:38:20.426Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-13T04:38:20.426Z] go: finding github.com/google/uuid v1.1.0 [2020-08-13T04:38:20.426Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-13T04:38:20.426Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-13T04:38:20.426Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-13T04:38:20.426Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-13T04:38:20.426Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-13T04:38:20.426Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-13T04:38:20.519Z] ---> Running in 1ab3a303e7b0 [2020-08-13T04:38:20.697Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-13T04:38:20.697Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-13T04:38:20.697Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-13T04:38:20.697Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-13T04:38:20.697Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-13T04:38:20.698Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-13T04:38:20.698Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-13T04:38:20.698Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-13T04:38:20.698Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-13T04:38:20.698Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-13T04:38:20.970Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-13T04:38:20.970Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-13T04:38:20.970Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-13T04:38:20.970Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-13T04:38:20.970Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-13T04:38:20.970Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-13T04:38:20.970Z] go: finding github.com/kr/pty v1.1.1 [2020-08-13T04:38:20.970Z] go: finding github.com/kr/text v0.1.0 [2020-08-13T04:38:20.970Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-13T04:38:20.970Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-13T04:38:20.970Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-13T04:38:21.090Z] Removing intermediate container 506ae99185fc [2020-08-13T04:38:21.090Z] ---> 56269239310e [2020-08-13T04:38:21.090Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-13T04:38:21.090Z] ---> Running in e7366379a630 [2020-08-13T04:38:21.241Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-13T04:38:21.241Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-13T04:38:21.241Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-13T04:38:21.241Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-13T04:38:21.241Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-13T04:38:21.241Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-13T04:38:21.241Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-13T04:38:21.241Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-13T04:38:21.241Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-13T04:38:21.241Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-13T04:38:21.241Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-13T04:38:21.356Z] Removing intermediate container db8cd4d3fdda [2020-08-13T04:38:21.356Z] ---> 06da32a9c0df [2020-08-13T04:38:21.356Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T04:38:21.356Z] ---> Running in 857a59f288c4 [2020-08-13T04:38:21.512Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-13T04:38:21.512Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-13T04:38:21.512Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-13T04:38:21.512Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-13T04:38:21.512Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-13T04:38:21.512Z] go: finding github.com/posener/complete v1.1.1 [2020-08-13T04:38:21.512Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-13T04:38:21.512Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-13T04:38:21.512Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-13T04:38:21.512Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-13T04:38:21.784Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-13T04:38:21.784Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-13T04:38:21.784Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-13T04:38:21.784Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-13T04:38:21.784Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-13T04:38:21.784Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-13T04:38:21.784Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-13T04:38:21.784Z] go: finding golang.org/x/text v0.3.2 [2020-08-13T04:38:21.784Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-13T04:38:21.784Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-13T04:38:21.784Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-13T04:38:21.932Z] Removing intermediate container ca4cf242fe7e [2020-08-13T04:38:21.932Z] ---> e34f862d5b2a [2020-08-13T04:38:21.932Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-13T04:38:21.932Z] Removing intermediate container 857a59f288c4 [2020-08-13T04:38:21.932Z] ---> 2580a9a2d00b [2020-08-13T04:38:21.932Z] Step 24/26 : LABEL arch=x86_64 [2020-08-13T04:38:22.072Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-13T04:38:22.072Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-13T04:38:22.072Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-13T04:38:22.193Z] ---> Running in e1ee7406fdb5 [2020-08-13T04:38:22.193Z] ---> Running in d363418a6234 [2020-08-13T04:38:22.455Z] Removing intermediate container 0012bba4b477 [2020-08-13T04:38:22.455Z] ---> 3ca176d5a56a [2020-08-13T04:38:22.455Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-13T04:38:22.455Z] Removing intermediate container d363418a6234 [2020-08-13T04:38:22.455Z] ---> de12aed0f80c [2020-08-13T04:38:22.455Z] Step 25/26 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:38:22.717Z] Removing intermediate container 1ab3a303e7b0 [2020-08-13T04:38:22.717Z] ---> 81918d80ae4c [2020-08-13T04:38:22.717Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T04:38:22.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:38:22.717Z] ---> Running in 45fd0be07815 [2020-08-13T04:38:22.717Z] ---> Running in c3e92aaf6bc7 [2020-08-13T04:38:22.977Z] ---> Running in c4c299f737b6 [2020-08-13T04:38:22.977Z] Removing intermediate container e7366379a630 [2020-08-13T04:38:22.977Z] ---> 5e97c5329107 [2020-08-13T04:38:22.977Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T04:38:23.242Z] Removing intermediate container c3e92aaf6bc7 [2020-08-13T04:38:23.242Z] ---> 4ff3bd27f4a3 [2020-08-13T04:38:23.242Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T04:38:23.242Z] ---> Running in 4a61530f856f [2020-08-13T04:38:23.510Z] ---> Running in 6a87d174d392 [2020-08-13T04:38:23.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:38:23.510Z] Removing intermediate container 4a61530f856f [2020-08-13T04:38:23.510Z] ---> 4578c05bf491 [2020-08-13T04:38:23.510Z] Step 26/29 : CMD [ "generate" ] [2020-08-13T04:38:23.775Z] ---> Running in 6aeab7167d9b [2020-08-13T04:38:23.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:38:23.775Z] Removing intermediate container 6a87d174d392 [2020-08-13T04:38:23.775Z] ---> 80246c759bf5 [2020-08-13T04:38:23.775Z] [2020-08-13T04:38:23.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:38:23.775Z] Successfully built 80246c759bf5 [2020-08-13T04:38:23.775Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-13T04:38:23.775Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2020-08-13T04:38:23.775Z] Removing intermediate container 6aeab7167d9b [2020-08-13T04:38:23.775Z] ---> cef8ab513828 [2020-08-13T04:38:23.775Z] Step 27/29 : LABEL arch=x86_64 [2020-08-13T04:38:24.043Z] ---> Running in 6dfe759604ec [2020-08-13T04:38:24.043Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:38:24.043Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:38:24.043Z] OK: 12749 distinct packages available [2020-08-13T04:38:24.306Z] Removing intermediate container 6dfe759604ec [2020-08-13T04:38:24.306Z] ---> b0ec1acb72ca [2020-08-13T04:38:24.306Z] Step 28/29 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:38:24.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:38:24.306Z] OK: 233 MiB in 51 packages [2020-08-13T04:38:24.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:38:24.568Z] ---> Running in 33ce5d7b724d [2020-08-13T04:38:24.849Z] Removing intermediate container 33ce5d7b724d [2020-08-13T04:38:24.849Z] ---> d51e6de3a559 [2020-08-13T04:38:24.849Z] Step 29/29 : LABEL version=0.0.0 [2020-08-13T04:38:25.278Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:38:25.278Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:38:25.278Z] OK: 12749 distinct packages available [2020-08-13T04:38:25.278Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:38:25.278Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:38:25.278Z] OK: 12749 distinct packages available [2020-08-13T04:38:25.278Z] OK: 233 MiB in 51 packages [2020-08-13T04:38:25.583Z] OK: 233 MiB in 51 packages [2020-08-13T04:38:28.443Z] Removing intermediate container e1ee7406fdb5 [2020-08-13T04:38:28.444Z] ---> b810ea72f2a8 [2020-08-13T04:38:28.444Z] Step 6/22 : COPY go.mod . [2020-08-13T04:38:28.444Z] ---> Running in 0fabd6304141 [2020-08-13T04:38:29.392Z] ---> 1ec7b6619529 [2020-08-13T04:38:29.392Z] Step 7/22 : RUN go mod download [2020-08-13T04:38:29.654Z] Removing intermediate container 45fd0be07815 [2020-08-13T04:38:29.654Z] ---> 782258741980 [2020-08-13T04:38:29.654Z] Step 6/23 : COPY go.mod . [2020-08-13T04:38:29.916Z] Removing intermediate container 0fabd6304141 [2020-08-13T04:38:29.916Z] ---> ce670b47bce1 [2020-08-13T04:38:29.916Z] [2020-08-13T04:38:30.179Z] Successfully built ce670b47bce1 [2020-08-13T04:38:30.444Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-13T04:38:30.444Z] Building docker-support-logging-go [2020-08-13T04:38:30.444Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 16a9abfbddf9 [2020-08-13T04:38:30.444Z] Removing intermediate container c4c299f737b6 [2020-08-13T04:38:30.444Z] ---> fca11f2c7d8a [2020-08-13T04:38:30.444Z] Step 6/21 : COPY go.mod . [2020-08-13T04:38:31.832Z] ---> c7a3a2147495 [2020-08-13T04:38:31.832Z] Step 7/23 : RUN go mod download [2020-08-13T04:38:35.146Z] ---> Running in df7197eff6dd [2020-08-13T04:38:35.146Z] ---> 6ad4fe8d5c23 [2020-08-13T04:38:35.146Z] Step 7/21 : RUN go mod download [2020-08-13T04:38:36.103Z] ---> Running in 28717ffbbc42 [2020-08-13T04:38:39.416Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:38:39.416Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:38:39.416Z] ---> c5feaf0b382c [2020-08-13T04:38:39.416Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T04:38:39.416Z] ---> Using cache [2020-08-13T04:38:39.416Z] ---> ecb1f563dcc5 [2020-08-13T04:38:39.416Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:38:39.416Z] ---> Using cache [2020-08-13T04:38:39.416Z] ---> 81918d80ae4c [2020-08-13T04:38:39.416Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-13T04:38:40.001Z] ---> Running in 6aa76b421fb0 [2020-08-13T04:38:40.373Z] Removing intermediate container c44a5f6ebf42 [2020-08-13T04:38:40.373Z] ---> 4b9bfcf8a44f [2020-08-13T04:38:40.373Z] Successfully built 4b9bfcf8a44f [2020-08-13T04:38:40.373Z] 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-13T04:38:40.956Z] Removing intermediate container 16a9abfbddf9 [2020-08-13T04:38:40.956Z] ---> 3c962d16b1cd [2020-08-13T04:38:40.956Z] Step 8/22 : COPY . . [2020-08-13T04:38:41.062Z] + docker inspect -f . ci-base-image-arm64 [2020-08-13T04:38:41.062Z] . [Pipeline] withDockerContainer [2020-08-13T04:38:41.222Z] Removing intermediate container df7197eff6dd [2020-08-13T04:38:41.222Z] ---> 7e2c66e69e75 [2020-08-13T04:38:41.222Z] Step 8/23 : COPY . . [2020-08-13T04:38:41.222Z] Removing intermediate container 28717ffbbc42 [2020-08-13T04:38:41.222Z] ---> 4ede3346da79 [2020-08-13T04:38:41.222Z] Step 8/21 : COPY . . [2020-08-13T04:38:41.358Z] prd-ubuntu18.04-docker-arm64-4c-16g-5072 does not seem to be running inside a container [2020-08-13T04:38:41.448Z] $ 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/31 -v /w/workspace/edgex-go/31:/w/workspace/edgex-go/31:rw,z -v /w/workspace/edgex-go/31@tmp:/w/workspace/edgex-go/31@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-13T04:38:42.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:38:42.976Z] $ docker top 6ac62729faaa0bd855a13a893bfcf4660cf2375d2137ad39d855dee07a610591 -eo pid,comm [2020-08-13T04:38:43.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-08-13T04:38:43.773Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:38:43.773Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:38:43.773Z] OK: 12749 distinct packages available [2020-08-13T04:38:44.017Z] + go version [2020-08-13T04:38:44.017Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-13T04:38:44.036Z] ========================================================= [2020-08-13T04:38:44.036Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-13T04:38:44.036Z] ========================================================= [Pipeline] sh [2020-08-13T04:38:44.695Z] + make test [2020-08-13T04:38:44.695Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-13T04:38:44.720Z] OK: 233 MiB in 51 packages [2020-08-13T04:38:47.330Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-13T04:38:52.880Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:38:52.880Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:38:52.880Z] ---> c5feaf0b382c [2020-08-13T04:38:52.880Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:38:52.880Z] ---> Using cache [2020-08-13T04:38:52.880Z] ---> ecb1f563dcc5 [2020-08-13T04:38:52.880Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:38:52.880Z] ---> Using cache [2020-08-13T04:38:52.880Z] ---> 81918d80ae4c [2020-08-13T04:38:52.880Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-13T04:38:54.942Z] ---> Running in 2dfb7f17a9da [2020-08-13T04:39:00.256Z] Removing intermediate container 6aa76b421fb0 [2020-08-13T04:39:00.256Z] ---> 173d72eca8ff [2020-08-13T04:39:00.256Z] Step 6/26 : COPY go.mod . [2020-08-13T04:39:03.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:39:03.603Z] ---> f563476bc940 [2020-08-13T04:39:03.603Z] Step 7/26 : RUN go mod download [2020-08-13T04:39:03.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:39:04.138Z] ---> Running in 3575111e1c8e [2020-08-13T04:39:04.410Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:39:04.410Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:39:04.410Z] OK: 12749 distinct packages available [2020-08-13T04:39:04.678Z] OK: 233 MiB in 51 packages [2020-08-13T04:39:04.938Z] OK: 233 MiB in 51 packages [2020-08-13T04:39:09.164Z] Removing intermediate container 2dfb7f17a9da [2020-08-13T04:39:09.164Z] ---> 6418ff278697 [2020-08-13T04:39:09.164Z] Step 6/21 : COPY go.mod . [2020-08-13T04:39:09.164Z] ---> 3251a33fa6a2 [2020-08-13T04:39:09.164Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-13T04:39:09.164Z] ---> 9378aec1d281 [2020-08-13T04:39:09.164Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-13T04:39:09.164Z] ---> ff9887b7badb [2020-08-13T04:39:09.164Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-13T04:39:09.426Z] ---> Running in cec4edc0d2b3 [2020-08-13T04:39:09.426Z] ---> Running in 59157ecbfa7a [2020-08-13T04:39:09.426Z] Removing intermediate container 3575111e1c8e [2020-08-13T04:39:09.426Z] ---> 329ec8a63120 [2020-08-13T04:39:09.426Z] Step 8/26 : COPY . . [2020-08-13T04:39:09.426Z] ---> Running in 5ec5e0a33f23 [2020-08-13T04:39:09.426Z] ---> 53b42a3e9fc4 [2020-08-13T04:39:09.426Z] Step 7/21 : RUN go mod download [2020-08-13T04:39:09.686Z] ---> Running in 436ecbcdb023 [2020-08-13T04:39:11.083Z] 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-13T04:39:13.008Z] 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-13T04:39:14.987Z] 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-13T04:39:19.305Z] Removing intermediate container 436ecbcdb023 [2020-08-13T04:39:19.305Z] ---> 4b91b75afdc0 [2020-08-13T04:39:19.305Z] Step 8/21 : COPY . . [2020-08-13T04:39:19.702Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-13T04:39:34.378Z] ---> 01a426085d84 [2020-08-13T04:39:34.378Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-13T04:39:34.378Z] ---> Running in 0bbe29bd3748 [2020-08-13T04:39:37.002Z] 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-13T04:39:38.094Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-13T04:39:38.094Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-13T04:39:38.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-13T04:39:38.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-13T04:39:38.094Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.048s [2020-08-13T04:39:38.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-13T04:39:38.094Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-13T04:39:38.094Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-13T04:39:38.690Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-13T04:39:39.289Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-13T04:39:40.271Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-13T04:39:40.271Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-13T04:39:40.271Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-13T04:39:44.571Z] ---> 0998c00bc549 [2020-08-13T04:39:44.571Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-13T04:39:44.571Z] ---> Running in 73e91c4dc2e8 [2020-08-13T04:39:45.553Z] 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-13T04:39:48.946Z] Removing intermediate container cec4edc0d2b3 [2020-08-13T04:39:48.946Z] ---> 400c8db59417 [2020-08-13T04:39:48.946Z] [2020-08-13T04:39:48.946Z] Step 10/21 : FROM scratch [2020-08-13T04:39:48.946Z] ---> [2020-08-13T04:39:48.946Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:39:48.946Z] Removing intermediate container 59157ecbfa7a [2020-08-13T04:39:48.946Z] ---> 73d503f1bf29 [2020-08-13T04:39:48.946Z] [2020-08-13T04:39:48.946Z] Step 10/23 : FROM scratch [2020-08-13T04:39:48.946Z] ---> [2020-08-13T04:39:48.946Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T04:39:49.538Z] ---> Using cache [2020-08-13T04:39:49.538Z] ---> 2e08d7ca8e4a [2020-08-13T04:39:49.538Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-13T04:39:50.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements [2020-08-13T04:39:50.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-13T04:39:50.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-13T04:39:50.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-13T04:39:50.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-13T04:39:50.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-13T04:39:51.496Z] ---> Running in ea2840fe464f [2020-08-13T04:39:51.497Z] ---> Running in 882af805ab50 [2020-08-13T04:39:51.497Z] Removing intermediate container ea2840fe464f [2020-08-13T04:39:51.497Z] ---> 8c46a27d1ba7 [2020-08-13T04:39:51.497Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-13T04:39:51.497Z] Removing intermediate container 882af805ab50 [2020-08-13T04:39:51.497Z] ---> 7017bb8a012b [2020-08-13T04:39:51.497Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:39:51.766Z] ---> Running in 893fca383b66 [2020-08-13T04:39:51.766Z] ---> Running in d597ee4ebfc7 [2020-08-13T04:39:52.032Z] Removing intermediate container d597ee4ebfc7 [2020-08-13T04:39:52.032Z] ---> f69f0d897ba5 [2020-08-13T04:39:52.032Z] Step 14/21 : WORKDIR / [2020-08-13T04:39:52.303Z] ---> Running in 66eb659a1387 [2020-08-13T04:39:52.303Z] Removing intermediate container 893fca383b66 [2020-08-13T04:39:52.303Z] ---> ac4a51a9430f [2020-08-13T04:39:52.303Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-13T04:39:52.572Z] ---> Running in 477fa12d7792 [2020-08-13T04:39:54.521Z] Removing intermediate container 66eb659a1387 [2020-08-13T04:39:54.521Z] ---> 799f1e34d354 [2020-08-13T04:39:54.521Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-13T04:39:55.099Z] Removing intermediate container 477fa12d7792 [2020-08-13T04:39:55.099Z] ---> 6a6dc71f06b6 [2020-08-13T04:39:55.099Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-13T04:39:55.675Z] ---> ef1a412f4a82 [2020-08-13T04:39:55.675Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-13T04:39:56.251Z] Removing intermediate container 5ec5e0a33f23 [2020-08-13T04:39:56.251Z] ---> 62c63d1eb37f [2020-08-13T04:39:56.251Z] [2020-08-13T04:39:56.251Z] Step 10/22 : FROM alpine [2020-08-13T04:39:56.251Z] ---> a24bb4013296 [2020-08-13T04:39:56.251Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:39:56.251Z] ---> ec2eff25e333 [2020-08-13T04:39:56.251Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-13T04:39:57.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.241s coverage: 27.3% of statements [2020-08-13T04:39:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-13T04:39:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-13T04:39:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-13T04:39:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-13T04:39:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-13T04:39:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-13T04:39:57.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements [2020-08-13T04:39:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-13T04:39:57.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2020-08-13T04:39:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-13T04:39:57.212Z] ---> Running in e1e5500ec497 [2020-08-13T04:39:57.791Z] ---> 1c1e2da50b93 [2020-08-13T04:39:57.791Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-13T04:39:58.052Z] ---> 86bb42c0555a [2020-08-13T04:39:58.052Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-13T04:39:58.052Z] Removing intermediate container e1e5500ec497 [2020-08-13T04:39:58.052Z] ---> 9a03dfc84ddc [2020-08-13T04:39:58.052Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-13T04:39:59.444Z] ---> 59cfe8e2087a [2020-08-13T04:39:59.444Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:39:59.444Z] ---> Running in 98eac4b532c0 [2020-08-13T04:39:59.444Z] ---> 1c5f553d2700 [2020-08-13T04:39:59.444Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-13T04:39:59.444Z] ---> Running in 2f64ee8cefa0 [2020-08-13T04:39:59.444Z] Removing intermediate container 98eac4b532c0 [2020-08-13T04:39:59.444Z] ---> 5e76bc6e906b [2020-08-13T04:39:59.444Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-13T04:39:59.708Z] ---> Running in 1402e50589fc [2020-08-13T04:40:00.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements [2020-08-13T04:40:00.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-13T04:40:00.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-13T04:40:00.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-13T04:40:00.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-13T04:40:00.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-13T04:40:00.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements [2020-08-13T04:40:00.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-13T04:40:00.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2020-08-13T04:40:00.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-13T04:40:00.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.141s coverage: 89.8% of statements [2020-08-13T04:40:00.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-13T04:40:01.623Z] Removing intermediate container 2f64ee8cefa0 [2020-08-13T04:40:01.624Z] ---> 4b901e0a3f12 [2020-08-13T04:40:01.624Z] Step 19/21 : LABEL arch=x86_64 [2020-08-13T04:40:01.624Z] ---> 10a438516e57 [2020-08-13T04:40:01.624Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-13T04:40:02.196Z] ---> Running in 63fe5baeedb6 [2020-08-13T04:40:02.196Z] Removing intermediate container 1402e50589fc [2020-08-13T04:40:02.196Z] ---> d14d2be78c5e [2020-08-13T04:40:02.196Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:40:02.456Z] ---> Running in 3b93b09a62c6 [2020-08-13T04:40:02.718Z] Removing intermediate container 0bbe29bd3748 [2020-08-13T04:40:02.718Z] ---> 3b63a1c5b46b [2020-08-13T04:40:02.718Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-13T04:40:02.718Z] ---> fe3ff9d2df3e [2020-08-13T04:40:02.718Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-13T04:40:02.978Z] ---> Running in 2f40e05ae58e [2020-08-13T04:40:02.978Z] Removing intermediate container 63fe5baeedb6 [2020-08-13T04:40:02.978Z] ---> 23f7cede9028 [2020-08-13T04:40:02.978Z] Step 20/21 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:40:03.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-13T04:40:03.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 100.0% of statements [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-13T04:40:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-13T04:40:03.215Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.022s coverage: 58.8% of statements [2020-08-13T04:40:03.239Z] ---> Running in 447571c229f4 [2020-08-13T04:40:03.239Z] ---> 19ca957c502d [2020-08-13T04:40:03.240Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:40:03.500Z] ---> Running in 63354973b9e6 [2020-08-13T04:40:03.760Z] Removing intermediate container 447571c229f4 [2020-08-13T04:40:03.760Z] ---> aaa5c2b2408c [2020-08-13T04:40:03.760Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:40:05.148Z] ---> Running in 42462ea4077f [2020-08-13T04:40:05.148Z] Removing intermediate container 63354973b9e6 [2020-08-13T04:40:05.148Z] ---> 168556e444ca [2020-08-13T04:40:05.148Z] Step 21/23 : LABEL arch=x86_64 [2020-08-13T04:40:05.148Z] 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-13T04:40:05.148Z] Removing intermediate container 73e91c4dc2e8 [2020-08-13T04:40:05.148Z] ---> 51f2a6c7aadf [2020-08-13T04:40:05.148Z] [2020-08-13T04:40:05.148Z] Step 10/21 : FROM scratch [2020-08-13T04:40:05.148Z] ---> [2020-08-13T04:40:05.148Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T04:40:05.148Z] ---> Running in ee48029fc6d6 [2020-08-13T04:40:05.148Z] ---> Using cache [2020-08-13T04:40:05.148Z] ---> 8c46a27d1ba7 [2020-08-13T04:40:05.148Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-13T04:40:06.089Z] Removing intermediate container 42462ea4077f [2020-08-13T04:40:06.089Z] ---> 2b0e39274304 [2020-08-13T04:40:06.089Z] [2020-08-13T04:40:06.089Z] ---> Running in f7989527a7f0 [2020-08-13T04:40:06.089Z] Removing intermediate container ee48029fc6d6 [2020-08-13T04:40:06.089Z] ---> 85ffb1fd5361 [2020-08-13T04:40:06.089Z] Step 22/23 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:40:06.089Z] Removing intermediate container 3b93b09a62c6 [2020-08-13T04:40:06.089Z] ---> 7cfa42670f19 [2020-08-13T04:40:06.089Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-13T04:40:06.349Z] Successfully built 2b0e39274304 [2020-08-13T04:40:06.349Z] ---> Running in d57a92ae3784 [2020-08-13T04:40:06.349Z] Successfully tagged docker-core-command-go:latest [2020-08-13T04:40:06.349Z]  Building docker-core-command-go ... done Removing intermediate container f7989527a7f0 [2020-08-13T04:40:06.349Z] ---> 1f3e0c7bd38f [2020-08-13T04:40:06.349Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:40:06.349Z] ---> Running in 1f31d925b82a [2020-08-13T04:40:06.611Z] ---> Running in 6d620719129b [2020-08-13T04:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.200s coverage: 63.5% of statements [2020-08-13T04:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-13T04:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-13T04:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements [2020-08-13T04:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.071s coverage: 92.3% of statements [2020-08-13T04:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2020-08-13T04:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2020-08-13T04:40:06.875Z] Removing intermediate container d57a92ae3784 [2020-08-13T04:40:06.875Z] ---> 880fc288884d [2020-08-13T04:40:06.875Z] Step 23/23 : LABEL version=0.0.0 [2020-08-13T04:40:06.875Z] Removing intermediate container 6d620719129b [2020-08-13T04:40:06.875Z] ---> 9ea4282ca36c [2020-08-13T04:40:06.875Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-13T04:40:06.875Z] ---> Running in d3c260a544bf [2020-08-13T04:40:07.447Z] ---> 354adb7b593d [2020-08-13T04:40:07.447Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-13T04:40:07.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:40:07.447Z] Removing intermediate container d3c260a544bf [2020-08-13T04:40:07.447Z] ---> 56b30fe6442e [2020-08-13T04:40:07.447Z] [2020-08-13T04:40:08.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:40:08.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2020-08-13T04:40:08.960Z] Removing intermediate container 2f40e05ae58e [2020-08-13T04:40:08.960Z] ---> c4cc1d8dcb29 [2020-08-13T04:40:08.960Z] [2020-08-13T04:40:08.960Z] Step 11/26 : FROM docker:latest [2020-08-13T04:40:08.960Z] ---> 81f5749c9058 [2020-08-13T04:40:08.960Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-13T04:40:08.960Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-13T04:40:08.960Z] Successfully built 56b30fe6442e [2020-08-13T04:40:08.960Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-13T04:40:08.960Z] ---> Running in acbdaf527278 [2020-08-13T04:40:08.960Z] Successfully tagged docker-support-notifications-go:latest [2020-08-13T04:40:08.960Z]  Building docker-support-notifications-go ... done (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-13T04:40:08.960Z] ---> b7857f74364f [2020-08-13T04:40:08.960Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-13T04:40:09.222Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-13T04:40:09.487Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-13T04:40:09.487Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:40:09.487Z] OK: 8 MiB in 19 packages [2020-08-13T04:40:09.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:40:09.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:40:09.756Z] ---> f4be7732548c [2020-08-13T04:40:09.756Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-13T04:40:09.756Z] (1/2) Installing readline (8.0.4-r0) [2020-08-13T04:40:09.756Z] (2/2) Installing bash (5.0.17-r0) [2020-08-13T04:40:09.756Z] Executing bash-5.0.17-r0.post-install [2020-08-13T04:40:09.756Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:40:09.756Z] OK: 12 MiB in 22 packages [2020-08-13T04:40:10.016Z] ---> b6904ffaf430 [2020-08-13T04:40:10.016Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:40:10.276Z] ---> Running in 693c7c4e731f [2020-08-13T04:40:10.276Z] Removing intermediate container 1f31d925b82a [2020-08-13T04:40:10.276Z] ---> cbe5804561f3 [2020-08-13T04:40:10.276Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-13T04:40:10.276Z] Removing intermediate container 693c7c4e731f [2020-08-13T04:40:10.276Z] ---> b2ecd55a07cb [2020-08-13T04:40:10.276Z] Step 19/21 : LABEL arch=x86_64 [2020-08-13T04:40:10.538Z] ---> Running in 1f823fd975f5 [2020-08-13T04:40:10.538Z] Removing intermediate container acbdaf527278 [2020-08-13T04:40:10.538Z] ---> 22a47fa551ad [2020-08-13T04:40:10.538Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-13T04:40:10.538Z] ---> 303be09ea8a0 [2020-08-13T04:40:10.538Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-13T04:40:10.799Z] ---> Running in 46f980191396 [2020-08-13T04:40:10.799Z] Removing intermediate container 1f823fd975f5 [2020-08-13T04:40:10.799Z] ---> e385bc8801a0 [2020-08-13T04:40:10.799Z] Step 20/21 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:40:11.065Z] ---> Running in 60ec8766ef0e [2020-08-13T04:40:11.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 55.9% of statements [2020-08-13T04:40:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-13T04:40:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-13T04:40:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-13T04:40:11.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-13T04:40:11.324Z] ---> f3fb9c475ab7 [2020-08-13T04:40:11.324Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-13T04:40:11.324Z] Removing intermediate container 60ec8766ef0e [2020-08-13T04:40:11.325Z] ---> 8a9e11aff5f0 [2020-08-13T04:40:11.325Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:40:11.584Z] ---> Running in 42d7c7c57e8a [2020-08-13T04:40:11.584Z] ---> 79870fc32b10 [2020-08-13T04:40:11.584Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:40:11.844Z] Removing intermediate container 42d7c7c57e8a [2020-08-13T04:40:11.844Z] ---> 848d5cc0d5de [2020-08-13T04:40:11.844Z] [2020-08-13T04:40:11.844Z] ---> Running in 47f07e36f88c [2020-08-13T04:40:11.844Z] Successfully built 848d5cc0d5de [2020-08-13T04:40:11.844Z] Successfully tagged docker-support-logging-go:latest [2020-08-13T04:40:11.844Z]  Building docker-support-logging-go ... done Removing intermediate container 47f07e36f88c [2020-08-13T04:40:11.844Z] ---> 7d98c3d51891 [2020-08-13T04:40:11.844Z] Step 20/22 : LABEL arch=x86_64 [2020-08-13T04:40:12.105Z] ---> Running in 70fae9328c4c [2020-08-13T04:40:12.105Z] Removing intermediate container 46f980191396 [2020-08-13T04:40:12.105Z] ---> 7653f01fdbd2 [2020-08-13T04:40:12.105Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-13T04:40:12.105Z] ---> Running in 38d3153d6b78 [2020-08-13T04:40:12.366Z] Removing intermediate container 70fae9328c4c [2020-08-13T04:40:12.366Z] ---> e03064e7fe37 [2020-08-13T04:40:12.366Z] Step 21/22 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:40:12.366Z] ---> Running in 65424839dbba [2020-08-13T04:40:12.366Z] Removing intermediate container 38d3153d6b78 [2020-08-13T04:40:12.366Z] ---> 60466eaa62ec [2020-08-13T04:40:12.366Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-13T04:40:12.366Z] ---> Running in cb9d32cbab99 [2020-08-13T04:40:12.627Z] Removing intermediate container 65424839dbba [2020-08-13T04:40:12.627Z] ---> 1b3a25b29676 [2020-08-13T04:40:12.627Z] Step 22/22 : LABEL version=0.0.0 [2020-08-13T04:40:12.627Z] ---> Running in dbb0ce851ab9 [2020-08-13T04:40:12.627Z] Removing intermediate container cb9d32cbab99 [2020-08-13T04:40:12.627Z] ---> 65fe269f7df0 [2020-08-13T04:40:12.627Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-13T04:40:12.886Z] ---> Running in 90190cc75459 [2020-08-13T04:40:12.886Z] Removing intermediate container dbb0ce851ab9 [2020-08-13T04:40:12.886Z] ---> 263dab4f588b [2020-08-13T04:40:12.886Z] [2020-08-13T04:40:12.886Z] Successfully built 263dab4f588b [2020-08-13T04:40:12.886Z] Successfully tagged docker-core-data-go:latest [2020-08-13T04:40:12.886Z]  Building docker-core-data-go ... done Removing intermediate container 90190cc75459 [2020-08-13T04:40:12.886Z] ---> ddb0a3aa1656 [2020-08-13T04:40:12.886Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-13T04:40:13.455Z] ---> 83844abdbe8c [2020-08-13T04:40:13.455Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-13T04:40:13.717Z] ---> c65effaa88d4 [2020-08-13T04:40:13.717Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-13T04:40:13.981Z] ---> cb464ee8d5cb [2020-08-13T04:40:13.981Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-13T04:40:13.981Z] ---> Running in 7e2608ef363a [2020-08-13T04:40:14.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:40:14.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:40:14.811Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-13T04:40:14.811Z] (2/33) Installing expat (2.2.9-r1) [2020-08-13T04:40:14.811Z] (3/33) Installing libffi (3.3-r2) [2020-08-13T04:40:14.811Z] (4/33) Installing gdbm (1.13-r1) [2020-08-13T04:40:14.811Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-13T04:40:14.811Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-13T04:40:14.811Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-13T04:40:15.755Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-13T04:40:15.755Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-13T04:40:15.755Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-13T04:40:15.755Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-13T04:40:15.755Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-13T04:40:15.755Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-13T04:40:15.755Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-13T04:40:15.755Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-13T04:40:15.755Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-13T04:40:15.755Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-13T04:40:15.755Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-13T04:40:15.755Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-13T04:40:15.755Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-13T04:40:15.755Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-13T04:40:15.755Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-13T04:40:15.755Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-13T04:40:16.016Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-13T04:40:16.016Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-13T04:40:16.016Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-13T04:40:16.016Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-13T04:40:16.016Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-13T04:40:16.016Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-13T04:40:16.016Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-13T04:40:16.016Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-13T04:40:16.016Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-13T04:40:16.016Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-13T04:40:16.276Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:40:16.276Z] OK: 71 MiB in 55 packages [2020-08-13T04:40:26.270Z] Removing intermediate container 7e2608ef363a [2020-08-13T04:40:26.270Z] ---> d1a491ef13b6 [2020-08-13T04:40:26.270Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-13T04:40:26.270Z] ---> Running in 56194de108f4 [2020-08-13T04:40:26.270Z] Collecting docker-compose==1.23.2 [2020-08-13T04:40:26.531Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-13T04:40:26.791Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-13T04:40:26.791Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-13T04:40:26.791Z] Collecting docopt<0.7,>=0.6.1 [2020-08-13T04:40:26.791Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-13T04:40:27.361Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-13T04:40:27.361Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-13T04:40:27.932Z] Collecting docker<4.0,>=3.6.0 [2020-08-13T04:40:27.932Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-13T04:40:28.194Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-13T04:40:28.194Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-13T04:40:28.194Z] 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-13T04:40:28.194Z] Collecting cached-property<2,>=1.2.0 [2020-08-13T04:40:28.194Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-13T04:40:28.455Z] Collecting texttable<0.10,>=0.9.0 [2020-08-13T04:40:28.455Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-13T04:40:29.027Z] Collecting jsonschema<3,>=2.5.1 [2020-08-13T04:40:29.027Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-13T04:40:29.027Z] Collecting PyYAML<4,>=3.10 [2020-08-13T04:40:29.027Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-13T04:40:29.599Z] 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-13T04:40:29.860Z] Collecting idna<2.8,>=2.5 [2020-08-13T04:40:29.860Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-13T04:40:29.860Z] 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-13T04:40:29.860Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-13T04:40:29.860Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-13T04:40:30.119Z] Collecting docker-pycreds>=0.4.0 [2020-08-13T04:40:30.119Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-13T04:40:30.119Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-13T04:40:30.119Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-13T04:40:30.119Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-13T04:40:30.119Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-13T04:40:30.120Z] Installing collected packages: idna, urllib3, requests, docopt, dockerpty, docker-pycreds, websocket-client, docker, cached-property, texttable, jsonschema, PyYAML, docker-compose [2020-08-13T04:40:30.120Z] Attempting uninstall: idna [2020-08-13T04:40:30.120Z] Found existing installation: idna 2.9 [2020-08-13T04:40:30.120Z] Uninstalling idna-2.9: [2020-08-13T04:40:30.381Z] Successfully uninstalled idna-2.9 [2020-08-13T04:40:30.381Z] Attempting uninstall: urllib3 [2020-08-13T04:40:30.381Z] Found existing installation: urllib3 1.25.9 [2020-08-13T04:40:30.381Z] Uninstalling urllib3-1.25.9: [2020-08-13T04:40:30.381Z] Successfully uninstalled urllib3-1.25.9 [2020-08-13T04:40:30.641Z] Attempting uninstall: requests [2020-08-13T04:40:30.641Z] Found existing installation: requests 2.23.0 [2020-08-13T04:40:30.641Z] Uninstalling requests-2.23.0: [2020-08-13T04:40:30.641Z] Successfully uninstalled requests-2.23.0 [2020-08-13T04:40:30.901Z] Running setup.py install for docopt: started [2020-08-13T04:40:31.160Z] Running setup.py install for docopt: finished with status 'done' [2020-08-13T04:40:31.160Z] Running setup.py install for dockerpty: started [2020-08-13T04:40:31.730Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-13T04:40:31.990Z] Running setup.py install for texttable: started [2020-08-13T04:40:32.560Z] Running setup.py install for texttable: finished with status 'done' [2020-08-13T04:40:32.560Z] Running setup.py install for PyYAML: started [2020-08-13T04:40:33.203Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-13T04:40:33.482Z] 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-13T04:40:37.748Z] Removing intermediate container 56194de108f4 [2020-08-13T04:40:37.748Z] ---> 0e5da8e7adc3 [2020-08-13T04:40:37.748Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-13T04:40:37.748Z] ---> Running in 9af41cc23b49 [2020-08-13T04:40:38.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 27.094s coverage: 86.3% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.112s coverage: 72.2% of statements [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.510s coverage: 72.1% of statements [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.052s coverage: 48.4% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.066s coverage: 96.8% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.137s coverage: 33.7% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.321s coverage: 84.1% of statements [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.029s coverage: 42.9% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.032s coverage: 100.0% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.035s coverage: 83.8% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.088s coverage: 46.1% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.020s coverage: 100.0% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-13T04:40:38.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements [2020-08-13T04:40:38.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-13T04:40:38.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:40:38.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:40:38.319Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T04:40:38.319Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-13T04:40:38.319Z] (3/3) Installing curl (7.69.1-r0) [2020-08-13T04:40:38.319Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:40:38.319Z] OK: 72 MiB in 58 packages [2020-08-13T04:40:38.894Z] Removing intermediate container 9af41cc23b49 [2020-08-13T04:40:38.894Z] ---> 6fabf689d41e [2020-08-13T04:40:38.894Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:40:38.894Z] ---> Running in 90378c3cef8b [2020-08-13T04:40:39.156Z] Removing intermediate container 90378c3cef8b [2020-08-13T04:40:39.156Z] ---> a2d22d8392c5 [2020-08-13T04:40:39.156Z] Step 24/26 : LABEL arch=x86_64 [2020-08-13T04:40:39.156Z] ---> Running in 7e9eceef4724 [2020-08-13T04:40:39.417Z] Removing intermediate container 7e9eceef4724 [2020-08-13T04:40:39.418Z] ---> 351930074c86 [2020-08-13T04:40:39.418Z] Step 25/26 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:40:39.418Z] ---> Running in e7b4a91af834 [2020-08-13T04:40:39.679Z] Removing intermediate container e7b4a91af834 [2020-08-13T04:40:39.679Z] ---> 2f57536bc509 [2020-08-13T04:40:39.679Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T04:40:39.679Z] ---> Running in 278d9d5d1a6a [2020-08-13T04:40:39.942Z] Removing intermediate container 278d9d5d1a6a [2020-08-13T04:40:39.942Z] ---> cd6a0cb8d105 [2020-08-13T04:40:39.942Z] [2020-08-13T04:40:39.942Z] Successfully built cd6a0cb8d105 [2020-08-13T04:40:39.942Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-13T04:40:40.213Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-13T04:40:40.269Z] $ docker stop --time=1 e6f99b4b6ffb1becad0df4736c389b6b53956a2aad8812cab08511b98023b524 [2020-08-13T04:40:40.681Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.186s coverage: 29.1% of statements [2020-08-13T04:40:40.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-13T04:40:40.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-13T04:40:40.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-13T04:40:40.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-13T04:40:40.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-13T04:40:40.681Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.054s coverage: 99.0% of statements [2020-08-13T04:40:40.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-13T04:40:40.681Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.070s coverage: 100.0% of statements [2020-08-13T04:40:40.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-13T04:40:40.681Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2020-08-13T04:40:40.681Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-13T04:40:41.290Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.017s coverage: 100.0% of statements [2020-08-13T04:40:41.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-13T04:40:41.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-13T04:40:41.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-13T04:40:41.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-13T04:40:41.889Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2020-08-13T04:40:41.889Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-13T04:40:41.889Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-13T04:40:42.025Z] $ docker rm -f e6f99b4b6ffb1becad0df4736c389b6b53956a2aad8812cab08511b98023b524 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-13T04:40:42.546Z] + docker images [2020-08-13T04:40:42.546Z] + grep docker [2020-08-13T04:40:42.546Z] docker-sys-mgmt-agent-go latest cd6a0cb8d105 3 seconds ago 284MB [2020-08-13T04:40:42.546Z] docker-core-data-go latest 263dab4f588b 30 seconds ago 23.8MB [2020-08-13T04:40:42.546Z] docker-support-logging-go latest 848d5cc0d5de 31 seconds ago 11.8MB [2020-08-13T04:40:42.546Z] docker-support-notifications-go latest 56b30fe6442e 35 seconds ago 14.4MB [2020-08-13T04:40:42.546Z] docker-core-command-go latest 2b0e39274304 37 seconds ago 13MB [2020-08-13T04:40:42.546Z] docker-security-secrets-setup-go latest ce670b47bce1 2 minutes ago 25.1MB [2020-08-13T04:40:42.546Z] docker-security-secretstore-setup-go latest 80246c759bf5 2 minutes ago 33.9MB [2020-08-13T04:40:42.546Z] docker-core-metadata-go latest 64044ae8857b 2 minutes ago 14.4MB [2020-08-13T04:40:42.546Z] docker-support-scheduler-go latest f7bb54565248 2 minutes ago 13.1MB [2020-08-13T04:40:42.546Z] docker-security-proxy-setup-go latest fa3a4a562083 2 minutes ago 16.4MB [2020-08-13T04:40:42.546Z] docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2020-08-13T04:40:42.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-13T04:40:43.488Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements [2020-08-13T04:40:44.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-08-13T04:40:45.901Z] GO111MODULE=on go vet ./... [2020-08-13T04:41:04.222Z] gofmt -l . [2020-08-13T04:41:04.817Z] [ "`gofmt -l .`" = "" ] [2020-08-13T04:41:07.463Z] ./bin/test-go-mod-tidy.sh [2020-08-13T04:41:08.268Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-13T04:41:12.311Z] + ls -al . [2020-08-13T04:41:12.311Z] total 596 [2020-08-13T04:41:12.311Z] drwxrwxr-x 10 1001 1001 4096 Aug 13 04:41 . [2020-08-13T04:41:12.311Z] drwxr-xr-x 4 root root 4096 Aug 13 04:38 .. [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 11 Aug 13 04:36 .dockerignore [2020-08-13T04:41:12.311Z] drwxrwxr-x 8 1001 1001 4096 Aug 13 04:36 .git [2020-08-13T04:41:12.311Z] drwxrwxr-x 3 1001 1001 4096 Aug 13 04:36 .github [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 932 Aug 13 04:36 .gitignore [2020-08-13T04:41:12.311Z] drwxrwxr-x 3 1001 1001 4096 Aug 13 04:37 .semver [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 166 Aug 13 04:36 .sonarcloud.properties [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 3804 Aug 13 04:36 CONTRIBUTING.md [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 1035 Aug 13 04:36 Dockerfile.build [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 865 Aug 13 04:36 Jenkinsfile [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 10775 Aug 13 04:36 LICENSE [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 6237 Aug 13 04:36 Makefile [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 5652 Aug 13 04:36 README.md [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 7111 Aug 13 04:36 SECURITY.md [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 5 Aug 13 04:32 VERSION [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 4131 Aug 13 04:36 ZMQWindows.md [2020-08-13T04:41:12.311Z] drwxrwxr-x 2 1001 1001 4096 Aug 13 04:36 bin [2020-08-13T04:41:12.311Z] drwxrwxr-x 15 1001 1001 4096 Aug 13 04:36 cmd [2020-08-13T04:41:12.311Z] -rw-r--r-- 1 root root 465013 Aug 13 04:40 coverage.out [2020-08-13T04:41:12.311Z] -rw-r--r-- 1 root root 1075 Aug 13 04:41 go.mod [2020-08-13T04:41:12.311Z] -rw-r--r-- 1 root root 18146 Aug 13 04:41 go.sum [2020-08-13T04:41:12.311Z] drwxrwxr-x 8 1001 1001 4096 Aug 13 04:36 internal [2020-08-13T04:41:12.311Z] drwxrwxr-x 4 1001 1001 4096 Aug 13 04:36 openapi [2020-08-13T04:41:12.311Z] drwxrwxr-x 4 1001 1001 4096 Aug 13 04:36 snap [2020-08-13T04:41:12.311Z] -rw-rw-r-- 1 1001 1001 168 Aug 13 04:36 version.go [Pipeline] sh [2020-08-13T04:41:13.440Z] + '[' -e coverage.out ] [2020-08-13T04:41:13.440Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-13T04:41:13.591Z] Warning: overwriting stash ‘coverage-report’ [2020-08-13T04:41:14.892Z] Stashed 1 file(s) [Pipeline] sh [2020-08-13T04:41:15.649Z] + make build [2020-08-13T04:41:15.649Z] 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-13T04:41:34.377Z] 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-13T04:41:44.510Z] 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-13T04:41:51.214Z] 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-13T04:41:56.601Z] 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-13T04:42:03.335Z] 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-13T04:42:05.308Z] 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-13T04:42:09.592Z] 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-13T04:42:14.990Z] 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-13T04:42:19.315Z] 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-13T04:42:23.606Z] 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-13T04:42:27.905Z] 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-13T04:42:32.221Z] 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-13T04:42:35.630Z] $ docker stop --time=1 6ac62729faaa0bd855a13a893bfcf4660cf2375d2137ad39d855dee07a610591 [2020-08-13T04:42:38.284Z] $ docker rm -f 6ac62729faaa0bd855a13a893bfcf4660cf2375d2137ad39d855dee07a610591 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:42:39.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T04:42:40.121Z] [2020-08-13T04:42:40.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:42:40.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T04:42:40.775Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-13T04:42:40.775Z] 29e5d40040c1: Pulling fs layer [2020-08-13T04:42:40.775Z] 1ce36da41761: Pulling fs layer [2020-08-13T04:42:40.775Z] 25b303627fd3: Pulling fs layer [2020-08-13T04:42:40.775Z] 29e5d40040c1: Verifying Checksum [2020-08-13T04:42:40.775Z] 29e5d40040c1: Download complete [2020-08-13T04:42:41.381Z] 1ce36da41761: Verifying Checksum [2020-08-13T04:42:41.381Z] 1ce36da41761: Download complete [2020-08-13T04:42:41.655Z] 29e5d40040c1: Pull complete [2020-08-13T04:42:43.092Z] 1ce36da41761: Pull complete [2020-08-13T04:42:43.093Z] 25b303627fd3: Verifying Checksum [2020-08-13T04:42:43.093Z] 25b303627fd3: Download complete [2020-08-13T04:42:53.252Z] 25b303627fd3: Pull complete [2020-08-13T04:42:53.252Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-13T04:42:53.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T04:42:53.252Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-13T04:42:53.539Z] prd-ubuntu18.04-docker-arm64-4c-16g-5072 does not seem to be running inside a container [2020-08-13T04:42:53.642Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/31 -v /w/workspace/edgex-go/31:/w/workspace/edgex-go/31:rw,z -v /w/workspace/edgex-go/31@tmp:/w/workspace/edgex-go/31@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-13T04:42:57.558Z] $ docker top 87efe3c94537608ce46e65a6b98229fe1e85530a0256b8ac8e6b439fb0b65e27 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:42:59.084Z] + docker-compose build --help [2020-08-13T04:42:59.084Z] + grep parallel [2020-08-13T04:43:04.473Z] --parallel Build images in parallel. [Pipeline] } [2020-08-13T04:43:04.503Z] $ docker stop --time=1 87efe3c94537608ce46e65a6b98229fe1e85530a0256b8ac8e6b439fb0b65e27 [2020-08-13T04:43:06.572Z] $ docker rm -f 87efe3c94537608ce46e65a6b98229fe1e85530a0256b8ac8e6b439fb0b65e27 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:43:07.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T04:43:07.389Z] . [Pipeline] withDockerContainer [2020-08-13T04:43:07.695Z] prd-ubuntu18.04-docker-arm64-4c-16g-5072 does not seem to be running inside a container [2020-08-13T04:43:07.801Z] $ 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/31 -v /w/workspace/edgex-go/31:/w/workspace/edgex-go/31:rw,z -v /w/workspace/edgex-go/31@tmp:/w/workspace/edgex-go/31@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-13T04:43:09.631Z] $ docker top 18d3ccff7742845fe1792733d666d9561687dc9038051b44b294b06b2f7a82fe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:43:10.680Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-13T04:43:16.061Z] Building docker-core-command-go ... [2020-08-13T04:43:16.061Z] Building docker-core-data-go ... [2020-08-13T04:43:16.061Z] Building docker-core-metadata-go ... [2020-08-13T04:43:16.061Z] Building docker-security-proxy-setup-go ... [2020-08-13T04:43:16.061Z] Building docker-security-secrets-setup-go ... [2020-08-13T04:43:16.061Z] Building docker-security-secretstore-setup-go ... [2020-08-13T04:43:16.061Z] Building docker-support-logging-go ... [2020-08-13T04:43:16.061Z] Building docker-support-notifications-go ... [2020-08-13T04:43:16.061Z] Building docker-support-scheduler-go ... [2020-08-13T04:43:16.061Z] Building docker-sys-mgmt-agent-go ... [2020-08-13T04:43:16.061Z] Building docker-core-command-go [2020-08-13T04:43:16.061Z] Building docker-security-proxy-setup-go [2020-08-13T04:43:16.061Z] Building docker-core-metadata-go [2020-08-13T04:43:16.061Z] Building docker-support-logging-go [2020-08-13T04:43:16.061Z] Building docker-security-secretstore-setup-go [2020-08-13T04:44:52.849Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:44:52.849Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:44:52.849Z] ---> 4b9bfcf8a44f [2020-08-13T04:44:52.849Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:44:52.849Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:44:52.849Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:44:52.849Z] ---> 4b9bfcf8a44f [2020-08-13T04:44:52.849Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T04:44:53.123Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:44:53.123Z] Step 2/20 : FROM ${BUILDER_BASE} AS builderStep 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:44:53.123Z] [2020-08-13T04:44:53.123Z] ---> 4b9bfcf8a44f [2020-08-13T04:44:53.123Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:44:53.123Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine ---> 4b9bfcf8a44f [2020-08-13T04:44:53.123Z] [2020-08-13T04:44:53.123Z] Step 3/21 : WORKDIR /edgex-goStep 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:44:53.123Z] [2020-08-13T04:44:53.123Z] Step 3/20 : WORKDIR /edgex-go ---> 4b9bfcf8a44f [2020-08-13T04:44:53.123Z] [2020-08-13T04:44:53.123Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:44:57.410Z] ---> Running in dfa3c337c7db [2020-08-13T04:44:57.410Z] ---> Running in d56b6bda664a [2020-08-13T04:44:57.410Z] ---> Running in 34e7e70c224d [2020-08-13T04:44:57.410Z] ---> Running in 19215f9bb256 [2020-08-13T04:44:57.410Z] ---> Running in 8f2dd93f9140 [2020-08-13T04:44:57.683Z] Removing intermediate container d56b6bda664a [2020-08-13T04:44:57.683Z] ---> 1f63f8d5b6fe [2020-08-13T04:44:57.683Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:44:57.683Z] Removing intermediate container 34e7e70c224d [2020-08-13T04:44:57.683Z] ---> 7bf0a1af9e4e [2020-08-13T04:44:57.683Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:44:57.683Z] Removing intermediate container dfa3c337c7db [2020-08-13T04:44:57.683Z] ---> 058fc1449531 [2020-08-13T04:44:57.683Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:44:57.967Z] Removing intermediate container 8f2dd93f9140 [2020-08-13T04:44:57.967Z] ---> 0f6483239ec7 [2020-08-13T04:44:57.967Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:44:57.967Z] Removing intermediate container 19215f9bb256 [2020-08-13T04:44:57.967Z] ---> b129e5963f4d [2020-08-13T04:44:57.967Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:44:57.967Z] ---> Running in 280b3a37a297 [2020-08-13T04:44:57.967Z] ---> Running in 4ee959fb1dbf [2020-08-13T04:44:57.967Z] ---> Running in f82d30abf85b [2020-08-13T04:44:58.238Z] ---> Running in 05f329e56f43 [2020-08-13T04:44:58.238Z] ---> Running in 4ea037c8559f [2020-08-13T04:45:02.682Z] Removing intermediate container 280b3a37a297 [2020-08-13T04:45:02.682Z] ---> 9f9ed89c8e55 [2020-08-13T04:45:02.682Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T04:45:02.683Z] ---> Running in 1b79ab75bc3d [2020-08-13T04:45:02.683Z] Removing intermediate container 4ee959fb1dbf [2020-08-13T04:45:02.683Z] ---> 8bc66c60e9b7 [2020-08-13T04:45:02.683Z] Step 5/26 : RUN apk update && apk add make git [2020-08-13T04:45:02.962Z] Removing intermediate container 4ea037c8559f [2020-08-13T04:45:02.962Z] ---> 5a0480cda8f1 [2020-08-13T04:45:02.962Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T04:45:02.962Z] ---> Running in 9d527ded7a5f [2020-08-13T04:45:03.241Z] ---> Running in 0727fc5d390d [2020-08-13T04:45:03.524Z] Removing intermediate container 05f329e56f43 [2020-08-13T04:45:03.524Z] ---> 34f9747a8f9e [2020-08-13T04:45:03.524Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T04:45:03.800Z] Removing intermediate container f82d30abf85b [2020-08-13T04:45:03.800Z] ---> e75973c3d750 [2020-08-13T04:45:03.800Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-13T04:45:03.800Z] ---> Running in 3986a498b292 [2020-08-13T04:45:04.074Z] ---> Running in bb7746b9edca [2020-08-13T04:45:05.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:05.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:05.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:06.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:06.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:06.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:06.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:06.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:06.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:07.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:07.167Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:45:07.167Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:45:07.167Z] OK: 12620 distinct packages available [2020-08-13T04:45:07.765Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:45:07.765Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:45:07.765Z] OK: 12620 distinct packages available [2020-08-13T04:45:08.041Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:45:08.041Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:45:08.041Z] OK: 12620 distinct packages available [2020-08-13T04:45:08.041Z] OK: 217 MiB in 51 packages [2020-08-13T04:45:08.318Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:45:08.318Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:45:08.318Z] OK: 12620 distinct packages available [2020-08-13T04:45:08.590Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:45:08.590Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:45:08.590Z] OK: 12620 distinct packages available [2020-08-13T04:45:08.590Z] OK: 217 MiB in 51 packages [2020-08-13T04:45:09.185Z] OK: 217 MiB in 51 packages [2020-08-13T04:45:09.185Z] OK: 217 MiB in 51 packages [2020-08-13T04:45:09.461Z] OK: 217 MiB in 51 packages [2020-08-13T04:45:09.735Z] Removing intermediate container 1b79ab75bc3d [2020-08-13T04:45:09.735Z] ---> 74928c1cfd06 [2020-08-13T04:45:09.735Z] Step 6/21 : COPY go.mod . [2020-08-13T04:45:10.341Z] OK: 217 MiB in 51 packages [2020-08-13T04:45:10.341Z] Removing intermediate container 9d527ded7a5f [2020-08-13T04:45:10.341Z] ---> 94b53dc0a3e2 [2020-08-13T04:45:10.341Z] Step 6/26 : COPY go.mod . [2020-08-13T04:45:10.616Z] ---> bc1f22c63629 [2020-08-13T04:45:10.616Z] Step 7/21 : RUN go mod download [2020-08-13T04:45:10.890Z] Removing intermediate container 0727fc5d390d [2020-08-13T04:45:10.890Z] ---> 69c591baf91d [2020-08-13T04:45:10.890Z] Step 6/21 : COPY go.mod . [2020-08-13T04:45:11.166Z] ---> Running in 9cf64bfbe954 [2020-08-13T04:45:11.441Z] Removing intermediate container 3986a498b292 [2020-08-13T04:45:11.441Z] ---> 89ac30c24a7b [2020-08-13T04:45:11.441Z] Step 6/20 : COPY go.mod . [2020-08-13T04:45:11.441Z] ---> 77d9f9ace24f [2020-08-13T04:45:11.441Z] Step 7/26 : RUN go mod download [2020-08-13T04:45:11.715Z] ---> Running in e3b4ed5f31d5 [2020-08-13T04:45:11.984Z] ---> 07c83860ee51 [2020-08-13T04:45:11.984Z] Step 7/21 : RUN go mod download [2020-08-13T04:45:12.259Z] Removing intermediate container bb7746b9edca [2020-08-13T04:45:12.259Z] ---> 59db8e699151 [2020-08-13T04:45:12.259Z] Step 6/21 : COPY go.mod . [2020-08-13T04:45:12.259Z] ---> Running in 3b15152242d4 [2020-08-13T04:45:12.540Z] ---> d36c5addb76c [2020-08-13T04:45:12.540Z] Step 7/20 : RUN go mod download [2020-08-13T04:45:12.819Z] ---> Running in 008f92602edd [2020-08-13T04:45:13.428Z] ---> 864dbca7269b [2020-08-13T04:45:13.428Z] Step 7/21 : RUN go mod download [2020-08-13T04:45:13.699Z] ---> Running in 12343c894824 [2020-08-13T04:45:15.679Z] Removing intermediate container 9cf64bfbe954 [2020-08-13T04:45:15.679Z] ---> 0fd6d98157e1 [2020-08-13T04:45:15.679Z] Step 8/21 : COPY . . [2020-08-13T04:45:16.274Z] Removing intermediate container e3b4ed5f31d5 [2020-08-13T04:45:16.274Z] ---> 2cbcdc2db024 [2020-08-13T04:45:16.274Z] Step 8/26 : COPY . . [2020-08-13T04:45:19.690Z] Removing intermediate container 3b15152242d4 [2020-08-13T04:45:19.690Z] ---> cd5e0a5cde15 [2020-08-13T04:45:19.690Z] Step 8/21 : COPY . . [2020-08-13T04:45:19.964Z] Removing intermediate container 008f92602edd [2020-08-13T04:45:19.964Z] ---> 0f59f1e30ce0 [2020-08-13T04:45:19.964Z] Step 8/20 : COPY . . [2020-08-13T04:45:20.564Z] Removing intermediate container 12343c894824 [2020-08-13T04:45:20.564Z] ---> 4fdd8efd22e9 [2020-08-13T04:45:20.564Z] Step 8/21 : COPY . . [2020-08-13T04:45:47.411Z] ---> 001f260e7b91 [2020-08-13T04:45:47.411Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-13T04:45:47.411Z] ---> 8122e4176faf [2020-08-13T04:45:47.411Z] 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-13T04:45:47.411Z] ---> a6f39a685d79 [2020-08-13T04:45:47.411Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-13T04:45:47.411Z] ---> Running in c96c073d6f38 [2020-08-13T04:45:47.411Z] ---> Running in 018c7ba0ee1b [2020-08-13T04:45:47.411Z] ---> 920b8ca54ee4 [2020-08-13T04:45:47.411Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-13T04:45:47.411Z] ---> 4f84b9f59801 [2020-08-13T04:45:47.411Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-13T04:45:47.411Z] ---> Running in 344582d1f0a3 [2020-08-13T04:45:47.411Z] ---> Running in a3e1f0620b71 [2020-08-13T04:45:47.411Z] ---> Running in f21347c10dbc [2020-08-13T04:45:47.412Z] 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-13T04:45:47.694Z] 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-13T04:45:47.694Z] 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-13T04:45:47.977Z] 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-13T04:45:48.258Z] 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-13T04:47:10.141Z] 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-13T04:47:16.880Z] Removing intermediate container a3e1f0620b71 [2020-08-13T04:47:16.880Z] ---> ccd1d424ea75 [2020-08-13T04:47:16.880Z] [2020-08-13T04:47:16.880Z] Step 10/20 : FROM alpine [2020-08-13T04:47:16.880Z] latest: Pulling from library/alpine [2020-08-13T04:47:16.880Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-13T04:47:16.880Z] Status: Downloaded newer image for alpine:latest [2020-08-13T04:47:16.880Z] ---> 62ee0e9f8440 [2020-08-13T04:47:16.880Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-13T04:47:17.158Z] ---> Running in 2d195aa9feb8 [2020-08-13T04:47:19.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:47:19.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:47:20.755Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:47:20.755Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:47:20.755Z] OK: 12620 distinct packages available [2020-08-13T04:47:21.733Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-13T04:47:21.733Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T04:47:21.733Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-13T04:47:21.733Z] (4/4) Installing curl (7.69.1-r0) [2020-08-13T04:47:21.733Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:47:21.733Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T04:47:22.008Z] OK: 7 MiB in 18 packages [2020-08-13T04:47:24.679Z] 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-13T04:47:25.115Z] Removing intermediate container 2d195aa9feb8 [2020-08-13T04:47:25.115Z] ---> d1d76e78beeb [2020-08-13T04:47:25.115Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T04:47:25.115Z] ---> Running in 48b530f2c55e [2020-08-13T04:47:26.292Z] Removing intermediate container 48b530f2c55e [2020-08-13T04:47:26.292Z] ---> 33562fdfd759 [2020-08-13T04:47:26.292Z] Step 13/20 : WORKDIR /edgex [2020-08-13T04:47:26.292Z] ---> Running in c479b4c689ec [2020-08-13T04:47:26.890Z] Removing intermediate container c479b4c689ec [2020-08-13T04:47:26.890Z] ---> 7a06fc10f9f8 [2020-08-13T04:47:26.890Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-13T04:47:27.871Z] ---> 011fd97f037e [2020-08-13T04:47:27.871Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-13T04:47:30.528Z] ---> 6d8f0f2c525d [2020-08-13T04:47:30.528Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-13T04:47:30.528Z] ---> Running in c14b462325c2 [2020-08-13T04:47:31.539Z] Removing intermediate container c14b462325c2 [2020-08-13T04:47:31.539Z] ---> ad4d96c865ca [2020-08-13T04:47:31.539Z] Step 17/20 : CMD ["--init=true"] [2020-08-13T04:47:31.824Z] ---> Running in d916aca49e9a [2020-08-13T04:47:33.321Z] Removing intermediate container d916aca49e9a [2020-08-13T04:47:33.321Z] ---> a05515478e2a [2020-08-13T04:47:33.321Z] Step 18/20 : LABEL arch=arm64 [2020-08-13T04:47:33.936Z] ---> Running in 5b4ad48459a5 [2020-08-13T04:47:34.566Z] Removing intermediate container 344582d1f0a3 [2020-08-13T04:47:34.566Z] ---> 8acf140ab2ba [2020-08-13T04:47:34.566Z] [2020-08-13T04:47:34.566Z] Step 10/21 : FROM scratch [2020-08-13T04:47:34.566Z] ---> [2020-08-13T04:47:34.566Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T04:47:34.566Z] Removing intermediate container 5b4ad48459a5 [2020-08-13T04:47:34.566Z] ---> e1f3f64405bf [2020-08-13T04:47:34.566Z] Step 19/20 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:47:34.845Z] ---> Running in d135f63f31c0 [2020-08-13T04:47:34.845Z] ---> Running in 103f228100d4 [2020-08-13T04:47:35.841Z] Removing intermediate container d135f63f31c0 [2020-08-13T04:47:35.841Z] ---> c6cee41272d5 [2020-08-13T04:47:35.841Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-13T04:47:35.841Z] ---> Running in c32379fe031d [2020-08-13T04:47:36.125Z] Removing intermediate container 103f228100d4 [2020-08-13T04:47:36.125Z] ---> 869dcd9835a3 [2020-08-13T04:47:36.125Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T04:47:36.728Z] ---> Running in 0d4c597cbd98 [2020-08-13T04:47:37.006Z] Removing intermediate container c32379fe031d [2020-08-13T04:47:37.006Z] ---> b69f41bbc0d7 [2020-08-13T04:47:37.006Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:47:37.607Z] ---> Running in e9de943c1e68 [2020-08-13T04:47:37.884Z] Removing intermediate container 0d4c597cbd98 [2020-08-13T04:47:37.884Z] ---> 4545e6bc2909 [2020-08-13T04:47:37.884Z] [2020-08-13T04:47:38.491Z] Removing intermediate container e9de943c1e68 [2020-08-13T04:47:38.491Z] ---> e97014288882 [2020-08-13T04:47:38.491Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-13T04:47:39.090Z] Successfully built 4545e6bc2909 [2020-08-13T04:47:39.090Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-13T04:47:39.090Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-08-13T04:47:39.697Z] ---> 85bc768a67fe [2020-08-13T04:47:39.697Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-13T04:47:39.975Z] Removing intermediate container 018c7ba0ee1b [2020-08-13T04:47:39.975Z] ---> a3f8bee300be [2020-08-13T04:47:39.975Z] [2020-08-13T04:47:39.975Z] Step 10/26 : FROM alpine:3.10 [2020-08-13T04:47:40.252Z] 3.10: Pulling from library/alpine [2020-08-13T04:47:42.264Z] ---> cf1e134f2f3b [2020-08-13T04:47:42.264Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-13T04:47:42.264Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-13T04:47:42.264Z] Status: Downloaded newer image for alpine:3.10 [2020-08-13T04:47:42.264Z] ---> 536a684cf733 [2020-08-13T04:47:42.264Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-13T04:47:44.273Z] ---> Running in 3949ca18bbe8 [2020-08-13T04:47:45.735Z] ---> bbca8c566bd8 [2020-08-13T04:47:45.735Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-13T04:47:47.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:47:47.758Z] ---> 08869cde1fda [2020-08-13T04:47:47.758Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:47:47.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:47:48.359Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-13T04:47:48.359Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-13T04:47:48.359Z] OK: 10167 distinct packages available [2020-08-13T04:47:48.636Z] ---> Running in 563576bfccda [2020-08-13T04:47:48.918Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-13T04:47:48.918Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-13T04:47:48.918Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-13T04:47:48.918Z] (4/5) Installing curl (7.66.0-r0) [2020-08-13T04:47:48.918Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-13T04:47:48.918Z] Executing busybox-1.30.1-r3.trigger [2020-08-13T04:47:48.918Z] Executing ca-certificates-20191127-r2.trigger [2020-08-13T04:47:49.518Z] OK: 7 MiB in 19 packages [2020-08-13T04:47:49.791Z] Removing intermediate container 563576bfccda [2020-08-13T04:47:49.791Z] ---> 32c8116e8220 [2020-08-13T04:47:49.791Z] Step 19/21 : LABEL arch=arm64 [2020-08-13T04:47:50.065Z] ---> Running in efafa61bd701 [2020-08-13T04:47:50.345Z] Removing intermediate container c96c073d6f38 [2020-08-13T04:47:50.345Z] ---> c6cc5fe7eaf6 [2020-08-13T04:47:50.345Z] [2020-08-13T04:47:50.345Z] Step 10/21 : FROM scratch [2020-08-13T04:47:50.345Z] ---> [2020-08-13T04:47:50.345Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:47:50.959Z] ---> Running in 58935e2b4e0d [2020-08-13T04:47:51.247Z] Removing intermediate container efafa61bd701 [2020-08-13T04:47:51.247Z] ---> 23caee730d93 [2020-08-13T04:47:51.247Z] Step 20/21 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:47:52.239Z] ---> Running in f33d5dd97260 [2020-08-13T04:47:52.239Z] Removing intermediate container 58935e2b4e0d [2020-08-13T04:47:52.239Z] ---> 7258a3193742 [2020-08-13T04:47:52.239Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-13T04:47:53.231Z] ---> Running in bf6492fd2811 [2020-08-13T04:47:53.231Z] Removing intermediate container 3949ca18bbe8 [2020-08-13T04:47:53.231Z] ---> 2be64baf4f44 [2020-08-13T04:47:53.231Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T04:47:53.834Z] Removing intermediate container f33d5dd97260 [2020-08-13T04:47:53.834Z] ---> 7658ca3b9250 [2020-08-13T04:47:53.834Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:47:54.434Z] ---> Running in 76bd479d4ec8 [2020-08-13T04:47:54.715Z] Removing intermediate container bf6492fd2811 [2020-08-13T04:47:54.715Z] ---> 4bb40f3d1f78 [2020-08-13T04:47:54.715Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:47:54.987Z] ---> Running in 029a9bbdedec [2020-08-13T04:47:55.271Z] ---> Running in fd713c4feaa5 [2020-08-13T04:47:55.878Z] Removing intermediate container 76bd479d4ec8 [2020-08-13T04:47:55.878Z] ---> 6700aa54b6f8 [2020-08-13T04:47:55.878Z] Step 13/26 : WORKDIR / [2020-08-13T04:47:55.878Z] Removing intermediate container f21347c10dbc [2020-08-13T04:47:55.878Z] ---> 920e176c3663 [2020-08-13T04:47:55.878Z] [2020-08-13T04:47:55.878Z] Step 10/21 : FROM scratch [2020-08-13T04:47:55.878Z] ---> [2020-08-13T04:47:55.878Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:47:55.878Z] ---> Using cache [2020-08-13T04:47:55.878Z] ---> 7258a3193742 [2020-08-13T04:47:55.878Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-13T04:47:56.161Z] Removing intermediate container 029a9bbdedec [2020-08-13T04:47:56.161Z] ---> fd68c1b09d07 [2020-08-13T04:47:56.161Z] [2020-08-13T04:47:56.439Z] ---> Running in f06fa97aed20 [2020-08-13T04:47:56.439Z] ---> Running in e8e5fcd462ba [2020-08-13T04:47:56.725Z] Successfully built fd68c1b09d07 [2020-08-13T04:47:56.725Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-13T04:47:56.725Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-08-13T04:47:56.725Z] Removing intermediate container fd713c4feaa5 [2020-08-13T04:47:56.725Z] ---> b18332975cb2 [2020-08-13T04:47:56.725Z] Step 14/21 : WORKDIR / [2020-08-13T04:47:56.998Z] Removing intermediate container f06fa97aed20 [2020-08-13T04:47:56.998Z] ---> b3671d3dd837 [2020-08-13T04:47:57.274Z] ---> Running in fb16c5c7c795 [2020-08-13T04:47:57.274Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:47:57.274Z] ---> Running in 13c5a0340a72 [2020-08-13T04:47:57.274Z] Removing intermediate container e8e5fcd462ba [2020-08-13T04:47:57.274Z] ---> 6d83b3fb07d7 [2020-08-13T04:47:57.274Z] 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-13T04:47:57.880Z] Removing intermediate container fb16c5c7c795 [2020-08-13T04:47:57.880Z] ---> 27ec5590be77 [2020-08-13T04:47:57.880Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-13T04:47:58.159Z] Removing intermediate container 13c5a0340a72 [2020-08-13T04:47:58.159Z] ---> bfced5ba055c [2020-08-13T04:47:58.159Z] Step 14/21 : WORKDIR / [2020-08-13T04:47:58.757Z] ---> Running in 1da03b9d9603 [2020-08-13T04:47:59.737Z] ---> e128dfb77a0a [2020-08-13T04:47:59.737Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-13T04:47:59.737Z] ---> 16d290e86977 [2020-08-13T04:47:59.737Z] 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-13T04:48:00.724Z] Removing intermediate container 1da03b9d9603 [2020-08-13T04:48:00.724Z] ---> b3de8189e76c [2020-08-13T04:48:00.724Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-13T04:48:02.208Z] ---> e92e5c198341 [2020-08-13T04:48:02.208Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-13T04:48:02.831Z] ---> 84d352c243f1 [2020-08-13T04:48:02.831Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-13T04:48:03.189Z] ---> 6adfded5290b [2020-08-13T04:48:03.189Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-13T04:48:04.199Z] ---> 1455df77ecbd [2020-08-13T04:48:04.199Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-13T04:48:05.182Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:48:05.182Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:48:05.182Z] ---> 4b9bfcf8a44f [2020-08-13T04:48:05.182Z] Step 3/23 : WORKDIR /edgex-go [2020-08-13T04:48:05.182Z] ---> Using cache [2020-08-13T04:48:05.182Z] ---> b129e5963f4d [2020-08-13T04:48:05.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:48:05.182Z] ---> Using cache [2020-08-13T04:48:05.182Z] ---> 5a0480cda8f1 [2020-08-13T04:48:05.182Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-13T04:48:05.451Z] ---> 92374af28226 [2020-08-13T04:48:05.451Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:48:05.451Z] ---> Running in 58f0d42d759c [2020-08-13T04:48:06.044Z] ---> 59f8a0d243b9 [2020-08-13T04:48:06.044Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-13T04:48:06.316Z] ---> 0a72a20fc0ba [2020-08-13T04:48:06.316Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-13T04:48:06.316Z] ---> Running in 0a462ed988e0 [2020-08-13T04:48:07.785Z] ---> 6294c7ae0847 [2020-08-13T04:48:07.785Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:48:07.785Z] Removing intermediate container 0a462ed988e0 [2020-08-13T04:48:07.785Z] ---> 9d56262b2be0 [2020-08-13T04:48:07.785Z] Step 19/21 : LABEL arch=arm64 [2020-08-13T04:48:08.062Z] ---> 8ebeff0d2a65 [2020-08-13T04:48:08.062Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-13T04:48:08.062Z] ---> Running in 541ae1570c29 [2020-08-13T04:48:08.062Z] ---> Running in 9fc5599f9284 [2020-08-13T04:48:08.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:48:08.927Z] Removing intermediate container 9fc5599f9284 [2020-08-13T04:48:08.927Z] ---> 8d7decf42f8a [2020-08-13T04:48:08.927Z] Step 20/21 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:48:09.199Z] Removing intermediate container 541ae1570c29 [2020-08-13T04:48:09.199Z] ---> 6601b3cead8c [2020-08-13T04:48:09.199Z] Step 19/21 : LABEL arch=arm64 [2020-08-13T04:48:09.474Z] ---> Running in bdf7bcee5d7b [2020-08-13T04:48:09.474Z] ---> Running in 52cee1d75897 [2020-08-13T04:48:09.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:48:09.748Z] ---> bb4a4e7920c9 [2020-08-13T04:48:09.748Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-13T04:48:10.345Z] Removing intermediate container bdf7bcee5d7b [2020-08-13T04:48:10.345Z] ---> 3615871d1082 [2020-08-13T04:48:10.345Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:48:10.618Z] Removing intermediate container 52cee1d75897 [2020-08-13T04:48:10.618Z] ---> 687bb432f9e7 [2020-08-13T04:48:10.618Z] Step 20/21 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:48:10.929Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:48:10.929Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:48:10.929Z] OK: 12620 distinct packages available [2020-08-13T04:48:10.929Z] ---> Running in f1f25e424195 [2020-08-13T04:48:11.207Z] ---> Running in 8c2475705ccf [2020-08-13T04:48:11.482Z] ---> 43fd2d341cc6 [2020-08-13T04:48:11.482Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T04:48:11.757Z] OK: 217 MiB in 51 packages [2020-08-13T04:48:11.757Z] Removing intermediate container f1f25e424195 [2020-08-13T04:48:11.757Z] ---> ba9628b29a9c [2020-08-13T04:48:11.757Z] [2020-08-13T04:48:12.367Z] Successfully built ba9628b29a9c [2020-08-13T04:48:12.367Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-13T04:48:12.367Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-08-13T04:48:12.367Z] Removing intermediate container 8c2475705ccf [2020-08-13T04:48:12.367Z] ---> 7d9749c8ef88 [2020-08-13T04:48:12.367Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:48:12.965Z] ---> Running in e917d2483dda [2020-08-13T04:48:12.965Z] ---> 5cee197c4484 [2020-08-13T04:48:12.965Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T04:48:13.238Z] ---> Running in cd764cf3be14 [2020-08-13T04:48:13.510Z] Removing intermediate container e917d2483dda [2020-08-13T04:48:13.510Z] ---> 96db877b4acb [2020-08-13T04:48:13.510Z] [2020-08-13T04:48:14.106Z] Removing intermediate container 58f0d42d759c [2020-08-13T04:48:14.106Z] ---> 3b7c74704777 [2020-08-13T04:48:14.106Z] Step 6/23 : COPY go.mod . [2020-08-13T04:48:14.380Z] Successfully built 96db877b4acb [2020-08-13T04:48:14.380Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-13T04:48:14.380Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-08-13T04:48:15.361Z] ---> 25e7569a3068 [2020-08-13T04:48:15.361Z] Step 7/23 : RUN go mod download [2020-08-13T04:48:15.361Z] ---> Running in 25724f23f9ae [2020-08-13T04:48:17.979Z] Removing intermediate container cd764cf3be14 [2020-08-13T04:48:17.979Z] ---> a41e6c15c6e5 [2020-08-13T04:48:17.979Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T04:48:18.570Z] ---> Running in 359b603b1d36 [2020-08-13T04:48:20.554Z] Removing intermediate container 359b603b1d36 [2020-08-13T04:48:20.554Z] ---> 65327254e15c [2020-08-13T04:48:20.554Z] Step 24/26 : LABEL arch=arm64 [2020-08-13T04:48:21.144Z] Removing intermediate container 25724f23f9ae [2020-08-13T04:48:21.144Z] ---> 6f8bd8096384 [2020-08-13T04:48:21.144Z] Step 8/23 : COPY . . [2020-08-13T04:48:21.431Z] ---> Running in 1270a8a59587 [2020-08-13T04:48:24.047Z] Removing intermediate container 1270a8a59587 [2020-08-13T04:48:24.047Z] ---> 9df522a810b5 [2020-08-13T04:48:24.047Z] Step 25/26 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:48:28.347Z] ---> Running in a6d68577a2a1 [2020-08-13T04:48:29.313Z] Removing intermediate container a6d68577a2a1 [2020-08-13T04:48:29.313Z] ---> c1f20ca082eb [2020-08-13T04:48:29.313Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T04:48:30.753Z] ---> Running in 8bfcbc4b326c [2020-08-13T04:48:31.347Z] Removing intermediate container 8bfcbc4b326c [2020-08-13T04:48:31.347Z] ---> 2173893a91f7 [2020-08-13T04:48:31.347Z] [2020-08-13T04:48:31.937Z] Successfully built 2173893a91f7 [2020-08-13T04:48:31.938Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-13T04:48:31.938Z] Building docker-core-data-go [2020-08-13T04:48:34.550Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:48:34.550Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:48:34.550Z] ---> 4b9bfcf8a44f [2020-08-13T04:48:34.550Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T04:48:34.550Z] ---> Using cache [2020-08-13T04:48:34.550Z] ---> b129e5963f4d [2020-08-13T04:48:34.550Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:48:34.550Z] ---> Using cache [2020-08-13T04:48:34.550Z] ---> 5a0480cda8f1 [2020-08-13T04:48:34.550Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-13T04:48:35.982Z] ---> Running in b0851ed928d9 [2020-08-13T04:48:36.588Z] ---> a02d800020bc [2020-08-13T04:48:36.588Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-13T04:48:37.569Z] ---> Running in d0099722bbc6 [2020-08-13T04:48:38.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:48:39.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:48:39.416Z] 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-13T04:48:40.015Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:48:40.015Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:48:40.015Z] OK: 12620 distinct packages available [2020-08-13T04:48:40.995Z] OK: 217 MiB in 51 packages [2020-08-13T04:48:44.499Z] Removing intermediate container b0851ed928d9 [2020-08-13T04:48:44.499Z] ---> 1367d83b572d [2020-08-13T04:48:44.499Z] Step 6/26 : COPY go.mod . [2020-08-13T04:48:46.132Z] ---> a6db412cb4ce [2020-08-13T04:48:46.132Z] Step 7/26 : RUN go mod download [2020-08-13T04:48:46.414Z] ---> Running in f78c9240e879 [2020-08-13T04:48:53.167Z] Removing intermediate container f78c9240e879 [2020-08-13T04:48:53.167Z] ---> d7e67066042b [2020-08-13T04:48:53.167Z] Step 8/26 : COPY . . [2020-08-13T04:49:08.316Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:49:08.316Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:49:08.316Z] ---> 4b9bfcf8a44f [2020-08-13T04:49:08.316Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T04:49:08.316Z] ---> Using cache [2020-08-13T04:49:08.316Z] ---> b129e5963f4d [2020-08-13T04:49:08.316Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:49:08.316Z] ---> Using cache [2020-08-13T04:49:08.316Z] ---> 5a0480cda8f1 [2020-08-13T04:49:08.316Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T04:49:08.316Z] ---> Using cache [2020-08-13T04:49:08.316Z] ---> 69c591baf91d [2020-08-13T04:49:08.316Z] Step 6/20 : COPY go.mod . [2020-08-13T04:49:08.316Z] ---> Using cache [2020-08-13T04:49:08.316Z] ---> 07c83860ee51 [2020-08-13T04:49:08.316Z] Step 7/20 : RUN go mod download [2020-08-13T04:49:08.316Z] ---> Using cache [2020-08-13T04:49:08.316Z] ---> cd5e0a5cde15 [2020-08-13T04:49:08.316Z] Step 8/20 : COPY . . [2020-08-13T04:49:08.316Z] ---> Using cache [2020-08-13T04:49:08.316Z] ---> 4f84b9f59801 [2020-08-13T04:49:08.316Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-13T04:49:08.316Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:49:08.316Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-13T04:49:08.316Z] ---> 4b9bfcf8a44f [2020-08-13T04:49:08.316Z] Step 3/29 : WORKDIR /edgex-go [2020-08-13T04:49:08.316Z] ---> Using cache [2020-08-13T04:49:08.316Z] ---> b129e5963f4d [2020-08-13T04:49:08.316Z] Step 4/29 : RUN apk update && apk add make git [2020-08-13T04:49:12.722Z] ---> Running in 9b34bfa7028d [2020-08-13T04:49:12.722Z] ---> Running in 3b785025512c [2020-08-13T04:49:15.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:49:15.378Z] 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-13T04:49:16.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:49:17.825Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:49:17.825Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:49:17.825Z] OK: 12620 distinct packages available [2020-08-13T04:49:18.835Z] OK: 217 MiB in 51 packages [2020-08-13T04:49:24.279Z] Removing intermediate container 9b34bfa7028d [2020-08-13T04:49:24.279Z] ---> 788eb4d2d2e9 [2020-08-13T04:49:24.279Z] Step 5/29 : COPY go.mod . [2020-08-13T04:49:26.293Z] ---> 2e1ae03d8079 [2020-08-13T04:49:26.293Z] Step 6/29 : RUN go mod download [2020-08-13T04:49:26.293Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:49:26.293Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:49:26.293Z] ---> 4b9bfcf8a44f [2020-08-13T04:49:26.293Z] Step 3/22 : WORKDIR /edgex-go [2020-08-13T04:49:26.293Z] ---> Using cache [2020-08-13T04:49:26.293Z] ---> b129e5963f4d [2020-08-13T04:49:26.293Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:49:26.293Z] ---> Using cache [2020-08-13T04:49:26.293Z] ---> 5a0480cda8f1 [2020-08-13T04:49:26.293Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-13T04:49:26.293Z] ---> Running in b0334c72f243 [2020-08-13T04:49:26.293Z] ---> Running in a4814765c32d [2020-08-13T04:49:30.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:49:30.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:49:32.345Z] ---> 7fc522095c13 [2020-08-13T04:49:32.345Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-13T04:49:32.345Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:49:32.345Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:49:32.345Z] OK: 12620 distinct packages available [2020-08-13T04:49:32.620Z] ---> Running in 03c5c0af45ce [2020-08-13T04:49:32.893Z] Removing intermediate container a4814765c32d [2020-08-13T04:49:32.893Z] ---> e8321860d7af [2020-08-13T04:49:32.893Z] Step 7/29 : COPY . . [2020-08-13T04:49:33.500Z] OK: 217 MiB in 51 packages [2020-08-13T04:49:36.131Z] 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-13T04:49:36.411Z] Removing intermediate container b0334c72f243 [2020-08-13T04:49:36.411Z] ---> fb8d05b36251 [2020-08-13T04:49:36.411Z] Step 6/22 : COPY go.mod . [2020-08-13T04:49:39.048Z] ---> f42a453f4e35 [2020-08-13T04:49:39.049Z] Step 7/22 : RUN go mod download [2020-08-13T04:49:39.049Z] ---> Running in 09f0a0421cb2 [2020-08-13T04:49:47.363Z] Removing intermediate container 09f0a0421cb2 [2020-08-13T04:49:47.363Z] ---> 7fbc93017357 [2020-08-13T04:49:47.363Z] Step 8/22 : COPY . . [2020-08-13T04:50:09.730Z] Removing intermediate container d0099722bbc6 [2020-08-13T04:50:09.730Z] ---> 9d9790fbce7f [2020-08-13T04:50:09.730Z] [2020-08-13T04:50:09.730Z] Step 10/23 : FROM scratch [2020-08-13T04:50:09.730Z] ---> [2020-08-13T04:50:09.730Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T04:50:09.730Z] ---> Using cache [2020-08-13T04:50:09.730Z] ---> c6cee41272d5 [2020-08-13T04:50:09.730Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-13T04:50:09.730Z] ---> 3e6c9a6a4037 [2020-08-13T04:50:09.730Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-13T04:50:09.730Z] ---> Running in 6181d3d08207 [2020-08-13T04:50:09.730Z] ---> Running in f20eb237b928 [2020-08-13T04:50:09.730Z] Removing intermediate container 6181d3d08207 [2020-08-13T04:50:09.730Z] ---> 847304bc0252 [2020-08-13T04:50:09.730Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-13T04:50:09.730Z] ---> Running in befc583e13cf [2020-08-13T04:50:10.725Z] Removing intermediate container befc583e13cf [2020-08-13T04:50:10.725Z] ---> 3b1ae1daec43 [2020-08-13T04:50:10.725Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-13T04:50:11.007Z] 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-13T04:50:12.474Z] ---> c30f90022ef7 [2020-08-13T04:50:12.474Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-13T04:50:15.906Z] ---> 32ca63ad02ae [2020-08-13T04:50:15.906Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-13T04:50:19.337Z] ---> e10134bf1035 [2020-08-13T04:50:19.337Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-13T04:50:20.789Z] ---> 987f8236b0eb [2020-08-13T04:50:20.789Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-13T04:50:23.441Z] ---> a5b8924d90e4 [2020-08-13T04:50:23.441Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-13T04:50:23.441Z] ---> bc0ac4f3bed2 [2020-08-13T04:50:23.441Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-13T04:50:23.441Z] ---> Running in e052485e1bdc [2020-08-13T04:50:25.462Z] ---> d806bb32ed7d [2020-08-13T04:50:25.462Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:50:25.462Z] ---> Running in 1bff278fc911 [2020-08-13T04:50:26.071Z] Removing intermediate container 1bff278fc911 [2020-08-13T04:50:26.071Z] ---> 8884f4eeea37 [2020-08-13T04:50:26.071Z] Step 21/23 : LABEL arch=arm64 [2020-08-13T04:50:26.071Z] ---> Running in 036975834ded [2020-08-13T04:50:26.072Z] 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-13T04:50:27.069Z] Removing intermediate container 036975834ded [2020-08-13T04:50:27.069Z] ---> b776a7604a3c [2020-08-13T04:50:27.069Z] Step 22/23 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:50:27.069Z] ---> Running in 6abbcbd4203b [2020-08-13T04:50:27.681Z] Removing intermediate container 6abbcbd4203b [2020-08-13T04:50:27.681Z] ---> c2dfb85eaf91 [2020-08-13T04:50:27.681Z] Step 23/23 : LABEL version=0.0.0 [2020-08-13T04:50:27.960Z] ---> Running in 32c28c21556f [2020-08-13T04:50:28.565Z] Removing intermediate container 32c28c21556f [2020-08-13T04:50:28.565Z] ---> e9c5d4b7bf1d [2020-08-13T04:50:28.565Z] [2020-08-13T04:50:29.175Z] Successfully built e9c5d4b7bf1d [2020-08-13T04:50:29.175Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-13T04:51:01.536Z]  Building docker-support-notifications-go ... done Removing intermediate container 03c5c0af45ce [2020-08-13T04:51:01.536Z] ---> 8da77e174ee4 [2020-08-13T04:51:01.536Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-13T04:51:01.536Z] ---> Running in 7e9aaa5e72eb [2020-08-13T04:51:02.145Z] Removing intermediate container 3b785025512c [2020-08-13T04:51:02.145Z] ---> 6d60f1dc4df6 [2020-08-13T04:51:02.145Z] [2020-08-13T04:51:02.145Z] Step 10/20 : FROM scratch [2020-08-13T04:51:02.145Z] ---> [2020-08-13T04:51:02.145Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:51:02.424Z] ---> Using cache [2020-08-13T04:51:02.424Z] ---> 7258a3193742 [2020-08-13T04:51:02.424Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-13T04:51:02.699Z] ---> Running in 23f63a608733 [2020-08-13T04:51:03.303Z] Removing intermediate container 23f63a608733 [2020-08-13T04:51:03.303Z] ---> b52cd82e0b03 [2020-08-13T04:51:03.303Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-13T04:51:03.579Z] ---> Running in 7ea994d19009 [2020-08-13T04:51:04.179Z] Removing intermediate container 7ea994d19009 [2020-08-13T04:51:04.179Z] ---> 4dc1cc39bfaa [2020-08-13T04:51:04.179Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-13T04:51:04.467Z] 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-13T04:51:05.073Z] ---> 4e8dc708a1f7 [2020-08-13T04:51:05.073Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-13T04:51:07.060Z] ---> 33cd0aa487e1 [2020-08-13T04:51:07.060Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-13T04:51:08.045Z] ---> b745a6827e95 [2020-08-13T04:51:08.045Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:51:08.321Z] ---> Running in 2f3b20857ace [2020-08-13T04:51:08.942Z] Removing intermediate container 2f3b20857ace [2020-08-13T04:51:08.942Z] ---> e2225b13e08b [2020-08-13T04:51:08.942Z] Step 18/20 : LABEL arch=arm64 [2020-08-13T04:51:08.942Z] ---> Running in d8455acf3b45 [2020-08-13T04:51:09.930Z] Removing intermediate container d8455acf3b45 [2020-08-13T04:51:09.930Z] ---> 5636f8da5b77 [2020-08-13T04:51:09.930Z] Step 19/20 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:51:09.930Z] ---> Running in b0e2d41754e5 [2020-08-13T04:51:09.930Z] Removing intermediate container 7e9aaa5e72eb [2020-08-13T04:51:09.930Z] ---> 414e8ef9864f [2020-08-13T04:51:09.930Z] [2020-08-13T04:51:09.930Z] Step 11/26 : FROM docker:latest [2020-08-13T04:51:09.930Z] ---> ce9d55ae87f1 [2020-08-13T04:51:09.930Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-13T04:51:10.214Z] ---> Running in 23ccda0e9758 [2020-08-13T04:51:10.500Z] Removing intermediate container b0e2d41754e5 [2020-08-13T04:51:10.500Z] ---> 3a066b28ab01 [2020-08-13T04:51:10.500Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T04:51:10.783Z] ---> Running in 8ecc25aa2f6a [2020-08-13T04:51:11.494Z] Removing intermediate container 8ecc25aa2f6a [2020-08-13T04:51:11.494Z] ---> f5ff83735bf5 [2020-08-13T04:51:11.494Z] [2020-08-13T04:51:12.217Z] Successfully built f5ff83735bf5 [2020-08-13T04:51:12.217Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-13T04:51:12.851Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:51:12.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:51:13.836Z] (1/2) Installing readline (8.0.4-r0) [2020-08-13T04:51:13.836Z] (2/2) Installing bash (5.0.17-r0) [2020-08-13T04:51:13.836Z] Executing bash-5.0.17-r0.post-install [2020-08-13T04:51:13.836Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:51:13.836Z] OK: 12 MiB in 22 packages [2020-08-13T04:51:15.853Z] Removing intermediate container 23ccda0e9758 [2020-08-13T04:51:15.853Z] ---> cc03319051c2 [2020-08-13T04:51:15.853Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-13T04:51:16.134Z] ---> Running in 35812fc51ed3 [2020-08-13T04:51:19.543Z] Removing intermediate container f20eb237b928 [2020-08-13T04:51:19.543Z] ---> 5b7704f62fac [2020-08-13T04:51:19.543Z] [2020-08-13T04:51:19.543Z] Step 9/29 : FROM alpine:latest [2020-08-13T04:51:19.543Z] ---> 62ee0e9f8440 [2020-08-13T04:51:19.543Z] 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-13T04:51:19.543Z] ---> Running in 4b79b1a985b0 [2020-08-13T04:51:20.138Z] Removing intermediate container 4b79b1a985b0 [2020-08-13T04:51:20.138Z] ---> 6274ffa097d4 [2020-08-13T04:51:20.138Z] Step 11/29 : USER root [2020-08-13T04:51:20.431Z] ---> Running in 6e7f6ba9b026 [2020-08-13T04:51:20.431Z] Removing intermediate container 35812fc51ed3 [2020-08-13T04:51:20.431Z] ---> cc5507fd2ef6 [2020-08-13T04:51:20.431Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-13T04:51:20.708Z] ---> Running in b37b0ae02151 [2020-08-13T04:51:21.308Z] Removing intermediate container 6e7f6ba9b026 [2020-08-13T04:51:21.308Z] ---> 45a1719cfd98 [2020-08-13T04:51:21.308Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-13T04:51:21.308Z] Removing intermediate container b37b0ae02151 [2020-08-13T04:51:21.308Z] ---> 8aa702df9f62 [2020-08-13T04:51:21.308Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-13T04:51:21.585Z] ---> Running in 49c9083b6590 [2020-08-13T04:51:21.585Z] ---> Running in 331a102dae0d [2020-08-13T04:51:22.573Z] Removing intermediate container 331a102dae0d [2020-08-13T04:51:22.573Z] ---> d7192b0b7f2d [2020-08-13T04:51:22.573Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-13T04:51:22.573Z] ---> Running in ed8558bac3f7 [2020-08-13T04:51:23.557Z] Removing intermediate container ed8558bac3f7 [2020-08-13T04:51:23.557Z] ---> d4e9d82401b2 [2020-08-13T04:51:23.557Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-13T04:51:24.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:51:24.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:51:25.030Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:51:25.030Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:51:25.030Z] OK: 12620 distinct packages available [2020-08-13T04:51:25.030Z] ---> c065bf6138cc [2020-08-13T04:51:25.030Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-13T04:51:25.627Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-13T04:51:25.901Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-13T04:51:25.901Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:51:25.901Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T04:51:26.178Z] OK: 6 MiB in 16 packages [2020-08-13T04:51:26.178Z] ---> 58d5e7a7b069 [2020-08-13T04:51:26.178Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-13T04:51:28.149Z] ---> c776392007d2 [2020-08-13T04:51:28.149Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-13T04:51:28.149Z] ---> Running in 0098ae7e68bb [2020-08-13T04:51:28.424Z] Removing intermediate container 49c9083b6590 [2020-08-13T04:51:28.424Z] ---> 85077153cd7d [2020-08-13T04:51:28.424Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-13T04:51:28.702Z] ---> Running in 32cb4d07bd47 [2020-08-13T04:51:29.293Z] Removing intermediate container 32cb4d07bd47 [2020-08-13T04:51:29.293Z] ---> 72a2fb779343 [2020-08-13T04:51:29.293Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-13T04:51:29.562Z] ---> Running in 8efb81c8893a [2020-08-13T04:51:29.834Z] Removing intermediate container 8efb81c8893a [2020-08-13T04:51:29.834Z] ---> 3c6e998faf37 [2020-08-13T04:51:29.834Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-13T04:51:30.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:51:30.105Z] ---> Running in dacf5cdd1524 [2020-08-13T04:51:30.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:51:30.703Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-13T04:51:30.703Z] (2/33) Installing expat (2.2.9-r1) [2020-08-13T04:51:30.703Z] (3/33) Installing libffi (3.3-r2) [2020-08-13T04:51:30.703Z] (4/33) Installing gdbm (1.13-r1) [2020-08-13T04:51:30.703Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-13T04:51:30.703Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-13T04:51:30.703Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-13T04:51:32.683Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-13T04:51:32.683Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-13T04:51:32.683Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-13T04:51:32.683Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-13T04:51:32.683Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-13T04:51:32.683Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-13T04:51:32.956Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-13T04:51:32.956Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-13T04:51:32.956Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-13T04:51:32.956Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-13T04:51:32.956Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-13T04:51:32.956Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-13T04:51:32.956Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-13T04:51:32.956Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-13T04:51:32.956Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-13T04:51:32.956Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-13T04:51:33.229Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-13T04:51:33.229Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-13T04:51:33.229Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-13T04:51:33.229Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-13T04:51:33.229Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-13T04:51:33.229Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-13T04:51:33.229Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-13T04:51:33.229Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-13T04:51:33.229Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-13T04:51:33.229Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-13T04:51:33.500Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:51:33.500Z] OK: 71 MiB in 55 packages [2020-08-13T04:51:33.500Z] Removing intermediate container dacf5cdd1524 [2020-08-13T04:51:33.500Z] ---> bf44643bb04f [2020-08-13T04:51:33.500Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-13T04:51:34.945Z] ---> 079c08c55522 [2020-08-13T04:51:34.945Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-13T04:51:36.376Z] ---> 5d711c03f92f [2020-08-13T04:51:36.376Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-13T04:51:36.985Z] ---> cb8b8629e104 [2020-08-13T04:51:36.985Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-13T04:51:38.433Z] ---> 82a3625d2323 [2020-08-13T04:51:38.433Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-13T04:51:39.412Z] ---> 0825043fe6d1 [2020-08-13T04:51:39.412Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-13T04:51:40.009Z] ---> Running in e6dcf7e62576 [2020-08-13T04:51:40.009Z] Removing intermediate container 0098ae7e68bb [2020-08-13T04:51:40.009Z] ---> ac738f66dd6c [2020-08-13T04:51:40.009Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-13T04:51:40.603Z] ---> Running in 556b44248d6a [2020-08-13T04:51:43.983Z] Removing intermediate container e6dcf7e62576 [2020-08-13T04:51:43.983Z] ---> 7e7f6b174106 [2020-08-13T04:51:43.983Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T04:51:43.983Z] Removing intermediate container e052485e1bdc [2020-08-13T04:51:43.983Z] ---> d2869b1becbd [2020-08-13T04:51:43.983Z] [2020-08-13T04:51:43.983Z] Step 10/22 : FROM alpine [2020-08-13T04:51:43.983Z] ---> 62ee0e9f8440 [2020-08-13T04:51:43.983Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:51:43.983Z] ---> Running in 1e52d16b7def [2020-08-13T04:51:44.256Z] ---> 278dc60044b3 [2020-08-13T04:51:44.256Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T04:51:44.528Z] ---> Running in f8714af9d5b0 [2020-08-13T04:51:44.528Z] Removing intermediate container 1e52d16b7def [2020-08-13T04:51:44.528Z] ---> 6cfe2c7b994f [2020-08-13T04:51:44.528Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-13T04:51:44.800Z] ---> Running in 48ba97d50d32 [2020-08-13T04:51:45.426Z] Removing intermediate container 48ba97d50d32 [2020-08-13T04:51:45.426Z] ---> 30a7d79d148b [2020-08-13T04:51:45.426Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-13T04:51:45.426Z] ---> Running in f817ce327ca4 [2020-08-13T04:51:46.020Z] Removing intermediate container f817ce327ca4 [2020-08-13T04:51:46.020Z] ---> f0ac9b7bf8bd [2020-08-13T04:51:46.020Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:51:46.293Z] ---> Running in dd6c6ff1d4ff [2020-08-13T04:51:47.266Z] Collecting docker-compose==1.23.2 [2020-08-13T04:51:47.266Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-13T04:51:47.539Z] Removing intermediate container f8714af9d5b0 [2020-08-13T04:51:47.539Z] ---> 48097e2123c8 [2020-08-13T04:51:47.539Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-13T04:51:47.539Z] ---> Running in 0dec7344f2b0 [2020-08-13T04:51:48.152Z] Collecting docopt<0.7,>=0.6.1 [2020-08-13T04:51:48.153Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-13T04:51:49.185Z] Removing intermediate container dd6c6ff1d4ff [2020-08-13T04:51:49.185Z] ---> b3d8bc1e2950 [2020-08-13T04:51:49.185Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-13T04:51:49.185Z] ---> Running in 1c494d461ec4 [2020-08-13T04:51:51.182Z] Removing intermediate container 0dec7344f2b0 [2020-08-13T04:51:51.182Z] ---> ae52cb950e4c [2020-08-13T04:51:51.182Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T04:51:51.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:51:51.182Z] ---> Running in 3f2e42e1dcba [2020-08-13T04:51:51.453Z] Removing intermediate container 3f2e42e1dcba [2020-08-13T04:51:51.453Z] ---> 5791b622ed43 [2020-08-13T04:51:51.453Z] Step 26/29 : CMD [ "generate" ] [2020-08-13T04:51:51.730Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-13T04:51:51.730Z] ---> Running in 8dc280606b0b [2020-08-13T04:51:51.730Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-13T04:51:51.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:51:52.004Z] Removing intermediate container 8dc280606b0b [2020-08-13T04:51:52.004Z] ---> 899bd1ceba24 [2020-08-13T04:51:52.004Z] Step 27/29 : LABEL arch=arm64 [2020-08-13T04:51:52.274Z] ---> Running in f5d8f46ee434 [2020-08-13T04:51:52.544Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-13T04:51:52.544Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-13T04:51:52.544Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-13T04:51:52.544Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-13T04:51:52.818Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-13T04:51:52.818Z] Removing intermediate container f5d8f46ee434 [2020-08-13T04:51:52.818Z] ---> 8c396e75ac19 [2020-08-13T04:51:52.818Z] Step 28/29 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:51:53.093Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-13T04:51:53.093Z] ---> Running in f2c5ac06b709 [2020-08-13T04:51:53.093Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-13T04:51:53.093Z] Collecting texttable<0.10,>=0.9.0 [2020-08-13T04:51:53.093Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:51:53.093Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-13T04:51:53.093Z] OK: 8 MiB in 19 packages [2020-08-13T04:51:53.690Z] Removing intermediate container f2c5ac06b709 [2020-08-13T04:51:53.690Z] ---> 37a953bcfeea [2020-08-13T04:51:53.690Z] Step 29/29 : LABEL version=0.0.0 [2020-08-13T04:51:53.961Z] ---> Running in ff0d5afeb8a7 [2020-08-13T04:51:54.556Z] Removing intermediate container ff0d5afeb8a7 [2020-08-13T04:51:54.556Z] ---> 35e7da8d0d6d [2020-08-13T04:51:54.556Z] [2020-08-13T04:51:54.556Z] Removing intermediate container 1c494d461ec4 [2020-08-13T04:51:54.556Z] ---> 118c4d4a24a2 [2020-08-13T04:51:54.556Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-13T04:51:55.151Z] Successfully built 35e7da8d0d6d [2020-08-13T04:51:55.151Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-13T04:51:55.425Z]  Building docker-security-secrets-setup-go ... done  ---> 9995134d7aa5 [2020-08-13T04:51:55.425Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-13T04:51:55.698Z] 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-13T04:51:56.291Z] Collecting jsonschema<3,>=2.5.1 [2020-08-13T04:51:56.291Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-13T04:51:56.887Z] Collecting cached-property<2,>=1.2.0 [2020-08-13T04:51:56.887Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-13T04:51:56.887Z] ---> 0fb76c270fc3 [2020-08-13T04:51:56.887Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-13T04:51:57.481Z] Collecting docker<4.0,>=3.6.0 [2020-08-13T04:51:57.482Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-13T04:51:57.752Z] ---> a4287709ed05 [2020-08-13T04:51:57.752Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:51:58.025Z] ---> Running in 9431fa042002 [2020-08-13T04:51:58.622Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-13T04:51:58.622Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-13T04:51:58.622Z] Removing intermediate container 9431fa042002 [2020-08-13T04:51:58.622Z] ---> 0b55129862bf [2020-08-13T04:51:58.622Z] Step 20/22 : LABEL arch=arm64 [2020-08-13T04:51:58.622Z] ---> Running in 8554847085a9 [2020-08-13T04:51:59.221Z] Removing intermediate container 8554847085a9 [2020-08-13T04:51:59.221Z] ---> 373fe8ca9427 [2020-08-13T04:51:59.221Z] Step 21/22 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:51:59.221Z] ---> Running in 68cbcfae0ada [2020-08-13T04:51:59.820Z] Removing intermediate container 68cbcfae0ada [2020-08-13T04:51:59.820Z] ---> 432505b884ac [2020-08-13T04:51:59.820Z] Step 22/22 : LABEL version=0.0.0 [2020-08-13T04:51:59.820Z] ---> Running in bebd1b4a1925 [2020-08-13T04:52:00.418Z] Removing intermediate container bebd1b4a1925 [2020-08-13T04:52:00.418Z] ---> cb6cb1dc9060 [2020-08-13T04:52:00.418Z] [2020-08-13T04:52:00.691Z] Successfully built cb6cb1dc9060 [2020-08-13T04:52:00.967Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-13T04:52:01.245Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2020-08-13T04:52:01.245Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-13T04:52:05.551Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-13T04:52:05.551Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-13T04:52:05.551Z] Collecting idna<2.8,>=2.5 [2020-08-13T04:52:05.551Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-13T04:52:05.551Z] 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-13T04:52:05.551Z] 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-13T04:52:05.551Z] Collecting docker-pycreds>=0.4.0 [2020-08-13T04:52:05.551Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-13T04:52:05.820Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-13T04:52:05.821Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-13T04:52:05.821Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-13T04:52:05.821Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-13T04:52:06.791Z] Installing collected packages: docopt, urllib3, idna, requests, websocket-client, texttable, jsonschema, cached-property, docker-pycreds, docker, dockerpty, PyYAML, docker-compose [2020-08-13T04:52:06.791Z] Running setup.py install for docopt: started [2020-08-13T04:52:08.751Z] Running setup.py install for docopt: finished with status 'done' [2020-08-13T04:52:08.751Z] Attempting uninstall: urllib3 [2020-08-13T04:52:08.751Z] Found existing installation: urllib3 1.25.9 [2020-08-13T04:52:08.751Z] Uninstalling urllib3-1.25.9: [2020-08-13T04:52:08.751Z] Successfully uninstalled urllib3-1.25.9 [2020-08-13T04:52:09.340Z] Attempting uninstall: idna [2020-08-13T04:52:09.340Z] Found existing installation: idna 2.9 [2020-08-13T04:52:09.340Z] Uninstalling idna-2.9: [2020-08-13T04:52:09.610Z] Successfully uninstalled idna-2.9 [2020-08-13T04:52:10.201Z] Attempting uninstall: requests [2020-08-13T04:52:10.201Z] Found existing installation: requests 2.23.0 [2020-08-13T04:52:10.201Z] Uninstalling requests-2.23.0: [2020-08-13T04:52:10.471Z] Successfully uninstalled requests-2.23.0 [2020-08-13T04:52:11.062Z] Running setup.py install for texttable: started [2020-08-13T04:52:13.024Z] Running setup.py install for texttable: finished with status 'done' [2020-08-13T04:52:13.996Z] Running setup.py install for dockerpty: started [2020-08-13T04:52:15.966Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-13T04:52:15.966Z] Running setup.py install for PyYAML: started [2020-08-13T04:52:17.923Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-13T04:52:18.895Z] 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-13T04:52:22.258Z] Removing intermediate container 556b44248d6a [2020-08-13T04:52:22.258Z] ---> 3659866f86b4 [2020-08-13T04:52:22.258Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-13T04:52:22.527Z] ---> Running in c45b6e4b7289 [2020-08-13T04:52:23.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:52:24.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:52:24.806Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T04:52:24.806Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-13T04:52:24.806Z] (3/3) Installing curl (7.69.1-r0) [2020-08-13T04:52:24.806Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:52:24.806Z] OK: 71 MiB in 58 packages [2020-08-13T04:52:26.259Z] Removing intermediate container c45b6e4b7289 [2020-08-13T04:52:26.259Z] ---> 4041cc3fe3d0 [2020-08-13T04:52:26.259Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:52:26.259Z] ---> Running in 3aecc667605a [2020-08-13T04:52:26.529Z] Removing intermediate container 3aecc667605a [2020-08-13T04:52:26.529Z] ---> 8ad063afbfac [2020-08-13T04:52:26.529Z] Step 24/26 : LABEL arch=arm64 [2020-08-13T04:52:26.799Z] ---> Running in 94b7fe040de1 [2020-08-13T04:52:27.069Z] Removing intermediate container 94b7fe040de1 [2020-08-13T04:52:27.069Z] ---> 1bc03797a8e6 [2020-08-13T04:52:27.069Z] Step 25/26 : LABEL git_sha=c2e67551120b833f155c04db64bb18708798b188 [2020-08-13T04:52:27.340Z] ---> Running in fb0d4bef3b0e [2020-08-13T04:52:27.935Z] Removing intermediate container fb0d4bef3b0e [2020-08-13T04:52:27.935Z] ---> 329b22384fad [2020-08-13T04:52:27.935Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T04:52:27.935Z] ---> Running in 2fa67dc2f094 [2020-08-13T04:52:28.203Z] Removing intermediate container 2fa67dc2f094 [2020-08-13T04:52:28.203Z] ---> 743a91d53cb5 [2020-08-13T04:52:28.203Z] [2020-08-13T04:52:28.795Z] Successfully built 743a91d53cb5 [2020-08-13T04:52:28.795Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-13T04:52:29.079Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-13T04:52:29.101Z] $ docker stop --time=1 18d3ccff7742845fe1792733d666d9561687dc9038051b44b294b06b2f7a82fe [2020-08-13T04:52:30.939Z] $ docker rm -f 18d3ccff7742845fe1792733d666d9561687dc9038051b44b294b06b2f7a82fe [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-13T04:52:31.582Z] + + docker imagesgrep [2020-08-13T04:52:31.582Z] docker [2020-08-13T04:52:31.853Z] docker-sys-mgmt-agent-go-arm64 latest 743a91d53cb5 3 seconds ago 266MB [2020-08-13T04:52:31.853Z] docker-core-data-go-arm64 latest cb6cb1dc9060 31 seconds ago 22.6MB [2020-08-13T04:52:31.853Z] docker-security-secrets-setup-go-arm64 latest 35e7da8d0d6d 37 seconds ago 24.2MB [2020-08-13T04:52:31.853Z] docker-support-scheduler-go-arm64 latest f5ff83735bf5 About a minute ago 12.6MB [2020-08-13T04:52:31.853Z] docker-support-notifications-go-arm64 latest e9c5d4b7bf1d 2 minutes ago 13.9MB [2020-08-13T04:52:31.853Z] docker-security-secretstore-setup-go-arm64 latest 2173893a91f7 4 minutes ago 32.6MB [2020-08-13T04:52:31.853Z] docker-core-metadata-go-arm64 latest 96db877b4acb 4 minutes ago 13.8MB [2020-08-13T04:52:31.853Z] docker-core-command-go-arm64 latest ba9628b29a9c 4 minutes ago 12.4MB [2020-08-13T04:52:31.853Z] docker-support-logging-go-arm64 latest fd68c1b09d07 4 minutes ago 11.4MB [2020-08-13T04:52:31.853Z] docker-security-proxy-setup-go-arm64 latest 4545e6bc2909 4 minutes ago 15.8MB [2020-08-13T04:52:31.853Z] docker latest ce9d55ae87f1 6 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-13T04:52:33.475Z] provisioning config files... [2020-08-13T04:52:33.493Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/31@tmp/config71885196749617494tmp [Pipeline] { [Pipeline] sh [2020-08-13T04:52:34.183Z] + curl -s https://codecov.io/bash [2020-08-13T04:52:34.183Z] + bash -s - -t @/w/workspace/edgex-go/31@tmp/config71885196749617494tmp [Pipeline] } [2020-08-13T04:52:34.452Z] 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-13T04:52:35.806Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T04:52:36.685Z] ---> package-listing.sh [2020-08-13T04:52:36.685Z] ++ facter osfamily [2020-08-13T04:52:36.685Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-13T04:52:36.685Z] + OS_FAMILY=redhat [2020-08-13T04:52:36.685Z] + workspace=/w/workspace/edgex-go/31 [2020-08-13T04:52:36.685Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-13T04:52:36.685Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-13T04:52:36.685Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-13T04:52:36.685Z] + PACKAGES=/tmp/packages_start.txt [2020-08-13T04:52:36.685Z] + '[' /w/workspace/edgex-go/31 ']' [2020-08-13T04:52:36.685Z] + PACKAGES=/tmp/packages_end.txt [2020-08-13T04:52:36.685Z] + case "${OS_FAMILY}" in [2020-08-13T04:52:36.685Z] + rpm -qa [2020-08-13T04:52:36.685Z] + sort [2020-08-13T04:52:40.893Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-13T04:52:40.893Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-13T04:52:40.893Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-13T04:52:40.893Z] + '[' /w/workspace/edgex-go/31 ']' [2020-08-13T04:52:40.893Z] + mkdir -p /w/workspace/edgex-go/31/archives/ [2020-08-13T04:52:40.893Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/31/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:52:41.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T04:52:41.330Z] [2020-08-13T04:52:41.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:52:41.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T04:52:41.672Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-13T04:52:41.672Z] c9b1b535fdd9: Pulling fs layer [2020-08-13T04:52:41.672Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-13T04:52:41.672Z] 756a868c4378: Pulling fs layer [2020-08-13T04:52:41.672Z] 444b2fc9a129: Pulling fs layer [2020-08-13T04:52:41.672Z] ea15f1150254: Pulling fs layer [2020-08-13T04:52:41.672Z] 41b27a9f41bf: Pulling fs layer [2020-08-13T04:52:41.672Z] 28c525ee5125: Pulling fs layer [2020-08-13T04:52:41.672Z] 094b1ea09ed8: Pulling fs layer [2020-08-13T04:52:41.672Z] 138eaada9080: Pulling fs layer [2020-08-13T04:52:41.672Z] 0622d0fa9048: Pulling fs layer [2020-08-13T04:52:41.672Z] 444b2fc9a129: Waiting [2020-08-13T04:52:41.672Z] ea15f1150254: Waiting [2020-08-13T04:52:41.672Z] 41b27a9f41bf: Waiting [2020-08-13T04:52:41.672Z] 28c525ee5125: Waiting [2020-08-13T04:52:41.672Z] 094b1ea09ed8: Waiting [2020-08-13T04:52:41.672Z] 138eaada9080: Waiting [2020-08-13T04:52:41.672Z] 0622d0fa9048: Waiting [2020-08-13T04:52:41.672Z] 2cc5ad85d9ab: Download complete [2020-08-13T04:52:41.672Z] 444b2fc9a129: Verifying Checksum [2020-08-13T04:52:41.672Z] 444b2fc9a129: Download complete [2020-08-13T04:52:41.672Z] c9b1b535fdd9: Verifying Checksum [2020-08-13T04:52:41.672Z] c9b1b535fdd9: Download complete [2020-08-13T04:52:41.672Z] ea15f1150254: Verifying Checksum [2020-08-13T04:52:41.672Z] ea15f1150254: Download complete [2020-08-13T04:52:41.935Z] 28c525ee5125: Verifying Checksum [2020-08-13T04:52:41.935Z] 28c525ee5125: Download complete [2020-08-13T04:52:42.214Z] 756a868c4378: Verifying Checksum [2020-08-13T04:52:42.214Z] 756a868c4378: Download complete [2020-08-13T04:52:42.214Z] c9b1b535fdd9: Pull complete [2020-08-13T04:52:42.214Z] 138eaada9080: Verifying Checksum [2020-08-13T04:52:42.215Z] 138eaada9080: Download complete [2020-08-13T04:52:42.215Z] 094b1ea09ed8: Verifying Checksum [2020-08-13T04:52:42.215Z] 094b1ea09ed8: Download complete [2020-08-13T04:52:42.215Z] 0622d0fa9048: Verifying Checksum [2020-08-13T04:52:42.215Z] 0622d0fa9048: Download complete [2020-08-13T04:52:42.482Z] 2cc5ad85d9ab: Pull complete [2020-08-13T04:52:42.748Z] 41b27a9f41bf: Verifying Checksum [2020-08-13T04:52:42.748Z] 41b27a9f41bf: Download complete [2020-08-13T04:52:44.135Z] 756a868c4378: Pull complete [2020-08-13T04:52:44.135Z] 444b2fc9a129: Pull complete [2020-08-13T04:52:44.395Z] ea15f1150254: Pull complete [2020-08-13T04:52:49.707Z] 41b27a9f41bf: Pull complete [2020-08-13T04:52:49.972Z] 28c525ee5125: Pull complete [2020-08-13T04:52:51.908Z] 094b1ea09ed8: Pull complete [2020-08-13T04:52:53.822Z] 138eaada9080: Pull complete [2020-08-13T04:52:53.822Z] 0622d0fa9048: Pull complete [2020-08-13T04:52:53.822Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-13T04:52:53.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T04:52:53.822Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-13T04:52:53.994Z] prd-centos7-docker-4c-2g-5069 does not seem to be running inside a container [2020-08-13T04:52:54.043Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/31 -v /w/workspace/edgex-go/31:/w/workspace/edgex-go/31:rw,z -v /w/workspace/edgex-go/31@tmp:/w/workspace/edgex-go/31@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-13T04:52:57.906Z] $ docker top be793f77058dc468d6927d5f8a736460b29bbb98bd61fb4cf3322aab464f7b3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-13T04:52:58.188Z] provisioning config files... [2020-08-13T04:52:58.207Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/31@tmp/config6453021404624176345tmp [Pipeline] { [Pipeline] echo [2020-08-13T04:52:58.347Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T04:52:58.766Z] ---> create-netrc.sh [Pipeline] echo [2020-08-13T04:52:58.778Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T04:52:59.097Z] ---> logs-deploy.sh [2020-08-13T04:52:59.097Z] + ARCHIVE_ARTIFACTS= [2020-08-13T04:52:59.097Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-13T04:52:59.097Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-13T04:52:59.097Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-13T04:52:59.097Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/31 [2020-08-13T04:52:59.097Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/31/ [2020-08-13T04:52:59.097Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/31 /w/workspace/edgex-go/31 [2020-08-13T04:53:00.041Z] Archives upload complete. [2020-08-13T04:53:00.301Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/31 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/31/