Pull request #2625 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from a101cfe205c8646f279e8375f92dd78bc13c901b+d08647e33299f35346a0c0e1b5c282da7a73a79b (34780c1ce41ae221a30ffd96896ed493f0602902) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-268 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit a101cfe205c8646f279e8375f92dd78bc13c901b Merge succeeded, producing a101cfe205c8646f279e8375f92dd78bc13c901b Checking out Revision a101cfe205c8646f279e8375f92dd78bc13c901b (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a101cfe205c8646f279e8375f92dd78bc13c901b # 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 a101cfe205c8646f279e8375f92dd78bc13c901b # timeout=10 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-17T12:51:19.874Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-17T12:51:20.139Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 2b9c6640c81b043464e1ee92cbecf7e2135bc5ba # timeout=10 [Pipeline] echo [2020-08-17T12:51:20.234Z] ========================================================= [2020-08-17T12:51:20.234Z] EdgeX Global Pipelines Version Info [2020-08-17T12:51:20.234Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-17T12:51:22.089Z] ------------------- [2020-08-17T12:51:22.089Z] stable info: [2020-08-17T12:51:22.089Z] ------------------- [2020-08-17T12:51:22.089Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-17T12:51:22.089Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-17T12:51:22.089Z] Message: update stable to v1.0.106 [2020-08-17T12:51:22.665Z] ------------------- [2020-08-17T12:51:22.665Z] experimental info: [2020-08-17T12:51:22.665Z] ------------------- [2020-08-17T12:51:22.665Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-17T12:51:22.665Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-17T12:51:22.665Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-17T12:51:24.194Z] ++ 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-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/core-command/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/core-data/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-17T12:51:24.194Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T12:51:24.194Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-17T12:51:24.194Z] ++ cut -d/ -f2 [2020-08-17T12:51:24.194Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-17T12:51:24.257Z] 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-17T12:51:25.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T12:51:25.533Z] [2020-08-17T12:51:25.533Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T12:51:25.883Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T12:51:25.883Z] latest: Pulling from edgex-devops/git-semver [2020-08-17T12:51:25.883Z] 31603596830f: Pulling fs layer [2020-08-17T12:51:25.883Z] 2a8b12db71e7: Pulling fs layer [2020-08-17T12:51:25.883Z] 6ca5941a6612: Pulling fs layer [2020-08-17T12:51:25.883Z] ecc8261a40a4: Pulling fs layer [2020-08-17T12:51:25.883Z] ecc8261a40a4: Waiting [2020-08-17T12:51:25.883Z] 2a8b12db71e7: Verifying Checksum [2020-08-17T12:51:25.883Z] 2a8b12db71e7: Download complete [2020-08-17T12:51:26.147Z] 31603596830f: Verifying Checksum [2020-08-17T12:51:26.147Z] 31603596830f: Download complete [2020-08-17T12:51:26.147Z] ecc8261a40a4: Verifying Checksum [2020-08-17T12:51:26.147Z] ecc8261a40a4: Download complete [2020-08-17T12:51:26.147Z] 6ca5941a6612: Verifying Checksum [2020-08-17T12:51:26.147Z] 6ca5941a6612: Download complete [2020-08-17T12:51:26.414Z] 31603596830f: Pull complete [2020-08-17T12:51:26.414Z] 2a8b12db71e7: Pull complete [2020-08-17T12:51:27.363Z] 6ca5941a6612: Pull complete [2020-08-17T12:51:27.624Z] ecc8261a40a4: Pull complete [2020-08-17T12:51:27.624Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-17T12:51:27.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T12:51:27.624Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-17T12:51:27.746Z] prd-centos7-docker-4c-2g-268 does not seem to be running inside a container [2020-08-17T12:51:27.802Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-17T12:51:30.246Z] $ docker top 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T12:51:30.611Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T12:51:30.611Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T12:51:30.842Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T12:51:30.841Z] $ docker exec 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 ssh-agent [2020-08-17T12:51:31.021Z] SSH_AUTH_SOCK=/tmp/ssh-tcSWS4RPchAL/agent.13 [2020-08-17T12:51:31.021Z] SSH_AGENT_PID=19 [2020-08-17T12:51:31.033Z] Running ssh-add (command line suppressed) [2020-08-17T12:51:31.157Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_8537539910625813802.key (/w/workspace/edgex-go/15@tmp/private_key_8537539910625813802.key) [2020-08-17T12:51:31.214Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T12:51:31.542Z] + git describe --exact-match --tags HEAD [2020-08-17T12:51:31.542Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-17T12:51:31.560Z] $ docker exec --env ******** --env ******** 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 ssh-agent -k [2020-08-17T12:51:31.677Z] unset SSH_AUTH_SOCK; [2020-08-17T12:51:31.677Z] unset SSH_AGENT_PID; [2020-08-17T12:51:31.677Z] echo Agent pid 19 killed; [2020-08-17T12:51:31.731Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-17T12:51:31.830Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-17T12:51:31.830Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-17T12:51:31.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T12:51:31.924Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T12:51:32.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T12:51:32.118Z] $ docker exec 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 ssh-agent [2020-08-17T12:51:32.283Z] SSH_AUTH_SOCK=/tmp/ssh-BB6zkYbzmn6Q/agent.48 [2020-08-17T12:51:32.283Z] SSH_AGENT_PID=54 [2020-08-17T12:51:32.289Z] Running ssh-add (command line suppressed) [2020-08-17T12:51:32.406Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_3161530864624592082.key (/w/workspace/edgex-go/15@tmp/private_key_3161530864624592082.key) [2020-08-17T12:51:32.459Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T12:51:32.790Z] + git semver init [2020-08-17T12:51:32.791Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T12:51:32.791Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2020-08-17T12:51:32.791Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2020-08-17T12:51:32.791Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T12:51:32.791Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T12:51:32.791Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T12:51:32.791Z] # $SEMVER_BRANCH = PR-2625 [2020-08-17T12:51:32.791Z] # $SEMVER_TEMP = /tmp/semver-129386306 [2020-08-17T12:51:32.791Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-17T12:51:50.963Z] # '/tmp/semver-129386306' -> '/w/workspace/edgex-go/15/.semver' [2020-08-17T12:51:50.963Z] # -> Force: false [2020-08-17T12:51:50.963Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2020-08-17T12:51:50.973Z] $ docker exec --env ******** --env ******** 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 ssh-agent -k [2020-08-17T12:51:51.192Z] unset SSH_AUTH_SOCK; [2020-08-17T12:51:51.192Z] unset SSH_AGENT_PID; [2020-08-17T12:51:51.193Z] echo Agent pid 54 killed; [2020-08-17T12:51:51.282Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T12:51:51.822Z] + git semver [Pipeline] } [2020-08-17T12:51:51.835Z] $ docker stop --time=1 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 [2020-08-17T12:51:53.547Z] $ docker rm -f 0bf1a7676b894da6f65c65072e901e542a3c5c8fafdae85097ca480442ff2141 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-17T12:52:06.733Z] Stashed 32 file(s) [Pipeline] echo [2020-08-17T12:52:06.736Z] [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-17T12:52:07.211Z] ========================================================= [2020-08-17T12:52:07.211Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-17T12:52:07.211Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T12:52:07.540Z] + 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-17T12:52:10.866Z] Sending build context to Docker daemon 323MB [2020-08-17T12:52:10.866Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T12:52:10.866Z] Step 2/7 : FROM ${BASE} [2020-08-17T12:52:10.866Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-17T12:52:10.866Z] df20fa9351a1: Pulling fs layer [2020-08-17T12:52:10.866Z] ed8968b2872e: Pulling fs layer [2020-08-17T12:52:10.866Z] a92cc7c5fd73: Pulling fs layer [2020-08-17T12:52:10.866Z] 2dd03ba5bac4: Pulling fs layer [2020-08-17T12:52:10.866Z] 1e091d79d1de: Pulling fs layer [2020-08-17T12:52:10.866Z] 481702a1767f: Pulling fs layer [2020-08-17T12:52:10.866Z] f64a6f60c768: Pulling fs layer [2020-08-17T12:52:10.866Z] e78d2573fc39: Pulling fs layer [2020-08-17T12:52:10.866Z] e876d2f968b6: Pulling fs layer [2020-08-17T12:52:10.866Z] ce8a83651883: Pulling fs layer [2020-08-17T12:52:10.866Z] 07967f4d0e4b: Pulling fs layer [2020-08-17T12:52:10.866Z] 481702a1767f: Waiting [2020-08-17T12:52:10.866Z] f64a6f60c768: Waiting [2020-08-17T12:52:10.866Z] e78d2573fc39: Waiting [2020-08-17T12:52:10.866Z] e876d2f968b6: Waiting [2020-08-17T12:52:10.866Z] 2dd03ba5bac4: Waiting [2020-08-17T12:52:10.866Z] 07967f4d0e4b: Waiting [2020-08-17T12:52:10.866Z] ce8a83651883: Waiting [2020-08-17T12:52:10.866Z] a92cc7c5fd73: Verifying Checksum [2020-08-17T12:52:10.866Z] a92cc7c5fd73: Download complete [2020-08-17T12:52:10.866Z] ed8968b2872e: Verifying Checksum [2020-08-17T12:52:10.866Z] ed8968b2872e: Download complete [2020-08-17T12:52:10.866Z] 1e091d79d1de: Verifying Checksum [2020-08-17T12:52:10.866Z] 1e091d79d1de: Download complete [2020-08-17T12:52:10.866Z] 481702a1767f: Verifying Checksum [2020-08-17T12:52:10.866Z] 481702a1767f: Download complete [2020-08-17T12:52:10.866Z] df20fa9351a1: Verifying Checksum [2020-08-17T12:52:10.866Z] df20fa9351a1: Download complete [2020-08-17T12:52:11.139Z] df20fa9351a1: Pull complete [2020-08-17T12:52:11.725Z] f64a6f60c768: Download complete [2020-08-17T12:52:11.725Z] e876d2f968b6: Verifying Checksum [2020-08-17T12:52:11.725Z] e876d2f968b6: Download complete [2020-08-17T12:52:12.317Z] e78d2573fc39: Verifying Checksum [2020-08-17T12:52:12.317Z] e78d2573fc39: Download complete [2020-08-17T12:52:12.317Z] 2dd03ba5bac4: Verifying Checksum [2020-08-17T12:52:12.317Z] 2dd03ba5bac4: Download complete [2020-08-17T12:52:12.317Z] 07967f4d0e4b: Verifying Checksum [2020-08-17T12:52:12.317Z] 07967f4d0e4b: Download complete [2020-08-17T12:52:12.317Z] ce8a83651883: Verifying Checksum [2020-08-17T12:52:12.317Z] ce8a83651883: Download complete [2020-08-17T12:52:13.264Z] ed8968b2872e: Pull complete [2020-08-17T12:52:13.546Z] a92cc7c5fd73: Pull complete [2020-08-17T12:52:18.868Z] 2dd03ba5bac4: Pull complete [2020-08-17T12:52:18.868Z] 1e091d79d1de: Pull complete [2020-08-17T12:52:19.130Z] 481702a1767f: Pull complete [2020-08-17T12:52:22.043Z] Still waiting to schedule task [2020-08-17T12:52:22.044Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-267’ [2020-08-17T12:52:25.738Z] f64a6f60c768: Pull complete [2020-08-17T12:52:29.070Z] e78d2573fc39: Pull complete [2020-08-17T12:52:29.070Z] e876d2f968b6: Pull complete [2020-08-17T12:52:30.471Z] ce8a83651883: Pull complete [2020-08-17T12:52:30.471Z] 07967f4d0e4b: Pull complete [2020-08-17T12:52:30.471Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-17T12:52:30.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-17T12:52:30.471Z] ---> 5d7c900382c6 [2020-08-17T12:52:30.471Z] 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-17T12:52:31.861Z] ---> Running in 0162d52b8495 [2020-08-17T12:52:32.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:52:33.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:52:33.640Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T12:52:33.640Z] (2/12) Installing file (5.38-r0) [2020-08-17T12:52:33.901Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T12:52:33.901Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T12:52:35.819Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T12:52:35.819Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T12:52:35.819Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T12:52:36.080Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T12:52:36.080Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T12:52:36.341Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T12:52:36.341Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T12:52:36.341Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T12:52:36.604Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T12:52:36.604Z] OK: 233 MiB in 51 packages [2020-08-17T12:52:39.920Z] Removing intermediate container 0162d52b8495 [2020-08-17T12:52:39.920Z] ---> 539a9df8c499 [2020-08-17T12:52:39.920Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T12:52:39.920Z] ---> Running in eb1c14522fdd [2020-08-17T12:52:39.920Z] Removing intermediate container eb1c14522fdd [2020-08-17T12:52:39.920Z] ---> 403e6131d827 [2020-08-17T12:52:39.920Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T12:52:40.182Z] latest: Pulling from library/docker [2020-08-17T12:52:40.183Z] df20fa9351a1: Already exists [2020-08-17T12:52:40.447Z] 25ad7478873d: Pulling fs layer [2020-08-17T12:52:40.447Z] 4684f6177b5d: Pulling fs layer [2020-08-17T12:52:40.447Z] 46e300cec669: Pulling fs layer [2020-08-17T12:52:40.447Z] 63038576ad94: Pulling fs layer [2020-08-17T12:52:40.447Z] 0fdb76c4706c: Pulling fs layer [2020-08-17T12:52:40.447Z] cb7edeffdfd5: Pulling fs layer [2020-08-17T12:52:40.447Z] 0fdb76c4706c: Waiting [2020-08-17T12:52:40.447Z] 63038576ad94: Waiting [2020-08-17T12:52:40.447Z] cb7edeffdfd5: Waiting [2020-08-17T12:52:40.447Z] 4684f6177b5d: Verifying Checksum [2020-08-17T12:52:40.447Z] 4684f6177b5d: Download complete [2020-08-17T12:52:40.447Z] 25ad7478873d: Verifying Checksum [2020-08-17T12:52:40.447Z] 25ad7478873d: Download complete [2020-08-17T12:52:40.727Z] 63038576ad94: Verifying Checksum [2020-08-17T12:52:40.727Z] 63038576ad94: Download complete [2020-08-17T12:52:40.727Z] 0fdb76c4706c: Verifying Checksum [2020-08-17T12:52:40.727Z] 0fdb76c4706c: Download complete [2020-08-17T12:52:40.727Z] cb7edeffdfd5: Download complete [2020-08-17T12:52:40.727Z] 25ad7478873d: Pull complete [2020-08-17T12:52:41.002Z] 4684f6177b5d: Pull complete [2020-08-17T12:52:41.263Z] 46e300cec669: Verifying Checksum [2020-08-17T12:52:41.263Z] 46e300cec669: Download complete [2020-08-17T12:52:43.830Z] 46e300cec669: Pull complete [2020-08-17T12:52:43.830Z] 63038576ad94: Pull complete [2020-08-17T12:52:43.830Z] 0fdb76c4706c: Pull complete [2020-08-17T12:52:44.098Z] cb7edeffdfd5: Pull complete [2020-08-17T12:52:44.098Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T12:52:44.098Z] Status: Downloaded newer image for docker:latest [2020-08-17T12:52:46.016Z] ---> 0108f75eab8d [2020-08-17T12:52:46.016Z] Step 6/7 : COPY go.mod . [2020-08-17T12:52:46.016Z] ---> 008e1018b56e [2020-08-17T12:52:46.016Z] Step 7/7 : RUN go mod download [2020-08-17T12:52:46.016Z] ---> Running in 85982ee2e5dc [2020-08-17T12:52:48.571Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T12:52:48.571Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T12:52:48.571Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T12:52:48.571Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T12:52:48.571Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T12:52:48.571Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T12:52:48.571Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T12:52:48.571Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T12:52:48.571Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T12:52:48.571Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T12:52:48.571Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T12:52:48.571Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T12:52:48.571Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T12:52:48.571Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T12:52:48.571Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T12:52:48.571Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T12:52:48.832Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T12:52:48.832Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T12:52:48.832Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T12:52:48.832Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T12:52:48.832Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T12:52:48.832Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T12:52:48.832Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T12:52:48.832Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T12:52:48.832Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T12:52:48.832Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T12:52:48.832Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T12:52:49.093Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T12:52:49.093Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T12:52:49.093Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T12:52:49.093Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T12:52:49.093Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T12:52:49.093Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T12:52:49.093Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T12:52:49.093Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T12:52:49.093Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T12:52:49.093Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T12:52:49.093Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T12:52:49.354Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T12:52:49.354Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T12:52:49.614Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T12:52:49.614Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T12:52:49.614Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T12:52:49.614Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T12:52:49.614Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T12:52:49.614Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T12:52:49.614Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T12:52:49.614Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T12:52:49.614Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T12:52:49.614Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T12:52:49.614Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T12:52:49.874Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T12:52:49.874Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T12:52:49.874Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T12:52:49.874Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T12:52:49.874Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T12:52:49.874Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T12:52:49.874Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T12:52:49.874Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T12:52:49.874Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T12:52:49.874Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T12:52:49.874Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T12:52:49.874Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T12:52:50.135Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T12:52:50.135Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T12:52:50.135Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T12:52:50.135Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T12:52:50.135Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T12:52:50.135Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T12:52:50.135Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T12:52:50.135Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T12:52:50.135Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T12:52:50.135Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T12:52:50.396Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T12:52:50.396Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T12:52:50.396Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T12:52:50.396Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T12:52:50.396Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T12:52:50.396Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T12:52:50.397Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T12:52:50.397Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T12:52:50.397Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T12:52:50.397Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T12:53:02.690Z] Removing intermediate container 85982ee2e5dc [2020-08-17T12:53:02.690Z] ---> 513ba10b5d81 [2020-08-17T12:53:02.690Z] Successfully built 513ba10b5d81 [2020-08-17T12:53:02.952Z] 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-17T12:53:03.691Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-17T12:53:03.691Z] . [Pipeline] withDockerContainer [2020-08-17T12:53:03.791Z] prd-centos7-docker-4c-2g-268 does not seem to be running inside a container [2020-08-17T12:53:03.835Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-17T12:53:04.596Z] $ docker top 4df050d91ff165fa5b1ea1d0ca455787af41c8d5e18e5a384f7e623387f9d943 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T12:53:05.137Z] + go version [2020-08-17T12:53:05.137Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-17T12:53:05.149Z] ========================================================= [2020-08-17T12:53:05.149Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T12:53:05.149Z] ========================================================= [Pipeline] sh [2020-08-17T12:53:05.440Z] + make test [2020-08-17T12:53:05.440Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T12:53:08.009Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T12:53:18.098Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T12:53:22.411Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T12:53:22.411Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T12:53:22.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T12:53:22.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T12:53:23.388Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.019s [2020-08-17T12:53:23.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T12:53:23.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T12:53:23.388Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T12:53:23.388Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T12:53:23.986Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T12:53:23.986Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T12:53:23.986Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T12:53:23.986Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T12:53:30.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.057s coverage: 46.6% of statements [2020-08-17T12:53:30.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T12:53:30.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T12:53:30.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T12:53:30.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T12:53:30.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T12:53:33.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.076s coverage: 27.3% of statements [2020-08-17T12:53:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T12:53:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T12:53:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T12:53:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T12:53:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T12:53:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T12:53:33.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements [2020-08-17T12:53:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T12:53:33.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements [2020-08-17T12:53:33.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T12:53:34.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.093s coverage: 28.6% of statements [2020-08-17T12:53:34.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T12:53:34.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T12:53:34.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T12:53:34.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T12:53:34.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T12:53:34.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.027s coverage: 100.0% of statements [2020-08-17T12:53:34.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T12:53:34.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.013s coverage: 100.0% of statements [2020-08-17T12:53:34.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T12:53:34.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.022s coverage: 89.8% of statements [2020-08-17T12:53:34.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T12:53:35.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.062s coverage: 97.5% of statements [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T12:53:35.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.023s coverage: 100.0% of statements [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T12:53:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T12:53:35.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2020-08-17T12:53:36.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements [2020-08-17T12:53:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T12:53:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T12:53:36.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2020-08-17T12:53:36.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.118s coverage: 55.9% of statements [2020-08-17T12:53:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T12:53:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T12:53:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T12:53:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T12:53:40.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.911s coverage: 86.3% of statements [2020-08-17T12:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T12:53:40.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.263s coverage: 72.2% of statements [2020-08-17T12:53:40.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.111s coverage: 72.1% of statements [2020-08-17T12:53:40.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.037s coverage: 82.4% of statements [2020-08-17T12:53:40.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements [2020-08-17T12:53:40.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T12:53:40.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T12:53:40.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T12:53:40.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements [2020-08-17T12:53:40.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T12:53:40.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements [2020-08-17T12:53:40.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T12:53:40.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.032s coverage: 26.9% of statements [2020-08-17T12:53:40.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T12:53:40.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T12:53:40.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.092s coverage: 84.1% of statements [2020-08-17T12:53:40.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.007s coverage: 100.0% of statements [2020-08-17T12:53:41.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-08-17T12:53:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T12:53:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T12:53:41.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements [2020-08-17T12:53:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T12:53:41.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements [2020-08-17T12:53:41.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T12:53:43.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.092s coverage: 46.1% of statements [2020-08-17T12:53:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T12:53:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T12:53:43.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements [2020-08-17T12:53:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T12:53:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T12:53:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T12:53:43.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements [2020-08-17T12:53:43.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T12:53:43.446Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements [2020-08-17T12:53:43.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T12:53:44.870Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements [2020-08-17T12:53:44.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T12:53:44.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T12:53:44.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T12:53:44.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T12:53:44.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T12:53:44.870Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements [2020-08-17T12:53:44.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T12:53:44.870Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements [2020-08-17T12:53:44.870Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T12:53:44.870Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-17T12:53:44.870Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T12:53:45.470Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-08-17T12:53:45.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T12:53:45.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T12:53:45.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T12:53:45.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T12:53:46.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-08-17T12:53:46.057Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T12:53:46.057Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T12:53:46.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-17T12:53:46.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-17T12:53:46.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-17T12:53:46.582Z] GO111MODULE=on go vet ./... [2020-08-17T12:53:52.234Z] gofmt -l . [2020-08-17T12:53:52.805Z] [ "`gofmt -l .`" = "" ] [2020-08-17T12:53:53.384Z] ./bin/test-go-mod-tidy.sh [2020-08-17T12:53:54.330Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-17T12:53:56.330Z] + ls -al . [2020-08-17T12:53:56.330Z] total 556 [2020-08-17T12:53:56.330Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 12:53 . [2020-08-17T12:53:56.330Z] drwxr-xr-x 4 root root 30 Aug 17 12:53 .. [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 12:51 .dockerignore [2020-08-17T12:53:56.330Z] drwxrwxr-x 8 1001 1001 179 Aug 17 12:51 .git [2020-08-17T12:53:56.330Z] drwxrwxr-x 3 1001 1001 60 Aug 17 12:51 .github [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 12:51 .gitignore [2020-08-17T12:53:56.330Z] drwx------ 3 1001 1001 47 Aug 17 12:51 .semver [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 12:51 .sonarcloud.properties [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 12:51 CONTRIBUTING.md [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 12:51 Dockerfile.build [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 12:51 Jenkinsfile [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 12:51 LICENSE [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 12:51 Makefile [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 12:51 README.md [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 7111 Aug 17 12:51 SECURITY.md [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 12:51 VERSION [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 12:51 ZMQWindows.md [2020-08-17T12:53:56.330Z] drwxrwxr-x 2 1001 1001 117 Aug 17 12:51 bin [2020-08-17T12:53:56.330Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 12:51 cmd [2020-08-17T12:53:56.330Z] -rw-r--r-- 1 root root 455803 Aug 17 12:53 coverage.out [2020-08-17T12:53:56.330Z] -rw-r--r-- 1 root root 1019 Aug 17 12:53 go.mod [2020-08-17T12:53:56.330Z] -rw-r--r-- 1 root root 18146 Aug 17 12:53 go.sum [2020-08-17T12:53:56.330Z] drwxrwxr-x 8 1001 1001 127 Aug 17 12:51 internal [2020-08-17T12:53:56.330Z] drwxrwxr-x 4 1001 1001 26 Aug 17 12:51 openapi [2020-08-17T12:53:56.330Z] drwxrwxr-x 4 1001 1001 71 Aug 17 12:51 snap [2020-08-17T12:53:56.330Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 12:51 version.go [Pipeline] sh [2020-08-17T12:53:56.632Z] + '[' -e coverage.out ] [2020-08-17T12:53:56.632Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T12:53:56.770Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T12:53:57.064Z] + make build [2020-08-17T12:53:57.064Z] 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-17T12:54:03.681Z] 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-17T12:54:06.995Z] 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-17T12:54:08.396Z] 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-17T12:54:09.789Z] 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-17T12:54:11.714Z] 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-17T12:54:11.978Z] 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-17T12:54:14.537Z] 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-17T12:54:16.450Z] 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-17T12:54:17.395Z] 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-17T12:54:19.312Z] 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-17T12:54:20.698Z] 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-17T12:54:21.643Z] 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-17T12:54:23.043Z] $ docker stop --time=1 4df050d91ff165fa5b1ea1d0ca455787af41c8d5e18e5a384f7e623387f9d943 [2020-08-17T12:54:24.718Z] $ docker rm -f 4df050d91ff165fa5b1ea1d0ca455787af41c8d5e18e5a384f7e623387f9d943 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T12:54:27.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T12:54:27.701Z] [2020-08-17T12:54:27.701Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T12:54:28.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T12:54:28.048Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-17T12:54:28.048Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-17T12:54:28.048Z] ca9280d653b3: Pulling fs layer [2020-08-17T12:54:28.048Z] 7e9c9ca2126c: Pulling fs layer [2020-08-17T12:54:28.048Z] cbdbe7a5bc2a: Download complete [2020-08-17T12:54:28.314Z] ca9280d653b3: Verifying Checksum [2020-08-17T12:54:28.314Z] ca9280d653b3: Download complete [2020-08-17T12:54:28.314Z] cbdbe7a5bc2a: Pull complete [2020-08-17T12:54:28.895Z] 7e9c9ca2126c: Verifying Checksum [2020-08-17T12:54:28.895Z] 7e9c9ca2126c: Download complete [2020-08-17T12:54:29.471Z] ca9280d653b3: Pull complete [2020-08-17T12:54:36.079Z] 7e9c9ca2126c: Pull complete [2020-08-17T12:54:36.079Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-17T12:54:36.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T12:54:36.079Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-17T12:54:36.255Z] prd-centos7-docker-4c-2g-268 does not seem to be running inside a container [2020-08-17T12:54:36.295Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-17T12:54:39.308Z] $ docker top b0e5098ee54ac75acc7aceaa25cf7eb361b2dc1865ab4ee4b7ca6b3550c64943 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T12:54:39.853Z] + docker-compose build --help [2020-08-17T12:54:39.853Z] + grep parallel [2020-08-17T12:54:40.797Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T12:54:40.806Z] $ docker stop --time=1 b0e5098ee54ac75acc7aceaa25cf7eb361b2dc1865ab4ee4b7ca6b3550c64943 [2020-08-17T12:54:42.193Z] $ docker rm -f b0e5098ee54ac75acc7aceaa25cf7eb361b2dc1865ab4ee4b7ca6b3550c64943 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T12:54:42.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T12:54:42.766Z] . [Pipeline] withDockerContainer [2020-08-17T12:54:42.866Z] prd-centos7-docker-4c-2g-268 does not seem to be running inside a container [2020-08-17T12:54:42.906Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-17T12:54:43.604Z] $ docker top c6e71d3bbc01d94812753f2931ddd54c412c7a55e538713c9fa0e041dc7df479 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T12:54:44.105Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T12:54:45.052Z] Building docker-core-command-go ... [2020-08-17T12:54:45.052Z] Building docker-core-data-go ... [2020-08-17T12:54:45.052Z] Building docker-core-metadata-go ... [2020-08-17T12:54:45.052Z] Building docker-security-proxy-setup-go ... [2020-08-17T12:54:45.052Z] Building docker-security-secrets-setup-go ... [2020-08-17T12:54:45.052Z] Building docker-security-secretstore-setup-go ... [2020-08-17T12:54:45.052Z] Building docker-support-logging-go ... [2020-08-17T12:54:45.052Z] Building docker-support-notifications-go ... [2020-08-17T12:54:45.052Z] Building docker-support-scheduler-go ... [2020-08-17T12:54:45.052Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T12:54:45.052Z] Building docker-core-data-go [2020-08-17T12:54:45.052Z] Building docker-sys-mgmt-agent-go [2020-08-17T12:54:45.052Z] Building docker-support-scheduler-go [2020-08-17T12:54:45.052Z] Building docker-security-secrets-setup-go [2020-08-17T12:54:45.052Z] Building docker-security-proxy-setup-go [2020-08-17T12:55:11.921Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:55:11.922Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T12:55:11.922Z] ---> 513ba10b5d81 [2020-08-17T12:55:11.922Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T12:55:11.922Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:55:11.922Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T12:55:11.922Z] ---> 513ba10b5d81 [2020-08-17T12:55:11.922Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T12:55:11.922Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:55:11.922Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T12:55:11.922Z] ---> 513ba10b5d81 [2020-08-17T12:55:11.922Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T12:55:11.922Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:55:11.922Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T12:55:11.922Z] ---> 513ba10b5d81 [2020-08-17T12:55:11.922Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T12:55:11.922Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:55:11.922Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T12:55:11.922Z] ---> 513ba10b5d81 [2020-08-17T12:55:11.922Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T12:55:11.922Z] ---> Running in 3954fca39139 [2020-08-17T12:55:11.922Z] ---> Running in 2be7169cdc6b [2020-08-17T12:55:11.922Z] ---> Running in e0447090da10 [2020-08-17T12:55:11.922Z] ---> Running in 328161566d25 [2020-08-17T12:55:11.922Z] ---> Running in 458199b00cb9 [2020-08-17T12:55:12.184Z] Removing intermediate container e0447090da10 [2020-08-17T12:55:12.184Z] ---> 6cab872f1435 [2020-08-17T12:55:12.184Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:55:12.184Z] Removing intermediate container 328161566d25 [2020-08-17T12:55:12.184Z] ---> ce83da508da5 [2020-08-17T12:55:12.184Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:55:12.184Z] Removing intermediate container 458199b00cb9 [2020-08-17T12:55:12.184Z] ---> 3d10bd9d4ef8 [2020-08-17T12:55:12.184Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:55:12.184Z] Removing intermediate container 2be7169cdc6b [2020-08-17T12:55:12.184Z] ---> 8436fb2bc699 [2020-08-17T12:55:12.184Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T12:55:12.184Z] Removing intermediate container 3954fca39139 [2020-08-17T12:55:12.184Z] ---> cf4f1208c1f8 [2020-08-17T12:55:12.184Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:55:12.447Z] ---> Running in e6b97a65ec0a [2020-08-17T12:55:12.447Z] ---> Running in f5450ceb15c8 [2020-08-17T12:55:12.447Z] ---> Running in e6875abe2977 [2020-08-17T12:55:12.447Z] ---> Running in 174b0b0a5c47 [2020-08-17T12:55:12.447Z] ---> Running in a5dcd9452a7f [2020-08-17T12:55:13.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:14.136Z] Removing intermediate container e6875abe2977 [2020-08-17T12:55:14.136Z] ---> ddd98e0be542 [2020-08-17T12:55:14.136Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T12:55:14.398Z] ---> Running in 9de69b4eac78 [2020-08-17T12:55:14.398Z] Removing intermediate container e6b97a65ec0a [2020-08-17T12:55:14.398Z] ---> 47e6057b0de0 [2020-08-17T12:55:14.398Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T12:55:14.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:14.660Z] ---> Running in 33bc17587342 [2020-08-17T12:55:14.660Z] Removing intermediate container f5450ceb15c8 [2020-08-17T12:55:14.660Z] ---> 6335583a7b99 [2020-08-17T12:55:14.660Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T12:55:14.937Z] Removing intermediate container a5dcd9452a7f [2020-08-17T12:55:14.937Z] ---> a5cf5adfe8a1 [2020-08-17T12:55:14.937Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T12:55:14.937Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:55:14.937Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:55:14.937Z] OK: 12746 distinct packages available [2020-08-17T12:55:14.937Z] ---> Running in 9a5cf70c3c87 [2020-08-17T12:55:15.201Z] ---> Running in ed60958e0a71 [2020-08-17T12:55:15.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:15.201Z] OK: 233 MiB in 51 packages [2020-08-17T12:55:15.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:15.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:15.733Z] Removing intermediate container 174b0b0a5c47 [2020-08-17T12:55:15.733Z] ---> a2db65830d72 [2020-08-17T12:55:15.733Z] Step 5/29 : COPY go.mod . [2020-08-17T12:55:16.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:16.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:16.000Z] ---> 9619d91f32a7 [2020-08-17T12:55:16.000Z] Step 6/29 : RUN go mod download [2020-08-17T12:55:16.277Z] ---> Running in 7980251f1f21 [2020-08-17T12:55:16.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:16.544Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:55:16.544Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:55:16.544Z] OK: 12746 distinct packages available [2020-08-17T12:55:16.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:16.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:55:16.544Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:55:16.544Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:55:16.544Z] OK: 12746 distinct packages available [2020-08-17T12:55:16.824Z] OK: 233 MiB in 51 packages [2020-08-17T12:55:16.824Z] OK: 233 MiB in 51 packages [2020-08-17T12:55:17.099Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:55:17.099Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:55:17.099Z] OK: 12746 distinct packages available [2020-08-17T12:55:17.099Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:55:17.099Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:55:17.099Z] OK: 12746 distinct packages available [2020-08-17T12:55:17.369Z] OK: 233 MiB in 51 packages [2020-08-17T12:55:17.369Z] OK: 233 MiB in 51 packages [2020-08-17T12:55:17.631Z] Removing intermediate container 9de69b4eac78 [2020-08-17T12:55:17.631Z] ---> 478fd7fdecb8 [2020-08-17T12:55:17.631Z] Step 6/20 : COPY go.mod . [2020-08-17T12:55:17.631Z] Removing intermediate container 33bc17587342 [2020-08-17T12:55:17.631Z] ---> 1174408e7aec [2020-08-17T12:55:17.631Z] Step 6/22 : COPY go.mod . [2020-08-17T12:55:17.894Z] ---> d189dfa0c0dc [2020-08-17T12:55:17.894Z] Step 7/20 : RUN go mod download [2020-08-17T12:55:18.158Z] ---> Running in e9d9a23444d7 [2020-08-17T12:55:18.158Z] ---> 430a2c75012a [2020-08-17T12:55:18.158Z] Step 7/22 : RUN go mod download [2020-08-17T12:55:18.158Z] Removing intermediate container 9a5cf70c3c87 [2020-08-17T12:55:18.158Z] ---> c8ffad3295ed [2020-08-17T12:55:18.158Z] Step 6/20 : COPY go.mod . [2020-08-17T12:55:18.421Z] ---> Running in 7b926e7cf9e0 [2020-08-17T12:55:18.421Z] Removing intermediate container ed60958e0a71 [2020-08-17T12:55:18.421Z] ---> 870ecce6e32a [2020-08-17T12:55:18.422Z] Step 6/26 : COPY go.mod . [2020-08-17T12:55:18.698Z] Removing intermediate container 7980251f1f21 [2020-08-17T12:55:18.698Z] ---> c60c36fd8eb5 [2020-08-17T12:55:18.698Z] Step 7/29 : COPY . . [2020-08-17T12:55:18.990Z] ---> 0432e3a5b910 [2020-08-17T12:55:18.990Z] Step 7/20 : RUN go mod download [2020-08-17T12:55:18.990Z] ---> 3bdef1fd8b6f [2020-08-17T12:55:18.990Z] Step 7/26 : RUN go mod download [2020-08-17T12:55:18.990Z] ---> Running in c723fdda3056 [2020-08-17T12:55:18.990Z] ---> Running in 2b5663e8667e [2020-08-17T12:55:25.613Z] Removing intermediate container e9d9a23444d7 [2020-08-17T12:55:25.613Z] ---> a436cf02dc20 [2020-08-17T12:55:25.613Z] Step 8/20 : COPY . . [2020-08-17T12:55:25.613Z] Removing intermediate container 7b926e7cf9e0 [2020-08-17T12:55:25.613Z] ---> 21e6d000dd6e [2020-08-17T12:55:25.613Z] Step 8/22 : COPY . . [2020-08-17T12:55:29.839Z] Removing intermediate container c723fdda3056 [2020-08-17T12:55:29.839Z] ---> c67809210da7 [2020-08-17T12:55:29.839Z] Step 8/20 : COPY . . [2020-08-17T12:55:34.069Z] Removing intermediate container 2b5663e8667e [2020-08-17T12:55:34.069Z] ---> 60a50f2129ce [2020-08-17T12:55:34.069Z] Step 8/26 : COPY . . [2020-08-17T12:55:46.089Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-269 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-08-17T12:55:46.127Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2020-08-17T12:55:51.065Z] using credential edgex-jenkins-ssh [2020-08-17T12:55:51.114Z] Cloning the remote Git repository [2020-08-17T12:55:51.114Z] Cloning with configured refspecs honoured and without tags [2020-08-17T12:55:51.178Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-17T12:55:51.284Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2020-08-17T12:55:51.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T12:55:51.348Z] > git --version # timeout=10 [2020-08-17T12:55:51.375Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T12:55:51.460Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T12:56:06.292Z] Fetching without tags [2020-08-17T12:56:06.299Z] ---> 212a16676c8d [2020-08-17T12:56:06.299Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T12:56:06.299Z] ---> 71da68780ea5 [2020-08-17T12:56:06.299Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T12:56:06.299Z] ---> 68d350c3b8c6 [2020-08-17T12:56:06.299Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T12:56:06.299Z] ---> ce9843e89119 [2020-08-17T12:56:06.299Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T12:56:06.299Z] ---> Running in a507384fbd43 [2020-08-17T12:56:06.299Z] ---> 919ec0f89a82 [2020-08-17T12:56:06.299Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T12:56:06.299Z] ---> Running in 3b7db3a881b3 [2020-08-17T12:56:06.299Z] ---> Running in 73ab54e0a80a [2020-08-17T12:56:06.299Z] ---> Running in 96501657639e [2020-08-17T12:56:06.299Z] ---> Running in 2baa48aff3be [2020-08-17T12:56:06.299Z] 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-17T12:56:06.299Z] 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-17T12:56:06.299Z] 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-17T12:56:06.299Z] 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-17T12:56:06.299Z] 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-17T12:56:06.217Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T12:56:06.231Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-08-17T12:56:06.246Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T12:56:06.268Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T12:56:06.299Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T12:56:06.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T12:56:06.312Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T12:56:06.774Z] Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:56:07.199Z] Merge succeeded, producing a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:56:07.200Z] Checking out Revision a101cfe205c8646f279e8375f92dd78bc13c901b (PR-2625) [2020-08-17T12:56:06.790Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T12:56:06.818Z] > git checkout -f a101cfe205c8646f279e8375f92dd78bc13c901b # timeout=10 [2020-08-17T12:56:07.107Z] > git remote # timeout=10 [2020-08-17T12:56:07.131Z] > git config --get remote.origin.url # timeout=10 [2020-08-17T12:56:07.144Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T12:56:07.156Z] > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 [2020-08-17T12:56:07.179Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-17T12:56:07.204Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T12:56:07.217Z] > git checkout -f a101cfe205c8646f279e8375f92dd78bc13c901b # timeout=10 [2020-08-17T12:56:11.600Z] Commit message: "snapcraft.yaml, many: use setpriv instead of drop" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-17T12:56:23.532Z] ========================================================= [2020-08-17T12:56:23.532Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-17T12:56:23.532Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T12:56:24.378Z] + 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-17T12:56:28.687Z] Sending build context to Docker daemon 323MB [2020-08-17T12:56:28.687Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T12:56:28.687Z] Step 2/7 : FROM ${BASE} [2020-08-17T12:56:28.687Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-17T12:56:28.687Z] b538f80385f9: Pulling fs layer [2020-08-17T12:56:28.687Z] 74f711af9a0d: Pulling fs layer [2020-08-17T12:56:28.687Z] 99f96fe45779: Pulling fs layer [2020-08-17T12:56:28.687Z] fd7a069fd194: Pulling fs layer [2020-08-17T12:56:28.687Z] 66aa3694b03b: Pulling fs layer [2020-08-17T12:56:28.687Z] 170f70906a0f: Pulling fs layer [2020-08-17T12:56:28.687Z] ad7c5574e4b9: Pulling fs layer [2020-08-17T12:56:28.687Z] e772456be8f7: Pulling fs layer [2020-08-17T12:56:28.687Z] c890913d741a: Pulling fs layer [2020-08-17T12:56:28.687Z] 2480fcc9aa5a: Pulling fs layer [2020-08-17T12:56:28.687Z] 09adf4765672: Pulling fs layer [2020-08-17T12:56:28.687Z] fd7a069fd194: Waiting [2020-08-17T12:56:28.687Z] 66aa3694b03b: Waiting [2020-08-17T12:56:28.687Z] 170f70906a0f: Waiting [2020-08-17T12:56:28.687Z] ad7c5574e4b9: Waiting [2020-08-17T12:56:28.687Z] e772456be8f7: Waiting [2020-08-17T12:56:28.687Z] c890913d741a: Waiting [2020-08-17T12:56:28.687Z] 2480fcc9aa5a: Waiting [2020-08-17T12:56:28.687Z] 09adf4765672: Waiting [2020-08-17T12:56:28.687Z] 99f96fe45779: Verifying Checksum [2020-08-17T12:56:28.687Z] 99f96fe45779: Download complete [2020-08-17T12:56:28.687Z] 74f711af9a0d: Verifying Checksum [2020-08-17T12:56:28.687Z] 74f711af9a0d: Download complete [2020-08-17T12:56:28.687Z] 66aa3694b03b: Verifying Checksum [2020-08-17T12:56:28.687Z] 66aa3694b03b: Download complete [2020-08-17T12:56:28.687Z] 170f70906a0f: Verifying Checksum [2020-08-17T12:56:28.687Z] 170f70906a0f: Download complete [2020-08-17T12:56:28.687Z] b538f80385f9: Verifying Checksum [2020-08-17T12:56:28.687Z] b538f80385f9: Download complete [2020-08-17T12:56:29.282Z] b538f80385f9: Pull complete [2020-08-17T12:56:29.879Z] 74f711af9a0d: Pull complete [2020-08-17T12:56:30.154Z] 99f96fe45779: Pull complete [2020-08-17T12:56:32.130Z] ad7c5574e4b9: Verifying Checksum [2020-08-17T12:56:32.130Z] ad7c5574e4b9: Download complete [2020-08-17T12:56:32.130Z] c890913d741a: Verifying Checksum [2020-08-17T12:56:32.130Z] c890913d741a: Download complete [2020-08-17T12:56:33.575Z] e772456be8f7: Verifying Checksum [2020-08-17T12:56:33.575Z] e772456be8f7: Download complete [2020-08-17T12:56:33.575Z] 09adf4765672: Verifying Checksum [2020-08-17T12:56:33.575Z] 09adf4765672: Download complete [2020-08-17T12:56:34.170Z] 2480fcc9aa5a: Verifying Checksum [2020-08-17T12:56:34.170Z] 2480fcc9aa5a: Download complete [2020-08-17T12:56:34.769Z] fd7a069fd194: Verifying Checksum [2020-08-17T12:56:34.769Z] fd7a069fd194: Download complete [2020-08-17T12:56:38.582Z] Removing intermediate container 73ab54e0a80a [2020-08-17T12:56:38.582Z] ---> 27fb3b6d08db [2020-08-17T12:56:38.582Z] [2020-08-17T12:56:38.582Z] Step 10/20 : FROM alpine [2020-08-17T12:56:38.582Z] Removing intermediate container a507384fbd43 [2020-08-17T12:56:38.582Z] ---> bf69dfe7ec76 [2020-08-17T12:56:38.582Z] [2020-08-17T12:56:38.582Z] Step 9/29 : FROM alpine:latest [2020-08-17T12:56:38.582Z] latest: Pulling from library/alpine [2020-08-17T12:56:38.582Z] latest: Pulling from library/alpine [2020-08-17T12:56:38.582Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T12:56:38.582Z] Status: Downloaded newer image for alpine:latest [2020-08-17T12:56:38.582Z] ---> a24bb4013296 [2020-08-17T12:56:38.582Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T12:56:38.582Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T12:56:38.582Z] Status: Image is up to date for alpine:latest [2020-08-17T12:56:38.582Z] ---> a24bb4013296 [2020-08-17T12:56:38.582Z] 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-17T12:56:38.582Z] ---> Running in aab4752bcfec [2020-08-17T12:56:38.582Z] ---> Running in 9c4ba3c70d35 [2020-08-17T12:56:38.582Z] Removing intermediate container 9c4ba3c70d35 [2020-08-17T12:56:38.582Z] ---> 131d2e185e7c [2020-08-17T12:56:38.582Z] Step 11/29 : USER root [2020-08-17T12:56:38.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:56:38.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:56:38.582Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:56:38.582Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:56:38.582Z] OK: 12746 distinct packages available [2020-08-17T12:56:38.582Z] ---> Running in a0ace771070d [2020-08-17T12:56:38.582Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T12:56:38.582Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T12:56:38.582Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T12:56:38.582Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T12:56:38.582Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T12:56:38.582Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T12:56:38.844Z] OK: 7 MiB in 18 packages [2020-08-17T12:56:38.844Z] Removing intermediate container 2baa48aff3be [2020-08-17T12:56:38.844Z] ---> f917d66f3e9c [2020-08-17T12:56:38.844Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T12:56:40.241Z] ---> Running in a88aade1921f [2020-08-17T12:56:40.241Z] Removing intermediate container a0ace771070d [2020-08-17T12:56:40.241Z] ---> 6c3f6a20eeec [2020-08-17T12:56:40.241Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T12:56:40.819Z] ---> Running in 5893cda93720 [2020-08-17T12:56:41.397Z] Removing intermediate container aab4752bcfec [2020-08-17T12:56:41.397Z] ---> 6889d5370437 [2020-08-17T12:56:41.397Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T12:56:41.397Z] 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-17T12:56:41.664Z] ---> Running in 49220caf68a9 [2020-08-17T12:56:42.261Z] Removing intermediate container 49220caf68a9 [2020-08-17T12:56:42.261Z] ---> 1c8a5333fb78 [2020-08-17T12:56:42.261Z] Step 13/20 : WORKDIR /edgex [2020-08-17T12:56:42.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:56:42.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:56:42.791Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:56:42.791Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:56:42.791Z] OK: 12746 distinct packages available [2020-08-17T12:56:43.057Z] ---> Running in 031e34d4ebbf [2020-08-17T12:56:43.320Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T12:56:43.320Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T12:56:43.320Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T12:56:43.320Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T12:56:43.320Z] OK: 6 MiB in 16 packages [2020-08-17T12:56:45.259Z] Removing intermediate container 96501657639e [2020-08-17T12:56:45.259Z] ---> e97a8df2c85c [2020-08-17T12:56:45.259Z] [2020-08-17T12:56:45.259Z] Step 10/20 : FROM scratch [2020-08-17T12:56:45.259Z] ---> [2020-08-17T12:56:45.259Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T12:56:45.259Z] Removing intermediate container 031e34d4ebbf [2020-08-17T12:56:45.259Z] ---> 890774ccb8ca [2020-08-17T12:56:45.259Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T12:56:45.534Z] ---> Running in c6ea5cedaf97 [2020-08-17T12:56:45.803Z] Removing intermediate container 5893cda93720 [2020-08-17T12:56:45.803Z] ---> 37fbe84a6ee8 [2020-08-17T12:56:45.803Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T12:56:45.803Z] ---> af7945fd70d2 [2020-08-17T12:56:45.803Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T12:56:46.749Z] ---> Running in 98d212803de9 [2020-08-17T12:56:46.749Z] Removing intermediate container c6ea5cedaf97 [2020-08-17T12:56:46.749Z] ---> 52d9d85ff4eb [2020-08-17T12:56:46.749Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T12:56:47.199Z] fd7a069fd194: Pull complete [2020-08-17T12:56:47.200Z] 66aa3694b03b: Pull complete [2020-08-17T12:56:47.200Z] 170f70906a0f: Pull complete [2020-08-17T12:56:48.676Z] Removing intermediate container a88aade1921f [2020-08-17T12:56:48.676Z] ---> adfe93ef5a15 [2020-08-17T12:56:48.676Z] [2020-08-17T12:56:48.676Z] Step 11/26 : FROM docker:latest [2020-08-17T12:56:48.676Z] ---> 81f5749c9058 [2020-08-17T12:56:48.676Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T12:56:48.676Z] ---> Running in 9c97b5ca9e73 [2020-08-17T12:56:48.676Z] ---> 0adc2b4fbb10 [2020-08-17T12:56:48.676Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T12:56:48.676Z] ---> Running in 0424eb0ff17f [2020-08-17T12:56:48.676Z] Removing intermediate container 98d212803de9 [2020-08-17T12:56:48.676Z] ---> 7e90ae7717bb [2020-08-17T12:56:48.676Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T12:56:48.676Z] Removing intermediate container 3b7db3a881b3 [2020-08-17T12:56:48.676Z] ---> eb273a51f578 [2020-08-17T12:56:48.676Z] [2020-08-17T12:56:48.676Z] Step 10/22 : FROM alpine [2020-08-17T12:56:48.676Z] ---> a24bb4013296 [2020-08-17T12:56:48.676Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T12:56:48.939Z] ---> Running in e3b1f6487e8d [2020-08-17T12:56:48.939Z] ---> Running in b597894da776 [2020-08-17T12:56:48.939Z] ---> Running in 1a1ee0ec723a [2020-08-17T12:56:48.939Z] Removing intermediate container 9c97b5ca9e73 [2020-08-17T12:56:48.939Z] ---> 0595a7a8a799 [2020-08-17T12:56:48.939Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T12:56:48.939Z] ---> Running in 363ebbc4a7f6 [2020-08-17T12:56:49.200Z] Removing intermediate container e3b1f6487e8d [2020-08-17T12:56:49.200Z] ---> bdc529a89c31 [2020-08-17T12:56:49.200Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T12:56:49.200Z] Removing intermediate container b597894da776 [2020-08-17T12:56:49.200Z] ---> d1579c35773f [2020-08-17T12:56:49.200Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T12:56:49.807Z] Removing intermediate container 1a1ee0ec723a [2020-08-17T12:56:49.807Z] ---> 96dad7fd196b [2020-08-17T12:56:49.807Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T12:56:49.807Z] ---> Running in 872c70e1b5cf [2020-08-17T12:56:49.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:56:49.807Z] ---> Running in 0881285d50b7 [2020-08-17T12:56:49.826Z] ad7c5574e4b9: Pull complete [2020-08-17T12:56:50.078Z] Removing intermediate container 363ebbc4a7f6 [2020-08-17T12:56:50.078Z] ---> c137df7c7f7d [2020-08-17T12:56:50.078Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T12:56:50.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:56:50.078Z] ---> Running in e7204b5596f5 [2020-08-17T12:56:50.078Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T12:56:50.078Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T12:56:50.347Z] Executing bash-5.0.17-r0.post-install [2020-08-17T12:56:50.347Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T12:56:50.347Z] OK: 12 MiB in 22 packages [2020-08-17T12:56:50.347Z] Removing intermediate container 872c70e1b5cf [2020-08-17T12:56:50.347Z] ---> 60c9cd2cb8fc [2020-08-17T12:56:50.347Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T12:56:50.822Z] ---> Running in 5469ac43eb69 [2020-08-17T12:56:50.822Z] ---> a60859dd823c [2020-08-17T12:56:50.822Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T12:56:50.822Z] Removing intermediate container e7204b5596f5 [2020-08-17T12:56:50.822Z] ---> 7b9a2684f725 [2020-08-17T12:56:50.822Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T12:56:50.822Z] ---> Running in 678af2ef6479 [2020-08-17T12:56:51.124Z] Removing intermediate container 5469ac43eb69 [2020-08-17T12:56:51.124Z] ---> 1a77abf59e8c [2020-08-17T12:56:51.124Z] Step 19/20 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:56:51.124Z] ---> Running in beea99128afd [2020-08-17T12:56:51.397Z] Removing intermediate container 678af2ef6479 [2020-08-17T12:56:51.397Z] ---> 5d266ed09371 [2020-08-17T12:56:51.397Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:56:51.397Z] Removing intermediate container 0424eb0ff17f [2020-08-17T12:56:51.397Z] ---> c36c20a3ad90 [2020-08-17T12:56:51.397Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T12:56:51.696Z] ---> Running in 1ba1dac337c7 [2020-08-17T12:56:51.696Z] ---> Running in 9c23354734cf [2020-08-17T12:56:51.696Z] Removing intermediate container beea99128afd [2020-08-17T12:56:51.696Z] ---> 0982e0113ed7 [2020-08-17T12:56:51.696Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T12:56:51.696Z] ---> 534740a6960c [2020-08-17T12:56:51.696Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T12:56:51.696Z] ---> Running in 3c0e0947ca6a [2020-08-17T12:56:51.979Z] Removing intermediate container 0881285d50b7 [2020-08-17T12:56:51.979Z] ---> 29ac032523df [2020-08-17T12:56:51.979Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T12:56:52.929Z] ---> 503003ba9f1a [2020-08-17T12:56:52.929Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T12:56:52.929Z] Removing intermediate container 3c0e0947ca6a [2020-08-17T12:56:52.929Z] ---> fe020ce0472e [2020-08-17T12:56:52.929Z] [2020-08-17T12:56:53.200Z] ---> 2eb828602f71 [2020-08-17T12:56:53.200Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T12:56:53.200Z] ---> Running in afb5f952ef5c [2020-08-17T12:56:53.475Z] Successfully built fe020ce0472e [2020-08-17T12:56:53.475Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-17T12:56:53.475Z] Building docker-core-metadata-go [2020-08-17T12:56:53.475Z]  Building docker-security-proxy-setup-go ... done  ---> c80c40ca44fb [2020-08-17T12:56:53.475Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T12:56:53.475Z] Removing intermediate container afb5f952ef5c [2020-08-17T12:56:53.475Z] ---> d2b6e040a007 [2020-08-17T12:56:53.475Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T12:56:53.739Z] ---> Running in 04910c52f68c [2020-08-17T12:56:54.132Z] e772456be8f7: Pull complete [2020-08-17T12:56:54.132Z] c890913d741a: Pull complete [2020-08-17T12:56:54.336Z] ---> b21d84337988 [2020-08-17T12:56:54.336Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T12:56:54.336Z] Removing intermediate container 04910c52f68c [2020-08-17T12:56:54.336Z] ---> 07bca8e5a17f [2020-08-17T12:56:54.336Z] Step 19/20 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:56:54.603Z] Removing intermediate container 9c23354734cf [2020-08-17T12:56:54.603Z] ---> 212357076690 [2020-08-17T12:56:54.603Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T12:56:54.603Z] Removing intermediate container 1ba1dac337c7 [2020-08-17T12:56:54.603Z] ---> 9c7e044fe3c0 [2020-08-17T12:56:54.603Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T12:56:54.870Z] ---> Running in 80267af58713 [2020-08-17T12:56:54.870Z] ---> Running in edcfe466b461 [2020-08-17T12:56:54.870Z] ---> Running in 6a74a5993be9 [2020-08-17T12:56:54.870Z] ---> 8f9c4c381389 [2020-08-17T12:56:54.870Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T12:56:56.279Z] Removing intermediate container 80267af58713 [2020-08-17T12:56:56.279Z] ---> 84037a6ef8cd [2020-08-17T12:56:56.279Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T12:56:56.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:56:56.755Z] 2480fcc9aa5a: Pull complete [2020-08-17T12:56:57.026Z] 09adf4765672: Pull complete [2020-08-17T12:56:57.026Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-17T12:56:57.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-17T12:56:57.026Z] ---> 2248a725d1cf [2020-08-17T12:56:57.026Z] 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-17T12:56:57.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:56:57.695Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T12:56:57.695Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T12:56:57.695Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T12:56:57.956Z] Removing intermediate container 6a74a5993be9 [2020-08-17T12:56:57.956Z] ---> b9e3a06dbddf [2020-08-17T12:56:57.956Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T12:56:57.956Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T12:56:57.956Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T12:56:58.217Z] ---> Running in 9f5a84482ecb [2020-08-17T12:56:58.217Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T12:56:58.217Z] OK: 8 MiB in 19 packages [2020-08-17T12:56:58.482Z] ---> 2d161693cb94 [2020-08-17T12:56:58.482Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T12:56:58.482Z] ---> Running in 5bf90fbbca5b [2020-08-17T12:56:58.482Z] ---> Running in 16b5a6a0dff5 [2020-08-17T12:56:58.482Z] Removing intermediate container 9f5a84482ecb [2020-08-17T12:56:58.482Z] ---> dbf0ecca25fe [2020-08-17T12:56:58.482Z] [2020-08-17T12:56:58.750Z] Successfully built dbf0ecca25fe [2020-08-17T12:56:59.018Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-17T12:56:59.019Z] Building docker-support-notifications-go [2020-08-17T12:56:59.019Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5bf90fbbca5b [2020-08-17T12:56:59.019Z] ---> c581ffb40345 [2020-08-17T12:56:59.019Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T12:56:59.019Z] ---> Running in 92381d5df4b0 [2020-08-17T12:57:00.454Z] Removing intermediate container edcfe466b461 [2020-08-17T12:57:00.454Z] ---> 962fc61ec397 [2020-08-17T12:57:00.454Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T12:57:03.716Z] ---> Running in 559c7f0fdd1c [2020-08-17T12:57:03.809Z] Removing intermediate container 92381d5df4b0 [2020-08-17T12:57:03.809Z] ---> 53a9ae64732b [2020-08-17T12:57:03.809Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T12:57:04.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T12:57:04.773Z] ---> 1011e2760b9d [2020-08-17T12:57:04.773Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T12:57:05.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T12:57:05.738Z] ---> 3a8e05f305f7 [2020-08-17T12:57:05.738Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T12:57:05.873Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T12:57:06.007Z] Removing intermediate container 16b5a6a0dff5 [2020-08-17T12:57:06.007Z] ---> b4fee32805f7 [2020-08-17T12:57:06.007Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T12:57:06.144Z] (2/12) Installing file (5.38-r0) [2020-08-17T12:57:06.144Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T12:57:06.145Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T12:57:06.963Z] ---> 1321dd95df30 [2020-08-17T12:57:06.963Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T12:57:06.963Z] ---> d5f0ccc60cbc [2020-08-17T12:57:06.963Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T12:57:07.925Z] ---> d05df14505cb [2020-08-17T12:57:07.925Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T12:57:08.216Z] ---> 92fe94959914 [2020-08-17T12:57:08.216Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T12:57:08.216Z] ---> Running in e302a3a81306 [2020-08-17T12:57:08.757Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T12:57:08.757Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T12:57:08.757Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T12:57:08.757Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T12:57:08.757Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T12:57:08.757Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T12:57:08.801Z] ---> 69a3d2b5133b [2020-08-17T12:57:08.801Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T12:57:09.029Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T12:57:09.029Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T12:57:09.029Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T12:57:09.301Z] OK: 217 MiB in 51 packages [2020-08-17T12:57:09.767Z] ---> Running in ecdddcc8c66c [2020-08-17T12:57:09.767Z] ---> Running in d4662704bfa2 [2020-08-17T12:57:11.711Z] Removing intermediate container d4662704bfa2 [2020-08-17T12:57:11.711Z] ---> 421f6dc6be1b [2020-08-17T12:57:11.711Z] Step 20/22 : LABEL arch=x86_64 [2020-08-17T12:57:11.711Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:57:11.711Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T12:57:11.711Z] ---> 513ba10b5d81 [2020-08-17T12:57:11.711Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T12:57:11.711Z] ---> Using cache [2020-08-17T12:57:11.711Z] ---> cf4f1208c1f8 [2020-08-17T12:57:11.711Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:57:11.711Z] ---> Using cache [2020-08-17T12:57:11.711Z] ---> a5cf5adfe8a1 [2020-08-17T12:57:11.711Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T12:57:13.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:57:13.118Z] ---> Running in dac7982e91b3 [2020-08-17T12:57:13.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:57:13.118Z] ---> Running in fdd2d3e595ff [2020-08-17T12:57:13.381Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T12:57:13.381Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T12:57:13.381Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T12:57:13.382Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T12:57:13.607Z] Removing intermediate container 559c7f0fdd1c [2020-08-17T12:57:13.607Z] ---> c354d895a386 [2020-08-17T12:57:13.607Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T12:57:13.607Z] ---> Running in 4e2930bb895b [2020-08-17T12:57:13.645Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T12:57:13.645Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T12:57:13.645Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T12:57:14.197Z] Removing intermediate container 4e2930bb895b [2020-08-17T12:57:14.198Z] ---> e9054b0075e5 [2020-08-17T12:57:14.198Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T12:57:14.467Z] latest: Pulling from library/docker [2020-08-17T12:57:14.467Z] b538f80385f9: Already exists [2020-08-17T12:57:14.467Z] 259a493cd78d: Pulling fs layer [2020-08-17T12:57:14.467Z] b8e66b5100f5: Pulling fs layer [2020-08-17T12:57:14.467Z] 39dc9c94d07c: Pulling fs layer [2020-08-17T12:57:14.754Z] 551b823b3b82: Pulling fs layer [2020-08-17T12:57:14.754Z] 3c52a74df98c: Pulling fs layer [2020-08-17T12:57:14.754Z] 6c9b121b6998: Pulling fs layer [2020-08-17T12:57:14.754Z] 3c52a74df98c: Waiting [2020-08-17T12:57:14.754Z] 551b823b3b82: Waiting [2020-08-17T12:57:14.754Z] 6c9b121b6998: Waiting [2020-08-17T12:57:14.754Z] b8e66b5100f5: Verifying Checksum [2020-08-17T12:57:14.754Z] b8e66b5100f5: Download complete [2020-08-17T12:57:14.754Z] 259a493cd78d: Download complete [2020-08-17T12:57:15.043Z] 551b823b3b82: Verifying Checksum [2020-08-17T12:57:15.043Z] 551b823b3b82: Download complete [2020-08-17T12:57:15.043Z] 3c52a74df98c: Verifying Checksum [2020-08-17T12:57:15.043Z] 3c52a74df98c: Download complete [2020-08-17T12:57:15.043Z] 6c9b121b6998: Verifying Checksum [2020-08-17T12:57:15.043Z] 6c9b121b6998: Download complete [2020-08-17T12:57:15.642Z] 259a493cd78d: Pull complete [2020-08-17T12:57:15.914Z] b8e66b5100f5: Pull complete [2020-08-17T12:57:16.187Z] 39dc9c94d07c: Verifying Checksum [2020-08-17T12:57:16.187Z] 39dc9c94d07c: Download complete [2020-08-17T12:57:18.795Z] 39dc9c94d07c: Pull complete [2020-08-17T12:57:18.970Z] Removing intermediate container dac7982e91b3 [2020-08-17T12:57:18.970Z] ---> 4abcd6f1cfa8 [2020-08-17T12:57:18.970Z] Step 21/22 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:57:19.389Z] 551b823b3b82: Pull complete [2020-08-17T12:57:19.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:57:19.555Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T12:57:19.555Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T12:57:19.555Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T12:57:19.555Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T12:57:19.555Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T12:57:19.555Z] Removing intermediate container e302a3a81306 [2020-08-17T12:57:19.555Z] ---> 956243bacbcf [2020-08-17T12:57:19.555Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T12:57:19.555Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T12:57:19.555Z] ---> Running in 3bc82b7afec3 [2020-08-17T12:57:19.555Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T12:57:19.662Z] 3c52a74df98c: Pull complete [2020-08-17T12:57:19.934Z] 6c9b121b6998: Pull complete [2020-08-17T12:57:19.934Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T12:57:19.934Z] Status: Downloaded newer image for docker:latest [2020-08-17T12:57:20.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:57:20.388Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:57:20.388Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T12:57:20.388Z] ---> 513ba10b5d81 [2020-08-17T12:57:20.388Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T12:57:20.388Z] ---> Using cache [2020-08-17T12:57:20.388Z] ---> cf4f1208c1f8 [2020-08-17T12:57:20.388Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:57:20.388Z] ---> Using cache [2020-08-17T12:57:20.388Z] ---> a5cf5adfe8a1 [2020-08-17T12:57:20.388Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T12:57:20.388Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:57:20.388Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:57:20.388Z] OK: 12746 distinct packages available [2020-08-17T12:57:20.649Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T12:57:20.649Z] OK: 233 MiB in 51 packages [2020-08-17T12:57:21.221Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T12:57:21.221Z] ---> Running in 797ac35cdaa2 [2020-08-17T12:57:21.221Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T12:57:21.482Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T12:57:21.482Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T12:57:21.744Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T12:57:21.744Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T12:57:21.744Z] ---> Running in 8bd767c78208 [2020-08-17T12:57:22.005Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T12:57:22.005Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T12:57:22.278Z] Removing intermediate container 3bc82b7afec3 [2020-08-17T12:57:22.278Z] ---> 9442c587579b [2020-08-17T12:57:22.278Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T12:57:22.278Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T12:57:22.278Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T12:57:22.278Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T12:57:22.857Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T12:57:22.857Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T12:57:22.857Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T12:57:22.857Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T12:57:22.857Z] ---> Running in 467df013f95d [2020-08-17T12:57:22.857Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T12:57:22.857Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T12:57:22.857Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T12:57:22.857Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T12:57:23.119Z] OK: 71 MiB in 55 packages [2020-08-17T12:57:23.313Z] ---> 5446f9844ff1 [2020-08-17T12:57:23.313Z] Step 6/7 : COPY go.mod . [2020-08-17T12:57:23.697Z] Removing intermediate container 467df013f95d [2020-08-17T12:57:23.698Z] ---> 0e22d16d22a1 [2020-08-17T12:57:23.698Z] [2020-08-17T12:57:23.698Z] Removing intermediate container fdd2d3e595ff [2020-08-17T12:57:23.698Z] ---> f8d3e345003e [2020-08-17T12:57:23.698Z] Step 6/21 : COPY go.mod . [2020-08-17T12:57:23.960Z] Successfully built 0e22d16d22a1 [2020-08-17T12:57:23.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:57:23.960Z] Successfully tagged docker-core-data-go:latest [2020-08-17T12:57:23.960Z] Building docker-support-logging-go [2020-08-17T12:57:23.960Z]  Building docker-core-data-go ... done  ---> 6a84f350e936 [2020-08-17T12:57:23.960Z] Step 7/21 : RUN go mod download [2020-08-17T12:57:24.224Z] ---> Running in 9f19a3c0bda6 [2020-08-17T12:57:24.291Z] ---> 63051e1b4f49 [2020-08-17T12:57:24.291Z] Step 7/7 : RUN go mod download [2020-08-17T12:57:24.291Z] ---> Running in 45ca84e675b2 [2020-08-17T12:57:24.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:57:25.098Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:57:25.098Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:57:25.098Z] OK: 12746 distinct packages available [2020-08-17T12:57:25.765Z] OK: 233 MiB in 51 packages [2020-08-17T12:57:27.677Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T12:57:27.677Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T12:57:27.677Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T12:57:27.677Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T12:57:27.677Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T12:57:27.677Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T12:57:27.677Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T12:57:27.677Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T12:57:27.677Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T12:57:27.677Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T12:57:27.677Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T12:57:27.677Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T12:57:27.677Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T12:57:27.677Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T12:57:27.677Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T12:57:27.677Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T12:57:27.677Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T12:57:27.677Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T12:57:27.677Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T12:57:27.677Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T12:57:27.677Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T12:57:27.677Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T12:57:27.677Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T12:57:27.948Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T12:57:27.948Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T12:57:27.948Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T12:57:27.948Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T12:57:27.948Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T12:57:27.948Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T12:57:27.948Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T12:57:27.948Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T12:57:27.948Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T12:57:27.948Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T12:57:27.948Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T12:57:28.222Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T12:57:28.337Z] Removing intermediate container 797ac35cdaa2 [2020-08-17T12:57:28.337Z] ---> 5e5ba9f561e5 [2020-08-17T12:57:28.337Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T12:57:28.337Z] ---> Running in 1beedfc37898 [2020-08-17T12:57:28.493Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T12:57:28.493Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T12:57:28.493Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T12:57:28.493Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T12:57:28.493Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T12:57:28.493Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T12:57:28.493Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T12:57:28.493Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T12:57:28.493Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T12:57:28.493Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T12:57:28.493Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T12:57:28.764Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T12:57:28.764Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T12:57:28.764Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T12:57:28.764Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T12:57:28.764Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T12:57:28.764Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T12:57:28.764Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T12:57:28.764Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T12:57:28.764Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T12:57:28.764Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T12:57:28.764Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T12:57:29.035Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T12:57:29.035Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T12:57:29.035Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T12:57:29.035Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T12:57:29.035Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T12:57:29.035Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T12:57:29.035Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T12:57:29.035Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T12:57:29.035Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T12:57:29.035Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T12:57:29.307Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T12:57:29.307Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T12:57:29.307Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T12:57:29.307Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T12:57:29.307Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T12:57:29.307Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T12:57:29.307Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T12:57:29.307Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T12:57:29.307Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T12:57:29.307Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T12:57:29.307Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T12:57:29.579Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T12:57:29.579Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T12:57:29.579Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T12:57:29.579Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T12:57:30.904Z] Removing intermediate container 1beedfc37898 [2020-08-17T12:57:30.904Z] ---> ff45905f4c11 [2020-08-17T12:57:30.904Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T12:57:31.177Z] Removing intermediate container 8bd767c78208 [2020-08-17T12:57:31.177Z] ---> 219240200f41 [2020-08-17T12:57:31.177Z] Step 6/23 : COPY go.mod . [2020-08-17T12:57:32.151Z] ---> Running in 091abdedcdfe [2020-08-17T12:57:32.151Z] Removing intermediate container 9f19a3c0bda6 [2020-08-17T12:57:32.151Z] ---> c306cd0b387e [2020-08-17T12:57:32.151Z] Step 8/21 : COPY . . [2020-08-17T12:57:33.542Z] ---> 47bf06dbe30d [2020-08-17T12:57:33.542Z] Step 7/23 : RUN go mod download [2020-08-17T12:57:36.108Z] Removing intermediate container 091abdedcdfe [2020-08-17T12:57:36.108Z] ---> 6aa61bed5f02 [2020-08-17T12:57:36.108Z] Step 27/29 : LABEL arch=x86_64 [2020-08-17T12:57:37.518Z] ---> Running in f2e25ea81d3c [2020-08-17T12:57:39.454Z] ---> Running in f0d3b5394b0b [2020-08-17T12:57:40.406Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:57:40.406Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T12:57:40.406Z] ---> 513ba10b5d81 [2020-08-17T12:57:40.406Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T12:57:40.406Z] ---> Using cache [2020-08-17T12:57:40.406Z] ---> cf4f1208c1f8 [2020-08-17T12:57:40.406Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:57:40.406Z] ---> Using cache [2020-08-17T12:57:40.406Z] ---> a5cf5adfe8a1 [2020-08-17T12:57:40.406Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T12:57:41.805Z] ---> Running in ff0efb6090ea [2020-08-17T12:57:41.805Z] Removing intermediate container f0d3b5394b0b [2020-08-17T12:57:41.805Z] ---> 5b81dac07324 [2020-08-17T12:57:41.805Z] Step 28/29 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:57:43.730Z] ---> Running in b5882075c117 [2020-08-17T12:57:43.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:57:44.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:57:44.959Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T12:57:44.959Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T12:57:44.959Z] OK: 12746 distinct packages available [2020-08-17T12:57:45.221Z] OK: 233 MiB in 51 packages [2020-08-17T12:57:45.483Z] Removing intermediate container ecdddcc8c66c [2020-08-17T12:57:45.483Z] ---> 60975d8457d6 [2020-08-17T12:57:45.483Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T12:57:45.483Z] OK: 233 MiB in 51 packages [2020-08-17T12:57:45.744Z] Removing intermediate container b5882075c117 [2020-08-17T12:57:45.744Z] ---> cf19fc46913d [2020-08-17T12:57:45.744Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T12:57:47.682Z] Removing intermediate container f2e25ea81d3c [2020-08-17T12:57:47.682Z] ---> 6636f7b30c9a [2020-08-17T12:57:47.682Z] Step 8/23 : COPY . . [2020-08-17T12:57:47.682Z] ---> Running in 061a445493a1 [2020-08-17T12:57:47.682Z] ---> Running in 01a80727bc97 [2020-08-17T12:57:47.889Z] Removing intermediate container 45ca84e675b2 [2020-08-17T12:57:47.889Z] ---> 29ed6698c90b [2020-08-17T12:57:47.889Z] Successfully built 29ed6698c90b [2020-08-17T12:57:47.889Z] 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-17T12:57:48.594Z] + docker inspect -f . ci-base-image-arm64 [2020-08-17T12:57:48.594Z] . [Pipeline] withDockerContainer [2020-08-17T12:57:48.894Z] prd-ubuntu18.04-docker-arm64-4c-16g-269 does not seem to be running inside a container [2020-08-17T12:57:49.014Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-17T12:57:50.551Z] $ docker top dee137353f441bdc841478a4feb033c6b31c9a3bea5cc021b7b0db443cc917f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T12:57:51.615Z] + go version [2020-08-17T12:57:51.615Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-17T12:57:51.638Z] ========================================================= [2020-08-17T12:57:51.638Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T12:57:51.638Z] ========================================================= [Pipeline] sh [2020-08-17T12:57:52.298Z] + make test [2020-08-17T12:57:52.298Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T12:57:53.419Z] Removing intermediate container 01a80727bc97 [2020-08-17T12:57:53.419Z] ---> f2aa7e3a3260 [2020-08-17T12:57:53.419Z] [2020-08-17T12:57:53.419Z] Successfully built f2aa7e3a3260 [2020-08-17T12:57:53.419Z] Removing intermediate container ff0efb6090ea [2020-08-17T12:57:53.419Z] ---> 5edba5b9d67d [2020-08-17T12:57:53.419Z] Step 6/21 : COPY go.mod . [2020-08-17T12:57:53.419Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-17T12:57:53.419Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-08-17T12:57:54.924Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T12:58:01.646Z] ---> e9e79181d927 [2020-08-17T12:58:01.646Z] Step 7/21 : RUN go mod download [2020-08-17T12:58:02.233Z] ---> Running in 911115ef6de3 [2020-08-17T12:58:02.233Z] Collecting docker-compose==1.23.2 [2020-08-17T12:58:02.499Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T12:58:02.499Z] ---> 3abaacbef851 [2020-08-17T12:58:02.499Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T12:58:03.093Z] ---> Running in fe0232e32e99 [2020-08-17T12:58:03.360Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T12:58:03.360Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T12:58:04.771Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T12:58:04.771Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T12:58:05.733Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T12:58:05.733Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T12:58:05.733Z] 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-17T12:58:05.733Z] Collecting PyYAML<4,>=3.10 [2020-08-17T12:58:05.733Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T12:58:06.001Z] 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-17T12:58:10.258Z] Removing intermediate container 911115ef6de3 [2020-08-17T12:58:10.258Z] ---> 0df7c6f8a2b4 [2020-08-17T12:58:10.258Z] Step 8/21 : COPY . . [2020-08-17T12:58:10.848Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T12:58:10.848Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T12:58:10.848Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T12:58:10.848Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T12:58:12.969Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T12:58:12.969Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T12:58:14.919Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:58:14.919Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T12:58:14.919Z] ---> 513ba10b5d81 [2020-08-17T12:58:14.919Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T12:58:14.919Z] ---> Using cache [2020-08-17T12:58:14.919Z] ---> cf4f1208c1f8 [2020-08-17T12:58:14.919Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:58:14.919Z] ---> Using cache [2020-08-17T12:58:14.919Z] ---> a5cf5adfe8a1 [2020-08-17T12:58:14.919Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T12:58:15.492Z] ---> Using cache [2020-08-17T12:58:15.492Z] ---> f8d3e345003e [2020-08-17T12:58:15.492Z] Step 6/21 : COPY go.mod . [2020-08-17T12:58:15.492Z] ---> Using cache [2020-08-17T12:58:15.492Z] ---> 6a84f350e936 [2020-08-17T12:58:15.492Z] Step 7/21 : RUN go mod download [2020-08-17T12:58:15.492Z] ---> Using cache [2020-08-17T12:58:15.492Z] ---> c306cd0b387e [2020-08-17T12:58:15.492Z] Step 8/21 : COPY . . [2020-08-17T12:58:15.492Z] ---> Using cache [2020-08-17T12:58:15.492Z] ---> 3abaacbef851 [2020-08-17T12:58:15.492Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T12:58:17.415Z] ---> Running in a2856386582a [2020-08-17T12:58:18.813Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T12:58:18.813Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T12:58:18.813Z] ---> 1b534b910a25 [2020-08-17T12:58:18.813Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T12:58:19.410Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T12:58:19.410Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T12:58:20.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-17T12:58:21.129Z] ---> Running in ddd1b0dbcbf7 [2020-08-17T12:58:21.129Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T12:58:21.129Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T12:58:21.394Z] 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-17T12:58:21.394Z] 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-17T12:58:21.667Z] Collecting idna<2.8,>=2.5 [2020-08-17T12:58:21.667Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T12:58:21.940Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T12:58:21.940Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T12:58:21.940Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T12:58:21.940Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T12:58:21.940Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T12:58:21.940Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T12:58:22.207Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, cached-property, dockerpty, texttable, docopt, docker-compose [2020-08-17T12:58:22.207Z] Attempting uninstall: urllib3 [2020-08-17T12:58:22.207Z] Found existing installation: urllib3 1.25.9 [2020-08-17T12:58:22.207Z] Uninstalling urllib3-1.25.9: [2020-08-17T12:58:22.797Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T12:58:23.059Z] 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-17T12:58:24.472Z] Attempting uninstall: idna [2020-08-17T12:58:24.472Z] Found existing installation: idna 2.9 [2020-08-17T12:58:24.472Z] Uninstalling idna-2.9: [2020-08-17T12:58:24.743Z] Successfully uninstalled idna-2.9 [2020-08-17T12:58:26.424Z] Attempting uninstall: requests [2020-08-17T12:58:26.424Z] Found existing installation: requests 2.23.0 [2020-08-17T12:58:26.424Z] Uninstalling requests-2.23.0: [2020-08-17T12:58:27.310Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T12:58:27.390Z] Successfully uninstalled requests-2.23.0 [2020-08-17T12:58:29.348Z] Running setup.py install for PyYAML: started [2020-08-17T12:58:31.299Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T12:58:31.299Z] Running setup.py install for dockerpty: started [2020-08-17T12:58:32.279Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T12:58:32.279Z] Running setup.py install for texttable: started [2020-08-17T12:58:32.882Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T12:58:32.882Z] Running setup.py install for docopt: started [2020-08-17T12:58:33.152Z] ---> a36d8090fb58 [2020-08-17T12:58:33.152Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T12:58:33.432Z] ---> Running in c939081af278 [2020-08-17T12:58:33.432Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T12:58:34.040Z] 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-17T12:58:34.654Z] 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-17T12:58:38.015Z] Removing intermediate container 061a445493a1 [2020-08-17T12:58:38.015Z] ---> 20234899832c [2020-08-17T12:58:38.015Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T12:58:38.015Z] ---> Running in 3f577ddcd853 [2020-08-17T12:58:38.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:58:38.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:58:39.262Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T12:58:39.262Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T12:58:39.262Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T12:58:39.262Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T12:58:39.262Z] OK: 72 MiB in 58 packages [2020-08-17T12:58:40.686Z] Removing intermediate container 3f577ddcd853 [2020-08-17T12:58:40.686Z] ---> c1cae04d3368 [2020-08-17T12:58:40.686Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T12:58:40.686Z] ---> Running in a6559f75afce [2020-08-17T12:58:41.281Z] Removing intermediate container a6559f75afce [2020-08-17T12:58:41.281Z] ---> 16859620d9a9 [2020-08-17T12:58:41.281Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T12:58:42.427Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T12:58:42.427Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T12:58:42.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T12:58:42.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T12:58:42.427Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s [2020-08-17T12:58:42.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T12:58:42.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T12:58:42.427Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T12:58:43.227Z] ---> Running in f06c2855af5f [2020-08-17T12:58:43.869Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T12:58:44.200Z] Removing intermediate container fe0232e32e99 [2020-08-17T12:58:44.200Z] ---> efe0b60c3025 [2020-08-17T12:58:44.200Z] [2020-08-17T12:58:44.200Z] Step 10/21 : FROM scratch [2020-08-17T12:58:44.200Z] ---> [2020-08-17T12:58:44.200Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T12:58:44.467Z] Removing intermediate container f06c2855af5f [2020-08-17T12:58:44.467Z] ---> e2beb9a992d9 [2020-08-17T12:58:44.467Z] Step 25/26 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:58:44.475Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T12:58:44.738Z] ---> Using cache [2020-08-17T12:58:44.738Z] ---> 52d9d85ff4eb [2020-08-17T12:58:44.738Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T12:58:44.738Z] ---> Running in 317ba0bc7df5 [2020-08-17T12:58:44.747Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T12:58:44.747Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T12:58:44.747Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T12:58:45.006Z] ---> Running in 83578e6fc2a0 [2020-08-17T12:58:45.006Z] Removing intermediate container 317ba0bc7df5 [2020-08-17T12:58:45.006Z] ---> 1c8bfeee6995 [2020-08-17T12:58:45.006Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T12:58:45.276Z] Removing intermediate container 83578e6fc2a0 [2020-08-17T12:58:45.276Z] ---> 9b62d607abd3 [2020-08-17T12:58:45.276Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T12:58:45.276Z] ---> Running in 14b03eb136e9 [2020-08-17T12:58:45.276Z] ---> Running in cb08e0f86169 [2020-08-17T12:58:45.545Z] Removing intermediate container 14b03eb136e9 [2020-08-17T12:58:45.545Z] ---> 5b3459cd051f [2020-08-17T12:58:45.545Z] Step 14/21 : WORKDIR / [2020-08-17T12:58:45.814Z] Removing intermediate container cb08e0f86169 [2020-08-17T12:58:45.814Z] ---> 7e42c0120f69 [2020-08-17T12:58:45.814Z] [2020-08-17T12:58:46.092Z] ---> Running in 7160ab0f1caa [2020-08-17T12:58:46.092Z] Successfully built 7e42c0120f69 [2020-08-17T12:58:46.092Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-17T12:58:46.092Z] Building docker-security-secretstore-setup-go [2020-08-17T12:58:46.362Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7160ab0f1caa [2020-08-17T12:58:46.362Z] ---> a98ac341f20e [2020-08-17T12:58:46.362Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T12:58:46.967Z] ---> 31e46ee075e6 [2020-08-17T12:58:46.967Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T12:58:54.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.6% of statements [2020-08-17T12:58:54.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T12:58:54.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T12:58:54.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T12:58:54.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T12:58:54.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T12:58:55.210Z] ---> 7ea380ccf981 [2020-08-17T12:58:55.210Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T12:58:58.558Z] ---> 517a08ce2d4c [2020-08-17T12:58:58.558Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T12:58:59.876Z] ---> Running in 2418d44e3b3f [2020-08-17T12:59:00.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.3% of statements [2020-08-17T12:59:00.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T12:59:00.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T12:59:00.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T12:59:00.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T12:59:00.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T12:59:00.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T12:59:00.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2020-08-17T12:59:00.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T12:59:00.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.021s coverage: 100.0% of statements [2020-08-17T12:59:00.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T12:59:01.009Z] Removing intermediate container 2418d44e3b3f [2020-08-17T12:59:01.009Z] ---> f2412ee54cbf [2020-08-17T12:59:01.009Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T12:59:01.286Z] ---> Running in 4f5c53a4bb44 [2020-08-17T12:59:02.250Z] Removing intermediate container 4f5c53a4bb44 [2020-08-17T12:59:02.250Z] ---> a4b116c71e61 [2020-08-17T12:59:02.250Z] Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:59:02.844Z] ---> Running in beb34b811e4e [2020-08-17T12:59:03.426Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T12:59:03.426Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T12:59:03.426Z] ---> 513ba10b5d81 [2020-08-17T12:59:03.426Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T12:59:03.687Z] ---> Using cache [2020-08-17T12:59:03.687Z] ---> cf4f1208c1f8 [2020-08-17T12:59:03.687Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T12:59:03.687Z] ---> Using cache [2020-08-17T12:59:03.687Z] ---> a5cf5adfe8a1 [2020-08-17T12:59:03.687Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T12:59:03.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.281s coverage: 28.6% of statements [2020-08-17T12:59:03.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T12:59:03.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T12:59:03.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T12:59:03.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T12:59:03.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T12:59:03.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2020-08-17T12:59:03.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T12:59:03.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2020-08-17T12:59:03.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T12:59:03.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.065s coverage: 89.8% of statements [2020-08-17T12:59:03.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T12:59:03.948Z] ---> Using cache [2020-08-17T12:59:03.948Z] ---> f8d3e345003e [2020-08-17T12:59:03.948Z] Step 6/26 : COPY go.mod . [2020-08-17T12:59:03.948Z] ---> Using cache [2020-08-17T12:59:03.948Z] ---> 6a84f350e936 [2020-08-17T12:59:03.948Z] Step 7/26 : RUN go mod download [2020-08-17T12:59:03.948Z] ---> Using cache [2020-08-17T12:59:03.948Z] ---> c306cd0b387e [2020-08-17T12:59:03.948Z] Step 8/26 : COPY . . [2020-08-17T12:59:03.948Z] ---> Using cache [2020-08-17T12:59:03.948Z] ---> 3abaacbef851 [2020-08-17T12:59:03.948Z] 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-17T12:59:05.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.094s coverage: 97.5% of statements [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T12:59:05.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 100.0% of statements [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T12:59:05.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T12:59:07.214Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2020-08-17T12:59:08.167Z] ---> Running in ae6e0e7ee6a6 [2020-08-17T12:59:08.168Z] Removing intermediate container beb34b811e4e [2020-08-17T12:59:08.168Z] ---> 7088d3d0a9dd [2020-08-17T12:59:08.168Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T12:59:09.115Z] ---> Running in ea3649753831 [2020-08-17T12:59:09.115Z] Removing intermediate container c939081af278 [2020-08-17T12:59:09.115Z] ---> 1cd72caa2589 [2020-08-17T12:59:09.115Z] [2020-08-17T12:59:09.115Z] Step 10/21 : FROM scratch [2020-08-17T12:59:09.115Z] ---> [2020-08-17T12:59:09.115Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T12:59:09.390Z] Removing intermediate container ddd1b0dbcbf7 [2020-08-17T12:59:09.390Z] ---> a7519ccf3aa1 [2020-08-17T12:59:09.390Z] [2020-08-17T12:59:09.390Z] Step 10/23 : FROM scratch [2020-08-17T12:59:09.390Z] ---> [2020-08-17T12:59:09.390Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T12:59:09.390Z] Removing intermediate container a2856386582a [2020-08-17T12:59:09.390Z] ---> 18bd42f363ff [2020-08-17T12:59:09.390Z] [2020-08-17T12:59:09.390Z] Step 10/21 : FROM scratch [2020-08-17T12:59:09.390Z] ---> [2020-08-17T12:59:09.390Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T12:59:09.390Z] ---> Running in ddc5ad2cc6bb [2020-08-17T12:59:09.390Z] ---> Running in 7992520c4722 [2020-08-17T12:59:09.390Z] ---> Using cache [2020-08-17T12:59:09.390Z] ---> 52d9d85ff4eb [2020-08-17T12:59:09.390Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T12:59:09.652Z] Removing intermediate container ea3649753831 [2020-08-17T12:59:09.652Z] ---> 4aefb51d8536 [2020-08-17T12:59:09.652Z] [2020-08-17T12:59:09.652Z] ---> Running in 2f14f1fb6791 [2020-08-17T12:59:09.652Z] 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-17T12:59:10.596Z] Successfully built 4aefb51d8536 [2020-08-17T12:59:10.857Z] Removing intermediate container 7992520c4722 [2020-08-17T12:59:10.857Z] ---> ee07e3291bbc [2020-08-17T12:59:10.857Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T12:59:10.857Z] Successfully tagged docker-core-metadata-go:latest [2020-08-17T12:59:10.857Z]  Building docker-core-metadata-go ... done Removing intermediate container ddc5ad2cc6bb [2020-08-17T12:59:10.857Z] ---> 8ab8a322d3c5 [2020-08-17T12:59:10.857Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T12:59:11.125Z] Removing intermediate container 2f14f1fb6791 [2020-08-17T12:59:11.125Z] ---> 18ea60a6f329 [2020-08-17T12:59:11.125Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T12:59:11.125Z] ---> Running in 55711a091525 [2020-08-17T12:59:11.125Z] ---> Running in 6710625d8d8f [2020-08-17T12:59:11.125Z] ---> Running in dba790be388b [2020-08-17T12:59:11.392Z] Removing intermediate container 55711a091525 [2020-08-17T12:59:11.392Z] ---> b3b75b4085c4 [2020-08-17T12:59:11.392Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T12:59:11.392Z] Removing intermediate container 6710625d8d8f [2020-08-17T12:59:11.392Z] ---> eadac3755622 [2020-08-17T12:59:11.392Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T12:59:11.392Z] ---> Running in d4c5b2c3b853 [2020-08-17T12:59:11.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.5% of statements [2020-08-17T12:59:11.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T12:59:11.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T12:59:11.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2020-08-17T12:59:11.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 55.9% of statements [2020-08-17T12:59:11.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T12:59:11.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T12:59:11.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T12:59:11.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T12:59:11.667Z] Removing intermediate container dba790be388b [2020-08-17T12:59:11.668Z] ---> 3770793b80aa [2020-08-17T12:59:11.668Z] Step 14/21 : WORKDIR / [2020-08-17T12:59:11.668Z] ---> Running in e7c5f66a944f [2020-08-17T12:59:11.668Z] ---> Running in d5fc0af14e5e [2020-08-17T12:59:11.668Z] Removing intermediate container d4c5b2c3b853 [2020-08-17T12:59:11.668Z] ---> 1ffd6c44391f [2020-08-17T12:59:11.668Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T12:59:11.951Z] Removing intermediate container e7c5f66a944f [2020-08-17T12:59:11.951Z] ---> db3df42ab730 [2020-08-17T12:59:11.951Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T12:59:11.951Z] Removing intermediate container d5fc0af14e5e [2020-08-17T12:59:11.951Z] ---> 29d225db8a9e [2020-08-17T12:59:11.951Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T12:59:12.539Z] ---> 151cc1db1e73 [2020-08-17T12:59:12.539Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T12:59:12.539Z] ---> 837ea8c30072 [2020-08-17T12:59:12.539Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T12:59:12.539Z] ---> 769483bd49e3 [2020-08-17T12:59:12.539Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T12:59:13.520Z] ---> cb2c8a870de7 [2020-08-17T12:59:13.520Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T12:59:14.941Z] ---> 46818401eb92 [2020-08-17T12:59:14.941Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T12:59:14.941Z] ---> ce2419ae1b03 [2020-08-17T12:59:14.941Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T12:59:14.941Z] ---> eee6f259b2d9 [2020-08-17T12:59:14.941Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T12:59:15.210Z] ---> 42f026500ec9 [2020-08-17T12:59:15.210Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T12:59:15.210Z] ---> Running in 7f26f7c685e9 [2020-08-17T12:59:15.483Z] ---> d672ee2553a2 [2020-08-17T12:59:15.483Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T12:59:15.483Z] ---> d4a2900e670f [2020-08-17T12:59:15.483Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T12:59:15.483Z] ---> Running in e6a72a042abb [2020-08-17T12:59:15.483Z] Removing intermediate container 7f26f7c685e9 [2020-08-17T12:59:15.483Z] ---> 2b8b41fa9530 [2020-08-17T12:59:15.483Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T12:59:15.752Z] ---> Running in 0366f140e15a [2020-08-17T12:59:15.752Z] Removing intermediate container e6a72a042abb [2020-08-17T12:59:15.752Z] ---> d4ef90c39e41 [2020-08-17T12:59:15.752Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T12:59:15.752Z] ---> b6ba47407d7e [2020-08-17T12:59:15.752Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T12:59:15.752Z] ---> Running in b6095768fc2d [2020-08-17T12:59:16.359Z] Removing intermediate container 0366f140e15a [2020-08-17T12:59:16.359Z] ---> 112e1f0b98c2 [2020-08-17T12:59:16.359Z] Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:59:16.359Z] ---> Running in cb4768b614da [2020-08-17T12:59:16.359Z] Removing intermediate container b6095768fc2d [2020-08-17T12:59:16.359Z] ---> 42c0840beb6f [2020-08-17T12:59:16.359Z] Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:59:16.359Z] ---> Running in 9948ee60e3d1 [2020-08-17T12:59:16.638Z] Removing intermediate container cb4768b614da [2020-08-17T12:59:16.638Z] ---> 8362ca2a747f [2020-08-17T12:59:16.638Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T12:59:16.916Z] ---> 157add8b3f53 [2020-08-17T12:59:16.916Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T12:59:16.916Z] ---> Running in e407d82d3b02 [2020-08-17T12:59:17.192Z] Removing intermediate container 9948ee60e3d1 [2020-08-17T12:59:17.192Z] ---> 2ec93aee65ab [2020-08-17T12:59:17.192Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T12:59:17.192Z] ---> Running in 7602b08d5146 [2020-08-17T12:59:17.454Z] ---> 5d12375ad4b4 [2020-08-17T12:59:17.454Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T12:59:17.454Z] Removing intermediate container e407d82d3b02 [2020-08-17T12:59:17.454Z] ---> ffbdf123eaa4 [2020-08-17T12:59:17.454Z] [2020-08-17T12:59:17.714Z] Successfully built ffbdf123eaa4 [2020-08-17T12:59:17.988Z] Successfully tagged docker-core-command-go:latest [2020-08-17T12:59:17.988Z]  Building docker-core-command-go ... done  ---> Running in 1003de6b1bde [2020-08-17T12:59:17.988Z] Removing intermediate container 7602b08d5146 [2020-08-17T12:59:17.988Z] ---> 519f65b04f2a [2020-08-17T12:59:17.988Z] [2020-08-17T12:59:17.988Z] Successfully built 519f65b04f2a [2020-08-17T12:59:18.249Z] Successfully tagged docker-support-logging-go:latest [2020-08-17T12:59:18.249Z]  Building docker-support-logging-go ... done Removing intermediate container 1003de6b1bde [2020-08-17T12:59:18.249Z] ---> 178336234d38 [2020-08-17T12:59:18.249Z] Step 21/23 : LABEL arch=x86_64 [2020-08-17T12:59:18.249Z] ---> Running in 9d6ebf27fe4c [2020-08-17T12:59:18.514Z] Removing intermediate container 9d6ebf27fe4c [2020-08-17T12:59:18.514Z] ---> 505a4dbd6db5 [2020-08-17T12:59:18.514Z] Step 22/23 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:59:18.514Z] ---> Running in 3377126561d0 [2020-08-17T12:59:18.776Z] Removing intermediate container 3377126561d0 [2020-08-17T12:59:18.776Z] ---> bc8d08e583e1 [2020-08-17T12:59:18.776Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T12:59:18.776Z] ---> Running in 37afa3188b94 [2020-08-17T12:59:19.041Z] Removing intermediate container 37afa3188b94 [2020-08-17T12:59:19.041Z] ---> 6d3bc0ccf61f [2020-08-17T12:59:19.041Z] [2020-08-17T12:59:19.302Z] Successfully built 6d3bc0ccf61f [2020-08-17T12:59:19.302Z] Successfully tagged docker-support-notifications-go:latest [2020-08-17T12:59:19.564Z]  Building docker-support-notifications-go ... done 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-17T12:59:21.486Z] 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-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.458s coverage: 86.3% of statements [2020-08-17T12:59:23.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.138s coverage: 72.2% of statements [2020-08-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.362s coverage: 72.1% of statements [2020-08-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements [2020-08-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-08-17T12:59:23.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T12:59:23.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T12:59:23.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.054s coverage: 28.8% of statements [2020-08-17T12:59:23.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.059s coverage: 96.8% of statements [2020-08-17T12:59:23.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 26.9% of statements [2020-08-17T12:59:23.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T12:59:23.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.283s coverage: 84.1% of statements [2020-08-17T12:59:23.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2020-08-17T12:59:24.807Z] Removing intermediate container ae6e0e7ee6a6 [2020-08-17T12:59:24.807Z] ---> 25e6042af1c9 [2020-08-17T12:59:24.807Z] [2020-08-17T12:59:24.807Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T12:59:24.807Z] 3.10: Pulling from library/alpine [2020-08-17T12:59:25.383Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T12:59:25.383Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T12:59:25.383Z] ---> be4e4bea2c2e [2020-08-17T12:59:25.383Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T12:59:25.383Z] ---> Running in 23f614ba80e1 [2020-08-17T12:59:25.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-17T12:59:25.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-17T12:59:26.218Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T12:59:26.218Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T12:59:26.218Z] OK: 10346 distinct packages available [2020-08-17T12:59:26.480Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T12:59:26.481Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T12:59:26.481Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T12:59:26.481Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T12:59:26.481Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T12:59:26.481Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T12:59:26.481Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T12:59:26.481Z] OK: 7 MiB in 19 packages [2020-08-17T12:59:27.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.034s coverage: 42.9% of statements [2020-08-17T12:59:27.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T12:59:27.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T12:59:27.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements [2020-08-17T12:59:27.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T12:59:27.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.075s coverage: 83.8% of statements [2020-08-17T12:59:27.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T12:59:29.034Z] Removing intermediate container 23f614ba80e1 [2020-08-17T12:59:29.034Z] ---> ca237eb7efcb [2020-08-17T12:59:29.034Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T12:59:29.295Z] ---> Running in ec3e0462eb1b [2020-08-17T12:59:29.295Z] Removing intermediate container ec3e0462eb1b [2020-08-17T12:59:29.295Z] ---> b53a07b18efe [2020-08-17T12:59:29.295Z] Step 13/26 : WORKDIR / [2020-08-17T12:59:29.557Z] ---> Running in a428d3fb2736 [2020-08-17T12:59:29.557Z] Removing intermediate container a428d3fb2736 [2020-08-17T12:59:29.557Z] ---> ed6fd9bb1752 [2020-08-17T12:59:29.557Z] 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-17T12:59:29.818Z] ---> 1e6e9b4d5f2a [2020-08-17T12:59:29.818Z] 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-17T12:59:30.078Z] ---> b5a519a46e09 [2020-08-17T12:59:30.078Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T12:59:30.339Z] ---> a2eb74f3940c [2020-08-17T12:59:30.339Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T12:59:30.601Z] ---> 1be4b3e7b8ae [2020-08-17T12:59:30.601Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T12:59:31.179Z] ---> 395b53939451 [2020-08-17T12:59:31.179Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T12:59:31.702Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 46.1% of statements [2020-08-17T12:59:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T12:59:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T12:59:31.702Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.046s coverage: 100.0% of statements [2020-08-17T12:59:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T12:59:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T12:59:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T12:59:31.702Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements [2020-08-17T12:59:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T12:59:31.702Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2020-08-17T12:59:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T12:59:31.751Z] ---> 598a427eff8e [2020-08-17T12:59:31.751Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T12:59:32.324Z] ---> 901662360021 [2020-08-17T12:59:32.324Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T12:59:32.324Z] ---> 82f749acc9a4 [2020-08-17T12:59:32.324Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T12:59:32.590Z] ---> Running in fbd0ef4e72e7 [2020-08-17T12:59:33.533Z] Removing intermediate container fbd0ef4e72e7 [2020-08-17T12:59:33.533Z] ---> a46bba8d75f2 [2020-08-17T12:59:33.533Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T12:59:33.533Z] ---> Running in 00da7d3daa3e [2020-08-17T12:59:33.795Z] Removing intermediate container 00da7d3daa3e [2020-08-17T12:59:33.795Z] ---> 7c35cb69b3c9 [2020-08-17T12:59:33.795Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T12:59:33.795Z] ---> Running in 7671702ac6a9 [2020-08-17T12:59:34.056Z] Removing intermediate container 7671702ac6a9 [2020-08-17T12:59:34.056Z] ---> d0d61b68020d [2020-08-17T12:59:34.056Z] Step 25/26 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T12:59:34.056Z] ---> Running in 378f860b7a2f [2020-08-17T12:59:34.317Z] Removing intermediate container 378f860b7a2f [2020-08-17T12:59:34.317Z] ---> 5567ca9c2d5f [2020-08-17T12:59:34.317Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T12:59:34.317Z] ---> Running in b464278f8483 [2020-08-17T12:59:34.578Z] Removing intermediate container b464278f8483 [2020-08-17T12:59:34.578Z] ---> 8c1bbc2c156d [2020-08-17T12:59:34.578Z] [2020-08-17T12:59:34.578Z] Successfully built 8c1bbc2c156d [2020-08-17T12:59:34.839Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-17T12:59:35.420Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-08-17T12:59:35.441Z] $ docker stop --time=1 c6e71d3bbc01d94812753f2931ddd54c412c7a55e538713c9fa0e041dc7df479 [2020-08-17T12:59:37.145Z] $ docker rm -f c6e71d3bbc01d94812753f2931ddd54c412c7a55e538713c9fa0e041dc7df479 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T12:59:37.695Z] + docker images [2020-08-17T12:59:37.695Z] + grep docker [2020-08-17T12:59:37.695Z] docker-security-secretstore-setup-go latest 8c1bbc2c156d 3 seconds ago 33.9MB [2020-08-17T12:59:37.695Z] docker-support-notifications-go latest 6d3bc0ccf61f 19 seconds ago 14.4MB [2020-08-17T12:59:37.695Z] docker-support-logging-go latest 519f65b04f2a 20 seconds ago 11.8MB [2020-08-17T12:59:37.695Z] docker-core-command-go latest ffbdf123eaa4 20 seconds ago 13MB [2020-08-17T12:59:37.695Z] docker-core-metadata-go latest 4aefb51d8536 28 seconds ago 14.4MB [2020-08-17T12:59:37.695Z] docker-sys-mgmt-agent-go latest 7e42c0120f69 52 seconds ago 284MB [2020-08-17T12:59:37.695Z] docker-security-secrets-setup-go latest f2aa7e3a3260 About a minute ago 25.1MB [2020-08-17T12:59:37.695Z] docker-core-data-go latest 0e22d16d22a1 2 minutes ago 23.8MB [2020-08-17T12:59:37.695Z] docker-support-scheduler-go latest dbf0ecca25fe 2 minutes ago 13.1MB [2020-08-17T12:59:37.695Z] docker-security-proxy-setup-go latest fe020ce0472e 2 minutes ago 16.4MB [2020-08-17T12:59:37.695Z] docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-17T12:59:38.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.200s coverage: 29.1% of statements [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T12:59:38.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.110s coverage: 99.0% of statements [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T12:59:38.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T12:59:38.426Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T12:59:38.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T12:59:38.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T12:59:40.410Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements [2020-08-17T12:59:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T12:59:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T12:59:41.014Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-08-17T12:59:41.014Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements [2020-08-17T12:59:41.605Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-08-17T12:59:42.199Z] GO111MODULE=on go vet ./... [2020-08-17T13:00:00.518Z] gofmt -l . [2020-08-17T13:00:00.791Z] [ "`gofmt -l .`" = "" ] [2020-08-17T13:00:03.402Z] ./bin/test-go-mod-tidy.sh [2020-08-17T13:00:03.996Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-17T13:00:07.269Z] + ls -al . [2020-08-17T13:00:07.269Z] total 588 [2020-08-17T13:00:07.269Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 13:00 . [2020-08-17T13:00:07.269Z] drwxr-xr-x 4 root root 4096 Aug 17 12:57 .. [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 12:56 .dockerignore [2020-08-17T13:00:07.269Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 12:56 .git [2020-08-17T13:00:07.269Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 12:56 .github [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 12:56 .gitignore [2020-08-17T13:00:07.269Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 12:56 .semver [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 12:56 .sonarcloud.properties [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 12:56 CONTRIBUTING.md [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 12:56 Dockerfile.build [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 12:56 Jenkinsfile [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 12:56 LICENSE [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 12:56 Makefile [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 12:56 README.md [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 7111 Aug 17 12:56 SECURITY.md [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 12:51 VERSION [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 12:56 ZMQWindows.md [2020-08-17T13:00:07.269Z] drwxrwxr-x 2 1001 1001 4096 Aug 17 12:56 bin [2020-08-17T13:00:07.269Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 12:56 cmd [2020-08-17T13:00:07.269Z] -rw-r--r-- 1 root root 455803 Aug 17 12:59 coverage.out [2020-08-17T13:00:07.269Z] -rw-r--r-- 1 root root 1019 Aug 17 13:00 go.mod [2020-08-17T13:00:07.269Z] -rw-r--r-- 1 root root 18146 Aug 17 13:00 go.sum [2020-08-17T13:00:07.269Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 12:56 internal [2020-08-17T13:00:07.269Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 12:56 openapi [2020-08-17T13:00:07.269Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 12:56 snap [2020-08-17T13:00:07.269Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 12:56 version.go [Pipeline] sh [2020-08-17T13:00:07.932Z] + '[' -e coverage.out ] [2020-08-17T13:00:07.932Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T13:00:07.988Z] Warning: overwriting stash ‘coverage-report’ [2020-08-17T13:00:09.069Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T13:00:09.751Z] + make build [2020-08-17T13:00:09.751Z] 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-17T13:00:31.975Z] 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-17T13:00:40.233Z] 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-17T13:00:46.949Z] 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-17T13:00:51.255Z] 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-17T13:00:57.956Z] 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-17T13:00:59.925Z] 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-17T13:01:05.325Z] 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-17T13:01:10.709Z] 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-17T13:01:15.000Z] 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-17T13:01:19.294Z] 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-17T13:01:24.702Z] 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-17T13:01:28.999Z] 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-17T13:01:33.309Z] $ docker stop --time=1 dee137353f441bdc841478a4feb033c6b31c9a3bea5cc021b7b0db443cc917f5 [2020-08-17T13:01:35.813Z] $ docker rm -f dee137353f441bdc841478a4feb033c6b31c9a3bea5cc021b7b0db443cc917f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T13:01:37.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T13:01:37.298Z] [2020-08-17T13:01:37.298Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T13:01:37.942Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T13:01:38.215Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-17T13:01:38.215Z] 29e5d40040c1: Pulling fs layer [2020-08-17T13:01:38.215Z] 1ce36da41761: Pulling fs layer [2020-08-17T13:01:38.215Z] 25b303627fd3: Pulling fs layer [2020-08-17T13:01:38.215Z] 29e5d40040c1: Verifying Checksum [2020-08-17T13:01:38.215Z] 29e5d40040c1: Download complete [2020-08-17T13:01:38.810Z] 1ce36da41761: Verifying Checksum [2020-08-17T13:01:38.810Z] 1ce36da41761: Download complete [2020-08-17T13:01:39.081Z] 29e5d40040c1: Pull complete [2020-08-17T13:01:40.054Z] 1ce36da41761: Pull complete [2020-08-17T13:01:40.327Z] 25b303627fd3: Verifying Checksum [2020-08-17T13:01:40.328Z] 25b303627fd3: Download complete [2020-08-17T13:01:50.465Z] 25b303627fd3: Pull complete [2020-08-17T13:01:50.465Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-17T13:01:50.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T13:01:50.465Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-17T13:01:50.741Z] prd-ubuntu18.04-docker-arm64-4c-16g-269 does not seem to be running inside a container [2020-08-17T13:01:50.834Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-17T13:01:54.447Z] $ docker top ebd43e0e8cc2d997c9bb6d8a1413f4e5cffe8c53fabe0faef6aaefbf09ef72b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T13:01:55.874Z] + + docker-composegrep parallel build [2020-08-17T13:01:55.874Z] --help [2020-08-17T13:02:00.161Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T13:02:00.174Z] $ docker stop --time=1 ebd43e0e8cc2d997c9bb6d8a1413f4e5cffe8c53fabe0faef6aaefbf09ef72b9 [2020-08-17T13:02:02.203Z] $ docker rm -f ebd43e0e8cc2d997c9bb6d8a1413f4e5cffe8c53fabe0faef6aaefbf09ef72b9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T13:02:02.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T13:02:02.998Z] . [Pipeline] withDockerContainer [2020-08-17T13:02:03.270Z] prd-ubuntu18.04-docker-arm64-4c-16g-269 does not seem to be running inside a container [2020-08-17T13:02:03.343Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-17T13:02:04.818Z] $ docker top 78e888fb541ecfcf0af362c60742ac4db94c8f7b6c978494d5ff1eecc39a677e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T13:02:05.842Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T13:02:10.127Z] Building docker-core-command-go ... [2020-08-17T13:02:10.127Z] Building docker-core-data-go ... [2020-08-17T13:02:10.127Z] Building docker-core-metadata-go ... [2020-08-17T13:02:10.127Z] Building docker-security-proxy-setup-go ... [2020-08-17T13:02:10.127Z] Building docker-security-secrets-setup-go ... [2020-08-17T13:02:10.127Z] Building docker-security-secretstore-setup-go ... [2020-08-17T13:02:10.127Z] Building docker-support-logging-go ... [2020-08-17T13:02:10.127Z] Building docker-support-notifications-go ... [2020-08-17T13:02:10.127Z] Building docker-support-scheduler-go ... [2020-08-17T13:02:10.127Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T13:02:10.127Z] Building docker-security-secretstore-setup-go [2020-08-17T13:02:10.127Z] Building docker-security-secrets-setup-go [2020-08-17T13:02:10.127Z] Building docker-core-metadata-go [2020-08-17T13:02:10.127Z] Building docker-security-proxy-setup-go [2020-08-17T13:02:10.127Z] Building docker-support-notifications-go [2020-08-17T13:04:01.921Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:04:01.921Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T13:04:01.921Z] ---> 29ed6698c90b [2020-08-17T13:04:01.921Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T13:04:01.921Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:04:01.921Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T13:04:01.921Z] ---> 29ed6698c90b [2020-08-17T13:04:01.921Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T13:04:01.921Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:04:01.921Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T13:04:01.921Z] ---> 29ed6698c90b [2020-08-17T13:04:01.921Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T13:04:01.921Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:04:01.921Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T13:04:01.921Z] ---> 29ed6698c90b [2020-08-17T13:04:01.921Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T13:04:01.921Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:04:01.921Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T13:04:01.921Z] ---> 29ed6698c90b [2020-08-17T13:04:01.921Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T13:04:01.921Z] ---> Running in 8964f9ffa2c1 [2020-08-17T13:04:01.921Z] ---> Running in 0a0252676e10 [2020-08-17T13:04:01.921Z] ---> Running in ffbbc7f698af [2020-08-17T13:04:01.921Z] ---> Running in a5d06a9e4820 [2020-08-17T13:04:01.921Z] ---> Running in e40222513fd6 [2020-08-17T13:04:01.921Z] Removing intermediate container e40222513fd6 [2020-08-17T13:04:01.921Z] ---> 0324d0215932 [2020-08-17T13:04:01.921Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T13:04:01.921Z] Removing intermediate container 0a0252676e10 [2020-08-17T13:04:01.921Z] ---> 2990281db94d [2020-08-17T13:04:01.921Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:04:01.921Z] Removing intermediate container ffbbc7f698af [2020-08-17T13:04:01.921Z] ---> 519c85109818 [2020-08-17T13:04:01.921Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:04:01.921Z] Removing intermediate container a5d06a9e4820 [2020-08-17T13:04:01.921Z] ---> 4f90476eca55 [2020-08-17T13:04:01.921Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:04:01.921Z] Removing intermediate container 8964f9ffa2c1 [2020-08-17T13:04:01.921Z] ---> 77160407cf93 [2020-08-17T13:04:01.921Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:04:01.921Z] ---> Running in 2f17520953c9 [2020-08-17T13:04:01.921Z] ---> Running in 03ab6c5cadc8 [2020-08-17T13:04:01.921Z] ---> Running in 34eadbf77134 [2020-08-17T13:04:01.921Z] ---> Running in 1565d029eae6 [2020-08-17T13:04:01.921Z] ---> Running in 15458937dd50 [2020-08-17T13:04:01.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:01.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:01.921Z] Removing intermediate container 03ab6c5cadc8 [2020-08-17T13:04:01.921Z] ---> f091c74b0be1 [2020-08-17T13:04:01.921Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T13:04:01.921Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:04:01.921Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:04:01.921Z] OK: 12617 distinct packages available [2020-08-17T13:04:01.921Z] ---> Running in 2d5e3daa36b3 [2020-08-17T13:04:01.921Z] Removing intermediate container 1565d029eae6 [2020-08-17T13:04:01.921Z] ---> 5448d550f454 [2020-08-17T13:04:01.921Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T13:04:01.921Z] ---> Running in 3befeefa1019 [2020-08-17T13:04:01.921Z] Removing intermediate container 15458937dd50 [2020-08-17T13:04:01.921Z] ---> e01240f2edd2 [2020-08-17T13:04:01.921Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T13:04:02.194Z] Removing intermediate container 34eadbf77134 [2020-08-17T13:04:02.194Z] ---> 9d04e9b193e7 [2020-08-17T13:04:02.194Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T13:04:02.194Z] OK: 217 MiB in 51 packages [2020-08-17T13:04:02.471Z] ---> Running in 6c0f2b7ed182 [2020-08-17T13:04:02.471Z] ---> Running in f95ee57fe72d [2020-08-17T13:04:03.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:04.186Z] Removing intermediate container 2f17520953c9 [2020-08-17T13:04:04.186Z] ---> 86e68f5cba62 [2020-08-17T13:04:04.186Z] Step 5/29 : COPY go.mod . [2020-08-17T13:04:04.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:04.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:04.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:05.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:05.004Z] ---> 48489f1c6fa1 [2020-08-17T13:04:05.004Z] Step 6/29 : RUN go mod download [2020-08-17T13:04:05.277Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:04:05.277Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:04:05.277Z] OK: 12617 distinct packages available [2020-08-17T13:04:05.277Z] ---> Running in 08b3f18c364c [2020-08-17T13:04:05.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:05.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:05.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:04:06.104Z] OK: 217 MiB in 51 packages [2020-08-17T13:04:06.717Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:04:06.717Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:04:06.717Z] OK: 12617 distinct packages available [2020-08-17T13:04:06.717Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:04:06.717Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:04:06.717Z] OK: 12617 distinct packages available [2020-08-17T13:04:06.717Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:04:06.717Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:04:06.717Z] OK: 12617 distinct packages available [2020-08-17T13:04:07.734Z] OK: 217 MiB in 51 packages [2020-08-17T13:04:07.734Z] OK: 217 MiB in 51 packages [2020-08-17T13:04:07.734Z] OK: 217 MiB in 51 packages [2020-08-17T13:04:08.021Z] Removing intermediate container 2d5e3daa36b3 [2020-08-17T13:04:08.021Z] ---> 398c440306ad [2020-08-17T13:04:08.021Z] Step 6/23 : COPY go.mod . [2020-08-17T13:04:09.478Z] ---> 5333fd012d8f [2020-08-17T13:04:09.478Z] Step 7/23 : RUN go mod download [2020-08-17T13:04:09.478Z] Removing intermediate container 3befeefa1019 [2020-08-17T13:04:09.478Z] ---> fb96ca2b6dc3 [2020-08-17T13:04:09.478Z] Step 6/21 : COPY go.mod . [2020-08-17T13:04:09.754Z] ---> Running in 5c8f7d98a0a7 [2020-08-17T13:04:09.754Z] Removing intermediate container 6c0f2b7ed182 [2020-08-17T13:04:09.754Z] ---> 27aedd8de233 [2020-08-17T13:04:09.754Z] Step 6/26 : COPY go.mod . [2020-08-17T13:04:10.355Z] Removing intermediate container f95ee57fe72d [2020-08-17T13:04:10.355Z] ---> 64cb9a67edf9 [2020-08-17T13:04:10.355Z] Step 6/20 : COPY go.mod . [2020-08-17T13:04:10.630Z] Removing intermediate container 08b3f18c364c [2020-08-17T13:04:10.630Z] ---> 756fa190d1a9 [2020-08-17T13:04:10.630Z] Step 7/29 : COPY . . [2020-08-17T13:04:10.902Z] ---> 4199e195ae03 [2020-08-17T13:04:10.902Z] Step 7/21 : RUN go mod download [2020-08-17T13:04:10.902Z] ---> 297ef541ea90 [2020-08-17T13:04:10.902Z] Step 7/26 : RUN go mod download [2020-08-17T13:04:11.176Z] ---> Running in e93fd7f3d7af [2020-08-17T13:04:11.452Z] ---> Running in 53fbecd6a0cd [2020-08-17T13:04:11.724Z] ---> 385d44f4179e [2020-08-17T13:04:11.724Z] Step 7/20 : RUN go mod download [2020-08-17T13:04:12.707Z] ---> Running in 0357885ea340 [2020-08-17T13:04:14.690Z] Removing intermediate container 5c8f7d98a0a7 [2020-08-17T13:04:14.690Z] ---> d61ca1e98946 [2020-08-17T13:04:14.690Z] Step 8/23 : COPY . . [2020-08-17T13:04:18.084Z] Removing intermediate container e93fd7f3d7af [2020-08-17T13:04:18.084Z] ---> 2dc0d186b43e [2020-08-17T13:04:18.084Z] Step 8/21 : COPY . . [2020-08-17T13:04:18.435Z] Removing intermediate container 53fbecd6a0cd [2020-08-17T13:04:18.435Z] ---> 9801311b8326 [2020-08-17T13:04:18.435Z] Step 8/26 : COPY . . [2020-08-17T13:04:18.705Z] Removing intermediate container 0357885ea340 [2020-08-17T13:04:18.705Z] ---> 3f91ce2469b6 [2020-08-17T13:04:18.705Z] Step 8/20 : COPY . . [2020-08-17T13:04:45.497Z] ---> 440e318e9245 [2020-08-17T13:04:45.497Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T13:04:45.497Z] ---> Running in c9d742d40bc7 [2020-08-17T13:04:45.497Z] ---> 390fe50cb809 [2020-08-17T13:04:45.497Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T13:04:45.497Z] ---> Running in 1ee13ed30b24 [2020-08-17T13:04:45.497Z] ---> 4ad9e387797e [2020-08-17T13:04:45.497Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T13:04:45.497Z] ---> cfee78979a98 [2020-08-17T13:04:45.497Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T13:04:45.497Z] ---> 40168864462d [2020-08-17T13:04:45.497Z] 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-17T13:04:45.497Z] ---> Running in 442c2edb142a [2020-08-17T13:04:45.497Z] ---> Running in ee9a0cf7666f [2020-08-17T13:04:45.497Z] ---> Running in d1f5343c8cfa [2020-08-17T13:04:46.490Z] 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-17T13:04:46.766Z] 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-17T13:04:47.744Z] 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-17T13:04:48.022Z] 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-17T13:04:48.295Z] 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-17T13:06:10.276Z] 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-17T13:06:11.273Z] Removing intermediate container c9d742d40bc7 [2020-08-17T13:06:11.273Z] ---> 174ac9082d9c [2020-08-17T13:06:11.273Z] [2020-08-17T13:06:11.273Z] Step 9/29 : FROM alpine:latest [2020-08-17T13:06:11.559Z] latest: Pulling from library/alpine [2020-08-17T13:06:11.838Z] Removing intermediate container ee9a0cf7666f [2020-08-17T13:06:11.838Z] ---> 69f1e0a25fce [2020-08-17T13:06:11.838Z] [2020-08-17T13:06:11.838Z] Step 10/20 : FROM alpine [2020-08-17T13:06:11.838Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T13:06:11.838Z] Status: Downloaded newer image for alpine:latest [2020-08-17T13:06:11.838Z] ---> 62ee0e9f8440 [2020-08-17T13:06:11.838Z] 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-17T13:06:12.114Z] latest: Pulling from library/alpine [2020-08-17T13:06:12.114Z] ---> Running in 7be1bf487c83 [2020-08-17T13:06:12.114Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T13:06:12.114Z] Status: Image is up to date for alpine:latest [2020-08-17T13:06:12.114Z] ---> 62ee0e9f8440 [2020-08-17T13:06:12.114Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T13:06:12.390Z] ---> Running in 699977fea448 [2020-08-17T13:06:12.998Z] Removing intermediate container 7be1bf487c83 [2020-08-17T13:06:12.998Z] ---> 34b0c0259fd3 [2020-08-17T13:06:12.998Z] Step 11/29 : USER root [2020-08-17T13:06:12.998Z] ---> Running in 3a7268f8ee3d [2020-08-17T13:06:13.984Z] Removing intermediate container 3a7268f8ee3d [2020-08-17T13:06:13.984Z] ---> d90efb2ca2a7 [2020-08-17T13:06:13.984Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T13:06:14.266Z] ---> Running in 1564b27ee6b6 [2020-08-17T13:06:15.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:06:15.545Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:06:16.532Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:06:16.532Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:06:16.532Z] OK: 12617 distinct packages available [2020-08-17T13:06:16.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:06:16.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:06:17.085Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T13:06:17.361Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T13:06:17.361Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T13:06:17.361Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T13:06:17.361Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T13:06:17.361Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T13:06:17.361Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:06:17.361Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:06:17.361Z] OK: 12617 distinct packages available [2020-08-17T13:06:17.636Z] OK: 7 MiB in 18 packages [2020-08-17T13:06:18.244Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T13:06:18.521Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T13:06:18.521Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T13:06:18.521Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T13:06:18.802Z] OK: 6 MiB in 16 packages [2020-08-17T13:06:20.793Z] Removing intermediate container 699977fea448 [2020-08-17T13:06:20.793Z] ---> e856457d6eff [2020-08-17T13:06:20.793Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T13:06:20.793Z] ---> Running in 8c788abddf9a [2020-08-17T13:06:21.069Z] 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-17T13:06:21.671Z] Removing intermediate container 8c788abddf9a [2020-08-17T13:06:21.671Z] ---> 7de292e34bfe [2020-08-17T13:06:21.671Z] Step 13/20 : WORKDIR /edgex [2020-08-17T13:06:21.939Z] Removing intermediate container 1564b27ee6b6 [2020-08-17T13:06:21.939Z] ---> 444903cf8447 [2020-08-17T13:06:21.939Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T13:06:21.939Z] ---> Running in 4ba8f879f001 [2020-08-17T13:06:22.210Z] ---> Running in 02fcf5a487b9 [2020-08-17T13:06:22.829Z] Removing intermediate container 4ba8f879f001 [2020-08-17T13:06:22.829Z] ---> 03a8b1a771dd [2020-08-17T13:06:22.829Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T13:06:23.118Z] Removing intermediate container 02fcf5a487b9 [2020-08-17T13:06:23.118Z] ---> 08f3ad4dae0a [2020-08-17T13:06:23.118Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T13:06:23.118Z] ---> Running in 51a7d0d0b950 [2020-08-17T13:06:24.127Z] Removing intermediate container 51a7d0d0b950 [2020-08-17T13:06:24.127Z] ---> 0b5bfb52ef83 [2020-08-17T13:06:24.127Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T13:06:24.127Z] ---> Running in a0c73a80f7b5 [2020-08-17T13:06:24.407Z] ---> c153d796b8bd [2020-08-17T13:06:24.407Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T13:06:26.388Z] ---> 720534c1f3d3 [2020-08-17T13:06:26.388Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T13:06:26.660Z] ---> Running in 246bf2e0e4e3 [2020-08-17T13:06:27.257Z] Removing intermediate container 246bf2e0e4e3 [2020-08-17T13:06:27.257Z] ---> 70056d0f92cb [2020-08-17T13:06:27.257Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T13:06:27.529Z] ---> Running in 1ba588608c41 [2020-08-17T13:06:28.530Z] Removing intermediate container 1ba588608c41 [2020-08-17T13:06:28.530Z] ---> 1c65d1d2e146 [2020-08-17T13:06:28.530Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T13:06:28.530Z] ---> Running in ee9cd0ef4c5e [2020-08-17T13:06:28.530Z] Removing intermediate container a0c73a80f7b5 [2020-08-17T13:06:28.530Z] ---> ae79296cd414 [2020-08-17T13:06:28.530Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T13:06:29.134Z] Removing intermediate container ee9cd0ef4c5e [2020-08-17T13:06:29.134Z] ---> a14090ab7d3a [2020-08-17T13:06:29.134Z] Step 19/20 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:06:29.735Z] ---> Running in e9d26624debb [2020-08-17T13:06:30.722Z] ---> aaf7e267957a [2020-08-17T13:06:30.722Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T13:06:30.722Z] Removing intermediate container e9d26624debb [2020-08-17T13:06:30.722Z] ---> 78e4eb4099a4 [2020-08-17T13:06:30.722Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T13:06:30.998Z] ---> Running in 4a1ea9077321 [2020-08-17T13:06:31.632Z] Removing intermediate container 4a1ea9077321 [2020-08-17T13:06:31.632Z] ---> 6e5cf51ee137 [2020-08-17T13:06:31.632Z] [2020-08-17T13:06:31.908Z] ---> e8958b186a3f [2020-08-17T13:06:31.908Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T13:06:32.899Z] Successfully built 6e5cf51ee137 [2020-08-17T13:06:32.899Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-17T13:06:32.899Z] Building docker-support-logging-go [2020-08-17T13:06:35.537Z]  Building docker-security-proxy-setup-go ... done  ---> 914628a80bfb [2020-08-17T13:06:35.537Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T13:06:36.521Z] Removing intermediate container 442c2edb142a [2020-08-17T13:06:36.521Z] ---> f5d9bb17b24f [2020-08-17T13:06:36.521Z] [2020-08-17T13:06:36.521Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T13:06:36.796Z] 3.10: Pulling from library/alpine [2020-08-17T13:06:38.246Z] ---> 56fbce27604f [2020-08-17T13:06:38.246Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T13:06:38.530Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T13:06:39.156Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T13:06:39.156Z] ---> 536a684cf733 [2020-08-17T13:06:39.156Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T13:06:39.753Z] Removing intermediate container 1ee13ed30b24 [2020-08-17T13:06:39.753Z] ---> 1a11fafb18f5 [2020-08-17T13:06:39.753Z] [2020-08-17T13:06:39.753Z] Step 10/23 : FROM scratch [2020-08-17T13:06:39.753Z] ---> [2020-08-17T13:06:39.753Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T13:06:40.030Z] ---> Running in 788188c8517a [2020-08-17T13:06:40.305Z] ---> Running in 1b7f254595e0 [2020-08-17T13:06:40.305Z] ---> 0b250bd6a498 [2020-08-17T13:06:40.305Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T13:06:40.595Z] ---> Running in 0380afa2232c [2020-08-17T13:06:40.880Z] Removing intermediate container 1b7f254595e0 [2020-08-17T13:06:40.880Z] ---> 280e2718dd61 [2020-08-17T13:06:40.880Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T13:06:41.487Z] ---> Running in ed3f5c2bdfd7 [2020-08-17T13:06:42.476Z] Removing intermediate container ed3f5c2bdfd7 [2020-08-17T13:06:42.476Z] ---> 4450223cac3b [2020-08-17T13:06:42.476Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T13:06:42.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:06:42.476Z] ---> Running in 6bd98c5116c3 [2020-08-17T13:06:42.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:06:43.354Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T13:06:43.354Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T13:06:43.354Z] OK: 10167 distinct packages available [2020-08-17T13:06:43.954Z] Removing intermediate container 6bd98c5116c3 [2020-08-17T13:06:43.954Z] ---> 5d15c18672ab [2020-08-17T13:06:43.954Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T13:06:43.954Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T13:06:44.229Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T13:06:44.229Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T13:06:44.229Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T13:06:44.229Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T13:06:44.229Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T13:06:44.229Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T13:06:44.503Z] OK: 7 MiB in 19 packages [2020-08-17T13:06:45.488Z] ---> df0ad2e40f6b [2020-08-17T13:06:45.488Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T13:06:45.767Z] Removing intermediate container 0380afa2232c [2020-08-17T13:06:45.767Z] ---> d7ff36574169 [2020-08-17T13:06:45.767Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T13:06:47.205Z] Removing intermediate container d1f5343c8cfa [2020-08-17T13:06:47.205Z] ---> e1a0549ae916 [2020-08-17T13:06:47.205Z] [2020-08-17T13:06:47.205Z] Step 10/21 : FROM scratch [2020-08-17T13:06:47.205Z] ---> [2020-08-17T13:06:47.205Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T13:06:47.475Z] ---> 6d25c11e9f1f [2020-08-17T13:06:47.475Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T13:06:48.075Z] ---> 3c2e8c382597 [2020-08-17T13:06:48.075Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T13:06:48.075Z] ---> Running in 4bd8add5e980 [2020-08-17T13:06:48.349Z] Removing intermediate container 788188c8517a [2020-08-17T13:06:48.349Z] ---> f5ab19328202 [2020-08-17T13:06:48.349Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T13:06:48.628Z] ---> Running in 87f353ed8e09 [2020-08-17T13:06:49.223Z] ---> Running in 955ff83ec25c [2020-08-17T13:06:49.223Z] Removing intermediate container 4bd8add5e980 [2020-08-17T13:06:49.223Z] ---> db441cf29a05 [2020-08-17T13:06:49.223Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T13:06:49.494Z] ---> 88ead617a3fb [2020-08-17T13:06:49.494Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T13:06:49.768Z] ---> Running in e7909cbfff91 [2020-08-17T13:06:50.048Z] Removing intermediate container 955ff83ec25c [2020-08-17T13:06:50.048Z] ---> 08d955ec6989 [2020-08-17T13:06:50.048Z] Step 13/26 : WORKDIR / [2020-08-17T13:06:50.661Z] ---> Running in 082e50f64868 [2020-08-17T13:06:50.661Z] Removing intermediate container e7909cbfff91 [2020-08-17T13:06:50.661Z] ---> fd95c2c8916b [2020-08-17T13:06:50.661Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T13:06:50.932Z] ---> decd8c9c5156 [2020-08-17T13:06:50.932Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T13:06:50.932Z] ---> Running in 368892728dfa [2020-08-17T13:06:51.552Z] Removing intermediate container 082e50f64868 [2020-08-17T13:06:51.552Z] ---> ed5d2be8e041 [2020-08-17T13:06:51.552Z] 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-17T13:06:52.163Z] Removing intermediate container 368892728dfa [2020-08-17T13:06:52.163Z] ---> 078fed37f07f [2020-08-17T13:06:52.163Z] Step 14/21 : WORKDIR / [2020-08-17T13:06:52.762Z] ---> Running in c00da132103d [2020-08-17T13:06:53.768Z] ---> 732ee01764f4 [2020-08-17T13:06:53.768Z] 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-17T13:06:54.054Z] ---> 0b4971d663e9 [2020-08-17T13:06:54.054Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T13:06:54.054Z] Removing intermediate container c00da132103d [2020-08-17T13:06:54.054Z] ---> a3a8c909a47b [2020-08-17T13:06:54.054Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T13:06:54.326Z] Removing intermediate container 87f353ed8e09 [2020-08-17T13:06:54.326Z] ---> c81538a6e8b6 [2020-08-17T13:06:54.326Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T13:06:54.928Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:06:54.928Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T13:06:54.928Z] ---> 29ed6698c90b [2020-08-17T13:06:54.928Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T13:06:54.928Z] ---> Using cache [2020-08-17T13:06:54.928Z] ---> 77160407cf93 [2020-08-17T13:06:54.928Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:06:54.928Z] ---> Using cache [2020-08-17T13:06:54.928Z] ---> e01240f2edd2 [2020-08-17T13:06:54.928Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T13:06:54.928Z] ---> Running in 5dfcbae3c773 [2020-08-17T13:06:54.928Z] ---> Running in 31b14b69d059 [2020-08-17T13:06:55.206Z] ---> f81ac4583de6 [2020-08-17T13:06:55.206Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T13:06:55.206Z] ---> dd95c650cedc [2020-08-17T13:06:55.206Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T13:06:55.495Z] ---> c5fc66b87265 [2020-08-17T13:06:55.495Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T13:06:55.495Z] ---> Running in 722ca5b6c326 [2020-08-17T13:06:56.103Z] ---> 2427d6685254 [2020-08-17T13:06:56.103Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T13:06:56.702Z] Removing intermediate container 722ca5b6c326 [2020-08-17T13:06:56.702Z] ---> d503d4c0909c [2020-08-17T13:06:56.702Z] Step 21/23 : LABEL arch=arm64 [2020-08-17T13:06:56.997Z] ---> Running in 7c7009104464 [2020-08-17T13:06:57.269Z] ---> fdca09fe31de [2020-08-17T13:06:57.269Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T13:06:57.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:06:57.548Z] ---> 9bdbe8c5d450 [2020-08-17T13:06:57.548Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T13:06:57.826Z] Removing intermediate container 7c7009104464 [2020-08-17T13:06:57.826Z] ---> c3c34cba8f69 [2020-08-17T13:06:57.826Z] Step 22/23 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:06:58.102Z] ---> Running in e8d7564b54bd [2020-08-17T13:06:58.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:06:58.376Z] ---> a84821fcb47a [2020-08-17T13:06:58.377Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T13:06:58.974Z] ---> Running in f4ef344ea7eb [2020-08-17T13:06:58.974Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:06:58.974Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:06:58.974Z] OK: 12617 distinct packages available [2020-08-17T13:06:59.249Z] Removing intermediate container e8d7564b54bd [2020-08-17T13:06:59.249Z] ---> 25e649a2ab9a [2020-08-17T13:06:59.249Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T13:06:59.249Z] ---> 36116b17178e [2020-08-17T13:06:59.249Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T13:06:59.526Z] Removing intermediate container 5dfcbae3c773 [2020-08-17T13:06:59.526Z] ---> 294736236376 [2020-08-17T13:06:59.526Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T13:06:59.526Z] ---> Running in 6d4f7479a870 [2020-08-17T13:06:59.526Z] ---> Running in 6477c79f4af7 [2020-08-17T13:06:59.797Z] Removing intermediate container f4ef344ea7eb [2020-08-17T13:06:59.797Z] ---> 1936cb5c4942 [2020-08-17T13:06:59.797Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T13:06:59.797Z] ---> Running in 590be2134921 [2020-08-17T13:07:00.071Z] OK: 217 MiB in 51 packages [2020-08-17T13:07:00.349Z] Removing intermediate container 6d4f7479a870 [2020-08-17T13:07:00.349Z] ---> f55af98fd600 [2020-08-17T13:07:00.349Z] [2020-08-17T13:07:00.349Z] Removing intermediate container 6477c79f4af7 [2020-08-17T13:07:00.349Z] ---> 66a968aa8303 [2020-08-17T13:07:00.349Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T13:07:00.623Z] Removing intermediate container 590be2134921 [2020-08-17T13:07:00.623Z] ---> 1ccff71cdd6b [2020-08-17T13:07:00.623Z] Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:07:00.623Z] OK: 217 MiB in 51 packages [2020-08-17T13:07:00.901Z] ---> Running in d216838dd107 [2020-08-17T13:07:00.901Z] ---> Running in f7e6dabb3984 [2020-08-17T13:07:00.901Z] Successfully built f55af98fd600 [2020-08-17T13:07:01.176Z] ---> e72bdc15a67b [2020-08-17T13:07:01.176Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T13:07:01.176Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-17T13:07:01.176Z] Building docker-sys-mgmt-agent-go [2020-08-17T13:07:01.455Z]  Building docker-support-notifications-go ... done Removing intermediate container d216838dd107 [2020-08-17T13:07:01.455Z] ---> dd40544b5b87 [2020-08-17T13:07:01.455Z] Step 27/29 : LABEL arch=arm64 [2020-08-17T13:07:01.730Z] Removing intermediate container f7e6dabb3984 [2020-08-17T13:07:01.730Z] ---> 126b1da5fa02 [2020-08-17T13:07:01.730Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T13:07:02.008Z] ---> Running in 0ef639ec438c [2020-08-17T13:07:02.603Z] ---> Running in 6635b5254b76 [2020-08-17T13:07:04.035Z] Removing intermediate container 0ef639ec438c [2020-08-17T13:07:04.035Z] ---> 1bc92aaa6251 [2020-08-17T13:07:04.035Z] Removing intermediate container 31b14b69d059 [2020-08-17T13:07:04.035Z] ---> 17f3e4e265c0 [2020-08-17T13:07:04.035Z] Step 6/21 : COPY go.mod . [2020-08-17T13:07:04.035Z] Step 28/29 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:07:04.035Z] ---> e2135e09b692 [2020-08-17T13:07:04.035Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T13:07:05.039Z] ---> Running in d32c4f85c307 [2020-08-17T13:07:05.039Z] Removing intermediate container 6635b5254b76 [2020-08-17T13:07:05.039Z] ---> b7dd0c9b7560 [2020-08-17T13:07:05.039Z] [2020-08-17T13:07:05.651Z] ---> e4a0e8e50748 [2020-08-17T13:07:05.651Z] Step 7/21 : RUN go mod download [2020-08-17T13:07:05.651Z] Successfully built b7dd0c9b7560 [2020-08-17T13:07:06.258Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-17T13:07:06.258Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-08-17T13:07:06.531Z] ---> 3561a39e8b2e [2020-08-17T13:07:06.531Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T13:07:06.531Z] ---> Running in e883d839bb54 [2020-08-17T13:07:06.531Z] Removing intermediate container d32c4f85c307 [2020-08-17T13:07:06.531Z] ---> dfe88860bc57 [2020-08-17T13:07:06.531Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T13:07:06.810Z] ---> Running in 5383fbb0f10b [2020-08-17T13:07:06.810Z] ---> Running in ad6af1a67e22 [2020-08-17T13:07:08.265Z] Removing intermediate container 5383fbb0f10b [2020-08-17T13:07:08.265Z] ---> 6a5e91f99fd7 [2020-08-17T13:07:08.265Z] [2020-08-17T13:07:08.537Z] Successfully built 6a5e91f99fd7 [2020-08-17T13:07:08.537Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-17T13:07:08.537Z] Building docker-core-command-go [2020-08-17T13:07:12.869Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container ad6af1a67e22 [2020-08-17T13:07:12.869Z] ---> 5c32ff771cda [2020-08-17T13:07:12.869Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T13:07:12.869Z] Removing intermediate container e883d839bb54 [2020-08-17T13:07:12.869Z] ---> 250ca98f8433 [2020-08-17T13:07:12.869Z] Step 8/21 : COPY . . [2020-08-17T13:07:13.143Z] ---> Running in 8a06a3d6cc2c [2020-08-17T13:07:14.132Z] Removing intermediate container 8a06a3d6cc2c [2020-08-17T13:07:14.132Z] ---> 31f18c03405c [2020-08-17T13:07:14.132Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T13:07:16.761Z] ---> Running in baaf89ff01ff [2020-08-17T13:07:18.753Z] Removing intermediate container baaf89ff01ff [2020-08-17T13:07:18.753Z] ---> f36a9b13b5b6 [2020-08-17T13:07:18.753Z] Step 25/26 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:07:20.193Z] ---> Running in 91eca4402f30 [2020-08-17T13:07:21.636Z] Removing intermediate container 91eca4402f30 [2020-08-17T13:07:21.636Z] ---> 8ad81e481752 [2020-08-17T13:07:21.636Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T13:07:23.075Z] ---> Running in 11188729d773 [2020-08-17T13:07:24.059Z] Removing intermediate container 11188729d773 [2020-08-17T13:07:24.059Z] ---> 04585adb07fb [2020-08-17T13:07:24.059Z] [2020-08-17T13:07:24.333Z] Successfully built 04585adb07fb [2020-08-17T13:07:24.333Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-17T13:07:24.333Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-08-17T13:07:32.626Z] ---> f36ff79f3aa8 [2020-08-17T13:07:32.626Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T13:07:32.626Z] ---> Running in 3f10240f1847 [2020-08-17T13:07:34.064Z] 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-17T13:07:56.258Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:07:56.258Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T13:07:56.258Z] ---> 29ed6698c90b [2020-08-17T13:07:56.258Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T13:07:56.258Z] ---> Using cache [2020-08-17T13:07:56.258Z] ---> 77160407cf93 [2020-08-17T13:07:56.258Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:07:56.258Z] ---> Using cache [2020-08-17T13:07:56.258Z] ---> e01240f2edd2 [2020-08-17T13:07:56.258Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T13:07:59.663Z] ---> Running in 90e3b570bac2 [2020-08-17T13:08:01.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:08:02.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:08:03.219Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:08:03.219Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:08:03.219Z] OK: 12617 distinct packages available [2020-08-17T13:08:04.200Z] OK: 217 MiB in 51 packages [2020-08-17T13:08:07.617Z] Removing intermediate container 90e3b570bac2 [2020-08-17T13:08:07.617Z] ---> d41c8bf537b4 [2020-08-17T13:08:07.617Z] Step 6/26 : COPY go.mod . [2020-08-17T13:08:09.063Z] ---> 5bd4776ea8e3 [2020-08-17T13:08:09.063Z] Step 7/26 : RUN go mod download [2020-08-17T13:08:09.340Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:08:09.340Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T13:08:09.340Z] ---> 29ed6698c90b [2020-08-17T13:08:09.340Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T13:08:09.340Z] ---> Using cache [2020-08-17T13:08:09.340Z] ---> 77160407cf93 [2020-08-17T13:08:09.340Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:08:09.340Z] ---> Using cache [2020-08-17T13:08:09.340Z] ---> e01240f2edd2 [2020-08-17T13:08:09.340Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T13:08:09.340Z] ---> Using cache [2020-08-17T13:08:09.340Z] ---> 64cb9a67edf9 [2020-08-17T13:08:09.340Z] Step 6/20 : COPY go.mod . [2020-08-17T13:08:09.340Z] ---> Using cache [2020-08-17T13:08:09.340Z] ---> 385d44f4179e [2020-08-17T13:08:09.340Z] Step 7/20 : RUN go mod download [2020-08-17T13:08:09.340Z] ---> Using cache [2020-08-17T13:08:09.340Z] ---> 3f91ce2469b6 [2020-08-17T13:08:09.340Z] Step 8/20 : COPY . . [2020-08-17T13:08:09.340Z] ---> Using cache [2020-08-17T13:08:09.340Z] ---> 4ad9e387797e [2020-08-17T13:08:09.340Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T13:08:09.624Z] ---> Running in 510f5003c062 [2020-08-17T13:08:09.624Z] ---> Running in 1f5aad003b26 [2020-08-17T13:08:10.619Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:08:10.619Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T13:08:10.619Z] ---> 29ed6698c90b [2020-08-17T13:08:10.619Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T13:08:10.619Z] ---> Using cache [2020-08-17T13:08:10.619Z] ---> 77160407cf93 [2020-08-17T13:08:10.619Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:08:10.619Z] ---> Using cache [2020-08-17T13:08:10.619Z] ---> e01240f2edd2 [2020-08-17T13:08:10.619Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T13:08:10.619Z] ---> Using cache [2020-08-17T13:08:10.619Z] ---> 64cb9a67edf9 [2020-08-17T13:08:10.619Z] Step 6/21 : COPY go.mod . [2020-08-17T13:08:10.619Z] ---> Using cache [2020-08-17T13:08:10.619Z] ---> 385d44f4179e [2020-08-17T13:08:10.619Z] Step 7/21 : RUN go mod download [2020-08-17T13:08:10.619Z] ---> Using cache [2020-08-17T13:08:10.619Z] ---> 3f91ce2469b6 [2020-08-17T13:08:10.619Z] Step 8/21 : COPY . . [2020-08-17T13:08:10.619Z] ---> Using cache [2020-08-17T13:08:10.619Z] ---> 4ad9e387797e [2020-08-17T13:08:10.619Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T13:08:10.897Z] ---> Running in b3706356b888 [2020-08-17T13:08:13.159Z] 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-17T13:08:14.636Z] 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-17T13:08:18.068Z] Removing intermediate container 510f5003c062 [2020-08-17T13:08:18.068Z] ---> ff507d341e14 [2020-08-17T13:08:18.068Z] Step 8/26 : COPY . . [2020-08-17T13:08:26.387Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T13:08:26.387Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T13:08:26.387Z] ---> 29ed6698c90b [2020-08-17T13:08:26.387Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T13:08:26.387Z] ---> Using cache [2020-08-17T13:08:26.387Z] ---> 77160407cf93 [2020-08-17T13:08:26.387Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:08:26.387Z] ---> Using cache [2020-08-17T13:08:26.387Z] ---> e01240f2edd2 [2020-08-17T13:08:26.387Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T13:08:26.387Z] ---> Running in e8433957b910 [2020-08-17T13:08:29.042Z] Removing intermediate container 3f10240f1847 [2020-08-17T13:08:29.042Z] ---> 7d5529f4a844 [2020-08-17T13:08:29.042Z] [2020-08-17T13:08:29.042Z] Step 10/21 : FROM scratch [2020-08-17T13:08:29.042Z] ---> [2020-08-17T13:08:29.042Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T13:08:29.042Z] ---> Using cache [2020-08-17T13:08:29.042Z] ---> 280e2718dd61 [2020-08-17T13:08:29.042Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T13:08:29.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:08:29.318Z] ---> Running in b79eafb809b1 [2020-08-17T13:08:29.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:08:30.910Z] Removing intermediate container b79eafb809b1 [2020-08-17T13:08:30.910Z] ---> 7999f1dd2d74 [2020-08-17T13:08:30.910Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T13:08:30.910Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T13:08:30.910Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T13:08:30.910Z] OK: 12617 distinct packages available [2020-08-17T13:08:31.185Z] ---> Running in b10e8bc9b68e [2020-08-17T13:08:31.785Z] OK: 217 MiB in 51 packages [2020-08-17T13:08:32.082Z] Removing intermediate container b10e8bc9b68e [2020-08-17T13:08:32.082Z] ---> eb908e019210 [2020-08-17T13:08:32.082Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T13:08:34.079Z] Removing intermediate container e8433957b910 [2020-08-17T13:08:34.079Z] ---> ed05d8dbf836 [2020-08-17T13:08:34.079Z] Step 6/22 : COPY go.mod . [2020-08-17T13:08:34.352Z] ---> 9122e2546284 [2020-08-17T13:08:34.352Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T13:08:35.807Z] ---> 4b597782fc54 [2020-08-17T13:08:35.807Z] Step 7/22 : RUN go mod download [2020-08-17T13:08:36.413Z] ---> Running in 33e3df52164c [2020-08-17T13:08:36.413Z] ---> c09604045e00 [2020-08-17T13:08:36.413Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T13:08:40.749Z] ---> 876d0af54bee [2020-08-17T13:08:40.749Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T13:08:42.739Z] Removing intermediate container 33e3df52164c [2020-08-17T13:08:42.739Z] ---> 72816bd5dc63 [2020-08-17T13:08:42.739Z] Step 8/22 : COPY . . [2020-08-17T13:08:42.739Z] ---> 0d5333678ae8 [2020-08-17T13:08:42.739Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T13:08:43.341Z] ---> Running in f98a40abb625 [2020-08-17T13:08:44.335Z] Removing intermediate container f98a40abb625 [2020-08-17T13:08:44.335Z] ---> 3e94041ba722 [2020-08-17T13:08:44.335Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T13:08:44.610Z] ---> Running in 157fe52b881c [2020-08-17T13:08:46.054Z] Removing intermediate container 157fe52b881c [2020-08-17T13:08:46.054Z] ---> 00e3d80929be [2020-08-17T13:08:46.054Z] Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:08:46.330Z] ---> Running in 1befcaddd8f6 [2020-08-17T13:08:47.319Z] Removing intermediate container 1befcaddd8f6 [2020-08-17T13:08:47.319Z] ---> f0f37df64f3d [2020-08-17T13:08:47.319Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T13:08:47.596Z] ---> Running in ca08e30328f7 [2020-08-17T13:08:48.585Z] Removing intermediate container ca08e30328f7 [2020-08-17T13:08:48.585Z] ---> 91676cb82663 [2020-08-17T13:08:48.585Z] [2020-08-17T13:08:50.040Z] Successfully built 91676cb82663 [2020-08-17T13:08:50.040Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-17T13:08:55.466Z]  Building docker-support-logging-go ... done  ---> 355c1a491b5e [2020-08-17T13:08:55.466Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T13:08:55.743Z] ---> Running in f8a05000e1b4 [2020-08-17T13:08:58.380Z] 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-17T13:09:13.510Z] ---> c40ec20cac21 [2020-08-17T13:09:13.510Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T13:09:13.510Z] ---> Running in d879aaef1e1c [2020-08-17T13:09:14.492Z] 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-17T13:09:46.866Z] Removing intermediate container 1f5aad003b26 [2020-08-17T13:09:46.866Z] ---> a87bc359d8ef [2020-08-17T13:09:46.866Z] [2020-08-17T13:09:46.866Z] Step 10/20 : FROM scratch [2020-08-17T13:09:46.866Z] ---> [2020-08-17T13:09:46.866Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T13:09:46.866Z] ---> Using cache [2020-08-17T13:09:46.866Z] ---> db441cf29a05 [2020-08-17T13:09:46.866Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T13:09:46.866Z] ---> Running in efc1923c78ec [2020-08-17T13:09:46.866Z] Removing intermediate container efc1923c78ec [2020-08-17T13:09:46.866Z] ---> ec90d38f8f99 [2020-08-17T13:09:46.866Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T13:09:46.866Z] ---> Running in e0bd8d1ff4d9 [2020-08-17T13:09:46.866Z] Removing intermediate container b3706356b888 [2020-08-17T13:09:46.866Z] ---> bfee8b1c3127 [2020-08-17T13:09:46.866Z] [2020-08-17T13:09:46.866Z] Step 10/21 : FROM scratch [2020-08-17T13:09:46.866Z] ---> [2020-08-17T13:09:46.866Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T13:09:46.866Z] ---> Using cache [2020-08-17T13:09:46.866Z] ---> db441cf29a05 [2020-08-17T13:09:46.866Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T13:09:46.866Z] Removing intermediate container e0bd8d1ff4d9 [2020-08-17T13:09:46.866Z] ---> a6750929a855 [2020-08-17T13:09:46.866Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T13:09:46.866Z] ---> Running in 4b1bf96134f7 [2020-08-17T13:09:46.866Z] Removing intermediate container 4b1bf96134f7 [2020-08-17T13:09:46.866Z] ---> 4f126a0f7db0 [2020-08-17T13:09:46.866Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T13:09:46.866Z] ---> Running in 3b7419140794 [2020-08-17T13:09:46.866Z] ---> 8c488d26149e [2020-08-17T13:09:46.866Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T13:09:47.142Z] Removing intermediate container 3b7419140794 [2020-08-17T13:09:47.142Z] ---> 2b2166040a56 [2020-08-17T13:09:47.142Z] Step 14/21 : WORKDIR / [2020-08-17T13:09:47.418Z] ---> Running in a3a5a38dd8e7 [2020-08-17T13:09:48.408Z] Removing intermediate container a3a5a38dd8e7 [2020-08-17T13:09:48.408Z] ---> c8568262aa6b [2020-08-17T13:09:48.408Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T13:09:49.011Z] ---> 109eab3d3fbe [2020-08-17T13:09:49.011Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T13:09:49.288Z] ---> c7c31c8b482a [2020-08-17T13:09:49.288Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T13:09:50.740Z] ---> 0730a5a0258d [2020-08-17T13:09:50.740Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T13:09:51.017Z] ---> Running in f45f46d88648 [2020-08-17T13:09:51.619Z] ---> 1347c105f587 [2020-08-17T13:09:51.619Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T13:09:51.619Z] Removing intermediate container f45f46d88648 [2020-08-17T13:09:51.619Z] ---> 64f9b22aa4d2 [2020-08-17T13:09:51.619Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T13:09:51.897Z] ---> Running in 8f981a656a8a [2020-08-17T13:09:52.501Z] ---> 6ca45b77200a [2020-08-17T13:09:52.501Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T13:09:52.780Z] Removing intermediate container 8f981a656a8a [2020-08-17T13:09:52.780Z] ---> 52a2ffb26dc9 [2020-08-17T13:09:52.780Z] Step 19/20 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:09:52.780Z] ---> Running in ed3bb50a3176 [2020-08-17T13:09:53.057Z] ---> Running in a2c900f4f8f1 [2020-08-17T13:09:53.662Z] Removing intermediate container ed3bb50a3176 [2020-08-17T13:09:53.662Z] ---> 94a25221aa26 [2020-08-17T13:09:53.662Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T13:09:53.662Z] ---> Running in 76f32251796b [2020-08-17T13:09:53.940Z] Removing intermediate container a2c900f4f8f1 [2020-08-17T13:09:53.940Z] ---> 6a51fe271fe4 [2020-08-17T13:09:53.940Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T13:09:54.219Z] ---> Running in bef926ae7258 [2020-08-17T13:09:54.495Z] Removing intermediate container 76f32251796b [2020-08-17T13:09:54.495Z] ---> da35eb667919 [2020-08-17T13:09:54.495Z] Step 20/21 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:09:54.495Z] ---> Running in 00489c50064a [2020-08-17T13:09:54.771Z] Removing intermediate container bef926ae7258 [2020-08-17T13:09:54.771Z] ---> a98383af843c [2020-08-17T13:09:54.771Z] [2020-08-17T13:09:55.372Z] Removing intermediate container 00489c50064a [2020-08-17T13:09:55.372Z] ---> 3043e45d6f81 [2020-08-17T13:09:55.372Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T13:09:55.647Z] Successfully built a98383af843c [2020-08-17T13:09:55.647Z] ---> Running in adbfc2fc5491 [2020-08-17T13:09:55.647Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-17T13:09:56.247Z]  Building docker-support-scheduler-go ... done Removing intermediate container adbfc2fc5491 [2020-08-17T13:09:56.247Z] ---> 5041f34f3cf8 [2020-08-17T13:09:56.247Z] [2020-08-17T13:09:56.846Z] Successfully built 5041f34f3cf8 [2020-08-17T13:09:56.846Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-17T13:10:09.242Z]  Building docker-core-command-go ... done Removing intermediate container f8a05000e1b4 [2020-08-17T13:10:09.242Z] ---> 80c4fcca8a6c [2020-08-17T13:10:09.242Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T13:10:09.242Z] ---> Running in 30de7132a45d [2020-08-17T13:10:11.216Z] 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-17T13:10:15.514Z] Removing intermediate container 30de7132a45d [2020-08-17T13:10:15.514Z] ---> 6cb502f93db2 [2020-08-17T13:10:15.514Z] [2020-08-17T13:10:15.514Z] Step 11/26 : FROM docker:latest [2020-08-17T13:10:15.514Z] ---> ce9d55ae87f1 [2020-08-17T13:10:15.514Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T13:10:15.514Z] ---> Running in 6dd26b6dc4b2 [2020-08-17T13:10:16.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:10:16.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:10:17.357Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T13:10:17.357Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T13:10:17.357Z] Executing bash-5.0.17-r0.post-install [2020-08-17T13:10:17.357Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T13:10:17.357Z] OK: 12 MiB in 22 packages [2020-08-17T13:10:19.338Z] Removing intermediate container 6dd26b6dc4b2 [2020-08-17T13:10:19.338Z] ---> 6b1b0dccd364 [2020-08-17T13:10:19.338Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T13:10:19.338Z] ---> Running in 7eb3b430c763 [2020-08-17T13:10:21.945Z] Removing intermediate container 7eb3b430c763 [2020-08-17T13:10:21.945Z] ---> abe0f61c4844 [2020-08-17T13:10:21.945Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T13:10:21.945Z] ---> Running in 1d5ee268d5ee [2020-08-17T13:10:22.538Z] Removing intermediate container 1d5ee268d5ee [2020-08-17T13:10:22.538Z] ---> 28b4ed41a1a9 [2020-08-17T13:10:22.538Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T13:10:22.538Z] ---> Running in 2d15454eb0a4 [2020-08-17T13:10:23.131Z] Removing intermediate container 2d15454eb0a4 [2020-08-17T13:10:23.131Z] ---> 399750742f76 [2020-08-17T13:10:23.131Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T13:10:23.409Z] ---> Running in 8bc12f47e0e7 [2020-08-17T13:10:24.000Z] Removing intermediate container 8bc12f47e0e7 [2020-08-17T13:10:24.000Z] ---> a1c99f18a8a8 [2020-08-17T13:10:24.001Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T13:10:25.432Z] ---> 74c799e30679 [2020-08-17T13:10:25.432Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T13:10:26.411Z] ---> 9586193401b8 [2020-08-17T13:10:26.411Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T13:10:27.006Z] Removing intermediate container d879aaef1e1c [2020-08-17T13:10:27.006Z] ---> dee7bb3ffbef [2020-08-17T13:10:27.006Z] [2020-08-17T13:10:27.006Z] Step 10/22 : FROM alpine [2020-08-17T13:10:27.006Z] ---> 62ee0e9f8440 [2020-08-17T13:10:27.006Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T13:10:27.278Z] ---> Running in 394940f2ca2e [2020-08-17T13:10:27.278Z] ---> b84fdee53877 [2020-08-17T13:10:27.278Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T13:10:27.551Z] ---> Running in 45b324df7ac1 [2020-08-17T13:10:27.827Z] Removing intermediate container 394940f2ca2e [2020-08-17T13:10:27.827Z] ---> ec7e067c29ce [2020-08-17T13:10:27.827Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T13:10:27.827Z] ---> Running in 2cf2a44b23fd [2020-08-17T13:10:28.421Z] Removing intermediate container 2cf2a44b23fd [2020-08-17T13:10:28.421Z] ---> 54fa8cd69259 [2020-08-17T13:10:28.421Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T13:10:28.421Z] ---> Running in ca2f64dacee8 [2020-08-17T13:10:29.024Z] Removing intermediate container ca2f64dacee8 [2020-08-17T13:10:29.024Z] ---> c3a2ff3b6148 [2020-08-17T13:10:29.024Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T13:10:29.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:10:29.024Z] ---> Running in af232ea093c5 [2020-08-17T13:10:29.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:10:30.280Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T13:10:30.280Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T13:10:30.280Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T13:10:30.280Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T13:10:30.280Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T13:10:30.280Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T13:10:30.280Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T13:10:32.272Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T13:10:32.272Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T13:10:32.272Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T13:10:32.272Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T13:10:32.272Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T13:10:32.272Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T13:10:32.272Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T13:10:32.272Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T13:10:32.272Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T13:10:32.272Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T13:10:32.543Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T13:10:32.543Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T13:10:32.543Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T13:10:32.543Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T13:10:32.543Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T13:10:32.543Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T13:10:32.543Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T13:10:32.543Z] Removing intermediate container af232ea093c5 [2020-08-17T13:10:32.543Z] ---> 1993683ebbe3 [2020-08-17T13:10:32.543Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T13:10:32.543Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T13:10:32.543Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T13:10:32.543Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T13:10:32.543Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T13:10:32.543Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T13:10:32.543Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T13:10:32.819Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T13:10:32.819Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T13:10:32.819Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T13:10:32.819Z] ---> Running in 6d361776508d [2020-08-17T13:10:32.819Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T13:10:32.819Z] OK: 71 MiB in 55 packages [2020-08-17T13:10:34.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:10:35.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:10:35.978Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T13:10:35.978Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T13:10:36.248Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T13:10:36.248Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T13:10:36.519Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T13:10:36.519Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T13:10:36.519Z] OK: 8 MiB in 19 packages [2020-08-17T13:10:38.495Z] Removing intermediate container 6d361776508d [2020-08-17T13:10:38.495Z] ---> 884e2b5f7224 [2020-08-17T13:10:38.495Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T13:10:38.767Z] Removing intermediate container 45b324df7ac1 [2020-08-17T13:10:38.767Z] ---> 116f5dbc73a6 [2020-08-17T13:10:38.767Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T13:10:39.045Z] ---> Running in 7aa71010798d [2020-08-17T13:10:39.316Z] ---> 0b07f0b6a617 [2020-08-17T13:10:39.316Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T13:10:40.742Z] ---> 718eff1436ec [2020-08-17T13:10:40.742Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T13:10:41.714Z] ---> 5a065e334f26 [2020-08-17T13:10:41.714Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T13:10:41.714Z] ---> Running in 6d77bc5e8219 [2020-08-17T13:10:42.313Z] Removing intermediate container 6d77bc5e8219 [2020-08-17T13:10:42.313Z] ---> b971f24b5e08 [2020-08-17T13:10:42.313Z] Step 20/22 : LABEL arch=arm64 [2020-08-17T13:10:42.313Z] ---> Running in ece143d3fd5f [2020-08-17T13:10:42.909Z] Removing intermediate container ece143d3fd5f [2020-08-17T13:10:42.909Z] ---> 2b4ebcf001d3 [2020-08-17T13:10:42.909Z] Step 21/22 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:10:42.909Z] ---> Running in 9272bde9ebe8 [2020-08-17T13:10:43.502Z] Removing intermediate container 9272bde9ebe8 [2020-08-17T13:10:43.502Z] ---> ecdae16e3a01 [2020-08-17T13:10:43.502Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T13:10:43.502Z] ---> Running in 1ca004d6142a [2020-08-17T13:10:44.095Z] Removing intermediate container 1ca004d6142a [2020-08-17T13:10:44.095Z] ---> d7d4dc2307a8 [2020-08-17T13:10:44.095Z] [2020-08-17T13:10:44.688Z] Successfully built d7d4dc2307a8 [2020-08-17T13:10:44.688Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-17T13:10:45.278Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-08-17T13:10:45.278Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T13:10:46.249Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T13:10:46.249Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T13:10:47.696Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T13:10:47.696Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T13:10:48.302Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T13:10:48.302Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T13:10:50.946Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T13:10:50.946Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T13:10:50.946Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T13:10:50.946Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T13:10:53.567Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T13:10:53.567Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T13:10:54.536Z] Collecting PyYAML<4,>=3.10 [2020-08-17T13:10:54.536Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T13:10:57.900Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T13:10:57.900Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T13:10:59.860Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T13:10:59.860Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T13:11:00.449Z] 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-17T13:11:00.449Z] Collecting idna<2.8,>=2.5 [2020-08-17T13:11:00.449Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T13:11:00.721Z] 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-17T13:11:00.721Z] 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-17T13:11:01.310Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T13:11:01.310Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T13:11:01.582Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T13:11:01.582Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T13:11:01.852Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T13:11:01.852Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T13:11:01.852Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T13:11:01.852Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T13:11:02.823Z] Installing collected packages: jsonschema, idna, urllib3, requests, dockerpty, cached-property, docopt, websocket-client, PyYAML, texttable, docker-pycreds, docker, docker-compose [2020-08-17T13:11:02.823Z] Attempting uninstall: idna [2020-08-17T13:11:02.823Z] Found existing installation: idna 2.9 [2020-08-17T13:11:03.093Z] Uninstalling idna-2.9: [2020-08-17T13:11:03.093Z] Successfully uninstalled idna-2.9 [2020-08-17T13:11:03.685Z] Attempting uninstall: urllib3 [2020-08-17T13:11:03.685Z] Found existing installation: urllib3 1.25.9 [2020-08-17T13:11:03.685Z] Uninstalling urllib3-1.25.9: [2020-08-17T13:11:03.955Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T13:11:04.544Z] Attempting uninstall: requests [2020-08-17T13:11:04.544Z] Found existing installation: requests 2.23.0 [2020-08-17T13:11:04.544Z] Uninstalling requests-2.23.0: [2020-08-17T13:11:04.544Z] Successfully uninstalled requests-2.23.0 [2020-08-17T13:11:05.136Z] Running setup.py install for dockerpty: started [2020-08-17T13:11:07.099Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T13:11:07.099Z] Running setup.py install for docopt: started [2020-08-17T13:11:09.712Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T13:11:09.712Z] Running setup.py install for PyYAML: started [2020-08-17T13:11:12.311Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T13:11:12.311Z] Running setup.py install for texttable: started [2020-08-17T13:11:14.913Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T13:11:16.336Z] 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-17T13:11:20.620Z] Removing intermediate container 7aa71010798d [2020-08-17T13:11:20.620Z] ---> 896b298f3441 [2020-08-17T13:11:20.620Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T13:11:20.620Z] ---> Running in fa44c4bdaac7 [2020-08-17T13:11:22.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T13:11:22.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T13:11:22.634Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T13:11:22.634Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T13:11:22.634Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T13:11:22.634Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T13:11:22.634Z] OK: 71 MiB in 58 packages [2020-08-17T13:11:23.607Z] Removing intermediate container fa44c4bdaac7 [2020-08-17T13:11:23.607Z] ---> 100f953faa71 [2020-08-17T13:11:23.607Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T13:11:23.877Z] ---> Running in 2b076375cddc [2020-08-17T13:11:24.148Z] Removing intermediate container 2b076375cddc [2020-08-17T13:11:24.148Z] ---> afc55eac0f65 [2020-08-17T13:11:24.148Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T13:11:24.423Z] ---> Running in d12bd11b28d0 [2020-08-17T13:11:24.694Z] Removing intermediate container d12bd11b28d0 [2020-08-17T13:11:24.694Z] ---> bb9516a8f284 [2020-08-17T13:11:24.694Z] Step 25/26 : LABEL git_sha=a101cfe205c8646f279e8375f92dd78bc13c901b [2020-08-17T13:11:24.965Z] ---> Running in 4d5af6fc83c5 [2020-08-17T13:11:25.238Z] Removing intermediate container 4d5af6fc83c5 [2020-08-17T13:11:25.238Z] ---> a5510eecee26 [2020-08-17T13:11:25.238Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T13:11:25.509Z] ---> Running in 2c4b5758afb0 [2020-08-17T13:11:26.100Z] Removing intermediate container 2c4b5758afb0 [2020-08-17T13:11:26.100Z] ---> 569fe47c0ce5 [2020-08-17T13:11:26.100Z] [2020-08-17T13:11:26.370Z] Successfully built 569fe47c0ce5 [2020-08-17T13:11:26.642Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-17T13:11:26.928Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-17T13:11:26.919Z] $ docker stop --time=1 78e888fb541ecfcf0af362c60742ac4db94c8f7b6c978494d5ff1eecc39a677e [2020-08-17T13:11:28.885Z] $ docker rm -f 78e888fb541ecfcf0af362c60742ac4db94c8f7b6c978494d5ff1eecc39a677e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T13:11:29.648Z] + docker images [2020-08-17T13:11:29.648Z] + grep docker [2020-08-17T13:11:29.918Z] docker-sys-mgmt-agent-go-arm64 latest 569fe47c0ce5 4 seconds ago 266MB [2020-08-17T13:11:29.918Z] docker-core-data-go-arm64 latest d7d4dc2307a8 46 seconds ago 22.6MB [2020-08-17T13:11:29.918Z] docker-core-command-go-arm64 latest 5041f34f3cf8 About a minute ago 12.4MB [2020-08-17T13:11:29.918Z] docker-support-scheduler-go-arm64 latest a98383af843c About a minute ago 12.6MB [2020-08-17T13:11:29.918Z] docker-support-logging-go-arm64 latest 91676cb82663 2 minutes ago 11.4MB [2020-08-17T13:11:29.918Z] docker-security-secretstore-setup-go-arm64 latest 04585adb07fb 4 minutes ago 32.6MB [2020-08-17T13:11:29.918Z] docker-security-secrets-setup-go-arm64 latest 6a5e91f99fd7 4 minutes ago 24.2MB [2020-08-17T13:11:29.918Z] docker-core-metadata-go-arm64 latest b7dd0c9b7560 4 minutes ago 13.8MB [2020-08-17T13:11:29.918Z] docker-support-notifications-go-arm64 latest f55af98fd600 4 minutes ago 13.9MB [2020-08-17T13:11:29.918Z] docker-security-proxy-setup-go-arm64 latest 6e5cf51ee137 4 minutes ago 15.8MB [2020-08-17T13:11:29.918Z] docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-17T13:11:31.642Z] provisioning config files... [2020-08-17T13:11:31.663Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config3223220911849490262tmp [Pipeline] { [Pipeline] sh [2020-08-17T13:11:32.015Z] + curl -s https://codecov.io/bash [2020-08-17T13:11:32.015Z] + bash -s - -t @/w/workspace/edgex-go/15@tmp/config3223220911849490262tmp [Pipeline] } [2020-08-17T13:11:32.598Z] 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-17T13:11:34.051Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T13:11:35.007Z] ---> package-listing.sh [2020-08-17T13:11:35.007Z] ++ facter osfamily [2020-08-17T13:11:35.007Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-17T13:11:35.007Z] + OS_FAMILY=redhat [2020-08-17T13:11:35.007Z] + workspace=/w/workspace/edgex-go/15 [2020-08-17T13:11:35.007Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-17T13:11:35.007Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-17T13:11:35.007Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-17T13:11:35.007Z] + PACKAGES=/tmp/packages_start.txt [2020-08-17T13:11:35.007Z] + '[' /w/workspace/edgex-go/15 ']' [2020-08-17T13:11:35.007Z] + PACKAGES=/tmp/packages_end.txt [2020-08-17T13:11:35.007Z] + case "${OS_FAMILY}" in [2020-08-17T13:11:35.007Z] + rpm -qa [2020-08-17T13:11:35.007Z] + sort [2020-08-17T13:11:39.243Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-17T13:11:39.243Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-17T13:11:39.243Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-17T13:11:39.243Z] + '[' /w/workspace/edgex-go/15 ']' [2020-08-17T13:11:39.243Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2020-08-17T13:11:39.243Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-17T13:11:39.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T13:11:39.995Z] [2020-08-17T13:11:39.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-17T13:11:40.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T13:11:40.359Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-17T13:11:40.359Z] c9b1b535fdd9: Pulling fs layer [2020-08-17T13:11:40.359Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-17T13:11:40.359Z] 756a868c4378: Pulling fs layer [2020-08-17T13:11:40.359Z] 444b2fc9a129: Pulling fs layer [2020-08-17T13:11:40.359Z] ea15f1150254: Pulling fs layer [2020-08-17T13:11:40.359Z] 41b27a9f41bf: Pulling fs layer [2020-08-17T13:11:40.359Z] 28c525ee5125: Pulling fs layer [2020-08-17T13:11:40.359Z] 094b1ea09ed8: Pulling fs layer [2020-08-17T13:11:40.359Z] 138eaada9080: Pulling fs layer [2020-08-17T13:11:40.359Z] 0622d0fa9048: Pulling fs layer [2020-08-17T13:11:40.359Z] 41b27a9f41bf: Waiting [2020-08-17T13:11:40.359Z] 28c525ee5125: Waiting [2020-08-17T13:11:40.359Z] 094b1ea09ed8: Waiting [2020-08-17T13:11:40.359Z] 138eaada9080: Waiting [2020-08-17T13:11:40.359Z] 0622d0fa9048: Waiting [2020-08-17T13:11:40.359Z] 444b2fc9a129: Waiting [2020-08-17T13:11:40.359Z] ea15f1150254: Waiting [2020-08-17T13:11:40.359Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-17T13:11:40.359Z] 2cc5ad85d9ab: Download complete [2020-08-17T13:11:40.359Z] 444b2fc9a129: Download complete [2020-08-17T13:11:40.359Z] c9b1b535fdd9: Verifying Checksum [2020-08-17T13:11:40.630Z] ea15f1150254: Verifying Checksum [2020-08-17T13:11:40.630Z] ea15f1150254: Download complete [2020-08-17T13:11:40.630Z] 28c525ee5125: Verifying Checksum [2020-08-17T13:11:40.630Z] 28c525ee5125: Download complete [2020-08-17T13:11:40.912Z] 756a868c4378: Verifying Checksum [2020-08-17T13:11:40.912Z] 756a868c4378: Download complete [2020-08-17T13:11:40.912Z] 138eaada9080: Verifying Checksum [2020-08-17T13:11:40.912Z] 138eaada9080: Download complete [2020-08-17T13:11:40.912Z] c9b1b535fdd9: Pull complete [2020-08-17T13:11:40.912Z] 0622d0fa9048: Verifying Checksum [2020-08-17T13:11:40.912Z] 0622d0fa9048: Download complete [2020-08-17T13:11:41.176Z] 094b1ea09ed8: Verifying Checksum [2020-08-17T13:11:41.176Z] 094b1ea09ed8: Download complete [2020-08-17T13:11:41.438Z] 2cc5ad85d9ab: Pull complete [2020-08-17T13:11:41.438Z] 41b27a9f41bf: Verifying Checksum [2020-08-17T13:11:41.438Z] 41b27a9f41bf: Download complete [2020-08-17T13:11:43.373Z] 756a868c4378: Pull complete [2020-08-17T13:11:43.373Z] 444b2fc9a129: Pull complete [2020-08-17T13:11:43.636Z] ea15f1150254: Pull complete [2020-08-17T13:11:50.242Z] 41b27a9f41bf: Pull complete [2020-08-17T13:11:50.242Z] 28c525ee5125: Pull complete [2020-08-17T13:11:52.807Z] 094b1ea09ed8: Pull complete [2020-08-17T13:11:54.196Z] 138eaada9080: Pull complete [2020-08-17T13:11:54.196Z] 0622d0fa9048: Pull complete [2020-08-17T13:11:54.196Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-17T13:11:54.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T13:11:54.196Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-17T13:11:54.359Z] prd-centos7-docker-4c-2g-268 does not seem to be running inside a container [2020-08-17T13:11:54.412Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-17T13:11:59.072Z] $ docker top 6e853ec08b6a39f1f264b4dcb9eadb6835c10414d1d1ddbb775f28491c965b6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T13:11:59.360Z] provisioning config files... [2020-08-17T13:11:59.375Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config2572659128206879047tmp [Pipeline] { [Pipeline] echo [2020-08-17T13:11:59.433Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T13:11:59.734Z] ---> create-netrc.sh [Pipeline] echo [2020-08-17T13:11:59.744Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T13:12:00.041Z] ---> logs-deploy.sh [2020-08-17T13:12:00.041Z] + ARCHIVE_ARTIFACTS= [2020-08-17T13:12:00.041Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-17T13:12:00.041Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-17T13:12:00.041Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-17T13:12:00.041Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/15 [2020-08-17T13:12:00.041Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/15/ [2020-08-17T13:12:00.041Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/15 /w/workspace/edgex-go/15 [2020-08-17T13:12:00.987Z] Archives upload complete. [2020-08-17T13:12:01.250Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/15 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/15/