Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at b15589ad757bd96941d0737b641a3301667c5cfd rather than fb650b50dcd735cec13b6d517224b4e36adaa169 Obtained Jenkinsfile from b15589ad757bd96941d0737b641a3301667c5cfd 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-680 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # 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/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 Merge succeeded, producing 98380472605f4711941f475a8de95c5685366209 Checking out Revision 98380472605f4711941f475a8de95c5685366209 (PR-2627) > git config core.sparsecheckout # timeout=10 > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # 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 b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98380472605f4711941f475a8de95c5685366209 # timeout=10 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" > git rev-list --no-walk fb650b50dcd735cec13b6d517224b4e36adaa169 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-23T04:30:31.869Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-23T04:30:32.044Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-23T04:30:32.125Z] ========================================================= [2020-07-23T04:30:32.125Z] EdgeX Global Pipelines Version Info [2020-07-23T04:30:32.125Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:30:33.535Z] ------------------- [2020-07-23T04:30:33.535Z] stable info: [2020-07-23T04:30:33.535Z] ------------------- [2020-07-23T04:30:33.535Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-23T04:30:33.535Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:30:33.535Z] Message: update stable to v1.0.103 [2020-07-23T04:30:34.475Z] ------------------- [2020-07-23T04:30:34.475Z] experimental info: [2020-07-23T04:30:34.475Z] ------------------- [2020-07-23T04:30:34.476Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-23T04:30:34.476Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:30:34.476Z] Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-23T04:30:35.988Z] ++ 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-07-23T04:30:35.988Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.988Z] ++ dirname cmd/core-command/Dockerfile [2020-07-23T04:30:35.988Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.988Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-23T04:30:35.988Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.988Z] ++ dirname cmd/core-data/Dockerfile [2020-07-23T04:30:35.988Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.988Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-23T04:30:35.988Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.988Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-23T04:30:35.988Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.988Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-23T04:30:35.988Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.988Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-23T04:30:35.988Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.988Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-23T04:30:35.988Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.989Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-23T04:30:35.989Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.989Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-23T04:30:35.989Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.989Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:30:35.989Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.989Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:30:35.989Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.989Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-23T04:30:35.989Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.989Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-23T04:30:35.989Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.989Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-23T04:30:35.989Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.989Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-23T04:30:35.989Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.989Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-23T04:30:35.989Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.989Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-23T04:30:35.989Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:35.989Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-23T04:30:35.989Z] ++ cut -d/ -f2 [2020-07-23T04:30:35.989Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-23T04:30:36.055Z] 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-07-23T04:30:36.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:30:36.944Z] [2020-07-23T04:30:36.944Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:30:37.287Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:30:37.287Z] latest: Pulling from edgex-devops/git-semver [2020-07-23T04:30:37.287Z] 31603596830f: Pulling fs layer [2020-07-23T04:30:37.287Z] 2a8b12db71e7: Pulling fs layer [2020-07-23T04:30:37.287Z] 6ca5941a6612: Pulling fs layer [2020-07-23T04:30:37.287Z] ecc8261a40a4: Pulling fs layer [2020-07-23T04:30:37.287Z] ecc8261a40a4: Waiting [2020-07-23T04:30:37.287Z] 2a8b12db71e7: Verifying Checksum [2020-07-23T04:30:37.287Z] 2a8b12db71e7: Download complete [2020-07-23T04:30:37.287Z] 31603596830f: Verifying Checksum [2020-07-23T04:30:37.287Z] 31603596830f: Download complete [2020-07-23T04:30:37.551Z] ecc8261a40a4: Verifying Checksum [2020-07-23T04:30:37.551Z] ecc8261a40a4: Download complete [2020-07-23T04:30:37.551Z] 6ca5941a6612: Verifying Checksum [2020-07-23T04:30:37.551Z] 6ca5941a6612: Download complete [2020-07-23T04:30:37.551Z] 31603596830f: Pull complete [2020-07-23T04:30:37.811Z] 2a8b12db71e7: Pull complete [2020-07-23T04:30:38.761Z] 6ca5941a6612: Pull complete [2020-07-23T04:30:38.761Z] ecc8261a40a4: Pull complete [2020-07-23T04:30:38.761Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-23T04:30:39.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:30:39.023Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-23T04:30:39.122Z] prd-centos7-docker-4c-2g-680 does not seem to be running inside a container [2020-07-23T04:30:39.165Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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:10004/edgex-devops/git-semver:latest cat [2020-07-23T04:30:41.407Z] $ docker top ae02f7729aead27e9422f19b3ded136bed8404acd2ea30739b8200dd86c876d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T04:30:41.771Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:30:41.771Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:30:41.995Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:30:41.994Z] $ docker exec ae02f7729aead27e9422f19b3ded136bed8404acd2ea30739b8200dd86c876d1 ssh-agent [2020-07-23T04:30:42.163Z] SSH_AUTH_SOCK=/tmp/ssh-3sizhxbGrau9/agent.11 [2020-07-23T04:30:42.163Z] SSH_AGENT_PID=16 [2020-07-23T04:30:42.173Z] Running ssh-add (command line suppressed) [2020-07-23T04:30:42.287Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_6660893668605996253.key (/w/workspace/edgex-go/13@tmp/private_key_6660893668605996253.key) [2020-07-23T04:30:42.340Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:30:42.752Z] + git describe --exact-match --tags HEAD [2020-07-23T04:30:42.752Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-23T04:30:42.782Z] $ docker exec --env ******** --env ******** ae02f7729aead27e9422f19b3ded136bed8404acd2ea30739b8200dd86c876d1 ssh-agent -k [2020-07-23T04:30:42.899Z] unset SSH_AUTH_SOCK; [2020-07-23T04:30:42.900Z] unset SSH_AGENT_PID; [2020-07-23T04:30:42.900Z] echo Agent pid 16 killed; [2020-07-23T04:30:42.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-23T04:30:43.062Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-23T04:30:43.063Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-23T04:30:43.157Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:30:43.157Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:30:43.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:30:43.327Z] $ docker exec ae02f7729aead27e9422f19b3ded136bed8404acd2ea30739b8200dd86c876d1 ssh-agent [2020-07-23T04:30:43.492Z] SSH_AUTH_SOCK=/tmp/ssh-vku2HWnLeqCo/agent.45 [2020-07-23T04:30:43.492Z] SSH_AGENT_PID=50 [2020-07-23T04:30:43.498Z] Running ssh-add (command line suppressed) [2020-07-23T04:30:43.608Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_5120321744151497123.key (/w/workspace/edgex-go/13@tmp/private_key_5120321744151497123.key) [2020-07-23T04:30:43.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:30:43.980Z] + git semver init [2020-07-23T04:30:43.980Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T04:30:43.980Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2020-07-23T04:30:43.980Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2020-07-23T04:30:43.980Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T04:30:43.980Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T04:30:43.980Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T04:30:43.980Z] # $SEMVER_BRANCH = PR-2627 [2020-07-23T04:30:43.980Z] # $SEMVER_TEMP = /tmp/semver-626546495 [2020-07-23T04:30:43.980Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-23T04:31:05.976Z] # '/tmp/semver-626546495' -> '/w/workspace/edgex-go/13/.semver' [2020-07-23T04:31:05.976Z] # -> Force: false [2020-07-23T04:31:05.976Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2020-07-23T04:31:05.983Z] $ docker exec --env ******** --env ******** ae02f7729aead27e9422f19b3ded136bed8404acd2ea30739b8200dd86c876d1 ssh-agent -k [2020-07-23T04:31:06.177Z] unset SSH_AUTH_SOCK; [2020-07-23T04:31:06.178Z] unset SSH_AGENT_PID; [2020-07-23T04:31:06.178Z] echo Agent pid 50 killed; [2020-07-23T04:31:06.539Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T04:31:07.005Z] + git semver [Pipeline] } [2020-07-23T04:31:07.014Z] $ docker stop --time=1 ae02f7729aead27e9422f19b3ded136bed8404acd2ea30739b8200dd86c876d1 [2020-07-23T04:31:08.572Z] $ docker rm -f ae02f7729aead27e9422f19b3ded136bed8404acd2ea30739b8200dd86c876d1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-23T04:31:21.310Z] Stashed 23 file(s) [Pipeline] echo [2020-07-23T04:31:21.312Z] [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-07-23T04:31:22.137Z] ========================================================= [2020-07-23T04:31:22.138Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-23T04:31:22.138Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:31:22.487Z] + 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-07-23T04:31:25.821Z] Sending build context to Docker daemon 323.2MB [2020-07-23T04:31:25.821Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:31:25.821Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:31:25.821Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-23T04:31:25.821Z] df20fa9351a1: Pulling fs layer [2020-07-23T04:31:25.821Z] ed8968b2872e: Pulling fs layer [2020-07-23T04:31:25.821Z] a92cc7c5fd73: Pulling fs layer [2020-07-23T04:31:25.821Z] 2dd03ba5bac4: Pulling fs layer [2020-07-23T04:31:25.821Z] 1e091d79d1de: Pulling fs layer [2020-07-23T04:31:25.821Z] 481702a1767f: Pulling fs layer [2020-07-23T04:31:25.821Z] f64a6f60c768: Pulling fs layer [2020-07-23T04:31:25.821Z] e78d2573fc39: Pulling fs layer [2020-07-23T04:31:25.821Z] e876d2f968b6: Pulling fs layer [2020-07-23T04:31:25.821Z] ce8a83651883: Pulling fs layer [2020-07-23T04:31:25.821Z] 07967f4d0e4b: Pulling fs layer [2020-07-23T04:31:25.821Z] f64a6f60c768: Waiting [2020-07-23T04:31:25.821Z] e78d2573fc39: Waiting [2020-07-23T04:31:25.821Z] e876d2f968b6: Waiting [2020-07-23T04:31:25.821Z] 2dd03ba5bac4: Waiting [2020-07-23T04:31:25.821Z] 1e091d79d1de: Waiting [2020-07-23T04:31:25.821Z] 481702a1767f: Waiting [2020-07-23T04:31:25.821Z] ce8a83651883: Waiting [2020-07-23T04:31:25.821Z] 07967f4d0e4b: Waiting [2020-07-23T04:31:25.821Z] a92cc7c5fd73: Verifying Checksum [2020-07-23T04:31:25.821Z] a92cc7c5fd73: Download complete [2020-07-23T04:31:25.821Z] ed8968b2872e: Download complete [2020-07-23T04:31:25.821Z] 1e091d79d1de: Verifying Checksum [2020-07-23T04:31:25.821Z] 1e091d79d1de: Download complete [2020-07-23T04:31:25.821Z] 481702a1767f: Verifying Checksum [2020-07-23T04:31:25.821Z] 481702a1767f: Download complete [2020-07-23T04:31:25.821Z] df20fa9351a1: Download complete [2020-07-23T04:31:25.821Z] df20fa9351a1: Pull complete [2020-07-23T04:31:25.821Z] ed8968b2872e: Pull complete [2020-07-23T04:31:26.833Z] f64a6f60c768: Verifying Checksum [2020-07-23T04:31:26.833Z] f64a6f60c768: Download complete [2020-07-23T04:31:26.833Z] e876d2f968b6: Verifying Checksum [2020-07-23T04:31:26.833Z] e876d2f968b6: Download complete [2020-07-23T04:31:27.114Z] 2dd03ba5bac4: Download complete [2020-07-23T04:31:27.114Z] 07967f4d0e4b: Verifying Checksum [2020-07-23T04:31:27.114Z] 07967f4d0e4b: Download complete [2020-07-23T04:31:27.382Z] ce8a83651883: Verifying Checksum [2020-07-23T04:31:27.382Z] ce8a83651883: Download complete [2020-07-23T04:31:27.648Z] e78d2573fc39: Verifying Checksum [2020-07-23T04:31:28.226Z] a92cc7c5fd73: Pull complete [2020-07-23T04:31:33.549Z] 2dd03ba5bac4: Pull complete [2020-07-23T04:31:33.549Z] 1e091d79d1de: Pull complete [2020-07-23T04:31:33.549Z] 481702a1767f: Pull complete [2020-07-23T04:31:36.541Z] Still waiting to schedule task [2020-07-23T04:31:36.541Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-23T04:31:41.698Z] f64a6f60c768: Pull complete [2020-07-23T04:31:44.265Z] e78d2573fc39: Pull complete [2020-07-23T04:31:44.265Z] e876d2f968b6: Pull complete [2020-07-23T04:31:44.844Z] ce8a83651883: Pull complete [2020-07-23T04:31:45.106Z] 07967f4d0e4b: Pull complete [2020-07-23T04:31:45.106Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-23T04:31:45.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-23T04:31:45.106Z] ---> 5d7c900382c6 [2020-07-23T04:31:45.106Z] 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-07-23T04:31:47.029Z] ---> Running in 87a29c86ed64 [2020-07-23T04:31:47.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:31:48.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:31:49.560Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:31:49.820Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:31:50.081Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:31:50.081Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:32:08.202Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:32:08.202Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:32:08.202Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:32:08.202Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:32:08.202Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:32:08.202Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:32:08.202Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:32:08.202Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:32:08.202Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:32:08.202Z] OK: 233 MiB in 51 packages [2020-07-23T04:32:10.117Z] Removing intermediate container 87a29c86ed64 [2020-07-23T04:32:10.117Z] ---> 438a0f55e4fb [2020-07-23T04:32:10.117Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:32:10.117Z] ---> Running in e4acfc92fa55 [2020-07-23T04:32:10.117Z] Removing intermediate container e4acfc92fa55 [2020-07-23T04:32:10.117Z] ---> 5eb80a5f4f84 [2020-07-23T04:32:10.117Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:32:10.378Z] latest: Pulling from library/docker [2020-07-23T04:32:10.639Z] df20fa9351a1: Already exists [2020-07-23T04:32:10.639Z] 25ad7478873d: Pulling fs layer [2020-07-23T04:32:10.639Z] 4684f6177b5d: Pulling fs layer [2020-07-23T04:32:10.639Z] 46e300cec669: Pulling fs layer [2020-07-23T04:32:10.639Z] 63038576ad94: Pulling fs layer [2020-07-23T04:32:10.639Z] 0fdb76c4706c: Pulling fs layer [2020-07-23T04:32:10.639Z] cb7edeffdfd5: Pulling fs layer [2020-07-23T04:32:10.639Z] 63038576ad94: Waiting [2020-07-23T04:32:10.639Z] 0fdb76c4706c: Waiting [2020-07-23T04:32:10.639Z] cb7edeffdfd5: Waiting [2020-07-23T04:32:10.639Z] 4684f6177b5d: Verifying Checksum [2020-07-23T04:32:10.639Z] 4684f6177b5d: Download complete [2020-07-23T04:32:10.900Z] 25ad7478873d: Download complete [2020-07-23T04:32:10.901Z] 63038576ad94: Verifying Checksum [2020-07-23T04:32:10.901Z] 63038576ad94: Download complete [2020-07-23T04:32:10.901Z] 0fdb76c4706c: Verifying Checksum [2020-07-23T04:32:10.901Z] 0fdb76c4706c: Download complete [2020-07-23T04:32:10.901Z] 25ad7478873d: Pull complete [2020-07-23T04:32:11.164Z] 4684f6177b5d: Pull complete [2020-07-23T04:32:11.428Z] 46e300cec669: Verifying Checksum [2020-07-23T04:32:11.428Z] 46e300cec669: Download complete [2020-07-23T04:32:12.003Z] cb7edeffdfd5: Verifying Checksum [2020-07-23T04:32:12.003Z] cb7edeffdfd5: Download complete [2020-07-23T04:32:13.389Z] 46e300cec669: Pull complete [2020-07-23T04:32:13.656Z] 63038576ad94: Pull complete [2020-07-23T04:32:13.657Z] 0fdb76c4706c: Pull complete [2020-07-23T04:32:13.657Z] cb7edeffdfd5: Pull complete [2020-07-23T04:32:13.657Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:32:13.916Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:32:15.835Z] ---> 4d2395007734 [2020-07-23T04:32:15.835Z] Step 6/7 : COPY go.mod . [2020-07-23T04:32:15.835Z] ---> 31133d27d17b [2020-07-23T04:32:15.835Z] Step 7/7 : RUN go mod download [2020-07-23T04:32:16.095Z] ---> Running in 46bbdaf08e9f [2020-07-23T04:32:18.010Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:32:18.010Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:32:18.010Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:32:18.010Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:32:18.010Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:32:18.272Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:32:18.272Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:32:18.272Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:32:18.272Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:32:18.272Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:32:18.272Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:32:18.272Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:32:18.272Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:32:18.272Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:32:18.272Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-23T04:32:18.272Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:32:18.272Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:32:18.272Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:32:18.532Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:32:18.532Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:32:18.532Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:32:18.532Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:32:18.532Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:32:18.532Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:32:18.532Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:32:18.532Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:32:18.532Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:32:18.532Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:32:18.532Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:32:18.792Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:32:18.792Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:32:18.792Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:32:19.053Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:32:19.053Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:32:19.053Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:32:19.053Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:32:19.053Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:32:19.053Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:32:19.053Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:32:19.053Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:32:19.053Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:32:19.053Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:32:19.053Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:32:19.053Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:32:19.314Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:32:19.314Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:32:19.314Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:32:19.314Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:32:19.314Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:32:19.314Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:32:19.314Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:32:19.314Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:32:19.314Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:32:19.580Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:32:19.580Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:32:19.580Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:32:19.580Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:32:19.580Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:32:19.580Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:32:19.580Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:32:19.580Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:32:19.580Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:32:19.580Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:32:19.580Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:32:19.580Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:32:19.841Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:32:19.841Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:32:19.841Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:32:19.841Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:32:19.841Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:32:19.841Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:32:19.841Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:32:19.841Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:32:19.841Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:32:19.841Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:32:19.841Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:32:19.841Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:32:20.107Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:32:20.107Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:32:20.107Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:32:20.107Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:32:20.107Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:32:33.131Z] Removing intermediate container 46bbdaf08e9f [2020-07-23T04:32:33.131Z] ---> e59521ae651b [2020-07-23T04:32:33.131Z] Successfully built e59521ae651b [2020-07-23T04:32:33.131Z] 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-07-23T04:32:33.667Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-23T04:32:33.668Z] . [Pipeline] withDockerContainer [2020-07-23T04:32:33.772Z] prd-centos7-docker-4c-2g-680 does not seem to be running inside a container [2020-07-23T04:32:33.808Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 ******** ci-base-image-x86_64 cat [2020-07-23T04:32:34.553Z] $ docker top ac494d92cd9d1fda9c6b1a1c38c40db6e387f6804a8c05c3f3199093ad48e22c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:32:35.092Z] + go version [2020-07-23T04:32:35.092Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-23T04:32:35.103Z] ========================================================= [2020-07-23T04:32:35.103Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:32:35.103Z] ========================================================= [Pipeline] sh [2020-07-23T04:32:35.388Z] + make test raml_verify [2020-07-23T04:32:35.388Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:32:37.952Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:32:46.204Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:32:51.570Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:32:51.570Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:32:51.570Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:32:51.570Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:32:52.539Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s [2020-07-23T04:32:52.539Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:32:52.539Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:32:52.539Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:32:52.539Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:32:53.122Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:32:53.394Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:32:53.394Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:32:53.394Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:33:00.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-07-23T04:33:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:33:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:33:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:33:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:33:00.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:33:01.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.083s coverage: 27.4% of statements [2020-07-23T04:33:01.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:33:01.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:33:01.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:33:01.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:33:01.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:33:01.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:33:01.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements [2020-07-23T04:33:01.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:33:01.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements [2020-07-23T04:33:01.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:33:03.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.134s coverage: 29.3% of statements [2020-07-23T04:33:03.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:33:03.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:33:03.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:33:03.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:33:03.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:33:03.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.029s coverage: 100.0% of statements [2020-07-23T04:33:03.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:33:03.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.010s coverage: 100.0% of statements [2020-07-23T04:33:03.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:33:03.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.023s coverage: 89.8% of statements [2020-07-23T04:33:03.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:33:03.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.026s coverage: 97.5% of statements [2020-07-23T04:33:03.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:33:03.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:33:03.995Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:33:03.995Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2020-07-23T04:33:04.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.091s coverage: 63.5% of statements [2020-07-23T04:33:04.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:33:04.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:33:04.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements [2020-07-23T04:33:05.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.106s coverage: 55.9% of statements [2020-07-23T04:33:05.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:33:05.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:33:05.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:33:05.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:33:07.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.720s coverage: 86.3% of statements [2020-07-23T04:33:07.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:33:07.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.260s coverage: 72.2% of statements [2020-07-23T04:33:07.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.149s coverage: 72.1% of statements [2020-07-23T04:33:07.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.014s coverage: 82.4% of statements [2020-07-23T04:33:07.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements [2020-07-23T04:33:07.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:33:07.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:33:07.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:33:07.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.049s coverage: 28.8% of statements [2020-07-23T04:33:07.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:33:08.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements [2020-07-23T04:33:08.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:33:08.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.057s coverage: 26.9% of statements [2020-07-23T04:33:08.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:33:08.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:33:08.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.102s coverage: 84.1% of statements [2020-07-23T04:33:09.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2020-07-23T04:33:09.473Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.015s coverage: 43.1% of statements [2020-07-23T04:33:09.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:33:09.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:33:09.738Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.006s coverage: 100.0% of statements [2020-07-23T04:33:09.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:33:09.738Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.015s coverage: 83.8% of statements [2020-07-23T04:33:09.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:33:11.712Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.027s coverage: 46.1% of statements [2020-07-23T04:33:11.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:33:11.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:33:11.712Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.007s coverage: 100.0% of statements [2020-07-23T04:33:11.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:33:11.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:33:11.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:33:11.712Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.017s coverage: 100.0% of statements [2020-07-23T04:33:11.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:33:11.712Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.026s coverage: 100.0% of statements [2020-07-23T04:33:11.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:33:13.127Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements [2020-07-23T04:33:13.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:33:13.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:33:13.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:33:13.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:33:13.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:33:13.406Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.033s coverage: 99.0% of statements [2020-07-23T04:33:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:33:13.406Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-07-23T04:33:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:33:13.406Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-23T04:33:13.406Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:33:13.682Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.020s coverage: 100.0% of statements [2020-07-23T04:33:13.682Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:33:13.682Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:33:13.682Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:33:13.682Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:33:14.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.013s coverage: 87.9% of statements [2020-07-23T04:33:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:33:14.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:33:14.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-07-23T04:33:14.537Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-07-23T04:33:14.798Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.009s coverage: 100.0% of statements [2020-07-23T04:33:15.060Z] GO111MODULE=on go vet ./... [2020-07-23T04:33:20.430Z] gofmt -l . [2020-07-23T04:33:21.035Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:33:21.604Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:33:22.176Z] ./bin/test-attribution-txt.sh [2020-07-23T04:33:23.556Z] docker run --rm --privileged \ [2020-07-23T04:33:23.556Z] -v /w/workspace/edgex-go/13:/raml-verification -w /raml-verification \ [2020-07-23T04:33:23.556Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-23T04:33:23.556Z] /scripts/raml-verify.sh [2020-07-23T04:33:23.816Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-23T04:33:23.816Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:33:23.816Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-23T04:33:23.816Z] bd07af9ed1a4: Pulling fs layer [2020-07-23T04:33:23.816Z] 3556ccf180b2: Pulling fs layer [2020-07-23T04:33:23.816Z] 089d4748da74: Pulling fs layer [2020-07-23T04:33:23.816Z] c6eb57c77bc5: Pulling fs layer [2020-07-23T04:33:23.816Z] 0364d5097239: Pulling fs layer [2020-07-23T04:33:23.816Z] 0364d5097239: Waiting [2020-07-23T04:33:23.816Z] c6eb57c77bc5: Waiting [2020-07-23T04:33:23.816Z] 089d4748da74: Waiting [2020-07-23T04:33:23.816Z] 3556ccf180b2: Verifying Checksum [2020-07-23T04:33:23.816Z] 3556ccf180b2: Download complete [2020-07-23T04:33:23.816Z] 089d4748da74: Verifying Checksum [2020-07-23T04:33:23.816Z] 089d4748da74: Download complete [2020-07-23T04:33:23.816Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-23T04:33:23.816Z] cbdbe7a5bc2a: Download complete [2020-07-23T04:33:23.816Z] 0364d5097239: Verifying Checksum [2020-07-23T04:33:23.816Z] 0364d5097239: Download complete [2020-07-23T04:33:23.816Z] c6eb57c77bc5: Verifying Checksum [2020-07-23T04:33:23.816Z] c6eb57c77bc5: Download complete [2020-07-23T04:33:24.078Z] bd07af9ed1a4: Verifying Checksum [2020-07-23T04:33:24.078Z] bd07af9ed1a4: Download complete [2020-07-23T04:33:24.078Z] cbdbe7a5bc2a: Pull complete [2020-07-23T04:33:27.418Z] bd07af9ed1a4: Pull complete [2020-07-23T04:33:27.418Z] 3556ccf180b2: Pull complete [2020-07-23T04:33:27.680Z] 089d4748da74: Pull complete [2020-07-23T04:33:29.069Z] c6eb57c77bc5: Pull complete [2020-07-23T04:33:29.069Z] 0364d5097239: Pull complete [2020-07-23T04:33:29.069Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-23T04:33:29.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-23T04:33:41.295Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:33:41.295Z] OK [2020-07-23T04:33:41.295Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:33:41.555Z] OK [2020-07-23T04:33:41.555Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:33:43.465Z] OK [2020-07-23T04:33:43.465Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:33:44.035Z] OK [2020-07-23T04:33:44.035Z] Verifying ./api/raml/support-notifications.raml... [2020-07-23T04:33:44.976Z] OK [2020-07-23T04:33:44.976Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:33:45.915Z] OK [2020-07-23T04:33:45.915Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:33:46.176Z] OK [Pipeline] sh [2020-07-23T04:33:47.045Z] + ls -al . [2020-07-23T04:33:47.045Z] total 556 [2020-07-23T04:33:47.045Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:33 . [2020-07-23T04:33:47.045Z] drwxr-xr-x 4 root root 30 Jul 23 04:32 .. [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:30 .dockerignore [2020-07-23T04:33:47.045Z] drwxrwxr-x 8 1001 1001 179 Jul 23 04:30 .git [2020-07-23T04:33:47.045Z] drwxrwxr-x 3 1001 1001 60 Jul 23 04:30 .github [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:30 .gitignore [2020-07-23T04:33:47.045Z] drwx------ 3 1001 1001 47 Jul 23 04:31 .semver [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:30 .sonarcloud.properties [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:30 CONTRIBUTING.md [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:30 Dockerfile.build [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:30 Jenkinsfile [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:30 LICENSE [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:30 Makefile [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:30 README.md [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:30 SECURITY.md [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:31 VERSION [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:30 ZMQWindows.md [2020-07-23T04:33:47.045Z] drwxrwxr-x 4 1001 1001 33 Jul 23 04:30 api [2020-07-23T04:33:47.045Z] drwxrwxr-x 2 1001 1001 117 Jul 23 04:30 bin [2020-07-23T04:33:47.045Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:30 cmd [2020-07-23T04:33:47.045Z] -rw-r--r-- 1 root root 456067 Jul 23 04:33 coverage.out [2020-07-23T04:33:47.045Z] -rw-r--r-- 1 root root 1019 Jul 23 04:33 go.mod [2020-07-23T04:33:47.045Z] -rw-r--r-- 1 root root 18146 Jul 23 04:33 go.sum [2020-07-23T04:33:47.045Z] drwxrwxr-x 8 1001 1001 127 Jul 23 04:30 internal [2020-07-23T04:33:47.045Z] drwxrwxr-x 4 1001 1001 71 Jul 23 04:30 snap [2020-07-23T04:33:47.045Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:30 version.go [Pipeline] sh [2020-07-23T04:33:47.345Z] + '[' -e coverage.out ] [2020-07-23T04:33:47.345Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:33:47.486Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:33:47.774Z] + make build [2020-07-23T04:33:47.774Z] 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-07-23T04:33:54.450Z] 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-07-23T04:33:57.751Z] 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-07-23T04:33:59.134Z] 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-07-23T04:34:00.518Z] 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-07-23T04:34:02.454Z] 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-07-23T04:34:02.719Z] 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-07-23T04:34:04.650Z] 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-07-23T04:34:06.033Z] 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-07-23T04:34:06.668Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-687 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws [2020-07-23T04:34:06.711Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2020-07-23T04:34:07.443Z] 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-07-23T04:34:08.853Z] 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-07-23T04:34:09.871Z] 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-07-23T04:34:11.262Z] 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-07-23T04:34:11.826Z] using credential edgex-jenkins-ssh [2020-07-23T04:34:11.886Z] Cloning the remote Git repository [2020-07-23T04:34:11.886Z] Cloning with configured refspecs honoured and without tags [Pipeline] } [2020-07-23T04:34:12.656Z] $ docker stop --time=1 ac494d92cd9d1fda9c6b1a1c38c40db6e387f6804a8c05c3f3199093ad48e22c [2020-07-23T04:34:11.938Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:34:12.046Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2020-07-23T04:34:12.128Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:34:12.129Z] > git --version # timeout=10 [2020-07-23T04:34:12.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:34:12.217Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:34:14.539Z] $ docker rm -f ac494d92cd9d1fda9c6b1a1c38c40db6e387f6804a8c05c3f3199093ad48e22c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:34:15.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:15.856Z] [2020-07-23T04:34:15.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:34:16.187Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:16.187Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-23T04:34:16.187Z] cbdbe7a5bc2a: Already exists [2020-07-23T04:34:16.187Z] ca9280d653b3: Pulling fs layer [2020-07-23T04:34:16.187Z] 7e9c9ca2126c: Pulling fs layer [2020-07-23T04:34:16.451Z] ca9280d653b3: Verifying Checksum [2020-07-23T04:34:16.451Z] ca9280d653b3: Download complete [2020-07-23T04:34:17.403Z] 7e9c9ca2126c: Verifying Checksum [2020-07-23T04:34:17.403Z] 7e9c9ca2126c: Download complete [2020-07-23T04:34:17.403Z] ca9280d653b3: Pull complete [2020-07-23T04:34:25.545Z] 7e9c9ca2126c: Pull complete [2020-07-23T04:34:25.545Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-23T04:34:25.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:25.545Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-23T04:34:25.715Z] prd-centos7-docker-4c-2g-680 does not seem to be running inside a container [2020-07-23T04:34:25.757Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-07-23T04:34:28.855Z] $ docker top b8875f2e37b840d195fa1c06bd585776a68643513d7d2f2765c0eccc8e176c5f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:34:29.309Z] + docker-compose build --help [2020-07-23T04:34:29.309Z] + grep parallel [2020-07-23T04:34:30.249Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:34:30.258Z] $ docker stop --time=1 b8875f2e37b840d195fa1c06bd585776a68643513d7d2f2765c0eccc8e176c5f [2020-07-23T04:34:31.648Z] $ docker rm -f b8875f2e37b840d195fa1c06bd585776a68643513d7d2f2765c0eccc8e176c5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:34:32.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:32.217Z] . [Pipeline] withDockerContainer [2020-07-23T04:34:32.313Z] prd-centos7-docker-4c-2g-680 does not seem to be running inside a container [2020-07-23T04:34:32.352Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-23T04:34:32.969Z] $ docker top c6278240ed4874e4696733b7f759d5eb985cf02a2bee50cbb926768c790a2f27 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:34:33.418Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:34:34.362Z] Building docker-core-command-go ... [2020-07-23T04:34:34.362Z] Building docker-core-data-go ... [2020-07-23T04:34:34.362Z] Building docker-core-metadata-go ... [2020-07-23T04:34:34.362Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:34:34.362Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:34:34.362Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:34:34.362Z] Building docker-support-logging-go ... [2020-07-23T04:34:34.362Z] Building docker-support-notifications-go ... [2020-07-23T04:34:34.362Z] Building docker-support-scheduler-go ... [2020-07-23T04:34:34.362Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:34:34.362Z] Building docker-support-logging-go [2020-07-23T04:34:34.362Z] Building docker-security-proxy-setup-go [2020-07-23T04:34:34.362Z] Building docker-core-metadata-go [2020-07-23T04:34:34.362Z] Building docker-security-secrets-setup-go [2020-07-23T04:34:34.362Z] Building docker-sys-mgmt-agent-go [2020-07-23T04:34:35.345Z] Fetching without tags [2020-07-23T04:34:35.246Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:34:35.262Z] > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 [2020-07-23T04:34:35.283Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:34:35.314Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:34:35.354Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:34:35.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:34:35.368Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:34:35.837Z] Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 [2020-07-23T04:34:36.539Z] Merge succeeded, producing 89d4de257ad1e51a3fcab4104d6de9676e19f82b [2020-07-23T04:34:36.540Z] Checking out Revision 89d4de257ad1e51a3fcab4104d6de9676e19f82b (PR-2627) [2020-07-23T04:34:35.853Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:34:35.871Z] > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # timeout=10 [2020-07-23T04:34:36.223Z] > git remote # timeout=10 [2020-07-23T04:34:36.260Z] > git config --get remote.origin.url # timeout=10 [2020-07-23T04:34:36.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:34:36.296Z] > git merge b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 [2020-07-23T04:34:36.516Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-23T04:34:36.542Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:34:36.554Z] > git checkout -f 89d4de257ad1e51a3fcab4104d6de9676e19f82b # timeout=10 [2020-07-23T04:34:40.982Z] Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" [2020-07-23T04:34:40.986Z] > git rev-list --no-walk fb650b50dcd735cec13b6d517224b4e36adaa169 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-23T04:34:52.536Z] ========================================================= [2020-07-23T04:34:52.536Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-23T04:34:52.536Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:34:53.391Z] + 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-07-23T04:34:57.717Z] Sending build context to Docker daemon 323.2MB [2020-07-23T04:34:57.717Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:34:57.717Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:34:57.717Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-23T04:34:57.717Z] b538f80385f9: Pulling fs layer [2020-07-23T04:34:57.717Z] 74f711af9a0d: Pulling fs layer [2020-07-23T04:34:57.717Z] 99f96fe45779: Pulling fs layer [2020-07-23T04:34:57.717Z] fd7a069fd194: Pulling fs layer [2020-07-23T04:34:57.717Z] 66aa3694b03b: Pulling fs layer [2020-07-23T04:34:57.717Z] 170f70906a0f: Pulling fs layer [2020-07-23T04:34:57.717Z] ad7c5574e4b9: Pulling fs layer [2020-07-23T04:34:57.717Z] e772456be8f7: Pulling fs layer [2020-07-23T04:34:57.717Z] c890913d741a: Pulling fs layer [2020-07-23T04:34:57.717Z] 2480fcc9aa5a: Pulling fs layer [2020-07-23T04:34:57.717Z] 09adf4765672: Pulling fs layer [2020-07-23T04:34:57.717Z] 66aa3694b03b: Waiting [2020-07-23T04:34:57.717Z] 170f70906a0f: Waiting [2020-07-23T04:34:57.717Z] ad7c5574e4b9: Waiting [2020-07-23T04:34:57.717Z] e772456be8f7: Waiting [2020-07-23T04:34:57.717Z] 09adf4765672: Waiting [2020-07-23T04:34:57.717Z] c890913d741a: Waiting [2020-07-23T04:34:57.717Z] 2480fcc9aa5a: Waiting [2020-07-23T04:34:57.717Z] 99f96fe45779: Download complete [2020-07-23T04:34:57.717Z] 74f711af9a0d: Download complete [2020-07-23T04:34:57.717Z] 66aa3694b03b: Verifying Checksum [2020-07-23T04:34:57.717Z] 66aa3694b03b: Download complete [2020-07-23T04:34:57.717Z] 170f70906a0f: Verifying Checksum [2020-07-23T04:34:57.717Z] 170f70906a0f: Download complete [2020-07-23T04:34:57.994Z] b538f80385f9: Verifying Checksum [2020-07-23T04:34:57.994Z] b538f80385f9: Download complete [2020-07-23T04:34:58.598Z] b538f80385f9: Pull complete [2020-07-23T04:34:59.245Z] 74f711af9a0d: Pull complete [2020-07-23T04:34:59.861Z] 99f96fe45779: Pull complete [2020-07-23T04:35:00.465Z] ad7c5574e4b9: Verifying Checksum [2020-07-23T04:35:00.465Z] ad7c5574e4b9: Download complete [2020-07-23T04:35:00.741Z] c890913d741a: Verifying Checksum [2020-07-23T04:35:00.741Z] c890913d741a: Download complete [2020-07-23T04:35:02.187Z] 2480fcc9aa5a: Verifying Checksum [2020-07-23T04:35:02.187Z] 2480fcc9aa5a: Download complete [2020-07-23T04:35:02.187Z] 09adf4765672: Verifying Checksum [2020-07-23T04:35:02.187Z] 09adf4765672: Download complete [2020-07-23T04:35:03.171Z] e772456be8f7: Verifying Checksum [2020-07-23T04:35:03.171Z] e772456be8f7: Download complete [2020-07-23T04:35:03.171Z] fd7a069fd194: Verifying Checksum [2020-07-23T04:35:03.171Z] fd7a069fd194: Download complete [2020-07-23T04:35:06.553Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:06.553Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:06.553Z] [2020-07-23T04:35:06.553Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:06.553Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:06.553Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:06.553Z] ---> e59521ae651b [2020-07-23T04:35:06.553Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:35:06.553Z] ---> e59521ae651b [2020-07-23T04:35:06.553Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:35:06.553Z] ---> e59521ae651b [2020-07-23T04:35:06.553Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:35:06.553Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:06.553Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:06.553Z] ---> e59521ae651b [2020-07-23T04:35:06.553Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:35:06.553Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:06.553Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:35:06.553Z] ---> e59521ae651b [2020-07-23T04:35:06.553Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:35:06.553Z] ---> Running in 4ed15f864fb6 [2020-07-23T04:35:06.553Z] ---> Running in b4d56e959914 [2020-07-23T04:35:06.553Z] ---> Running in 63de6673373d [2020-07-23T04:35:06.553Z] ---> Running in 9c2e7efa9fc0 [2020-07-23T04:35:06.553Z] ---> Running in bd6c1d980f34 [2020-07-23T04:35:06.553Z] Removing intermediate container 4ed15f864fb6 [2020-07-23T04:35:06.553Z] ---> 8d4c68bb867a [2020-07-23T04:35:06.553Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:06.553Z] Removing intermediate container bd6c1d980f34 [2020-07-23T04:35:06.553Z] ---> e73601b28243 [2020-07-23T04:35:06.553Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:06.553Z] Removing intermediate container 9c2e7efa9fc0 [2020-07-23T04:35:06.553Z] ---> b64a24e5bc6c [2020-07-23T04:35:06.553Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:35:06.553Z] Removing intermediate container b4d56e959914 [2020-07-23T04:35:06.553Z] ---> 0723f58f2a8f [2020-07-23T04:35:06.553Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:06.553Z] Removing intermediate container 63de6673373d [2020-07-23T04:35:06.553Z] ---> e22c0582df13 [2020-07-23T04:35:06.553Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:06.553Z] ---> Running in 878cc693fa72 [2020-07-23T04:35:06.553Z] ---> Running in 10f9a4d56401 [2020-07-23T04:35:06.553Z] ---> Running in 7a0b399acc21 [2020-07-23T04:35:06.553Z] ---> Running in a29591108caa [2020-07-23T04:35:06.553Z] ---> Running in 8b805a80ce38 [2020-07-23T04:35:07.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:08.080Z] Removing intermediate container 8b805a80ce38 [2020-07-23T04:35:08.080Z] ---> ff5b38974787 [2020-07-23T04:35:08.080Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:35:08.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:08.080Z] ---> Running in d946fbcd7431 [2020-07-23T04:35:08.080Z] Removing intermediate container 878cc693fa72 [2020-07-23T04:35:08.080Z] ---> 5fb85f893427 [2020-07-23T04:35:08.080Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:35:08.080Z] Removing intermediate container 10f9a4d56401 [2020-07-23T04:35:08.080Z] ---> ad024e3e9307 [2020-07-23T04:35:08.080Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:35:08.369Z] Removing intermediate container a29591108caa [2020-07-23T04:35:08.369Z] ---> 3f91bb37537b [2020-07-23T04:35:08.369Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:35:08.369Z] ---> Running in fd1e58c38b40 [2020-07-23T04:35:08.369Z] ---> Running in 70730044976f [2020-07-23T04:35:08.369Z] ---> Running in fca78318b01a [2020-07-23T04:35:08.651Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:08.651Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:08.651Z] OK: 12749 distinct packages available [2020-07-23T04:35:08.930Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:08.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:09.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:09.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:09.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:09.468Z] Removing intermediate container 7a0b399acc21 [2020-07-23T04:35:09.468Z] ---> 6d6def703dba [2020-07-23T04:35:09.468Z] Step 5/29 : COPY go.mod . [2020-07-23T04:35:09.732Z] ---> 5447f0ca194b [2020-07-23T04:35:09.732Z] Step 6/29 : RUN go mod download [2020-07-23T04:35:09.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:09.732Z] ---> Running in abd8ab7eb281 [2020-07-23T04:35:09.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:10.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:10.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:10.828Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:10.828Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:10.828Z] OK: 12749 distinct packages available [2020-07-23T04:35:11.400Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:11.400Z] Removing intermediate container abd8ab7eb281 [2020-07-23T04:35:11.400Z] ---> a1a8fac28546 [2020-07-23T04:35:11.400Z] Step 7/29 : COPY . . [2020-07-23T04:35:11.981Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:11.981Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:11.981Z] OK: 12749 distinct packages available [2020-07-23T04:35:12.254Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:12.254Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:12.254Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:12.254Z] OK: 12749 distinct packages available [2020-07-23T04:35:12.515Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:12.808Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:13.077Z] Removing intermediate container d946fbcd7431 [2020-07-23T04:35:13.077Z] ---> 60fe090d37b2 [2020-07-23T04:35:13.077Z] Step 6/20 : COPY go.mod . [2020-07-23T04:35:13.342Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:13.342Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:13.342Z] OK: 12749 distinct packages available [2020-07-23T04:35:13.606Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:14.994Z] ---> 8133aeccd157 [2020-07-23T04:35:14.994Z] Step 7/20 : RUN go mod download [2020-07-23T04:35:15.256Z] ---> Running in f0cd01ef7483 [2020-07-23T04:35:15.617Z] fd7a069fd194: Pull complete [2020-07-23T04:35:15.617Z] 66aa3694b03b: Pull complete [2020-07-23T04:35:15.617Z] 170f70906a0f: Pull complete [2020-07-23T04:35:17.821Z] Removing intermediate container 70730044976f [2020-07-23T04:35:17.821Z] ---> 241cb88dc3ec [2020-07-23T04:35:17.821Z] Step 6/21 : COPY go.mod . [2020-07-23T04:35:17.821Z] Removing intermediate container fd1e58c38b40 [2020-07-23T04:35:17.821Z] ---> 8906892699b9 [2020-07-23T04:35:17.821Z] Step 6/21 : COPY go.mod . [2020-07-23T04:35:19.740Z] Removing intermediate container fca78318b01a [2020-07-23T04:35:19.740Z] ---> 63bd6507e54c [2020-07-23T04:35:19.740Z] Step 6/26 : COPY go.mod . [2020-07-23T04:35:19.740Z] ---> 97b81b21a628 [2020-07-23T04:35:19.740Z] Step 7/21 : RUN go mod download [2020-07-23T04:35:19.740Z] ---> 2e93a0b6176f [2020-07-23T04:35:19.740Z] Step 7/21 : RUN go mod download [2020-07-23T04:35:19.953Z] ad7c5574e4b9: Pull complete [2020-07-23T04:35:20.311Z] ---> Running in ee5d55622b85 [2020-07-23T04:35:20.575Z] ---> Running in 458f4b1ca31f [2020-07-23T04:35:20.836Z] ---> 80944a07dfb9 [2020-07-23T04:35:20.836Z] Step 7/26 : RUN go mod download [2020-07-23T04:35:21.430Z] ---> Running in 97a02034b187 [2020-07-23T04:35:21.430Z] Removing intermediate container f0cd01ef7483 [2020-07-23T04:35:21.430Z] ---> 378e51f41a65 [2020-07-23T04:35:21.430Z] Step 8/20 : COPY . . [2020-07-23T04:35:24.262Z] e772456be8f7: Pull complete [2020-07-23T04:35:24.262Z] c890913d741a: Pull complete [2020-07-23T04:35:26.897Z] 2480fcc9aa5a: Pull complete [2020-07-23T04:35:27.173Z] 09adf4765672: Pull complete [2020-07-23T04:35:27.173Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-23T04:35:27.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-23T04:35:27.173Z] ---> 2248a725d1cf [2020-07-23T04:35:27.173Z] 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-07-23T04:35:28.052Z] Removing intermediate container ee5d55622b85 [2020-07-23T04:35:28.052Z] ---> 7bcba6d4af99 [2020-07-23T04:35:28.052Z] Step 8/21 : COPY . . [2020-07-23T04:35:28.321Z] ---> 464ba6f7c6f3 [2020-07-23T04:35:28.321Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:35:28.897Z] Removing intermediate container 97a02034b187 [2020-07-23T04:35:28.897Z] ---> a6b81a5b008e [2020-07-23T04:35:28.897Z] Step 8/26 : COPY . . [2020-07-23T04:35:29.171Z] Removing intermediate container 458f4b1ca31f [2020-07-23T04:35:29.171Z] ---> 30c2d2de3f9b [2020-07-23T04:35:29.171Z] Step 8/21 : COPY . . [2020-07-23T04:35:29.171Z] ---> Running in 72ef897dc15a [2020-07-23T04:35:33.880Z] ---> Running in aa82d39a000e [2020-07-23T04:35:34.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:35:36.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:35:37.356Z] 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-07-23T04:35:38.398Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:35:38.670Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:35:38.670Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:35:38.670Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:35:42.961Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:35:42.961Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:35:42.961Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:35:43.231Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:35:43.231Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:35:43.231Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:35:43.501Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:35:43.501Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:35:43.772Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:35:43.772Z] OK: 217 MiB in 51 packages [2020-07-23T04:35:47.463Z] ---> 673faa9b39ae [2020-07-23T04:35:47.463Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-23T04:35:48.051Z] Removing intermediate container aa82d39a000e [2020-07-23T04:35:48.051Z] ---> 052eed2e2329 [2020-07-23T04:35:48.051Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:35:48.051Z] ---> Running in c50e9115b8e0 [2020-07-23T04:35:48.051Z] Removing intermediate container c50e9115b8e0 [2020-07-23T04:35:48.051Z] ---> f69d18f0a4ba [2020-07-23T04:35:48.051Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:35:48.328Z] latest: Pulling from library/docker [2020-07-23T04:35:48.602Z] b538f80385f9: Already exists [2020-07-23T04:35:48.602Z] 259a493cd78d: Pulling fs layer [2020-07-23T04:35:48.602Z] b8e66b5100f5: Pulling fs layer [2020-07-23T04:35:48.602Z] 39dc9c94d07c: Pulling fs layer [2020-07-23T04:35:48.602Z] 551b823b3b82: Pulling fs layer [2020-07-23T04:35:48.602Z] 3c52a74df98c: Pulling fs layer [2020-07-23T04:35:48.602Z] 6c9b121b6998: Pulling fs layer [2020-07-23T04:35:48.602Z] 551b823b3b82: Waiting [2020-07-23T04:35:48.602Z] 3c52a74df98c: Waiting [2020-07-23T04:35:48.602Z] 6c9b121b6998: Waiting [2020-07-23T04:35:48.602Z] b8e66b5100f5: Verifying Checksum [2020-07-23T04:35:48.602Z] b8e66b5100f5: Download complete [2020-07-23T04:35:48.602Z] 259a493cd78d: Verifying Checksum [2020-07-23T04:35:48.602Z] 259a493cd78d: Download complete [2020-07-23T04:35:48.874Z] 551b823b3b82: Download complete [2020-07-23T04:35:48.874Z] 3c52a74df98c: Verifying Checksum [2020-07-23T04:35:48.874Z] 3c52a74df98c: Download complete [2020-07-23T04:35:48.874Z] 6c9b121b6998: Verifying Checksum [2020-07-23T04:35:48.874Z] 6c9b121b6998: Download complete [2020-07-23T04:35:49.413Z] ---> Running in bd0994b5dac8 [2020-07-23T04:35:49.471Z] 259a493cd78d: Pull complete [2020-07-23T04:35:50.061Z] b8e66b5100f5: Pull complete [2020-07-23T04:35:50.061Z] 39dc9c94d07c: Verifying Checksum [2020-07-23T04:35:50.061Z] 39dc9c94d07c: Download complete [2020-07-23T04:35:52.018Z] 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-07-23T04:35:53.439Z] 39dc9c94d07c: Pull complete [2020-07-23T04:35:53.713Z] 551b823b3b82: Pull complete [2020-07-23T04:35:53.988Z] 3c52a74df98c: Pull complete [2020-07-23T04:35:54.264Z] 6c9b121b6998: Pull complete [2020-07-23T04:35:54.264Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:35:54.264Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:35:58.565Z] ---> 477b25ba52ea [2020-07-23T04:35:58.565Z] Step 6/7 : COPY go.mod . [2020-07-23T04:35:58.565Z] ---> ecd3999e97f6 [2020-07-23T04:35:58.565Z] Step 7/7 : RUN go mod download [2020-07-23T04:35:58.565Z] ---> Running in 63bf62e19f80 [2020-07-23T04:36:01.949Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:36:01.949Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:36:01.949Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:36:01.949Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:36:01.949Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:36:01.949Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:36:01.949Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:36:01.949Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:36:01.949Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:36:01.949Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:36:01.949Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:36:01.949Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:36:01.949Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:36:01.949Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:36:01.949Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-23T04:36:01.949Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:36:01.949Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:36:01.949Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:36:01.949Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:36:01.949Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:36:01.949Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:36:01.949Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:36:01.949Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:36:01.949Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:36:01.949Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:36:01.949Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:36:01.949Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:36:01.949Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:36:01.949Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:36:02.080Z] ---> 0d90e517cb69 [2020-07-23T04:36:02.080Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:36:02.080Z] ---> bea057e0c89e [2020-07-23T04:36:02.080Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-23T04:36:02.080Z] ---> 3fb4fa4707ef [2020-07-23T04:36:02.080Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:36:02.080Z] ---> Running in e2bef20726f4 [2020-07-23T04:36:02.080Z] ---> Running in 270903f6eee5 [2020-07-23T04:36:02.080Z] ---> Running in 93c20a3b4ea4 [2020-07-23T04:36:02.080Z] 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-07-23T04:36:02.080Z] 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-07-23T04:36:02.080Z] 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-07-23T04:36:02.222Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:36:02.222Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:36:02.222Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:36:02.492Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:36:02.492Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:36:02.492Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:36:02.492Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:36:02.492Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:36:02.492Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:36:02.492Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:36:02.492Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:36:02.492Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:36:02.492Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:36:02.492Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:36:02.492Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:36:02.764Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:36:02.764Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:36:02.764Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:36:02.764Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:36:02.764Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:36:02.764Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:36:02.764Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:36:02.764Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:36:02.764Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:36:02.764Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:36:02.764Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:36:02.764Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:36:03.035Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:36:03.035Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:36:03.035Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:36:03.035Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:36:03.035Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:36:03.035Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:36:03.035Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:36:03.035Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:36:03.035Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:36:03.035Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:36:03.035Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:36:03.304Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:36:03.304Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:36:03.304Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:36:03.305Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:36:03.305Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:36:03.305Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:36:03.305Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:36:03.305Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:36:03.305Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:36:03.305Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:36:03.305Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:36:03.305Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:36:03.590Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:36:03.590Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:36:03.590Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:36:03.590Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:36:04.661Z] Removing intermediate container 72ef897dc15a [2020-07-23T04:36:04.661Z] ---> dbe3a34fb019 [2020-07-23T04:36:04.661Z] [2020-07-23T04:36:04.661Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:36:04.661Z] latest: Pulling from library/alpine [2020-07-23T04:36:05.616Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:36:05.616Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:36:05.616Z] ---> a24bb4013296 [2020-07-23T04:36:05.616Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-23T04:36:06.566Z] ---> Running in 0e7b6dc95a35 [2020-07-23T04:36:06.857Z] Removing intermediate container 0e7b6dc95a35 [2020-07-23T04:36:06.857Z] ---> 92673abd58c5 [2020-07-23T04:36:06.857Z] Step 11/29 : USER root [2020-07-23T04:36:06.857Z] ---> Running in 4bef2bdd3c05 [2020-07-23T04:36:07.457Z] Removing intermediate container 4bef2bdd3c05 [2020-07-23T04:36:07.457Z] ---> aa6c16adf706 [2020-07-23T04:36:07.457Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:36:07.457Z] ---> Running in edc33429b5f3 [2020-07-23T04:36:09.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:09.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:09.829Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:36:09.829Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:36:09.829Z] OK: 12749 distinct packages available [2020-07-23T04:36:09.829Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:36:09.829Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:36:10.150Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:36:10.150Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:36:10.150Z] OK: 6 MiB in 16 packages [2020-07-23T04:36:12.135Z] Removing intermediate container edc33429b5f3 [2020-07-23T04:36:12.135Z] ---> 493965114b80 [2020-07-23T04:36:12.135Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:36:12.725Z] ---> Running in 0e877ceb5445 [2020-07-23T04:36:12.999Z] Removing intermediate container bd0994b5dac8 [2020-07-23T04:36:12.999Z] ---> 49773d20419e [2020-07-23T04:36:12.999Z] [2020-07-23T04:36:12.999Z] Step 10/20 : FROM alpine [2020-07-23T04:36:12.999Z] ---> a24bb4013296 [2020-07-23T04:36:12.999Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:36:12.999Z] ---> Running in de33465808ff [2020-07-23T04:36:12.999Z] Removing intermediate container 0e877ceb5445 [2020-07-23T04:36:12.999Z] ---> 3fe15d786442 [2020-07-23T04:36:12.999Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-23T04:36:13.270Z] ---> Running in f75480bb7e2b [2020-07-23T04:36:13.534Z] Removing intermediate container f75480bb7e2b [2020-07-23T04:36:13.534Z] ---> f1e8b018e526 [2020-07-23T04:36:13.534Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:36:13.534Z] ---> Running in 6d380784e323 [2020-07-23T04:36:14.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:14.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:14.375Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:36:14.375Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:36:14.375Z] OK: 12749 distinct packages available [2020-07-23T04:36:14.952Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:36:14.952Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:36:14.952Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:36:14.952Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:36:14.952Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:36:14.952Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:36:15.224Z] OK: 7 MiB in 18 packages [2020-07-23T04:36:15.487Z] Removing intermediate container 6d380784e323 [2020-07-23T04:36:15.487Z] ---> 0d122cd2bb90 [2020-07-23T04:36:15.487Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:36:16.444Z] Removing intermediate container de33465808ff [2020-07-23T04:36:16.444Z] ---> 8ae8f6ba88c5 [2020-07-23T04:36:16.444Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:36:16.444Z] ---> 882054bc000f [2020-07-23T04:36:16.444Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:36:16.444Z] ---> Running in d57afada1365 [2020-07-23T04:36:16.719Z] Removing intermediate container d57afada1365 [2020-07-23T04:36:16.719Z] ---> f4ad37640a22 [2020-07-23T04:36:16.719Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:36:16.991Z] ---> Running in c9fa40346e9b [2020-07-23T04:36:16.991Z] ---> d366e5b8d5b9 [2020-07-23T04:36:16.991Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:36:18.397Z] Removing intermediate container c9fa40346e9b [2020-07-23T04:36:18.397Z] ---> e63ad0826ab4 [2020-07-23T04:36:18.397Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:36:18.664Z] ---> 7bf28ff039f0 [2020-07-23T04:36:18.664Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:36:19.257Z] ---> 59fd0f7700ff [2020-07-23T04:36:19.257Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:36:19.531Z] ---> 587246dbb1f9 [2020-07-23T04:36:19.531Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:36:20.126Z] ---> 7c69b6618c9e [2020-07-23T04:36:20.126Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:36:20.721Z] ---> d7648f47112a [2020-07-23T04:36:20.721Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:36:20.721Z] ---> Running in c2755ab0bee0 [2020-07-23T04:36:21.313Z] ---> Running in eb6e5fb74ac3 [2020-07-23T04:36:21.587Z] Removing intermediate container eb6e5fb74ac3 [2020-07-23T04:36:21.587Z] ---> 9a2c5c6e65c7 [2020-07-23T04:36:21.587Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:36:21.587Z] ---> Running in 228afd9aaf8b [2020-07-23T04:36:21.859Z] Removing intermediate container 228afd9aaf8b [2020-07-23T04:36:21.859Z] ---> d99e5798afc6 [2020-07-23T04:36:21.859Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:36:21.859Z] ---> Running in 6b795daf8d0c [2020-07-23T04:36:21.889Z] Removing intermediate container 63bf62e19f80 [2020-07-23T04:36:21.889Z] ---> e6a8d5d9b415 [2020-07-23T04:36:21.889Z] Successfully built e6a8d5d9b415 [2020-07-23T04:36:21.889Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-07-23T04:36:22.125Z] Removing intermediate container 6b795daf8d0c [2020-07-23T04:36:22.125Z] ---> 363ebb4015f8 [2020-07-23T04:36:22.125Z] Step 19/20 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:36:22.580Z] + docker inspect -f . ci-base-image-arm64 [2020-07-23T04:36:22.580Z] . [Pipeline] withDockerContainer [2020-07-23T04:36:22.700Z] ---> Running in 4dcf46618e1f [2020-07-23T04:36:22.859Z] prd-ubuntu18.04-docker-arm64-4c-16g-687 does not seem to be running inside a container [2020-07-23T04:36:22.963Z] Removing intermediate container 4dcf46618e1f [2020-07-23T04:36:22.963Z] ---> e434a74a413e [2020-07-23T04:36:22.963Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:36:22.999Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 ******** ci-base-image-arm64 cat [2020-07-23T04:36:23.225Z] Removing intermediate container c2755ab0bee0 [2020-07-23T04:36:23.225Z] ---> 9c5b21a5f6d4 [2020-07-23T04:36:23.225Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:36:23.488Z] ---> Running in cac291412661 [2020-07-23T04:36:23.749Z] ---> 68b17cf8b8d9 [2020-07-23T04:36:23.749Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:36:23.749Z] Removing intermediate container cac291412661 [2020-07-23T04:36:23.749Z] ---> ce574ab43d3e [2020-07-23T04:36:23.749Z] [2020-07-23T04:36:24.023Z] ---> Running in 1dd9d21d4a35 [2020-07-23T04:36:24.023Z] Successfully built ce574ab43d3e [2020-07-23T04:36:24.292Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-23T04:36:24.292Z] Building docker-support-scheduler-go [2020-07-23T04:36:24.527Z] $ docker top 305163b0d2f413b9ff6db2226f131fd8c4fec9fca1dc503e0472b27bbdfe6203 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:36:25.567Z] + go version [2020-07-23T04:36:25.567Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-23T04:36:25.586Z] ========================================================= [2020-07-23T04:36:25.586Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:36:25.586Z] ========================================================= [Pipeline] sh [2020-07-23T04:36:26.236Z] + make test raml_verify [2020-07-23T04:36:26.236Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:36:28.855Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:36:30.895Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1dd9d21d4a35 [2020-07-23T04:36:30.895Z] ---> 8ec094d8fb6a [2020-07-23T04:36:30.895Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:36:30.895Z] ---> Running in 2bf1815c3c73 [2020-07-23T04:36:39.045Z] Removing intermediate container 270903f6eee5 [2020-07-23T04:36:39.045Z] ---> 4bcd70953d4c [2020-07-23T04:36:39.045Z] [2020-07-23T04:36:39.045Z] Step 10/21 : FROM scratch [2020-07-23T04:36:39.045Z] ---> [2020-07-23T04:36:39.045Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:36:39.045Z] Removing intermediate container e2bef20726f4 [2020-07-23T04:36:39.045Z] ---> da010f8ad355 [2020-07-23T04:36:39.045Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:36:43.255Z] ---> Running in 83b58ef2e57c [2020-07-23T04:36:43.255Z] ---> Running in 958dd429c096 [2020-07-23T04:36:44.640Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:36:44.640Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:36:45.214Z] ---> e59521ae651b [2020-07-23T04:36:45.214Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:36:45.214Z] ---> Using cache [2020-07-23T04:36:45.214Z] ---> e22c0582df13 [2020-07-23T04:36:45.214Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:36:45.214Z] ---> Using cache [2020-07-23T04:36:45.214Z] ---> ff5b38974787 [2020-07-23T04:36:45.214Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:36:45.214Z] ---> Using cache [2020-07-23T04:36:45.214Z] ---> 60fe090d37b2 [2020-07-23T04:36:45.214Z] Step 6/20 : COPY go.mod . [2020-07-23T04:36:45.214Z] ---> Using cache [2020-07-23T04:36:45.214Z] ---> 8133aeccd157 [2020-07-23T04:36:45.214Z] Step 7/20 : RUN go mod download [2020-07-23T04:36:45.214Z] ---> Using cache [2020-07-23T04:36:45.214Z] ---> 378e51f41a65 [2020-07-23T04:36:45.214Z] Step 8/20 : COPY . . [2020-07-23T04:36:45.789Z] ---> Using cache [2020-07-23T04:36:45.789Z] ---> 673faa9b39ae [2020-07-23T04:36:45.789Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:36:45.789Z] Removing intermediate container 93c20a3b4ea4 [2020-07-23T04:36:45.789Z] ---> 2c3a7511a31a [2020-07-23T04:36:45.789Z] [2020-07-23T04:36:45.789Z] Step 10/21 : FROM scratch [2020-07-23T04:36:45.789Z] ---> [2020-07-23T04:36:45.789Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:36:46.050Z] Removing intermediate container 83b58ef2e57c [2020-07-23T04:36:46.050Z] ---> ec9db077fbfd [2020-07-23T04:36:46.050Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:36:46.050Z] ---> Running in 0be38f13fcd8 [2020-07-23T04:36:46.050Z] ---> Running in 49691f537a0d [2020-07-23T04:36:46.313Z] ---> Running in 353e772604fa [2020-07-23T04:36:46.313Z] Removing intermediate container 49691f537a0d [2020-07-23T04:36:46.313Z] ---> be4b8bc18e8d [2020-07-23T04:36:46.313Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:36:46.313Z] Removing intermediate container 2bf1815c3c73 [2020-07-23T04:36:46.313Z] ---> 7ea0467a6d39 [2020-07-23T04:36:46.313Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:36:46.591Z] ---> Running in 44410d355e43 [2020-07-23T04:36:46.591Z] 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-07-23T04:36:46.591Z] Removing intermediate container 353e772604fa [2020-07-23T04:36:46.591Z] ---> afcdff2f1cb9 [2020-07-23T04:36:46.591Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:36:46.591Z] ---> Running in aa1d0153303a [2020-07-23T04:36:46.591Z] ---> Running in 76d425fb27fe [2020-07-23T04:36:46.858Z] 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-07-23T04:36:46.858Z] Removing intermediate container 44410d355e43 [2020-07-23T04:36:46.858Z] ---> 01d88fca8ad3 [2020-07-23T04:36:46.858Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:36:46.858Z] ---> Running in 350744d596ea [2020-07-23T04:36:46.858Z] Removing intermediate container aa1d0153303a [2020-07-23T04:36:46.858Z] ---> 52c777b74bf5 [2020-07-23T04:36:46.858Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:36:47.130Z] Removing intermediate container 76d425fb27fe [2020-07-23T04:36:47.130Z] ---> 4f98eca7afef [2020-07-23T04:36:47.130Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:36:47.130Z] ---> Running in fb32c27905d1 [2020-07-23T04:36:47.130Z] Removing intermediate container 350744d596ea [2020-07-23T04:36:47.130Z] ---> 231bdd58f60c [2020-07-23T04:36:47.130Z] Step 14/21 : WORKDIR / [2020-07-23T04:36:47.130Z] ---> Running in be3388a81efb [2020-07-23T04:36:47.406Z] Removing intermediate container fb32c27905d1 [2020-07-23T04:36:47.406Z] ---> 531840126940 [2020-07-23T04:36:47.406Z] Step 27/29 : LABEL arch=x86_64 [2020-07-23T04:36:47.406Z] ---> 4031c3872735 [2020-07-23T04:36:47.406Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:36:47.406Z] ---> Running in e47a9bef70e8 [2020-07-23T04:36:47.678Z] Removing intermediate container be3388a81efb [2020-07-23T04:36:47.678Z] ---> 5ef23d5d08f4 [2020-07-23T04:36:47.678Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:36:47.950Z] ---> 97267a56776f [2020-07-23T04:36:47.950Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:36:47.950Z] Removing intermediate container e47a9bef70e8 [2020-07-23T04:36:47.950Z] ---> b5b2f548c8cb [2020-07-23T04:36:47.950Z] Step 28/29 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:36:47.950Z] ---> 18fbe48d48d6 [2020-07-23T04:36:47.950Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:36:48.228Z] ---> Running in 7418e3999506 [2020-07-23T04:36:48.839Z] ---> c7ce893e520e [2020-07-23T04:36:48.839Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:36:48.839Z] Removing intermediate container 7418e3999506 [2020-07-23T04:36:48.839Z] ---> a44a59011d0f [2020-07-23T04:36:48.839Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:36:48.839Z] ---> Running in 98d078ab7e80 [2020-07-23T04:36:49.109Z] ---> 565f08a979e2 [2020-07-23T04:36:49.109Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:36:49.413Z] ---> 7894e51161ac [2020-07-23T04:36:49.413Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:36:49.800Z] ---> Running in bfeac052a998 [2020-07-23T04:36:49.800Z] Removing intermediate container 98d078ab7e80 [2020-07-23T04:36:49.800Z] ---> e2dcd31f228c [2020-07-23T04:36:49.800Z] [2020-07-23T04:36:49.800Z] Removing intermediate container 958dd429c096 [2020-07-23T04:36:49.800Z] ---> 7a8c5c1422a2 [2020-07-23T04:36:49.800Z] [2020-07-23T04:36:49.800Z] Step 11/26 : FROM docker:latest [2020-07-23T04:36:49.800Z] ---> 81f5749c9058 [2020-07-23T04:36:49.800Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:36:49.800Z] ---> d6ebed263545 [2020-07-23T04:36:49.800Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:36:50.123Z] Successfully built e2dcd31f228c [2020-07-23T04:36:50.123Z] ---> Running in 975626a5a405 [2020-07-23T04:36:50.123Z] ---> Running in 94d4ed1fdc9a [2020-07-23T04:36:50.739Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-23T04:36:50.739Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-07-23T04:36:51.016Z] Removing intermediate container bfeac052a998 [2020-07-23T04:36:51.016Z] ---> 5122d6c51046 [2020-07-23T04:36:51.016Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:36:52.424Z] ---> Running in 83ed48ae6feb [2020-07-23T04:36:54.357Z] Removing intermediate container 94d4ed1fdc9a [2020-07-23T04:36:54.357Z] ---> a826a9b30d77 [2020-07-23T04:36:54.357Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:36:55.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:55.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:55.594Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:36:55.594Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:36:55.594Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:36:55.594Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:36:55.594Z] OK: 12 MiB in 22 packages [2020-07-23T04:36:55.874Z] Removing intermediate container 83ed48ae6feb [2020-07-23T04:36:55.874Z] ---> f2a46d63cbab [2020-07-23T04:36:55.874Z] Step 20/21 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:36:55.874Z] ---> Running in f3392c0e1ec7 [2020-07-23T04:36:56.142Z] ---> Running in 1adb71ce3c52 [2020-07-23T04:36:57.099Z] Removing intermediate container f3392c0e1ec7 [2020-07-23T04:36:57.100Z] ---> b8bd515ed392 [2020-07-23T04:36:57.100Z] Step 20/21 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:36:57.100Z] Removing intermediate container 1adb71ce3c52 [2020-07-23T04:36:57.100Z] ---> 2c57ac6e3ea6 [2020-07-23T04:36:57.100Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:36:57.374Z] ---> Running in feacf452bd42 [2020-07-23T04:36:58.332Z] ---> Running in ccce0b69f9c1 [2020-07-23T04:36:58.332Z] Removing intermediate container 975626a5a405 [2020-07-23T04:36:58.332Z] ---> c497dc9e05fc [2020-07-23T04:36:58.332Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:36:59.732Z] ---> Running in d380fd7231ac [2020-07-23T04:36:59.732Z] Removing intermediate container feacf452bd42 [2020-07-23T04:36:59.732Z] ---> ef949e8537b4 [2020-07-23T04:36:59.732Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:37:00.319Z] Removing intermediate container ccce0b69f9c1 [2020-07-23T04:37:00.319Z] ---> dcd71e6555f3 [2020-07-23T04:37:00.319Z] [2020-07-23T04:37:00.319Z] Successfully built dcd71e6555f3 [2020-07-23T04:37:00.319Z] ---> Running in ef5db64b85ac [2020-07-23T04:37:00.319Z] Successfully tagged docker-support-logging-go:latest [2020-07-23T04:37:00.319Z] Building docker-core-command-go [2020-07-23T04:37:01.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:37:06.931Z]  Building docker-support-logging-go ... done Removing intermediate container ef5db64b85ac [2020-07-23T04:37:06.931Z] ---> ab685678c5d7 [2020-07-23T04:37:06.931Z] [2020-07-23T04:37:06.931Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:37:06.931Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:37:06.931Z] ---> e59521ae651b [2020-07-23T04:37:06.931Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:37:06.931Z] ---> Using cache [2020-07-23T04:37:06.931Z] ---> e22c0582df13 [2020-07-23T04:37:06.931Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:37:06.931Z] ---> Using cache [2020-07-23T04:37:06.931Z] ---> ff5b38974787 [2020-07-23T04:37:06.931Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:37:06.931Z] Successfully built ab685678c5d7 [2020-07-23T04:37:07.503Z] Successfully tagged docker-core-metadata-go:latest [2020-07-23T04:37:07.503Z] Building docker-security-secretstore-setup-go [2020-07-23T04:37:07.503Z]  Building docker-core-metadata-go ... done  ---> Running in df434fad3963 [2020-07-23T04:37:08.090Z] Removing intermediate container d380fd7231ac [2020-07-23T04:37:08.090Z] ---> 496649bd8938 [2020-07-23T04:37:08.090Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:37:08.354Z] ---> Running in 0e8a6e5310ff [2020-07-23T04:37:10.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:11.455Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:37:11.455Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:37:11.455Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:37:11.455Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:37:11.455Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s [2020-07-23T04:37:11.455Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:37:11.477Z] Removing intermediate container 0e8a6e5310ff [2020-07-23T04:37:11.477Z] ---> 68cdfbfe2be8 [2020-07-23T04:37:11.477Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:37:11.741Z] ---> Running in 196f20d7a110 [2020-07-23T04:37:11.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:12.052Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:37:12.052Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:37:13.131Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:37:13.131Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:37:13.131Z] OK: 12749 distinct packages available [2020-07-23T04:37:13.131Z] Removing intermediate container 196f20d7a110 [2020-07-23T04:37:13.131Z] ---> 5eb43b7234c0 [2020-07-23T04:37:13.131Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:37:13.131Z] OK: 233 MiB in 51 packages [2020-07-23T04:37:14.032Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:37:15.488Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:37:15.488Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:37:15.488Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:37:15.488Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:37:16.440Z] ---> Running in 9ff1bbc2dd0a [2020-07-23T04:37:18.997Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:37:18.997Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:37:19.261Z] ---> e59521ae651b [2020-07-23T04:37:19.261Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:37:19.261Z] ---> Using cache [2020-07-23T04:37:19.261Z] ---> e22c0582df13 [2020-07-23T04:37:19.261Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:37:19.261Z] ---> Using cache [2020-07-23T04:37:19.261Z] ---> ff5b38974787 [2020-07-23T04:37:19.261Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:37:19.261Z] ---> Using cache [2020-07-23T04:37:19.261Z] ---> 60fe090d37b2 [2020-07-23T04:37:19.261Z] Step 6/21 : COPY go.mod . [2020-07-23T04:37:19.261Z] ---> Using cache [2020-07-23T04:37:19.261Z] ---> 8133aeccd157 [2020-07-23T04:37:19.261Z] Step 7/21 : RUN go mod download [2020-07-23T04:37:19.261Z] ---> Using cache [2020-07-23T04:37:19.261Z] ---> 378e51f41a65 [2020-07-23T04:37:19.261Z] Step 8/21 : COPY . . [2020-07-23T04:37:19.261Z] Removing intermediate container 9ff1bbc2dd0a [2020-07-23T04:37:19.261Z] ---> 290292400911 [2020-07-23T04:37:19.261Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:37:19.261Z] ---> Using cache [2020-07-23T04:37:19.261Z] ---> 673faa9b39ae [2020-07-23T04:37:19.261Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:37:19.523Z] Removing intermediate container 0be38f13fcd8 [2020-07-23T04:37:19.523Z] ---> 5840866086f4 [2020-07-23T04:37:19.523Z] [2020-07-23T04:37:19.523Z] Step 10/20 : FROM scratch [2020-07-23T04:37:19.523Z] ---> [2020-07-23T04:37:19.523Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:37:19.786Z] ---> Running in 24d3cbf535ef [2020-07-23T04:37:19.786Z] Removing intermediate container df434fad3963 [2020-07-23T04:37:19.786Z] ---> 12c570a2dc99 [2020-07-23T04:37:19.786Z] Step 6/23 : COPY go.mod . [2020-07-23T04:37:20.361Z] ---> Using cache [2020-07-23T04:37:20.361Z] ---> be4b8bc18e8d [2020-07-23T04:37:20.361Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:37:20.626Z] ---> cec94cdbc8af [2020-07-23T04:37:20.626Z] Step 7/23 : RUN go mod download [2020-07-23T04:37:20.626Z] ---> 1b44fd17d235 [2020-07-23T04:37:20.626Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:37:20.626Z] ---> Running in 2f6275f25292 [2020-07-23T04:37:20.626Z] 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-07-23T04:37:20.891Z] ---> Running in 7ee78cfcbc95 [2020-07-23T04:37:21.157Z] Removing intermediate container 2f6275f25292 [2020-07-23T04:37:21.157Z] ---> 5206fed4659c [2020-07-23T04:37:21.157Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:37:23.085Z] ---> 2a75ee5648f7 [2020-07-23T04:37:23.085Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:37:23.085Z] ---> Running in c20159c45b1f [2020-07-23T04:37:23.682Z] Removing intermediate container c20159c45b1f [2020-07-23T04:37:23.682Z] ---> 3635235acfab [2020-07-23T04:37:23.682Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:37:23.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.152s coverage: 46.6% of statements [2020-07-23T04:37:23.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:37:23.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:37:23.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:37:23.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:37:23.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:37:25.111Z] ---> ab87ceb31196 [2020-07-23T04:37:25.111Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:37:25.111Z] ---> c912531a0e47 [2020-07-23T04:37:25.111Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:37:25.111Z] ---> Running in 1ac56901ca4e [2020-07-23T04:37:25.938Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:37:25.938Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:37:25.938Z] ---> e59521ae651b [2020-07-23T04:37:25.938Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:37:25.938Z] ---> Using cache [2020-07-23T04:37:25.938Z] ---> e22c0582df13 [2020-07-23T04:37:25.938Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:37:25.938Z] ---> Using cache [2020-07-23T04:37:25.938Z] ---> ff5b38974787 [2020-07-23T04:37:25.938Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:37:25.938Z] ---> Using cache [2020-07-23T04:37:25.938Z] ---> 60fe090d37b2 [2020-07-23T04:37:25.938Z] Step 6/26 : COPY go.mod . [2020-07-23T04:37:25.938Z] ---> Using cache [2020-07-23T04:37:25.938Z] ---> 8133aeccd157 [2020-07-23T04:37:25.938Z] Step 7/26 : RUN go mod download [2020-07-23T04:37:25.938Z] ---> Using cache [2020-07-23T04:37:25.938Z] ---> 378e51f41a65 [2020-07-23T04:37:25.938Z] Step 8/26 : COPY . . [2020-07-23T04:37:25.938Z] ---> Using cache [2020-07-23T04:37:25.938Z] ---> 673faa9b39ae [2020-07-23T04:37:25.938Z] 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-07-23T04:37:26.906Z] Removing intermediate container 7ee78cfcbc95 [2020-07-23T04:37:26.906Z] ---> a1b3462fec0a [2020-07-23T04:37:26.906Z] Step 8/23 : COPY . . [2020-07-23T04:37:26.906Z] ---> Running in 3137673e9b3b [2020-07-23T04:37:26.906Z] ---> b41a8b96c2e5 [2020-07-23T04:37:26.906Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:37:27.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:27.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:27.449Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:37:27.449Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:37:27.449Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:37:27.449Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:37:27.449Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:37:27.721Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:37:27.721Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:37:29.122Z] 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-07-23T04:37:30.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.4% of statements [2020-07-23T04:37:30.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:37:30.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:37:30.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:37:30.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:37:30.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:37:30.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:37:30.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.018s coverage: 100.0% of statements [2020-07-23T04:37:30.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:37:30.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements [2020-07-23T04:37:30.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:37:32.440Z] ---> 1e62c335b754 [2020-07-23T04:37:32.440Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:37:33.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.384s coverage: 29.3% of statements [2020-07-23T04:37:33.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:37:33.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:37:33.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:37:33.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:37:33.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:37:33.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2020-07-23T04:37:33.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:37:33.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements [2020-07-23T04:37:33.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:37:34.845Z] ---> Running in 81a3ae39ec70 [2020-07-23T04:37:34.845Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:37:35.111Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:37:35.111Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:37:35.111Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:37:35.111Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:37:35.111Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:37:35.111Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:37:35.111Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:37:35.111Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:37:35.111Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:37:35.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.079s coverage: 89.8% of statements [2020-07-23T04:37:35.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:37:36.079Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:37:36.079Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:37:36.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2020-07-23T04:37:36.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:37:36.665Z] Removing intermediate container 81a3ae39ec70 [2020-07-23T04:37:36.665Z] ---> 1204d81b0f0a [2020-07-23T04:37:36.665Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:37:36.665Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:37:36.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 100.0% of statements [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:37:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:37:36.989Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.015s coverage: 58.8% of statements [2020-07-23T04:37:37.607Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:37:38.550Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:37:39.120Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:37:40.554Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:37:40.823Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:37:41.086Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:37:41.086Z] ---> Running in 5e35f48fa6d9 [2020-07-23T04:37:41.086Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:37:41.086Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:37:41.086Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:37:41.086Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:37:41.086Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:37:41.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements [2020-07-23T04:37:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:37:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:37:41.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements [2020-07-23T04:37:41.351Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:37:41.351Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:37:42.758Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:37:42.758Z] Removing intermediate container 5e35f48fa6d9 [2020-07-23T04:37:42.758Z] ---> 23fceb181536 [2020-07-23T04:37:42.758Z] Step 19/20 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:37:43.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.248s coverage: 55.9% of statements [2020-07-23T04:37:43.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:37:43.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:37:43.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:37:43.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:37:43.338Z] OK: 71 MiB in 55 packages [2020-07-23T04:37:45.281Z] ---> Running in 6a40ae489266 [2020-07-23T04:37:46.665Z] Removing intermediate container 6a40ae489266 [2020-07-23T04:37:46.665Z] ---> e3d199bcea36 [2020-07-23T04:37:46.665Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:37:48.587Z] ---> Running in 397e0362537c [2020-07-23T04:37:48.587Z] ---> 6c2dfe98008e [2020-07-23T04:37:48.587Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:37:49.536Z] ---> Running in 182a3015f033 [2020-07-23T04:37:50.482Z] Removing intermediate container 397e0362537c [2020-07-23T04:37:50.482Z] ---> 90c90043bf74 [2020-07-23T04:37:50.482Z] [2020-07-23T04:37:50.482Z] Successfully built 90c90043bf74 [2020-07-23T04:37:50.482Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-23T04:37:50.482Z] Building docker-core-data-go [2020-07-23T04:37:50.749Z]  Building docker-support-scheduler-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-07-23T04:37:51.033Z] 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-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.779s coverage: 86.3% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.048s coverage: 72.2% of statements [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.366s coverage: 72.1% of statements [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.098s coverage: 82.4% of statements [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.028s coverage: 96.8% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 26.9% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.273s coverage: 84.1% of statements [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.022s coverage: 100.0% of statements [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.037s coverage: 43.1% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.075s coverage: 46.1% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.048s coverage: 100.0% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.084s coverage: 100.0% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:38:05.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2020-07-23T04:38:05.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:38:09.204Z] 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-07-23T04:38:09.204Z] Removing intermediate container 1ac56901ca4e [2020-07-23T04:38:09.204Z] ---> d7e76cbdc02e [2020-07-23T04:38:09.204Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:38:09.204Z] Removing intermediate container 24d3cbf535ef [2020-07-23T04:38:09.204Z] ---> afa1fcb7cf1d [2020-07-23T04:38:09.204Z] [2020-07-23T04:38:09.204Z] Step 10/21 : FROM scratch [2020-07-23T04:38:09.204Z] ---> [2020-07-23T04:38:09.204Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:38:11.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.216s coverage: 29.1% of statements [2020-07-23T04:38:11.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:38:11.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:38:11.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:38:11.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:38:11.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:38:11.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements [2020-07-23T04:38:11.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:38:11.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-07-23T04:38:11.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:38:11.060Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements [2020-07-23T04:38:11.060Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:38:11.147Z] ---> Using cache [2020-07-23T04:38:11.147Z] ---> be4b8bc18e8d [2020-07-23T04:38:11.147Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:38:11.442Z] ---> Running in 7e14871364e1 [2020-07-23T04:38:12.040Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-07-23T04:38:12.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:38:12.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:38:12.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:38:12.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:38:12.422Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:38:12.422Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:38:12.422Z] ---> e59521ae651b [2020-07-23T04:38:12.422Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:38:12.422Z] ---> Using cache [2020-07-23T04:38:12.422Z] ---> e22c0582df13 [2020-07-23T04:38:12.422Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:38:12.422Z] ---> Using cache [2020-07-23T04:38:12.423Z] ---> ff5b38974787 [2020-07-23T04:38:12.423Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:38:12.423Z] ---> Running in d3c3e83cd852 [2020-07-23T04:38:12.640Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2020-07-23T04:38:12.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:38:12.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:38:13.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2020-07-23T04:38:13.828Z] ---> Running in 209b17494e6c [2020-07-23T04:38:13.828Z] Removing intermediate container d3c3e83cd852 [2020-07-23T04:38:13.828Z] ---> 9671f163eafb [2020-07-23T04:38:13.828Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:38:13.828Z] ---> Running in c7eac46a255b [2020-07-23T04:38:14.104Z] Removing intermediate container c7eac46a255b [2020-07-23T04:38:14.104Z] ---> 6c215646df86 [2020-07-23T04:38:14.104Z] Step 14/21 : WORKDIR / [2020-07-23T04:38:14.374Z] ---> Running in 39139ef0d724 [2020-07-23T04:38:14.641Z] Removing intermediate container 39139ef0d724 [2020-07-23T04:38:14.641Z] ---> c22f9134c50b [2020-07-23T04:38:14.641Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:38:14.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements [2020-07-23T04:38:14.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:15.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-07-23T04:38:15.495Z] ---> 8c067d856b63 [2020-07-23T04:38:15.495Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:38:15.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:15.776Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:15.776Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:15.776Z] OK: 12749 distinct packages available [2020-07-23T04:38:15.838Z] GO111MODULE=on go vet ./... [2020-07-23T04:38:16.045Z] OK: 233 MiB in 51 packages [2020-07-23T04:38:17.432Z] ---> cb3f28b06a38 [2020-07-23T04:38:17.432Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:38:17.713Z] Removing intermediate container 3137673e9b3b [2020-07-23T04:38:17.713Z] ---> e62040b8760e [2020-07-23T04:38:17.713Z] [2020-07-23T04:38:17.713Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:38:17.713Z] ---> a3f31dda5b42 [2020-07-23T04:38:17.713Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:38:17.713Z] ---> Running in cf8e3643048f [2020-07-23T04:38:17.983Z] Removing intermediate container 209b17494e6c [2020-07-23T04:38:17.983Z] ---> e8efd9164d68 [2020-07-23T04:38:17.983Z] Step 6/22 : COPY go.mod . [2020-07-23T04:38:17.983Z] 3.10: Pulling from library/alpine [2020-07-23T04:38:17.983Z] Removing intermediate container cf8e3643048f [2020-07-23T04:38:17.983Z] ---> 2839f81e75c9 [2020-07-23T04:38:17.983Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:38:18.243Z] Collecting docker-compose==1.23.2 [2020-07-23T04:38:18.243Z] ---> Running in 42b2bf3a3271 [2020-07-23T04:38:18.243Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:38:18.243Z] ---> ce4a34c2a217 [2020-07-23T04:38:18.243Z] Step 7/22 : RUN go mod download [2020-07-23T04:38:18.515Z] ---> Running in 6b7c67e0148b [2020-07-23T04:38:18.515Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:38:18.515Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:38:18.515Z] 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-07-23T04:38:18.777Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:38:18.777Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:38:20.201Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:38:20.201Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:38:20.201Z] ---> be4e4bea2c2e [2020-07-23T04:38:20.201Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:38:20.201Z] Removing intermediate container 42b2bf3a3271 [2020-07-23T04:38:20.201Z] ---> 844237288ded [2020-07-23T04:38:20.201Z] Step 20/21 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:38:21.174Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:38:21.174Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:38:21.174Z] ---> Running in 9778a6845170 [2020-07-23T04:38:21.442Z] ---> Running in ae7fe6d0b2e8 [2020-07-23T04:38:21.442Z] Removing intermediate container 182a3015f033 [2020-07-23T04:38:21.442Z] ---> c3c2a5c486ee [2020-07-23T04:38:21.442Z] [2020-07-23T04:38:21.442Z] Step 10/23 : FROM scratch [2020-07-23T04:38:21.442Z] ---> [2020-07-23T04:38:21.442Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:38:21.442Z] ---> Using cache [2020-07-23T04:38:21.442Z] ---> ec9db077fbfd [2020-07-23T04:38:21.442Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:38:21.442Z] ---> Running in 6557e1ab87c6 [2020-07-23T04:38:21.708Z] Removing intermediate container ae7fe6d0b2e8 [2020-07-23T04:38:21.708Z] ---> 6988968772c6 [2020-07-23T04:38:21.708Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:38:21.708Z] ---> Running in 7ee4903aada9 [2020-07-23T04:38:21.708Z] Removing intermediate container 6557e1ab87c6 [2020-07-23T04:38:21.708Z] ---> d71a9eff6689 [2020-07-23T04:38:21.708Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:38:21.968Z] ---> Running in d94aeccda711 [2020-07-23T04:38:21.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:21.968Z] Removing intermediate container 7ee4903aada9 [2020-07-23T04:38:21.968Z] ---> c825accf0a1d [2020-07-23T04:38:21.968Z] [2020-07-23T04:38:21.968Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:38:21.968Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:38:21.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:22.237Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:38:22.237Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:38:22.237Z] OK: 10346 distinct packages available [2020-07-23T04:38:22.237Z] Successfully built c825accf0a1d [2020-07-23T04:38:22.237Z] Successfully tagged docker-core-command-go:latest [2020-07-23T04:38:22.499Z]  Building docker-core-command-go ... done (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:38:22.499Z] Removing intermediate container d94aeccda711 [2020-07-23T04:38:22.499Z] ---> 79e8ad06971d [2020-07-23T04:38:22.499Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:38:22.499Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:38:22.499Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:38:22.499Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:38:22.499Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:38:22.499Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:38:22.499Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:38:22.499Z] OK: 7 MiB in 19 packages [2020-07-23T04:38:23.070Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:38:23.070Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:38:23.070Z] ---> 7b5160d0b874 [2020-07-23T04:38:23.070Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:38:23.659Z] Removing intermediate container 6b7c67e0148b [2020-07-23T04:38:23.659Z] ---> 086a822a9d4b [2020-07-23T04:38:23.659Z] Step 8/22 : COPY . . [2020-07-23T04:38:25.575Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:38:25.575Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:38:25.575Z] ---> 00342831ff96 [2020-07-23T04:38:25.575Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:38:25.575Z] Removing intermediate container 9778a6845170 [2020-07-23T04:38:25.575Z] ---> 739f3eef5619 [2020-07-23T04:38:25.575Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:38:25.837Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:38:25.837Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:38:26.097Z] ---> Running in 24ffb85e5f0f [2020-07-23T04:38:26.097Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:38:26.097Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:38:26.682Z] Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:38:26.682Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:38:26.682Z] ---> 384194c77cdc [2020-07-23T04:38:26.682Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:38:26.682Z] Removing intermediate container 24ffb85e5f0f [2020-07-23T04:38:26.682Z] ---> bcaf930d24ae [2020-07-23T04:38:26.682Z] Step 13/26 : WORKDIR / [2020-07-23T04:38:28.063Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:38:28.063Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:38:29.444Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:38:29.444Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:38:29.444Z] ---> Running in 87044cdf3530 [2020-07-23T04:38:30.016Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:38:30.275Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:38:30.275Z] 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-07-23T04:38:30.275Z] 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-07-23T04:38:30.275Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:38:30.275Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:38:30.275Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:38:30.275Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:38:30.534Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, PyYAML, jsonschema, cached-property, docopt, docker-compose [2020-07-23T04:38:31.110Z] ---> a7e8d07476ba [2020-07-23T04:38:31.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:38:31.371Z] Attempting uninstall: idna [2020-07-23T04:38:31.371Z] Found existing installation: idna 2.9 [2020-07-23T04:38:31.371Z] Uninstalling idna-2.9: [2020-07-23T04:38:31.941Z] Successfully uninstalled idna-2.9 [2020-07-23T04:38:31.941Z] Removing intermediate container 87044cdf3530 [2020-07-23T04:38:31.941Z] ---> cf1783fb9f50 [2020-07-23T04:38:31.941Z] 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-07-23T04:38:32.881Z] Attempting uninstall: urllib3 [2020-07-23T04:38:32.881Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:38:32.881Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:38:33.460Z] ---> 700640d5efbf [2020-07-23T04:38:33.460Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:38:33.721Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:38:34.139Z] gofmt -l . [2020-07-23T04:38:34.139Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:38:36.103Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:38:37.079Z] ./bin/test-attribution-txt.sh [2020-07-23T04:38:37.930Z] ---> 3c9cb1b089b4 [2020-07-23T04:38:37.930Z] 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-07-23T04:38:37.930Z] Attempting uninstall: requests [2020-07-23T04:38:37.930Z] Found existing installation: requests 2.23.0 [2020-07-23T04:38:37.930Z] Uninstalling requests-2.23.0: [2020-07-23T04:38:37.930Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:38:39.685Z] docker run --rm --privileged \ [2020-07-23T04:38:39.685Z] -v /w/workspace/edgex-go/13:/raml-verification -w /raml-verification \ [2020-07-23T04:38:39.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-23T04:38:39.685Z] /scripts/raml-verify.sh [2020-07-23T04:38:39.685Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-23T04:38:39.958Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:38:39.958Z] 29e5d40040c1: Pulling fs layer [2020-07-23T04:38:39.958Z] 8c46fbeab2c7: Pulling fs layer [2020-07-23T04:38:39.958Z] 8ba552a4e5fe: Pulling fs layer [2020-07-23T04:38:39.958Z] 1fb62381901b: Pulling fs layer [2020-07-23T04:38:39.958Z] 147fb30a95d9: Pulling fs layer [2020-07-23T04:38:39.958Z] 3ccc99ad11dc: Pulling fs layer [2020-07-23T04:38:39.958Z] 3ccc99ad11dc: Waiting [2020-07-23T04:38:39.958Z] 147fb30a95d9: Waiting [2020-07-23T04:38:39.958Z] 1fb62381901b: Waiting [2020-07-23T04:38:39.958Z] 8ba552a4e5fe: Verifying Checksum [2020-07-23T04:38:39.958Z] 8ba552a4e5fe: Download complete [2020-07-23T04:38:39.958Z] 29e5d40040c1: Verifying Checksum [2020-07-23T04:38:39.958Z] 1fb62381901b: Verifying Checksum [2020-07-23T04:38:39.958Z] 1fb62381901b: Download complete [2020-07-23T04:38:39.958Z] 3ccc99ad11dc: Verifying Checksum [2020-07-23T04:38:39.958Z] 3ccc99ad11dc: Download complete [2020-07-23T04:38:40.231Z] 147fb30a95d9: Verifying Checksum [2020-07-23T04:38:40.231Z] 147fb30a95d9: Download complete [2020-07-23T04:38:40.479Z] ---> 56e3fd9c5ac0 [2020-07-23T04:38:40.479Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:38:40.819Z] 29e5d40040c1: Pull complete [2020-07-23T04:38:40.820Z] 8c46fbeab2c7: Verifying Checksum [2020-07-23T04:38:40.820Z] 8c46fbeab2c7: Download complete [2020-07-23T04:38:41.052Z] ---> 3642932a43ab [2020-07-23T04:38:41.052Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:38:41.052Z] Running setup.py install for texttable: started [2020-07-23T04:38:41.992Z] ---> Running in 2d1c8b6dc982 [2020-07-23T04:38:42.253Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:38:42.253Z] Running setup.py install for dockerpty: started [2020-07-23T04:38:42.823Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:38:42.823Z] Running setup.py install for PyYAML: started [2020-07-23T04:38:43.391Z] ---> 428e55174150 [2020-07-23T04:38:43.391Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:38:43.391Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:38:44.778Z] Removing intermediate container 2d1c8b6dc982 [2020-07-23T04:38:44.778Z] ---> dff80055e75e [2020-07-23T04:38:44.778Z] Step 21/23 : LABEL arch=x86_64 [2020-07-23T04:38:45.039Z] Running setup.py install for docopt: started [2020-07-23T04:38:45.090Z] 8c46fbeab2c7: Pull complete [2020-07-23T04:38:45.090Z] 8ba552a4e5fe: Pull complete [2020-07-23T04:38:45.299Z] ---> Running in 79f140f965a2 [2020-07-23T04:38:45.299Z] ---> 96ab12f93792 [2020-07-23T04:38:45.299Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:38:45.299Z] ---> 166f61543471 [2020-07-23T04:38:45.299Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:38:45.362Z] 1fb62381901b: Pull complete [2020-07-23T04:38:45.558Z] ---> Running in eabe189a2b98 [2020-07-23T04:38:45.558Z] Removing intermediate container 79f140f965a2 [2020-07-23T04:38:45.558Z] ---> 6a881e85fb73 [2020-07-23T04:38:45.558Z] Step 22/23 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:38:45.558Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:38:45.819Z] ---> Running in eccbe0ed5992 [2020-07-23T04:38:46.079Z] 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-07-23T04:38:46.340Z] 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-07-23T04:38:46.340Z] ---> 17a8589b8b78 [2020-07-23T04:38:46.340Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:38:46.607Z] Removing intermediate container eccbe0ed5992 [2020-07-23T04:38:46.607Z] ---> 66aeaefb662d [2020-07-23T04:38:46.607Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:38:46.607Z] ---> Running in 3872daa6197c [2020-07-23T04:38:46.881Z] Removing intermediate container 3872daa6197c [2020-07-23T04:38:46.881Z] ---> 1c50ad2b55e1 [2020-07-23T04:38:46.881Z] [2020-07-23T04:38:47.151Z] ---> 258c8ae2ad3c [2020-07-23T04:38:47.151Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:38:47.151Z] Successfully built 1c50ad2b55e1 [2020-07-23T04:38:47.151Z] Successfully tagged docker-support-notifications-go:latest [2020-07-23T04:38:49.087Z]  Building docker-support-notifications-go ... done  ---> 20d20337b3eb [2020-07-23T04:38:49.087Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:38:49.348Z] Removing intermediate container 7e14871364e1 [2020-07-23T04:38:49.348Z] ---> 0b69b6722daa [2020-07-23T04:38:49.348Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:38:49.612Z] ---> 4de8edc8d4f9 [2020-07-23T04:38:49.612Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:38:49.612Z] ---> Running in e284b07be7c3 [2020-07-23T04:38:49.651Z] 147fb30a95d9: Pull complete [2020-07-23T04:38:49.879Z] ---> Running in 4836c3106cf6 [2020-07-23T04:38:49.925Z] 3ccc99ad11dc: Pull complete [2020-07-23T04:38:49.925Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-23T04:38:49.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-23T04:38:50.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:50.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:51.097Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:38:51.098Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:38:51.098Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:38:51.098Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:38:51.098Z] OK: 72 MiB in 58 packages [2020-07-23T04:38:52.049Z] Removing intermediate container 4836c3106cf6 [2020-07-23T04:38:52.049Z] ---> eb4c094bc2ef [2020-07-23T04:38:52.049Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:38:52.049Z] ---> Running in b761439fe8de [2020-07-23T04:38:52.049Z] Removing intermediate container e284b07be7c3 [2020-07-23T04:38:52.049Z] ---> c293f7d1826c [2020-07-23T04:38:52.049Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:38:52.537Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:38:53.006Z] ---> Running in 58e274ed73ca [2020-07-23T04:38:53.006Z] Removing intermediate container b761439fe8de [2020-07-23T04:38:53.006Z] ---> 18b514967318 [2020-07-23T04:38:53.006Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:38:53.525Z] ---> Running in 89538b4457d2 [2020-07-23T04:38:53.525Z] Removing intermediate container 58e274ed73ca [2020-07-23T04:38:53.525Z] ---> 7f4decec4d0d [2020-07-23T04:38:53.525Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:38:53.925Z] ---> Running in 898c0985db85 [2020-07-23T04:38:53.925Z] Removing intermediate container 89538b4457d2 [2020-07-23T04:38:53.925Z] ---> 4f57722a1cf0 [2020-07-23T04:38:53.925Z] Step 25/26 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:38:53.925Z] ---> Running in 802eb2badd1c [2020-07-23T04:38:53.925Z] Removing intermediate container 898c0985db85 [2020-07-23T04:38:53.925Z] ---> da0c79c1a560 [2020-07-23T04:38:53.925Z] Step 25/26 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:38:53.925Z] ---> Running in cca148bee3d5 [2020-07-23T04:38:53.925Z] Removing intermediate container 802eb2badd1c [2020-07-23T04:38:53.925Z] ---> bb058f55f694 [2020-07-23T04:38:53.925Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:38:54.230Z] ---> Running in 5b41879580ef [2020-07-23T04:38:54.230Z] Removing intermediate container cca148bee3d5 [2020-07-23T04:38:54.230Z] ---> a15a4c485d44 [2020-07-23T04:38:54.230Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:38:54.230Z] ---> Running in bf2f500e2448 [2020-07-23T04:38:54.497Z] Removing intermediate container 5b41879580ef [2020-07-23T04:38:54.497Z] ---> ffe314533230 [2020-07-23T04:38:54.497Z] [2020-07-23T04:38:55.072Z] Successfully built ffe314533230 [2020-07-23T04:38:55.072Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-23T04:38:55.143Z] OK [2020-07-23T04:38:55.143Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:38:55.340Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container bf2f500e2448 [2020-07-23T04:38:55.340Z] ---> a1593ffd45c4 [2020-07-23T04:38:55.340Z] [2020-07-23T04:38:55.340Z] Successfully built a1593ffd45c4 [2020-07-23T04:38:55.340Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-23T04:39:01.820Z] OK [2020-07-23T04:39:01.820Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:39:03.504Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eabe189a2b98 [2020-07-23T04:39:03.504Z] ---> 0c0ca9087732 [2020-07-23T04:39:03.504Z] [2020-07-23T04:39:03.504Z] Step 10/22 : FROM alpine [2020-07-23T04:39:03.504Z] ---> a24bb4013296 [2020-07-23T04:39:03.504Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:39:03.504Z] ---> Running in 4ed9f71bc7a9 [2020-07-23T04:39:03.504Z] Removing intermediate container 4ed9f71bc7a9 [2020-07-23T04:39:03.504Z] ---> c811e128ad21 [2020-07-23T04:39:03.504Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:39:03.504Z] ---> Running in fcd3cbc1925f [2020-07-23T04:39:03.504Z] Removing intermediate container fcd3cbc1925f [2020-07-23T04:39:03.504Z] ---> aa9938c75f9c [2020-07-23T04:39:03.504Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:39:03.504Z] ---> Running in bfda888dc33a [2020-07-23T04:39:03.504Z] Removing intermediate container bfda888dc33a [2020-07-23T04:39:03.504Z] ---> 42a33b781637 [2020-07-23T04:39:03.504Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:39:03.504Z] ---> Running in b629aa95a267 [2020-07-23T04:39:03.763Z] Removing intermediate container b629aa95a267 [2020-07-23T04:39:03.763Z] ---> 1ac75d94efef [2020-07-23T04:39:03.763Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:39:03.763Z] ---> Running in 843ac28ba752 [2020-07-23T04:39:04.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:04.419Z] OK [2020-07-23T04:39:04.419Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:39:04.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:05.468Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:39:05.468Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:39:05.468Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:39:05.728Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:39:06.295Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:39:06.295Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:39:06.555Z] OK: 8 MiB in 19 packages [2020-07-23T04:39:07.123Z] Removing intermediate container 843ac28ba752 [2020-07-23T04:39:07.123Z] ---> c4372a973878 [2020-07-23T04:39:07.123Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:39:07.382Z] ---> 06d629824086 [2020-07-23T04:39:07.382Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:39:07.781Z] OK [2020-07-23T04:39:07.781Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:39:07.951Z] ---> e3d27edc326e [2020-07-23T04:39:07.951Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:39:08.210Z] ---> ff3519306668 [2020-07-23T04:39:08.210Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:39:08.210Z] ---> Running in e95b81ad39e1 [2020-07-23T04:39:08.470Z] Removing intermediate container e95b81ad39e1 [2020-07-23T04:39:08.470Z] ---> f1f1257ae9db [2020-07-23T04:39:08.470Z] Step 20/22 : LABEL arch=x86_64 [2020-07-23T04:39:08.470Z] ---> Running in 169e4b17f8e7 [2020-07-23T04:39:08.470Z] Removing intermediate container 169e4b17f8e7 [2020-07-23T04:39:08.470Z] ---> 380049705c2a [2020-07-23T04:39:08.470Z] Step 21/22 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:39:08.470Z] ---> Running in 6b772d7e1768 [2020-07-23T04:39:08.729Z] Removing intermediate container 6b772d7e1768 [2020-07-23T04:39:08.729Z] ---> 375dc72c0624 [2020-07-23T04:39:08.729Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:39:08.729Z] ---> Running in 51cf9de02b70 [2020-07-23T04:39:08.988Z] Removing intermediate container 51cf9de02b70 [2020-07-23T04:39:08.988Z] ---> 4436f50fc442 [2020-07-23T04:39:08.988Z] [2020-07-23T04:39:08.988Z] Successfully built 4436f50fc442 [2020-07-23T04:39:08.988Z] Successfully tagged docker-core-data-go:latest [2020-07-23T04:39:09.254Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-23T04:39:09.267Z] $ docker stop --time=1 c6278240ed4874e4696733b7f759d5eb985cf02a2bee50cbb926768c790a2f27 [2020-07-23T04:39:10.838Z] $ docker rm -f c6278240ed4874e4696733b7f759d5eb985cf02a2bee50cbb926768c790a2f27 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:39:11.349Z] + docker images [2020-07-23T04:39:11.350Z] + grep docker [2020-07-23T04:39:11.609Z] docker-core-data-go latest 4436f50fc442 3 seconds ago 23.8MB [2020-07-23T04:39:11.609Z] docker-sys-mgmt-agent-go latest a1593ffd45c4 17 seconds ago 284MB [2020-07-23T04:39:11.609Z] docker-security-secretstore-setup-go latest ffe314533230 17 seconds ago 33.9MB [2020-07-23T04:39:11.609Z] docker-support-notifications-go latest 1c50ad2b55e1 25 seconds ago 14.4MB [2020-07-23T04:39:11.609Z] docker-core-command-go latest c825accf0a1d 50 seconds ago 13MB [2020-07-23T04:39:11.609Z] docker-support-scheduler-go latest 90c90043bf74 About a minute ago 13.1MB [2020-07-23T04:39:11.609Z] docker-core-metadata-go latest ab685678c5d7 2 minutes ago 14.4MB [2020-07-23T04:39:11.609Z] docker-support-logging-go latest dcd71e6555f3 2 minutes ago 11.8MB [2020-07-23T04:39:11.609Z] docker-security-secrets-setup-go latest e2dcd31f228c 2 minutes ago 25.1MB [2020-07-23T04:39:11.609Z] docker-security-proxy-setup-go latest ce574ab43d3e 2 minutes ago 16.4MB [2020-07-23T04:39:11.609Z] docker latest 81f5749c9058 3 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] } [2020-07-23T04:39:12.064Z] OK [2020-07-23T04:39:12.064Z] Verifying ./api/raml/support-notifications.raml... [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-23T04:39:15.430Z] OK [2020-07-23T04:39:15.431Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:39:17.389Z] OK [Pipeline] sh [2020-07-23T04:39:18.633Z] + ls -al . [2020-07-23T04:39:18.634Z] total 588 [2020-07-23T04:39:18.634Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:38 . [2020-07-23T04:39:18.634Z] drwxr-xr-x 4 root root 4096 Jul 23 04:36 .. [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:34 .dockerignore [2020-07-23T04:39:18.634Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:34 .git [2020-07-23T04:39:18.634Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:34 .github [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:34 .gitignore [2020-07-23T04:39:18.634Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:34 .semver [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:34 .sonarcloud.properties [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:34 CONTRIBUTING.md [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:34 Dockerfile.build [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:34 Jenkinsfile [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:34 LICENSE [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:34 Makefile [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:34 README.md [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:34 SECURITY.md [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:31 VERSION [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:34 ZMQWindows.md [2020-07-23T04:39:18.634Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:34 api [2020-07-23T04:39:18.634Z] drwxrwxr-x 2 1001 1001 4096 Jul 23 04:34 bin [2020-07-23T04:39:18.634Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:34 cmd [2020-07-23T04:39:18.634Z] -rw-r--r-- 1 root root 456067 Jul 23 04:38 coverage.out [2020-07-23T04:39:18.634Z] -rw-r--r-- 1 root root 1019 Jul 23 04:38 go.mod [2020-07-23T04:39:18.634Z] -rw-r--r-- 1 root root 18146 Jul 23 04:38 go.sum [2020-07-23T04:39:18.634Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:34 internal [2020-07-23T04:39:18.634Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:34 snap [2020-07-23T04:39:18.634Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:34 version.go [Pipeline] sh [2020-07-23T04:39:19.339Z] + '[' -e coverage.out ] [2020-07-23T04:39:19.339Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:39:19.397Z] Warning: overwriting stash ‘coverage-report’ [2020-07-23T04:39:20.570Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:39:21.268Z] + make build [2020-07-23T04:39:21.268Z] 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-07-23T04:39:39.547Z] 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-07-23T04:39:49.673Z] 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-07-23T04:39:53.952Z] 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-07-23T04:39:59.329Z] 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-07-23T04:40:06.015Z] 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-07-23T04:40:06.986Z] 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-07-23T04:40:12.363Z] 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-07-23T04:40:17.735Z] 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-07-23T04:40:23.118Z] 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-07-23T04:40:27.401Z] 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-07-23T04:40:32.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-23T04:40:37.070Z] 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-07-23T04:40:40.446Z] $ docker stop --time=1 305163b0d2f413b9ff6db2226f131fd8c4fec9fca1dc503e0472b27bbdfe6203 [2020-07-23T04:40:42.896Z] $ docker rm -f 305163b0d2f413b9ff6db2226f131fd8c4fec9fca1dc503e0472b27bbdfe6203 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:40:44.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:40:44.395Z] [2020-07-23T04:40:44.395Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:40:45.033Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:40:45.033Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-23T04:40:45.033Z] 29e5d40040c1: Already exists [2020-07-23T04:40:45.305Z] 1ce36da41761: Pulling fs layer [2020-07-23T04:40:45.305Z] 25b303627fd3: Pulling fs layer [2020-07-23T04:40:45.577Z] 1ce36da41761: Verifying Checksum [2020-07-23T04:40:45.577Z] 1ce36da41761: Download complete [2020-07-23T04:40:47.010Z] 1ce36da41761: Pull complete [2020-07-23T04:40:47.279Z] 25b303627fd3: Download complete [2020-07-23T04:40:57.413Z] 25b303627fd3: Pull complete [2020-07-23T04:40:57.413Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-23T04:40:57.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:40:57.413Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-23T04:40:57.682Z] prd-ubuntu18.04-docker-arm64-4c-16g-687 does not seem to be running inside a container [2020-07-23T04:40:57.783Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-07-23T04:41:01.663Z] $ docker top fb66304de3b490c04089c59012578429bf9fae135dd6d2bc7d9a2b2e0c51f2fe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:41:03.136Z] + docker-compose+ buildgrep --help parallel [2020-07-23T04:41:03.136Z] [2020-07-23T04:41:06.508Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:41:06.789Z] $ docker stop --time=1 fb66304de3b490c04089c59012578429bf9fae135dd6d2bc7d9a2b2e0c51f2fe [2020-07-23T04:41:08.728Z] $ docker rm -f fb66304de3b490c04089c59012578429bf9fae135dd6d2bc7d9a2b2e0c51f2fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:41:09.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:41:09.514Z] . [Pipeline] withDockerContainer [2020-07-23T04:41:09.775Z] prd-ubuntu18.04-docker-arm64-4c-16g-687 does not seem to be running inside a container [2020-07-23T04:41:09.839Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-23T04:41:11.265Z] $ docker top cd0427891fadbb6e929579e5e11934e5f9b313c577e4066abccbe3df6f56c211 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:41:12.266Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:41:16.538Z] Building docker-core-command-go ... [2020-07-23T04:41:16.538Z] Building docker-core-data-go ... [2020-07-23T04:41:16.538Z] Building docker-core-metadata-go ... [2020-07-23T04:41:16.538Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:41:16.538Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:41:16.538Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:41:16.538Z] Building docker-support-logging-go ... [2020-07-23T04:41:16.538Z] Building docker-support-notifications-go ... [2020-07-23T04:41:16.538Z] Building docker-support-scheduler-go ... [2020-07-23T04:41:16.538Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:41:16.538Z] Building docker-core-command-go [2020-07-23T04:41:16.538Z] Building docker-sys-mgmt-agent-go [2020-07-23T04:41:16.538Z] Building docker-core-metadata-go [2020-07-23T04:41:16.538Z] Building docker-security-secrets-setup-go [2020-07-23T04:41:16.538Z] Building docker-support-logging-go [2020-07-23T04:43:08.304Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:08.304Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:43:08.304Z] ---> e6a8d5d9b415 [2020-07-23T04:43:08.304Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:43:08.580Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:08.580Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:43:08.580Z] ---> e6a8d5d9b415 [2020-07-23T04:43:08.580Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:43:08.580Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:08.580Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:43:08.580Z] ---> e6a8d5d9b415 [2020-07-23T04:43:08.580Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:43:09.178Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:09.178Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:43:09.178Z] ---> e6a8d5d9b415 [2020-07-23T04:43:09.178Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:43:09.178Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:09.178Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:43:09.178Z] ---> e6a8d5d9b415 [2020-07-23T04:43:09.178Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:43:11.788Z] ---> Running in 029c3df9bdf4 [2020-07-23T04:43:11.788Z] ---> Running in cbf19d9e0347 [2020-07-23T04:43:11.788Z] ---> Running in d4c7ccc10f15 [2020-07-23T04:43:11.788Z] ---> Running in f4ff4cd988fb [2020-07-23T04:43:11.788Z] ---> Running in 4250b89b1862 [2020-07-23T04:43:12.383Z] Removing intermediate container f4ff4cd988fb [2020-07-23T04:43:12.383Z] ---> fef058fe8c30 [2020-07-23T04:43:12.383Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:43:12.383Z] Removing intermediate container d4c7ccc10f15 [2020-07-23T04:43:12.383Z] ---> 372e53fa9165 [2020-07-23T04:43:12.383Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:43:12.383Z] Removing intermediate container 029c3df9bdf4 [2020-07-23T04:43:12.383Z] ---> 4182c1f3d1bf [2020-07-23T04:43:12.383Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:43:12.383Z] Removing intermediate container 4250b89b1862 [2020-07-23T04:43:12.383Z] ---> 7494445528d6 [2020-07-23T04:43:12.383Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:43:12.383Z] Removing intermediate container cbf19d9e0347 [2020-07-23T04:43:12.383Z] ---> 7dbd51cc154b [2020-07-23T04:43:12.383Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:43:12.383Z] ---> Running in 646bd39cf6c9 [2020-07-23T04:43:12.656Z] ---> Running in ec4726b852e9 [2020-07-23T04:43:12.656Z] ---> Running in cd75c694234f [2020-07-23T04:43:12.656Z] ---> Running in cc3b6f943030 [2020-07-23T04:43:12.656Z] ---> Running in 02ef93a41bca [2020-07-23T04:43:15.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:16.491Z] Removing intermediate container 646bd39cf6c9 [2020-07-23T04:43:16.491Z] ---> 118cffefc119 [2020-07-23T04:43:16.491Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:43:16.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:16.764Z] ---> Running in 89fd8bc2600e [2020-07-23T04:43:17.356Z] Removing intermediate container cd75c694234f [2020-07-23T04:43:17.356Z] ---> cb2a3e4e6018 [2020-07-23T04:43:17.356Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:43:17.628Z] Removing intermediate container cc3b6f943030 [2020-07-23T04:43:17.628Z] ---> f585af1f1a27 [2020-07-23T04:43:17.628Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:43:17.628Z] ---> Running in 7fa1cebea312 [2020-07-23T04:43:17.899Z] ---> Running in 86f88fac78e2 [2020-07-23T04:43:17.900Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:17.900Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:17.900Z] OK: 12620 distinct packages available [2020-07-23T04:43:17.900Z] Removing intermediate container 02ef93a41bca [2020-07-23T04:43:17.900Z] ---> ba5a3a33919c [2020-07-23T04:43:17.900Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:43:18.181Z] ---> Running in 8c9f5a4f02f4 [2020-07-23T04:43:18.781Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:19.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:20.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:20.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:20.366Z] Removing intermediate container ec4726b852e9 [2020-07-23T04:43:20.366Z] ---> 7eeb52766128 [2020-07-23T04:43:20.366Z] Step 5/29 : COPY go.mod . [2020-07-23T04:43:20.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:20.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:20.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:21.186Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:21.186Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:21.186Z] OK: 12620 distinct packages available [2020-07-23T04:43:21.459Z] ---> 6a622fa5a030 [2020-07-23T04:43:21.459Z] Step 6/29 : RUN go mod download [2020-07-23T04:43:21.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:21.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:21.731Z] ---> Running in 5752282ee867 [2020-07-23T04:43:22.009Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:22.009Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:22.009Z] OK: 12620 distinct packages available [2020-07-23T04:43:22.290Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:22.565Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:22.565Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:22.565Z] OK: 12620 distinct packages available [2020-07-23T04:43:22.836Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:22.836Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:22.836Z] OK: 12620 distinct packages available [2020-07-23T04:43:23.110Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:23.718Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:23.718Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:24.007Z] Removing intermediate container 89fd8bc2600e [2020-07-23T04:43:24.007Z] ---> 44878fbca1e3 [2020-07-23T04:43:24.007Z] Step 6/26 : COPY go.mod . [2020-07-23T04:43:24.610Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:25.213Z] Removing intermediate container 7fa1cebea312 [2020-07-23T04:43:25.213Z] ---> 11a4ae2c5af9 [2020-07-23T04:43:25.213Z] Step 6/21 : COPY go.mod . [2020-07-23T04:43:25.816Z] ---> be78795ae2fa [2020-07-23T04:43:25.816Z] Step 7/26 : RUN go mod download [2020-07-23T04:43:25.816Z] Removing intermediate container 8c9f5a4f02f4 [2020-07-23T04:43:25.816Z] ---> b68fbb5e9fc7 [2020-07-23T04:43:25.816Z] Step 6/21 : COPY go.mod . [2020-07-23T04:43:25.816Z] ---> Running in 916a0a4cb975 [2020-07-23T04:43:26.093Z] ---> 2d206f123608 [2020-07-23T04:43:26.093Z] Step 7/21 : RUN go mod download [2020-07-23T04:43:26.370Z] ---> Running in 220de64c65aa [2020-07-23T04:43:26.370Z] Removing intermediate container 86f88fac78e2 [2020-07-23T04:43:26.370Z] ---> 7074bfa1fada [2020-07-23T04:43:26.370Z] Step 6/21 : COPY go.mod . [2020-07-23T04:43:26.641Z] Removing intermediate container 5752282ee867 [2020-07-23T04:43:26.641Z] ---> a5e0321f1eb3 [2020-07-23T04:43:26.641Z] Step 7/29 : COPY . . [2020-07-23T04:43:26.918Z] ---> a3eb04c5a93b [2020-07-23T04:43:26.918Z] Step 7/21 : RUN go mod download [2020-07-23T04:43:27.191Z] ---> Running in eb9dd98c16db [2020-07-23T04:43:27.786Z] ---> 6701ba3672db [2020-07-23T04:43:27.787Z] Step 7/21 : RUN go mod download [2020-07-23T04:43:28.381Z] ---> Running in 50033a05366c [2020-07-23T04:43:32.693Z] Removing intermediate container 916a0a4cb975 [2020-07-23T04:43:32.693Z] ---> 7540aef6ad6b [2020-07-23T04:43:32.693Z] Step 8/26 : COPY . . [2020-07-23T04:43:32.965Z] Removing intermediate container 220de64c65aa [2020-07-23T04:43:32.965Z] ---> 32bfeaa7f33b [2020-07-23T04:43:32.965Z] Step 8/21 : COPY . . [2020-07-23T04:43:34.392Z] Removing intermediate container eb9dd98c16db [2020-07-23T04:43:34.392Z] ---> 3612a537ffe6 [2020-07-23T04:43:34.392Z] Step 8/21 : COPY . . [2020-07-23T04:43:36.359Z] Removing intermediate container 50033a05366c [2020-07-23T04:43:36.359Z] ---> 40cc77f5c77a [2020-07-23T04:43:36.359Z] Step 8/21 : COPY . . [2020-07-23T04:44:03.112Z] ---> 42522ad49724 [2020-07-23T04:44:03.112Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:44:03.112Z] ---> d3571f4b4d6c [2020-07-23T04:44:03.112Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-23T04:44:03.112Z] ---> 3139ed7f7fd3 [2020-07-23T04:44:03.112Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:44:03.112Z] ---> 55f400cc5ca1 [2020-07-23T04:44:03.112Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:44:03.112Z] ---> 3df2ed436a30 [2020-07-23T04:44:03.112Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:44:03.112Z] ---> Running in 120c6b54a20a [2020-07-23T04:44:03.112Z] ---> Running in 15a1516eb4c3 [2020-07-23T04:44:03.112Z] ---> Running in e15b30bc3009 [2020-07-23T04:44:03.112Z] ---> Running in c4e3589ac7b3 [2020-07-23T04:44:03.112Z] ---> Running in 74be3ddfd5d5 [2020-07-23T04:44:03.384Z] 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-07-23T04:44:03.669Z] 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-07-23T04:44:03.669Z] 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-07-23T04:44:03.669Z] 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-07-23T04:44:03.669Z] 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-07-23T04:45:25.463Z] Removing intermediate container 120c6b54a20a [2020-07-23T04:45:25.463Z] ---> a95b592e2cfc [2020-07-23T04:45:25.463Z] [2020-07-23T04:45:25.463Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:45:25.463Z] latest: Pulling from library/alpine [2020-07-23T04:45:25.463Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:45:25.463Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:45:25.463Z] ---> 62ee0e9f8440 [2020-07-23T04:45:25.463Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-23T04:45:25.740Z] ---> Running in bab0037455a7 [2020-07-23T04:45:26.350Z] Removing intermediate container bab0037455a7 [2020-07-23T04:45:26.350Z] ---> a46ca106621b [2020-07-23T04:45:26.350Z] Step 11/29 : USER root [2020-07-23T04:45:26.350Z] ---> Running in d3155adcf0d6 [2020-07-23T04:45:26.942Z] Removing intermediate container d3155adcf0d6 [2020-07-23T04:45:26.942Z] ---> 49c1951cb3d1 [2020-07-23T04:45:26.942Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:45:27.222Z] ---> Running in f9637d22434f [2020-07-23T04:45:29.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:29.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:30.462Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:45:30.462Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:45:30.462Z] OK: 12620 distinct packages available [2020-07-23T04:45:31.462Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:45:31.744Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:45:31.744Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:45:31.744Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:45:32.359Z] OK: 6 MiB in 16 packages [2020-07-23T04:45:35.812Z] Removing intermediate container f9637d22434f [2020-07-23T04:45:35.812Z] ---> de60fe691d50 [2020-07-23T04:45:35.812Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:45:36.094Z] ---> Running in dcaa6dfd6646 [2020-07-23T04:45:37.094Z] Removing intermediate container 15a1516eb4c3 [2020-07-23T04:45:37.094Z] ---> f21a0d0fd4d1 [2020-07-23T04:45:37.094Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:45:37.383Z] Removing intermediate container dcaa6dfd6646 [2020-07-23T04:45:37.383Z] ---> b4ddbb874a71 [2020-07-23T04:45:37.383Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-23T04:45:37.383Z] ---> Running in e3d64afebae3 [2020-07-23T04:45:37.673Z] ---> Running in dffe3dcce614 [2020-07-23T04:45:38.678Z] Removing intermediate container dffe3dcce614 [2020-07-23T04:45:38.678Z] ---> f8675e04f222 [2020-07-23T04:45:38.678Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:45:38.961Z] ---> Running in 7cd4dccf759c [2020-07-23T04:45:39.563Z] Removing intermediate container 74be3ddfd5d5 [2020-07-23T04:45:39.563Z] ---> 9fc53a1e3397 [2020-07-23T04:45:39.563Z] [2020-07-23T04:45:39.563Z] Step 10/21 : FROM scratch [2020-07-23T04:45:39.563Z] ---> [2020-07-23T04:45:39.563Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:45:39.846Z] ---> Running in 72b3bc325247 [2020-07-23T04:45:40.595Z] 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-07-23T04:45:40.949Z] Removing intermediate container 72b3bc325247 [2020-07-23T04:45:40.949Z] ---> 18c452510836 [2020-07-23T04:45:40.949Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:45:40.949Z] ---> Running in d6197b72193e [2020-07-23T04:45:41.612Z] Removing intermediate container d6197b72193e [2020-07-23T04:45:41.612Z] ---> 40313dc3d936 [2020-07-23T04:45:41.612Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:45:41.612Z] ---> Running in 59834a129504 [2020-07-23T04:45:42.340Z] Removing intermediate container 59834a129504 [2020-07-23T04:45:42.340Z] ---> c54fd9c20235 [2020-07-23T04:45:42.340Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:45:43.777Z] Removing intermediate container 7cd4dccf759c [2020-07-23T04:45:43.777Z] ---> 1bd1a2556239 [2020-07-23T04:45:43.777Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:45:44.052Z] ---> 4bb5f97ef629 [2020-07-23T04:45:44.052Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:45:45.494Z] ---> acce46ad8b76 [2020-07-23T04:45:45.494Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:45:45.494Z] ---> 9eda4c18d8df [2020-07-23T04:45:45.494Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:45:47.465Z] Removing intermediate container e3d64afebae3 [2020-07-23T04:45:47.465Z] ---> 617f7978f5d1 [2020-07-23T04:45:47.465Z] [2020-07-23T04:45:47.465Z] Step 11/26 : FROM docker:latest [2020-07-23T04:45:47.465Z] ---> ce9d55ae87f1 [2020-07-23T04:45:47.465Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:45:47.465Z] ---> e54022f796fc [2020-07-23T04:45:47.465Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:45:47.465Z] ---> Running in 5c3b234a7678 [2020-07-23T04:45:47.736Z] ---> 02ef238db3c8 [2020-07-23T04:45:47.736Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:45:48.742Z] ---> b6b065cdaad5 [2020-07-23T04:45:48.742Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:45:49.346Z] ---> c6cbb654c7c0 [2020-07-23T04:45:49.346Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:45:49.346Z] ---> Running in 0c5e96eb53bd [2020-07-23T04:45:49.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:50.211Z] ---> d99a65c21079 [2020-07-23T04:45:50.211Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:45:50.211Z] Removing intermediate container 0c5e96eb53bd [2020-07-23T04:45:50.211Z] ---> 4c2ca94895c5 [2020-07-23T04:45:50.211Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:45:50.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:50.483Z] ---> Running in 10f43252e1c1 [2020-07-23T04:45:51.093Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:45:51.093Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:45:51.093Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:45:51.093Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:45:51.093Z] OK: 12 MiB in 22 packages [2020-07-23T04:45:51.699Z] Removing intermediate container 10f43252e1c1 [2020-07-23T04:45:51.699Z] ---> 954f76346b40 [2020-07-23T04:45:51.699Z] Step 20/21 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:45:51.972Z] ---> 099e871cbbd9 [2020-07-23T04:45:51.972Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:45:52.245Z] ---> Running in 9774b6508235 [2020-07-23T04:45:52.245Z] ---> Running in bf29dedefc07 [2020-07-23T04:45:53.228Z] Removing intermediate container 9774b6508235 [2020-07-23T04:45:53.228Z] ---> ce07b09e7e09 [2020-07-23T04:45:53.228Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:45:53.508Z] Removing intermediate container 5c3b234a7678 [2020-07-23T04:45:53.508Z] ---> 6cd2e59e60d7 [2020-07-23T04:45:53.508Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:45:53.508Z] ---> Running in a4a967926271 [2020-07-23T04:45:53.787Z] Removing intermediate container c4e3589ac7b3 [2020-07-23T04:45:53.787Z] ---> b704e7d43649 [2020-07-23T04:45:53.787Z] [2020-07-23T04:45:53.787Z] Step 10/21 : FROM scratch [2020-07-23T04:45:53.787Z] ---> [2020-07-23T04:45:53.787Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:45:54.060Z] ---> Running in cd5134c1f0cb [2020-07-23T04:45:54.060Z] ---> Running in c9b8837f30a5 [2020-07-23T04:45:54.333Z] Removing intermediate container a4a967926271 [2020-07-23T04:45:54.333Z] ---> 5fbe762450b8 [2020-07-23T04:45:54.333Z] [2020-07-23T04:45:54.922Z] Removing intermediate container c9b8837f30a5 [2020-07-23T04:45:54.922Z] ---> 9e9d7650ca2d [2020-07-23T04:45:54.922Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:45:54.922Z] ---> Running in dc1026928fec [2020-07-23T04:45:55.194Z] Successfully built 5fbe762450b8 [2020-07-23T04:45:55.194Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-23T04:45:55.194Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-07-23T04:45:55.795Z] Removing intermediate container dc1026928fec [2020-07-23T04:45:55.795Z] ---> 9a5ccf0aef22 [2020-07-23T04:45:55.795Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:45:56.069Z] ---> Running in 6d82e0fed10d [2020-07-23T04:45:56.069Z] Removing intermediate container bf29dedefc07 [2020-07-23T04:45:56.069Z] ---> 3dd1c42eeae1 [2020-07-23T04:45:56.069Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:45:58.684Z] Removing intermediate container 6d82e0fed10d [2020-07-23T04:45:58.684Z] ---> 816211278038 [2020-07-23T04:45:58.684Z] Step 14/21 : WORKDIR / [2020-07-23T04:45:59.311Z] ---> Running in 4f8e13fc9351 [2020-07-23T04:45:59.600Z] Removing intermediate container e15b30bc3009 [2020-07-23T04:45:59.600Z] ---> ef26cd1fab90 [2020-07-23T04:45:59.600Z] [2020-07-23T04:45:59.600Z] Step 10/21 : FROM scratch [2020-07-23T04:45:59.600Z] ---> [2020-07-23T04:45:59.600Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:45:59.600Z] ---> Using cache [2020-07-23T04:45:59.600Z] ---> 9e9d7650ca2d [2020-07-23T04:45:59.600Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:45:59.600Z] ---> e4882170129a [2020-07-23T04:45:59.600Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:46:00.195Z] ---> Running in a7c9fa781bae [2020-07-23T04:46:00.195Z] Removing intermediate container cd5134c1f0cb [2020-07-23T04:46:00.195Z] ---> 16bef5d21311 [2020-07-23T04:46:00.195Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:46:00.468Z] ---> Running in f9baf0d6490d [2020-07-23T04:46:00.468Z] Removing intermediate container 4f8e13fc9351 [2020-07-23T04:46:00.468Z] ---> 65fd616649aa [2020-07-23T04:46:00.468Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:46:00.743Z] ---> Running in f657fd8e4c33 [2020-07-23T04:46:01.036Z] Removing intermediate container a7c9fa781bae [2020-07-23T04:46:01.036Z] ---> b4a2b7562f75 [2020-07-23T04:46:01.036Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:46:01.629Z] ---> Running in 791b32f5b490 [2020-07-23T04:46:01.903Z] ---> 45953b8ed38c [2020-07-23T04:46:01.903Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:46:01.903Z] Removing intermediate container f657fd8e4c33 [2020-07-23T04:46:01.903Z] ---> 815ba136715b [2020-07-23T04:46:01.903Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:46:02.499Z] ---> Running in 86f009c622a7 [2020-07-23T04:46:02.499Z] Removing intermediate container 791b32f5b490 [2020-07-23T04:46:02.499Z] ---> 8f362aa82602 [2020-07-23T04:46:02.499Z] Step 14/21 : WORKDIR / [2020-07-23T04:46:02.773Z] ---> Running in fe4c256aedf2 [2020-07-23T04:46:03.367Z] Removing intermediate container 86f009c622a7 [2020-07-23T04:46:03.367Z] ---> 888e99e9c718 [2020-07-23T04:46:03.367Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:46:03.367Z] ---> 445d07593f26 [2020-07-23T04:46:03.367Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:46:03.367Z] ---> Running in a3342dec836b [2020-07-23T04:46:03.644Z] Removing intermediate container fe4c256aedf2 [2020-07-23T04:46:03.644Z] ---> 5441e5184409 [2020-07-23T04:46:03.644Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:46:03.917Z] Removing intermediate container f9baf0d6490d [2020-07-23T04:46:03.917Z] ---> a4caa488c6cc [2020-07-23T04:46:03.917Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:46:04.189Z] Removing intermediate container a3342dec836b [2020-07-23T04:46:04.189Z] ---> b9c86f4740dd [2020-07-23T04:46:04.189Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:46:04.189Z] ---> Running in 78f134579b49 [2020-07-23T04:46:04.789Z] ---> 639fa9cbfc6f [2020-07-23T04:46:04.789Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:46:04.789Z] ---> c424b8c16705 [2020-07-23T04:46:04.789Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:46:05.078Z] ---> Running in 6000897d0c7a [2020-07-23T04:46:06.527Z] Removing intermediate container 6000897d0c7a [2020-07-23T04:46:06.527Z] ---> a668803e6a97 [2020-07-23T04:46:06.527Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:46:06.799Z] ---> 150b458d333e [2020-07-23T04:46:06.799Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:46:07.400Z] ---> Running in 8ee138d77446 [2020-07-23T04:46:07.400Z] ---> a4cfbaa406c8 [2020-07-23T04:46:07.400Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:46:08.002Z] ---> 37bf236c2477 [2020-07-23T04:46:08.002Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:46:08.002Z] Removing intermediate container 8ee138d77446 [2020-07-23T04:46:08.002Z] ---> 2ea8fa03d27c [2020-07-23T04:46:08.276Z] Step 20/21 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:46:08.555Z] ---> Running in a70ba027b1f8 [2020-07-23T04:46:08.827Z] Removing intermediate container 78f134579b49 [2020-07-23T04:46:08.827Z] ---> 9a99e55b3963 [2020-07-23T04:46:08.827Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:46:09.099Z] ---> 78b2d3cbc252 [2020-07-23T04:46:09.099Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:46:09.372Z] ---> Running in 236c25610853 [2020-07-23T04:46:09.967Z] ---> Running in ed41e6e87d0b [2020-07-23T04:46:09.967Z] ---> fc034a72e3e3 [2020-07-23T04:46:09.967Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:46:09.967Z] Removing intermediate container a70ba027b1f8 [2020-07-23T04:46:09.967Z] ---> ac41f1983a60 [2020-07-23T04:46:09.967Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:46:10.235Z] Removing intermediate container 236c25610853 [2020-07-23T04:46:10.235Z] ---> 8863999e162f [2020-07-23T04:46:10.235Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:46:10.507Z] ---> Running in bcba0703d855 [2020-07-23T04:46:10.507Z] ---> Running in 9ff0a6531e8b [2020-07-23T04:46:10.778Z] ---> Running in f5784d8e9f19 [2020-07-23T04:46:11.090Z] Removing intermediate container ed41e6e87d0b [2020-07-23T04:46:11.090Z] ---> 5bad6352c52f [2020-07-23T04:46:11.090Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:46:11.702Z] Removing intermediate container bcba0703d855 [2020-07-23T04:46:11.702Z] ---> 5246b655f688 [2020-07-23T04:46:11.702Z] [2020-07-23T04:46:11.702Z] ---> Running in 2f16ccb7dd41 [2020-07-23T04:46:11.978Z] Removing intermediate container f5784d8e9f19 [2020-07-23T04:46:11.978Z] ---> 45f7b20dfcd8 [2020-07-23T04:46:11.978Z] Step 27/29 : LABEL arch=arm64 [2020-07-23T04:46:12.261Z] Successfully built 5246b655f688 [2020-07-23T04:46:12.261Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-23T04:46:12.262Z] ---> Running in a8ca821a6fcd [2020-07-23T04:46:12.262Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-07-23T04:46:12.539Z] Removing intermediate container 2f16ccb7dd41 [2020-07-23T04:46:12.539Z] ---> b0fdf739259f [2020-07-23T04:46:12.539Z] Step 20/21 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:46:12.807Z] ---> Running in 6b0845011b32 [2020-07-23T04:46:13.077Z] Removing intermediate container a8ca821a6fcd [2020-07-23T04:46:13.077Z] ---> 45ffe55f9d61 [2020-07-23T04:46:13.077Z] Step 28/29 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:46:13.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:13.077Z] ---> Running in 9adaf720f3f1 [2020-07-23T04:46:13.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:13.622Z] Removing intermediate container 6b0845011b32 [2020-07-23T04:46:13.622Z] ---> 3735ca4da97f [2020-07-23T04:46:13.622Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:46:13.900Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:46:13.900Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:46:13.900Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:46:13.900Z] Removing intermediate container 9adaf720f3f1 [2020-07-23T04:46:13.900Z] ---> 874406bc6382 [2020-07-23T04:46:13.900Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:46:13.900Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:46:13.900Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:46:13.900Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:46:13.900Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:46:14.178Z] ---> Running in 54345d62844e [2020-07-23T04:46:14.778Z] ---> Running in 26ddc204c930 [2020-07-23T04:46:15.839Z] Removing intermediate container 54345d62844e [2020-07-23T04:46:15.839Z] ---> 27d296aa98dd [2020-07-23T04:46:15.839Z] [2020-07-23T04:46:16.470Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:46:16.470Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:46:16.470Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:46:16.470Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:46:16.470Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:46:16.470Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:46:16.470Z] Removing intermediate container 26ddc204c930 [2020-07-23T04:46:16.470Z] ---> 0506d5d83029 [2020-07-23T04:46:16.470Z] [2020-07-23T04:46:16.470Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:46:16.741Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:46:16.741Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:46:16.741Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:46:16.741Z] Successfully built 27d296aa98dd [2020-07-23T04:46:16.741Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:46:16.741Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-23T04:46:16.741Z] Building docker-support-notifications-go [2020-07-23T04:46:16.741Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:46:16.741Z]  Building docker-core-metadata-go ... done (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:46:16.741Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:46:16.741Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:46:16.741Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:46:17.012Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:46:17.012Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:46:17.012Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:46:17.012Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:46:17.012Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:46:17.012Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:46:17.012Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:46:17.012Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:46:17.012Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:46:17.012Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:46:17.012Z] Successfully built 0506d5d83029 [2020-07-23T04:46:17.012Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-23T04:46:17.012Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-07-23T04:46:17.282Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:46:17.282Z] OK: 71 MiB in 55 packages [2020-07-23T04:46:20.672Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:20.672Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:20.672Z] ---> e6a8d5d9b415 [2020-07-23T04:46:20.672Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:46:20.672Z] ---> Using cache [2020-07-23T04:46:20.672Z] ---> 7494445528d6 [2020-07-23T04:46:20.672Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:20.672Z] ---> Using cache [2020-07-23T04:46:20.672Z] ---> ba5a3a33919c [2020-07-23T04:46:20.672Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:46:24.062Z] ---> Running in ffb9af23fe0b [2020-07-23T04:46:25.492Z] Removing intermediate container 9ff0a6531e8b [2020-07-23T04:46:25.492Z] ---> c5d700a604a1 [2020-07-23T04:46:25.492Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:46:26.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:26.933Z] ---> Running in 40a8b6317954 [2020-07-23T04:46:27.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:28.515Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:28.515Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:28.515Z] OK: 12620 distinct packages available [2020-07-23T04:46:29.492Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:32.874Z] Removing intermediate container ffb9af23fe0b [2020-07-23T04:46:32.874Z] ---> 23f5cf21d7ee [2020-07-23T04:46:32.874Z] Step 6/22 : COPY go.mod . [2020-07-23T04:46:32.874Z] Collecting docker-compose==1.23.2 [2020-07-23T04:46:32.874Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:46:34.304Z] ---> 53a75ffec7cd [2020-07-23T04:46:34.304Z] Step 7/22 : RUN go mod download [2020-07-23T04:46:34.895Z] ---> Running in 57f226f1ee85 [2020-07-23T04:46:35.486Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:46:35.486Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:46:35.755Z] 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-07-23T04:46:36.027Z] Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:46:36.027Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:46:38.635Z] Removing intermediate container 57f226f1ee85 [2020-07-23T04:46:38.635Z] ---> 742aa56e35c6 [2020-07-23T04:46:38.635Z] Step 8/22 : COPY . . [2020-07-23T04:46:38.635Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:46:38.635Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:46:41.255Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:46:41.255Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:46:41.530Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:46:41.530Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:46:42.505Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:46:42.505Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:46:46.794Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:46:46.794Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:46:47.063Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:46:47.063Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:46:48.037Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:46:48.037Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:46:50.010Z] 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-07-23T04:46:50.010Z] 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-07-23T04:46:50.629Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:46:50.629Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:46:51.222Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:46:51.222Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:46:51.495Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:46:51.495Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:46:51.769Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:46:51.769Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:46:51.769Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:46:51.769Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:46:52.745Z] Installing collected packages: urllib3, idna, requests, docopt, texttable, cached-property, websocket-client, PyYAML, jsonschema, docker-pycreds, docker, dockerpty, docker-compose [2020-07-23T04:46:52.745Z] Attempting uninstall: urllib3 [2020-07-23T04:46:52.745Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:46:52.745Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:46:53.016Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:46:53.620Z] Attempting uninstall: idna [2020-07-23T04:46:53.620Z] Found existing installation: idna 2.9 [2020-07-23T04:46:53.620Z] Uninstalling idna-2.9: [2020-07-23T04:46:53.620Z] Successfully uninstalled idna-2.9 [2020-07-23T04:46:54.603Z] Attempting uninstall: requests [2020-07-23T04:46:54.603Z] Found existing installation: requests 2.23.0 [2020-07-23T04:46:54.603Z] Uninstalling requests-2.23.0: [2020-07-23T04:46:54.882Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:46:55.155Z] Running setup.py install for docopt: started [2020-07-23T04:46:57.128Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:46:57.128Z] Running setup.py install for texttable: started [2020-07-23T04:46:58.576Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:58.576Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:58.576Z] ---> e6a8d5d9b415 [2020-07-23T04:46:58.576Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:46:58.576Z] ---> Using cache [2020-07-23T04:46:58.576Z] ---> 7494445528d6 [2020-07-23T04:46:58.576Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:58.576Z] ---> Using cache [2020-07-23T04:46:58.576Z] ---> ba5a3a33919c [2020-07-23T04:46:58.576Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:46:58.576Z] ---> Using cache [2020-07-23T04:46:58.576Z] ---> b68fbb5e9fc7 [2020-07-23T04:46:58.576Z] Step 6/26 : COPY go.mod . [2020-07-23T04:46:58.576Z] ---> Using cache [2020-07-23T04:46:58.576Z] ---> a3eb04c5a93b [2020-07-23T04:46:58.576Z] Step 7/26 : RUN go mod download [2020-07-23T04:46:58.576Z] ---> Using cache [2020-07-23T04:46:58.576Z] ---> 3612a537ffe6 [2020-07-23T04:46:58.576Z] Step 8/26 : COPY . . [2020-07-23T04:46:58.576Z] ---> Using cache [2020-07-23T04:46:58.576Z] ---> 3df2ed436a30 [2020-07-23T04:46:58.576Z] 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-07-23T04:46:59.171Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:47:01.145Z] Running setup.py install for PyYAML: started [2020-07-23T04:47:02.144Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:47:02.144Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:47:02.144Z] ---> e6a8d5d9b415 [2020-07-23T04:47:02.144Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:47:02.144Z] ---> Using cache [2020-07-23T04:47:02.144Z] ---> 7494445528d6 [2020-07-23T04:47:02.144Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:47:02.144Z] ---> Using cache [2020-07-23T04:47:02.144Z] ---> ba5a3a33919c [2020-07-23T04:47:02.144Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:47:02.144Z] ---> Using cache [2020-07-23T04:47:02.144Z] ---> b68fbb5e9fc7 [2020-07-23T04:47:02.144Z] Step 6/20 : COPY go.mod . [2020-07-23T04:47:02.144Z] ---> Using cache [2020-07-23T04:47:02.144Z] ---> a3eb04c5a93b [2020-07-23T04:47:02.144Z] Step 7/20 : RUN go mod download [2020-07-23T04:47:02.144Z] ---> Using cache [2020-07-23T04:47:02.144Z] ---> 3612a537ffe6 [2020-07-23T04:47:02.144Z] Step 8/20 : COPY . . [2020-07-23T04:47:02.144Z] ---> Using cache [2020-07-23T04:47:02.144Z] ---> 3df2ed436a30 [2020-07-23T04:47:02.144Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:47:02.741Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:47:02.741Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:47:02.741Z] ---> e6a8d5d9b415 [2020-07-23T04:47:02.741Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:47:02.741Z] ---> Using cache [2020-07-23T04:47:02.741Z] ---> 7494445528d6 [2020-07-23T04:47:02.741Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:47:02.741Z] ---> Using cache [2020-07-23T04:47:02.741Z] ---> ba5a3a33919c [2020-07-23T04:47:02.741Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:47:03.352Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:47:07.685Z] Running setup.py install for dockerpty: started [2020-07-23T04:47:07.685Z] ---> Running in 1d0bda845466 [2020-07-23T04:47:07.685Z] ---> Running in 8ec57d12ed59 [2020-07-23T04:47:07.685Z] ---> Running in a15f754a3748 [2020-07-23T04:47:07.686Z] ---> 0c79d1fd2edd [2020-07-23T04:47:07.686Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:47:07.959Z] ---> Running in 722d4aa03e3a [2020-07-23T04:47:09.436Z] 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-07-23T04:47:09.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:47:09.992Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:47:09.992Z] 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-07-23T04:47:10.268Z] 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-07-23T04:47:10.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:47:11.146Z] 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-07-23T04:47:11.747Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:47:11.747Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:47:11.747Z] OK: 12620 distinct packages available [2020-07-23T04:47:12.732Z] OK: 217 MiB in 51 packages [2020-07-23T04:47:14.744Z] Removing intermediate container 8ec57d12ed59 [2020-07-23T04:47:14.744Z] ---> eb0f29074aa7 [2020-07-23T04:47:14.744Z] Step 6/23 : COPY go.mod . [2020-07-23T04:47:16.735Z] ---> d3f473fc9f81 [2020-07-23T04:47:16.735Z] Step 7/23 : RUN go mod download [2020-07-23T04:47:16.735Z] Removing intermediate container 40a8b6317954 [2020-07-23T04:47:16.735Z] ---> d50750741090 [2020-07-23T04:47:16.735Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:47:17.013Z] ---> Running in 79cecad40d1d [2020-07-23T04:47:17.013Z] ---> Running in 9a204d0a76a0 [2020-07-23T04:47:20.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:47:20.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:47:21.017Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:47:21.017Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:47:21.017Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:47:21.017Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:47:21.017Z] OK: 71 MiB in 58 packages [2020-07-23T04:47:22.480Z] Removing intermediate container 79cecad40d1d [2020-07-23T04:47:22.480Z] ---> e723a9bd5026 [2020-07-23T04:47:22.480Z] Step 8/23 : COPY . . [2020-07-23T04:47:23.078Z] Removing intermediate container 9a204d0a76a0 [2020-07-23T04:47:23.078Z] ---> 9c51c0389d33 [2020-07-23T04:47:23.078Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:47:23.351Z] ---> Running in 8793f5d0e175 [2020-07-23T04:47:24.801Z] Removing intermediate container 8793f5d0e175 [2020-07-23T04:47:24.801Z] ---> 83d9b8f94cdc [2020-07-23T04:47:24.801Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:47:25.407Z] ---> Running in 516025e0eee3 [2020-07-23T04:47:26.854Z] Removing intermediate container 516025e0eee3 [2020-07-23T04:47:26.854Z] ---> 18b7df1b4dc5 [2020-07-23T04:47:26.854Z] Step 25/26 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:47:27.130Z] ---> Running in 92c63472de0b [2020-07-23T04:47:28.115Z] Removing intermediate container 92c63472de0b [2020-07-23T04:47:28.115Z] ---> 7ccc98dadb40 [2020-07-23T04:47:28.115Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:47:28.717Z] ---> Running in 276f68753061 [2020-07-23T04:47:29.710Z] Removing intermediate container 276f68753061 [2020-07-23T04:47:29.710Z] ---> 03f20ad86d99 [2020-07-23T04:47:29.710Z] [2020-07-23T04:47:30.702Z] Successfully built 03f20ad86d99 [2020-07-23T04:47:30.702Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-23T04:47:30.702Z] Building docker-security-proxy-setup-go [2020-07-23T04:47:52.902Z]  Building docker-sys-mgmt-agent-go ... done  ---> 1a3c1151f729 [2020-07-23T04:47:52.902Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:47:52.902Z] ---> Running in 74911f9a154d [2020-07-23T04:47:56.297Z] 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-07-23T04:48:03.009Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:48:03.009Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:48:03.009Z] ---> e6a8d5d9b415 [2020-07-23T04:48:03.009Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:48:03.009Z] ---> Using cache [2020-07-23T04:48:03.009Z] ---> 7494445528d6 [2020-07-23T04:48:03.009Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:48:03.009Z] ---> Using cache [2020-07-23T04:48:03.009Z] ---> ba5a3a33919c [2020-07-23T04:48:03.009Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:48:03.009Z] ---> Using cache [2020-07-23T04:48:03.009Z] ---> b68fbb5e9fc7 [2020-07-23T04:48:03.009Z] Step 6/20 : COPY go.mod . [2020-07-23T04:48:03.009Z] ---> Using cache [2020-07-23T04:48:03.009Z] ---> a3eb04c5a93b [2020-07-23T04:48:03.009Z] Step 7/20 : RUN go mod download [2020-07-23T04:48:03.009Z] ---> Using cache [2020-07-23T04:48:03.009Z] ---> 3612a537ffe6 [2020-07-23T04:48:03.009Z] Step 8/20 : COPY . . [2020-07-23T04:48:03.009Z] ---> Using cache [2020-07-23T04:48:03.009Z] ---> 3df2ed436a30 [2020-07-23T04:48:03.009Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-23T04:48:04.443Z] ---> Running in b5ccb75c15a2 [2020-07-23T04:48:07.060Z] 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-07-23T04:48:33.904Z] 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-07-23T04:48:44.063Z] 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-07-23T04:49:02.353Z] Removing intermediate container 1d0bda845466 [2020-07-23T04:49:02.353Z] ---> 0aaef7aaf035 [2020-07-23T04:49:02.353Z] [2020-07-23T04:49:02.353Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:49:02.353Z] 3.10: Pulling from library/alpine [2020-07-23T04:49:02.353Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:49:02.353Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:49:02.353Z] ---> 536a684cf733 [2020-07-23T04:49:02.353Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:49:02.353Z] ---> Running in 765f497b063b [2020-07-23T04:49:04.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:04.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:05.199Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:49:05.199Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:49:05.199Z] OK: 10167 distinct packages available [2020-07-23T04:49:06.170Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:49:06.170Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:49:06.170Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:49:06.443Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:49:06.443Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:49:06.443Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:49:06.443Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:49:06.726Z] OK: 7 MiB in 19 packages [2020-07-23T04:49:07.707Z] Removing intermediate container a15f754a3748 [2020-07-23T04:49:07.707Z] ---> 8651bb01c1df [2020-07-23T04:49:07.707Z] [2020-07-23T04:49:07.707Z] Step 10/20 : FROM scratch [2020-07-23T04:49:07.707Z] ---> [2020-07-23T04:49:07.707Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:49:07.980Z] ---> Using cache [2020-07-23T04:49:07.980Z] ---> 9e9d7650ca2d [2020-07-23T04:49:07.980Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:49:07.980Z] ---> Running in 4c885e8091dd [2020-07-23T04:49:08.962Z] Removing intermediate container 4c885e8091dd [2020-07-23T04:49:08.962Z] ---> cf429ea342f2 [2020-07-23T04:49:08.962Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:49:09.233Z] ---> Running in a810ff7cc602 [2020-07-23T04:49:09.233Z] Removing intermediate container 765f497b063b [2020-07-23T04:49:09.233Z] ---> 185331d12c9c [2020-07-23T04:49:09.233Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:49:09.505Z] ---> Running in f27ebe8a3e59 [2020-07-23T04:49:09.808Z] Removing intermediate container a810ff7cc602 [2020-07-23T04:49:09.808Z] ---> b482e963a23c [2020-07-23T04:49:09.808Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:49:10.081Z] Removing intermediate container f27ebe8a3e59 [2020-07-23T04:49:10.081Z] ---> c51c4e8ee0b5 [2020-07-23T04:49:10.081Z] Step 13/26 : WORKDIR / [2020-07-23T04:49:10.351Z] ---> Running in fd425bfda2be [2020-07-23T04:49:10.947Z] ---> d212a41072b5 [2020-07-23T04:49:10.947Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:49:11.222Z] Removing intermediate container fd425bfda2be [2020-07-23T04:49:11.222Z] ---> 8ba02c89ebf5 [2020-07-23T04:49:11.222Z] 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-07-23T04:49:12.660Z] ---> b6c167330d96 [2020-07-23T04:49:12.660Z] 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-07-23T04:49:12.932Z] ---> 1fc9e258ff49 [2020-07-23T04:49:12.932Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:49:13.921Z] ---> f12a1d1fe909 [2020-07-23T04:49:13.921Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:49:14.203Z] ---> d09d7c88d88d [2020-07-23T04:49:14.203Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:49:14.475Z] ---> Running in 159340f397f6 [2020-07-23T04:49:15.068Z] Removing intermediate container 159340f397f6 [2020-07-23T04:49:15.068Z] ---> c3e2c7619e77 [2020-07-23T04:49:15.068Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:49:15.347Z] ---> 39a7338a16fe [2020-07-23T04:49:15.347Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:49:15.347Z] ---> Running in 167008fd980f [2020-07-23T04:49:16.323Z] Removing intermediate container 167008fd980f [2020-07-23T04:49:16.323Z] ---> e602f68c25ee [2020-07-23T04:49:16.323Z] Step 19/20 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:49:16.323Z] ---> eb361ffa1e2a [2020-07-23T04:49:16.324Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:49:16.594Z] ---> Running in 0422a18518f4 [2020-07-23T04:49:17.189Z] Removing intermediate container 0422a18518f4 [2020-07-23T04:49:17.189Z] ---> 4a37b573da45 [2020-07-23T04:49:17.189Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:49:17.464Z] ---> Running in ceec9d9980d9 [2020-07-23T04:49:18.442Z] Removing intermediate container ceec9d9980d9 [2020-07-23T04:49:18.442Z] ---> 0367879a0926 [2020-07-23T04:49:18.442Z] [2020-07-23T04:49:18.442Z] ---> 27cf8856bf10 [2020-07-23T04:49:18.442Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:49:19.040Z] Successfully built 0367879a0926 [2020-07-23T04:49:19.040Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-23T04:49:20.015Z]  Building docker-support-scheduler-go ... done  ---> 105fc26620e4 [2020-07-23T04:49:20.015Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:49:21.990Z] ---> e726ce4407ba [2020-07-23T04:49:21.990Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:49:22.961Z] ---> 84e99fccb3c9 [2020-07-23T04:49:22.961Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:49:23.232Z] ---> Running in 69cbf8fdf915 [2020-07-23T04:49:27.549Z] Removing intermediate container b5ccb75c15a2 [2020-07-23T04:49:27.549Z] ---> b69a55746fd4 [2020-07-23T04:49:27.549Z] [2020-07-23T04:49:27.549Z] Step 10/20 : FROM alpine [2020-07-23T04:49:27.549Z] ---> 62ee0e9f8440 [2020-07-23T04:49:27.549Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:49:27.830Z] ---> Running in e5ed6dfbb50c [2020-07-23T04:49:27.830Z] Removing intermediate container 69cbf8fdf915 [2020-07-23T04:49:27.830Z] ---> 8ebc83bcb78f [2020-07-23T04:49:27.830Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:49:28.121Z] ---> Running in c10fef913901 [2020-07-23T04:49:28.415Z] Removing intermediate container 722d4aa03e3a [2020-07-23T04:49:28.415Z] ---> dd0afeb119aa [2020-07-23T04:49:28.415Z] [2020-07-23T04:49:28.415Z] Step 10/22 : FROM alpine [2020-07-23T04:49:28.415Z] ---> 62ee0e9f8440 [2020-07-23T04:49:28.415Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:49:28.689Z] ---> Running in c9589bd45bb1 [2020-07-23T04:49:28.960Z] Removing intermediate container c10fef913901 [2020-07-23T04:49:28.960Z] ---> a6b69d5752ba [2020-07-23T04:49:28.960Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:49:28.960Z] ---> Running in 397c607e3b2f [2020-07-23T04:49:29.234Z] Removing intermediate container c9589bd45bb1 [2020-07-23T04:49:29.234Z] ---> acc365a048a2 [2020-07-23T04:49:29.234Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:49:29.511Z] ---> Running in cc7ec8d73b6f [2020-07-23T04:49:29.787Z] Removing intermediate container 397c607e3b2f [2020-07-23T04:49:29.787Z] ---> 41ed06b2bade [2020-07-23T04:49:29.787Z] Step 25/26 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:49:29.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:29.787Z] ---> Running in 66eb4bda5132 [2020-07-23T04:49:29.787Z] Removing intermediate container cc7ec8d73b6f [2020-07-23T04:49:29.787Z] ---> d3d985439aed [2020-07-23T04:49:29.787Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:49:30.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:30.060Z] ---> Running in e033616ba2fc [2020-07-23T04:49:30.327Z] Removing intermediate container 66eb4bda5132 [2020-07-23T04:49:30.327Z] ---> 985eedd4bfb6 [2020-07-23T04:49:30.327Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:49:30.595Z] ---> Running in 5c6902e9fabe [2020-07-23T04:49:30.595Z] Removing intermediate container e033616ba2fc [2020-07-23T04:49:30.595Z] ---> 757aca90e2f0 [2020-07-23T04:49:30.595Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:49:30.595Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:49:30.595Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:49:30.595Z] OK: 12620 distinct packages available [2020-07-23T04:49:30.595Z] ---> Running in 2dd9a65519c6 [2020-07-23T04:49:31.188Z] Removing intermediate container 5c6902e9fabe [2020-07-23T04:49:31.188Z] ---> 4b6b83f8af93 [2020-07-23T04:49:31.188Z] [2020-07-23T04:49:31.457Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:49:31.728Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:49:31.728Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:49:31.728Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:49:31.728Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:49:31.728Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:49:31.728Z] Successfully built 4b6b83f8af93 [2020-07-23T04:49:31.728Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-23T04:49:32.001Z]  Building docker-security-secretstore-setup-go ... done OK: 7 MiB in 18 packages [2020-07-23T04:49:34.616Z] Removing intermediate container e5ed6dfbb50c [2020-07-23T04:49:34.616Z] ---> 4ccebaddcf30 [2020-07-23T04:49:34.616Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:49:34.616Z] Removing intermediate container 2dd9a65519c6 [2020-07-23T04:49:34.616Z] ---> de3b7a60908b [2020-07-23T04:49:34.616Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:49:34.616Z] ---> Running in c50f35fcbde5 [2020-07-23T04:49:34.890Z] ---> Running in b983bc023166 [2020-07-23T04:49:35.483Z] Removing intermediate container c50f35fcbde5 [2020-07-23T04:49:35.483Z] ---> 8db828ee1b46 [2020-07-23T04:49:35.483Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:49:35.755Z] ---> Running in 5f56bd034ef1 [2020-07-23T04:49:35.755Z] Removing intermediate container 74911f9a154d [2020-07-23T04:49:35.755Z] ---> 6f052ed81cd4 [2020-07-23T04:49:35.755Z] [2020-07-23T04:49:35.755Z] Step 10/23 : FROM scratch [2020-07-23T04:49:35.755Z] ---> [2020-07-23T04:49:35.755Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:49:36.022Z] ---> Using cache [2020-07-23T04:49:36.022Z] ---> 18c452510836 [2020-07-23T04:49:36.022Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:49:36.290Z] ---> Running in 551afa5975f8 [2020-07-23T04:49:36.290Z] Removing intermediate container 5f56bd034ef1 [2020-07-23T04:49:36.290Z] ---> 0c2bb323191e [2020-07-23T04:49:36.290Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:49:36.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:36.567Z] Removing intermediate container 551afa5975f8 [2020-07-23T04:49:36.567Z] ---> 44780c61cb18 [2020-07-23T04:49:36.567Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:49:36.838Z] ---> Running in 66bd60f007c8 [2020-07-23T04:49:37.109Z] ---> b143999c8b09 [2020-07-23T04:49:37.109Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:49:37.109Z] Removing intermediate container 66bd60f007c8 [2020-07-23T04:49:37.109Z] ---> ec968bccd90d [2020-07-23T04:49:37.109Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:49:37.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:37.976Z] ---> 7843be03e941 [2020-07-23T04:49:37.976Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:49:37.976Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:49:37.976Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:49:38.247Z] ---> 073e51dc3d39 [2020-07-23T04:49:38.247Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:49:38.247Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:49:38.247Z] ---> Running in f0deb1be52b5 [2020-07-23T04:49:38.521Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:49:38.521Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:49:38.792Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:49:38.792Z] OK: 8 MiB in 19 packages [2020-07-23T04:49:38.792Z] Removing intermediate container f0deb1be52b5 [2020-07-23T04:49:38.792Z] ---> 049670f26cc7 [2020-07-23T04:49:38.792Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:49:39.064Z] ---> Running in d8d7719d4e05 [2020-07-23T04:49:39.064Z] ---> 5994346aadd1 [2020-07-23T04:49:39.064Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:49:39.658Z] Removing intermediate container d8d7719d4e05 [2020-07-23T04:49:39.658Z] ---> 2c19497cf28e [2020-07-23T04:49:39.658Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:49:39.658Z] ---> Running in 1c6aac3e2c8d [2020-07-23T04:49:40.253Z] Removing intermediate container b983bc023166 [2020-07-23T04:49:40.253Z] ---> e5d3e65f5434 [2020-07-23T04:49:40.253Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:49:40.526Z] Removing intermediate container 1c6aac3e2c8d [2020-07-23T04:49:40.526Z] ---> ac3982526575 [2020-07-23T04:49:40.526Z] Step 19/20 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:49:40.526Z] ---> b33d68a42568 [2020-07-23T04:49:40.526Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:49:40.526Z] ---> Running in d08b94596de1 [2020-07-23T04:49:41.128Z] ---> 5175dd85636a [2020-07-23T04:49:41.128Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:49:41.128Z] Removing intermediate container d08b94596de1 [2020-07-23T04:49:41.128Z] ---> fe6669880031 [2020-07-23T04:49:41.128Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:49:41.128Z] ---> Running in 07d39d9d60ae [2020-07-23T04:49:41.400Z] ---> b1614f53f8a1 [2020-07-23T04:49:41.400Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:49:41.990Z] Removing intermediate container 07d39d9d60ae [2020-07-23T04:49:41.990Z] ---> 5a2ef6b226d7 [2020-07-23T04:49:41.990Z] [2020-07-23T04:49:42.278Z] Successfully built 5a2ef6b226d7 [2020-07-23T04:49:42.557Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-23T04:49:42.557Z]  Building docker-security-proxy-setup-go ... done  ---> be0144e0adb6 [2020-07-23T04:49:42.557Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:49:42.830Z] ---> 4e9d7f17c24a [2020-07-23T04:49:42.830Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:49:43.421Z] ---> 3e6234763b3c [2020-07-23T04:49:43.421Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:49:43.696Z] ---> Running in 1b0270a78262 [2020-07-23T04:49:43.696Z] ---> 4cc0ceee1b8f [2020-07-23T04:49:43.696Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:49:43.696Z] ---> Running in adafad0f4fd4 [2020-07-23T04:49:44.290Z] Removing intermediate container 1b0270a78262 [2020-07-23T04:49:44.290Z] ---> ae3ef17f6802 [2020-07-23T04:49:44.290Z] Step 20/22 : LABEL arch=arm64 [2020-07-23T04:49:44.290Z] ---> Running in 1022fb632585 [2020-07-23T04:49:44.290Z] Removing intermediate container adafad0f4fd4 [2020-07-23T04:49:44.290Z] ---> 3d1333b1b131 [2020-07-23T04:49:44.290Z] Step 21/23 : LABEL arch=arm64 [2020-07-23T04:49:44.561Z] ---> Running in 36cdd4dbcbba [2020-07-23T04:49:44.833Z] Removing intermediate container 1022fb632585 [2020-07-23T04:49:44.833Z] ---> dc70d0a2ded8 [2020-07-23T04:49:44.833Z] Step 21/22 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:49:44.833Z] Removing intermediate container 36cdd4dbcbba [2020-07-23T04:49:44.833Z] ---> d767ddd71aa2 [2020-07-23T04:49:44.833Z] Step 22/23 : LABEL git_sha=98380472605f4711941f475a8de95c5685366209 [2020-07-23T04:49:44.833Z] ---> Running in 7bd28769b7ad [2020-07-23T04:49:45.107Z] ---> Running in 97ec17cab9de [2020-07-23T04:49:45.375Z] Removing intermediate container 7bd28769b7ad [2020-07-23T04:49:45.375Z] ---> 9ed08eb96aef [2020-07-23T04:49:45.375Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:49:45.375Z] Removing intermediate container 97ec17cab9de [2020-07-23T04:49:45.375Z] ---> 76498538d6eb [2020-07-23T04:49:45.375Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:49:45.643Z] ---> Running in a8fbfac5da83 [2020-07-23T04:49:45.643Z] ---> Running in 62cc022b1306 [2020-07-23T04:49:45.910Z] Removing intermediate container a8fbfac5da83 [2020-07-23T04:49:45.910Z] ---> 7fdf727ee3f0 [2020-07-23T04:49:45.910Z] [2020-07-23T04:49:46.183Z] Removing intermediate container 62cc022b1306 [2020-07-23T04:49:46.183Z] ---> 7bba3ddd5876 [2020-07-23T04:49:46.183Z] [2020-07-23T04:49:46.455Z] Successfully built 7fdf727ee3f0 [2020-07-23T04:49:46.455Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-23T04:49:46.725Z]  Building docker-core-data-go ... done Successfully built 7bba3ddd5876 [2020-07-23T04:49:46.725Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-23T04:49:47.008Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-07-23T04:49:47.002Z] $ docker stop --time=1 cd0427891fadbb6e929579e5e11934e5f9b313c577e4066abccbe3df6f56c211 [2020-07-23T04:49:48.851Z] $ docker rm -f cd0427891fadbb6e929579e5e11934e5f9b313c577e4066abccbe3df6f56c211 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:49:49.540Z] + + dockergrep images docker [2020-07-23T04:49:49.540Z] [2020-07-23T04:49:49.811Z] docker-core-data-go-arm64 latest 7fdf727ee3f0 4 seconds ago 22.6MB [2020-07-23T04:49:49.811Z] docker-support-notifications-go-arm64 latest 7bba3ddd5876 4 seconds ago 13.9MB [2020-07-23T04:49:49.811Z] docker-security-proxy-setup-go-arm64 latest 5a2ef6b226d7 8 seconds ago 15.8MB [2020-07-23T04:49:49.811Z] docker-security-secretstore-setup-go-arm64 latest 4b6b83f8af93 19 seconds ago 32.6MB [2020-07-23T04:49:49.811Z] docker-support-scheduler-go-arm64 latest 0367879a0926 32 seconds ago 12.6MB [2020-07-23T04:49:49.811Z] docker-sys-mgmt-agent-go-arm64 latest 03f20ad86d99 2 minutes ago 266MB [2020-07-23T04:49:49.811Z] docker-security-secrets-setup-go-arm64 latest 0506d5d83029 3 minutes ago 24.2MB [2020-07-23T04:49:49.811Z] docker-core-metadata-go-arm64 latest 27d296aa98dd 3 minutes ago 13.8MB [2020-07-23T04:49:49.811Z] docker-core-command-go-arm64 latest 5246b655f688 3 minutes ago 12.4MB [2020-07-23T04:49:49.811Z] docker-support-logging-go-arm64 latest 5fbe762450b8 3 minutes ago 11.4MB [2020-07-23T04:49:49.811Z] docker latest ce9d55ae87f1 3 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-07-23T04:49:51.394Z] provisioning config files... [2020-07-23T04:49:51.411Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config3123739553077135890tmp [Pipeline] { [Pipeline] sh [2020-07-23T04:49:51.767Z] + curl -s https://codecov.io/bash [2020-07-23T04:49:51.767Z] + bash -s - -t @/w/workspace/edgex-go/13@tmp/config3123739553077135890tmp [Pipeline] } [2020-07-23T04:49:52.346Z] 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-07-23T04:49:53.597Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:49:54.475Z] ---> package-listing.sh [2020-07-23T04:49:54.475Z] ++ facter osfamily [2020-07-23T04:49:54.475Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-23T04:49:54.475Z] + OS_FAMILY=redhat [2020-07-23T04:49:54.475Z] + workspace=/w/workspace/edgex-go/13 [2020-07-23T04:49:54.475Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-23T04:49:54.475Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-23T04:49:54.475Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-23T04:49:54.475Z] + PACKAGES=/tmp/packages_start.txt [2020-07-23T04:49:54.475Z] + '[' /w/workspace/edgex-go/13 ']' [2020-07-23T04:49:54.475Z] + PACKAGES=/tmp/packages_end.txt [2020-07-23T04:49:54.475Z] + case "${OS_FAMILY}" in [2020-07-23T04:49:54.475Z] + rpm -qa [2020-07-23T04:49:54.475Z] + sort [2020-07-23T04:49:58.677Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-23T04:49:58.677Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-23T04:49:58.677Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-23T04:49:58.677Z] + '[' /w/workspace/edgex-go/13 ']' [2020-07-23T04:49:58.677Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2020-07-23T04:49:58.677Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:49:59.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:49:59.429Z] [2020-07-23T04:49:59.429Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:49:59.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:49:59.777Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-23T04:49:59.777Z] c9b1b535fdd9: Pulling fs layer [2020-07-23T04:49:59.777Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-23T04:49:59.777Z] 756a868c4378: Pulling fs layer [2020-07-23T04:49:59.777Z] 444b2fc9a129: Pulling fs layer [2020-07-23T04:49:59.777Z] ea15f1150254: Pulling fs layer [2020-07-23T04:49:59.777Z] 41b27a9f41bf: Pulling fs layer [2020-07-23T04:49:59.777Z] 28c525ee5125: Pulling fs layer [2020-07-23T04:49:59.777Z] 094b1ea09ed8: Pulling fs layer [2020-07-23T04:49:59.777Z] 138eaada9080: Pulling fs layer [2020-07-23T04:49:59.777Z] 0622d0fa9048: Pulling fs layer [2020-07-23T04:49:59.777Z] 41b27a9f41bf: Waiting [2020-07-23T04:49:59.777Z] 28c525ee5125: Waiting [2020-07-23T04:49:59.777Z] 094b1ea09ed8: Waiting [2020-07-23T04:49:59.777Z] 138eaada9080: Waiting [2020-07-23T04:49:59.777Z] 0622d0fa9048: Waiting [2020-07-23T04:49:59.777Z] 444b2fc9a129: Waiting [2020-07-23T04:49:59.777Z] ea15f1150254: Waiting [2020-07-23T04:49:59.777Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-23T04:49:59.777Z] 2cc5ad85d9ab: Download complete [2020-07-23T04:49:59.777Z] 444b2fc9a129: Verifying Checksum [2020-07-23T04:49:59.777Z] 444b2fc9a129: Download complete [2020-07-23T04:49:59.777Z] c9b1b535fdd9: Verifying Checksum [2020-07-23T04:49:59.777Z] c9b1b535fdd9: Download complete [2020-07-23T04:49:59.777Z] ea15f1150254: Verifying Checksum [2020-07-23T04:49:59.777Z] ea15f1150254: Download complete [2020-07-23T04:50:00.047Z] 28c525ee5125: Verifying Checksum [2020-07-23T04:50:00.047Z] 28c525ee5125: Download complete [2020-07-23T04:50:00.047Z] 756a868c4378: Download complete [2020-07-23T04:50:00.316Z] c9b1b535fdd9: Pull complete [2020-07-23T04:50:00.316Z] 138eaada9080: Verifying Checksum [2020-07-23T04:50:00.316Z] 138eaada9080: Download complete [2020-07-23T04:50:00.316Z] 094b1ea09ed8: Verifying Checksum [2020-07-23T04:50:00.316Z] 094b1ea09ed8: Download complete [2020-07-23T04:50:00.316Z] 0622d0fa9048: Verifying Checksum [2020-07-23T04:50:00.316Z] 0622d0fa9048: Download complete [2020-07-23T04:50:00.580Z] 2cc5ad85d9ab: Pull complete [2020-07-23T04:50:00.851Z] 41b27a9f41bf: Verifying Checksum [2020-07-23T04:50:00.851Z] 41b27a9f41bf: Download complete [2020-07-23T04:50:02.236Z] 756a868c4378: Pull complete [2020-07-23T04:50:02.236Z] 444b2fc9a129: Pull complete [2020-07-23T04:50:02.497Z] ea15f1150254: Pull complete [2020-07-23T04:50:07.799Z] 41b27a9f41bf: Pull complete [2020-07-23T04:50:09.714Z] 28c525ee5125: Pull complete [2020-07-23T04:50:11.624Z] 094b1ea09ed8: Pull complete [2020-07-23T04:50:11.624Z] 138eaada9080: Pull complete [2020-07-23T04:50:12.564Z] 0622d0fa9048: Pull complete [2020-07-23T04:50:12.564Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-23T04:50:12.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:50:12.564Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-23T04:50:12.743Z] prd-centos7-docker-4c-2g-680 does not seem to be running inside a container [2020-07-23T04:50:12.782Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-lftools-log-publisher:alpine cat [2020-07-23T04:50:17.590Z] $ docker top 13607b7c8320a18064ca752fe1422a409a6a8542f16bfbcf64fc676c6d86ce8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-23T04:50:17.818Z] provisioning config files... [2020-07-23T04:50:17.832Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config96944523139038223tmp [Pipeline] { [Pipeline] echo [2020-07-23T04:50:17.886Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:50:18.177Z] ---> create-netrc.sh [Pipeline] echo [2020-07-23T04:50:18.186Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:50:18.479Z] ---> logs-deploy.sh [2020-07-23T04:50:18.480Z] + ARCHIVE_ARTIFACTS= [2020-07-23T04:50:18.480Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-23T04:50:18.480Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-23T04:50:18.480Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-23T04:50:18.480Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/13 [2020-07-23T04:50:18.480Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/13/ [2020-07-23T04:50:18.480Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/13 /w/workspace/edgex-go/13 [2020-07-23T04:50:19.418Z] Archives upload complete. [2020-07-23T04:50:19.677Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/13 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/13/ [2020-07-23T04:50:20.244Z] ---> uname -a: [2020-07-23T04:50:20.244Z] Linux 13607b7c8320 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-23T04:50:20.244Z] [2020-07-23T04:50:20.244Z] [2020-07-23T04:50:20.244Z] ---> lscpu: [2020-07-23T04:50:20.244Z] Architecture: x86_64 [2020-07-23T04:50:20.244Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-23T04:50:20.244Z] Byte Order: Little Endian [2020-07-23T04:50:20.244Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-23T04:50:20.244Z] CPU(s): 4 [2020-07-23T04:50:20.244Z] On-line CPU(s) list: 0-3 [2020-07-23T04:50:20.244Z] Thread(s) per core: 1 [2020-07-23T04:50:20.244Z] Core(s) per socket: 1 [2020-07-23T04:50:20.244Z] Socket(s): 4 [2020-07-23T04:50:20.244Z] NUMA node(s): 1 [2020-07-23T04:50:20.244Z] Vendor ID: GenuineIntel [2020-07-23T04:50:20.244Z] CPU family: 6 [2020-07-23T04:50:20.244Z] Model: 44 [2020-07-23T04:50:20.244Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-23T04:50:20.244Z] Stepping: 1 [2020-07-23T04:50:20.244Z] CPU MHz: 2933.442 [2020-07-23T04:50:20.244Z] BogoMIPS: 5866.88 [2020-07-23T04:50:20.244Z] Virtualization: VT-x [2020-07-23T04:50:20.244Z] Hypervisor vendor: KVM [2020-07-23T04:50:20.244Z] Virtualization type: full [2020-07-23T04:50:20.244Z] L1d cache: 128 KiB [2020-07-23T04:50:20.244Z] L1i cache: 128 KiB [2020-07-23T04:50:20.244Z] L2 cache: 16 MiB [2020-07-23T04:50:20.244Z] L3 cache: 64 MiB [2020-07-23T04:50:20.244Z] NUMA node0 CPU(s): 0-3 [2020-07-23T04:50:20.244Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-23T04:50:20.244Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-23T04:50:20.244Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-23T04:50:20.244Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-23T04:50:20.244Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-23T04:50:20.244Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-23T04:50:20.244Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-23T04:50:20.244Z] Vulnerability Tsx async abort: Not affected [2020-07-23T04:50:20.244Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-23T04:50:20.244Z] [2020-07-23T04:50:20.244Z] [2020-07-23T04:50:20.244Z] ---> nproc: [2020-07-23T04:50:20.244Z] 4 [2020-07-23T04:50:20.244Z] [2020-07-23T04:50:20.244Z] [2020-07-23T04:50:20.244Z] ---> df -h: [2020-07-23T04:50:20.244Z] Filesystem Size Used Available Use% Mounted on [2020-07-23T04:50:20.244Z] overlay 50.0G 12.6G 37.4G 25% / [2020-07-23T04:50:20.244Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-23T04:50:20.244Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-23T04:50:20.244Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-23T04:50:20.244Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf [2020-07-23T04:50:20.244Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname [2020-07-23T04:50:20.244Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts [2020-07-23T04:50:20.244Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa [2020-07-23T04:50:20.244Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/13@tmp [2020-07-23T04:50:20.244Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/13 [2020-07-23T04:50:20.244Z] [2020-07-23T04:50:20.244Z] [2020-07-23T04:50:20.244Z] ---> free -m: [2020-07-23T04:50:20.245Z] total used free shared buff/cache available [2020-07-23T04:50:20.245Z] Mem: 1837 626 100 0 1109 1126 [2020-07-23T04:50:20.245Z] Swap: 1023 67 956 [2020-07-23T04:50:20.245Z] [2020-07-23T04:50:20.245Z] [2020-07-23T04:50:20.245Z] ---> ip addr: [2020-07-23T04:50:20.245Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-23T04:50:20.245Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-23T04:50:20.245Z] inet 127.0.0.1/8 scope host lo [2020-07-23T04:50:20.245Z] valid_lft forever preferred_lft forever [2020-07-23T04:50:20.245Z] 106: eth0@if107: mtu 1458 qdisc noqueue state UP [2020-07-23T04:50:20.245Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-23T04:50:20.245Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-23T04:50:20.245Z] valid_lft forever preferred_lft forever [2020-07-23T04:50:20.245Z] [2020-07-23T04:50:20.245Z]