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 lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+04784571c64111dd2069565982d29e4bcbbafa66 (cf9b495909d2ee83e66fb8a88f242063e723af9e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test 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 ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-964 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b Merge succeeded, producing f9fd280a40995d5363073f0e0b531a7b47912b70 Checking out Revision f9fd280a40995d5363073f0e0b531a7b47912b70 (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9fd280a40995d5363073f0e0b531a7b47912b70 # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 0a172e5825061bc389e33990346d27a610963de2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-25T04:31:51.882Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-25T04:31:52.058Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-25T04:31:52.192Z] ========================================================= [2020-07-25T04:31:52.192Z] EdgeX Global Pipelines Version Info [2020-07-25T04:31:52.192Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:31:55.351Z] ------------------- [2020-07-25T04:31:55.351Z] stable info: [2020-07-25T04:31:55.351Z] ------------------- [2020-07-25T04:31:55.351Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-25T04:31:55.351Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:31:55.351Z] Message: update stable to v1.0.106 [2020-07-25T04:31:56.342Z] ------------------- [2020-07-25T04:31:56.342Z] experimental info: [2020-07-25T04:31:56.342Z] ------------------- [2020-07-25T04:31:56.342Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-25T04:31:56.342Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:31:56.342Z] Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-25T04:31:58.824Z] ++ 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-25T04:31:58.824Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:58.824Z] ++ dirname cmd/core-command/Dockerfile [2020-07-25T04:31:58.824Z] ++ cut -d/ -f2 [2020-07-25T04:31:58.824Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-25T04:31:58.824Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:58.824Z] ++ dirname cmd/core-data/Dockerfile [2020-07-25T04:31:58.824Z] ++ cut -d/ -f2 [2020-07-25T04:31:58.824Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-25T04:31:58.824Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:58.824Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-25T04:31:58.824Z] ++ cut -d/ -f2 [2020-07-25T04:31:58.824Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-25T04:31:58.824Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:58.824Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-25T04:31:58.824Z] ++ cut -d/ -f2 [2020-07-25T04:31:58.824Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-25T04:31:58.824Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:58.824Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-25T04:31:58.824Z] ++ cut -d/ -f2 [2020-07-25T04:31:58.824Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-25T04:31:58.824Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:58.824Z] ++ cut -d/ -f2 [2020-07-25T04:31:58.824Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:31:58.824Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:31:58.824Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:58.824Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-25T04:31:58.824Z] ++ cut -d/ -f2 [2020-07-25T04:31:58.824Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-25T04:31:58.824Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:58.825Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-25T04:31:58.825Z] ++ cut -d/ -f2 [2020-07-25T04:31:58.825Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-25T04:31:58.825Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:58.825Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-25T04:31:58.825Z] ++ cut -d/ -f2 [2020-07-25T04:31:59.121Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-25T04:31:59.121Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:59.121Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-25T04:31:59.121Z] ++ cut -d/ -f2 [2020-07-25T04:31:59.121Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-25T04:31:59.265Z] 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-25T04:31:59.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:32:02.289Z] [2020-07-25T04:32:02.289Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:32:02.713Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:32:03.104Z] latest: Pulling from edgex-devops/git-semver [2020-07-25T04:32:03.104Z] 31603596830f: Pulling fs layer [2020-07-25T04:32:03.104Z] 2a8b12db71e7: Pulling fs layer [2020-07-25T04:32:03.104Z] 6ca5941a6612: Pulling fs layer [2020-07-25T04:32:03.104Z] ecc8261a40a4: Pulling fs layer [2020-07-25T04:32:03.104Z] ecc8261a40a4: Waiting [2020-07-25T04:32:03.104Z] 2a8b12db71e7: Verifying Checksum [2020-07-25T04:32:03.104Z] 2a8b12db71e7: Download complete [2020-07-25T04:32:03.462Z] 31603596830f: Verifying Checksum [2020-07-25T04:32:03.462Z] 31603596830f: Download complete [2020-07-25T04:32:04.231Z] ecc8261a40a4: Verifying Checksum [2020-07-25T04:32:04.231Z] ecc8261a40a4: Download complete [2020-07-25T04:32:04.231Z] 31603596830f: Pull complete [2020-07-25T04:32:04.537Z] 6ca5941a6612: Verifying Checksum [2020-07-25T04:32:04.537Z] 6ca5941a6612: Download complete [2020-07-25T04:32:04.537Z] 2a8b12db71e7: Pull complete [2020-07-25T04:32:07.396Z] 6ca5941a6612: Pull complete [2020-07-25T04:32:07.396Z] ecc8261a40a4: Pull complete [2020-07-25T04:32:07.396Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-25T04:32:07.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:32:07.396Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-25T04:32:07.790Z] prd-centos7-docker-4c-2g-964 does not seem to be running inside a container [2020-07-25T04:32:07.939Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-25T04:32:11.339Z] $ docker top cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-25T04:32:11.679Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:32:11.679Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:32:12.394Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:32:12.416Z] $ docker exec cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a ssh-agent [2020-07-25T04:32:12.908Z] SSH_AUTH_SOCK=/tmp/ssh-Rengxv2AeIBJ/agent.12 [2020-07-25T04:32:12.908Z] SSH_AGENT_PID=18 [2020-07-25T04:32:12.970Z] Running ssh-add (command line suppressed) [2020-07-25T04:32:13.157Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_7536748135200705581.key (/w/workspace/edgex-go/20@tmp/private_key_7536748135200705581.key) [2020-07-25T04:32:13.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:32:13.634Z] + git describe --exact-match --tags HEAD [2020-07-25T04:32:13.634Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-25T04:32:13.763Z] $ docker exec --env ******** --env ******** cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a ssh-agent -k [2020-07-25T04:32:14.494Z] unset SSH_AUTH_SOCK; [2020-07-25T04:32:14.494Z] unset SSH_AGENT_PID; [2020-07-25T04:32:14.494Z] echo Agent pid 18 killed; [2020-07-25T04:32:14.692Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-25T04:32:14.767Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-25T04:32:14.767Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-25T04:32:14.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:32:14.863Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:32:15.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:32:15.435Z] $ docker exec cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a ssh-agent [2020-07-25T04:32:16.019Z] SSH_AUTH_SOCK=/tmp/ssh-kfD40OTWdnAN/agent.47 [2020-07-25T04:32:16.019Z] SSH_AGENT_PID=52 [2020-07-25T04:32:16.029Z] Running ssh-add (command line suppressed) [2020-07-25T04:32:16.418Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_3969147361536041739.key (/w/workspace/edgex-go/20@tmp/private_key_3969147361536041739.key) [2020-07-25T04:32:16.567Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:32:17.288Z] + git semver init [2020-07-25T04:32:17.288Z] # -> Open(): unable to determine branch for HEAD [2020-07-25T04:32:17.288Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2020-07-25T04:32:17.288Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2020-07-25T04:32:17.288Z] # $SEMVER_REMOTE_NAME = origin [2020-07-25T04:32:17.288Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-25T04:32:17.288Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-25T04:32:17.288Z] # $SEMVER_BRANCH = PR-2610 [2020-07-25T04:32:17.288Z] # $SEMVER_TEMP = /tmp/semver-106905985 [2020-07-25T04:32:17.288Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-25T04:33:16.270Z] # '/tmp/semver-106905985' -> '/w/workspace/edgex-go/20/.semver' [2020-07-25T04:33:16.270Z] # -> Force: false [2020-07-25T04:33:16.270Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2020-07-25T04:33:16.650Z] $ docker exec --env ******** --env ******** cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a ssh-agent -k [2020-07-25T04:33:17.877Z] unset SSH_AUTH_SOCK; [2020-07-25T04:33:17.879Z] unset SSH_AGENT_PID; [2020-07-25T04:33:17.879Z] echo Agent pid 52 killed; [2020-07-25T04:33:18.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-25T04:33:19.680Z] + git semver [Pipeline] } [2020-07-25T04:33:19.835Z] $ docker stop --time=1 cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a [2020-07-25T04:33:26.555Z] $ docker rm -f cc2e279c0f2bc937f6d09b091b17b26a1b95457a0829a4a4ac833dd70fef272a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-25T04:34:42.024Z] Stashed 25 file(s) [Pipeline] echo [2020-07-25T04:34:42.026Z] [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-25T04:34:42.434Z] ========================================================= [2020-07-25T04:34:42.434Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-25T04:34:42.434Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:34:43.071Z] + 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-25T04:34:57.263Z] Still waiting to schedule task [2020-07-25T04:34:57.264Z] ‘prd-centos7-blackbox-4c-2g-972’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-builder-2c-1g-725’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-724’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-967’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-976’ is offline [2020-07-25T04:35:03.531Z] Sending build context to Docker daemon 323.4MB [2020-07-25T04:35:03.531Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:35:03.531Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:35:03.531Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-25T04:35:03.531Z] df20fa9351a1: Pulling fs layer [2020-07-25T04:35:03.531Z] ed8968b2872e: Pulling fs layer [2020-07-25T04:35:03.531Z] a92cc7c5fd73: Pulling fs layer [2020-07-25T04:35:03.531Z] 2dd03ba5bac4: Pulling fs layer [2020-07-25T04:35:03.531Z] 1e091d79d1de: Pulling fs layer [2020-07-25T04:35:03.531Z] 481702a1767f: Pulling fs layer [2020-07-25T04:35:03.531Z] f64a6f60c768: Pulling fs layer [2020-07-25T04:35:03.531Z] e78d2573fc39: Pulling fs layer [2020-07-25T04:35:03.531Z] e876d2f968b6: Pulling fs layer [2020-07-25T04:35:03.531Z] ce8a83651883: Pulling fs layer [2020-07-25T04:35:03.531Z] 07967f4d0e4b: Pulling fs layer [2020-07-25T04:35:03.531Z] 2dd03ba5bac4: Waiting [2020-07-25T04:35:03.531Z] 1e091d79d1de: Waiting [2020-07-25T04:35:03.531Z] 481702a1767f: Waiting [2020-07-25T04:35:03.531Z] f64a6f60c768: Waiting [2020-07-25T04:35:03.531Z] e876d2f968b6: Waiting [2020-07-25T04:35:03.531Z] 07967f4d0e4b: Waiting [2020-07-25T04:35:03.531Z] ce8a83651883: Waiting [2020-07-25T04:35:03.531Z] a92cc7c5fd73: Verifying Checksum [2020-07-25T04:35:03.531Z] a92cc7c5fd73: Download complete [2020-07-25T04:35:03.531Z] ed8968b2872e: Verifying Checksum [2020-07-25T04:35:03.531Z] ed8968b2872e: Download complete [2020-07-25T04:35:03.531Z] 1e091d79d1de: Verifying Checksum [2020-07-25T04:35:03.531Z] 1e091d79d1de: Download complete [2020-07-25T04:35:04.215Z] df20fa9351a1: Verifying Checksum [2020-07-25T04:35:04.215Z] df20fa9351a1: Download complete [2020-07-25T04:35:04.215Z] 481702a1767f: Verifying Checksum [2020-07-25T04:35:04.215Z] 481702a1767f: Download complete [2020-07-25T04:35:06.804Z] df20fa9351a1: Pull complete [2020-07-25T04:35:10.716Z] ed8968b2872e: Pull complete [2020-07-25T04:35:10.716Z] a92cc7c5fd73: Pull complete [2020-07-25T04:35:21.022Z] f64a6f60c768: Verifying Checksum [2020-07-25T04:35:21.022Z] f64a6f60c768: Download complete [2020-07-25T04:35:21.804Z] e876d2f968b6: Verifying Checksum [2020-07-25T04:35:21.804Z] e876d2f968b6: Download complete [2020-07-25T04:35:25.117Z] e78d2573fc39: Verifying Checksum [2020-07-25T04:35:25.117Z] e78d2573fc39: Download complete [2020-07-25T04:35:28.100Z] 07967f4d0e4b: Verifying Checksum [2020-07-25T04:35:28.100Z] 07967f4d0e4b: Download complete [2020-07-25T04:35:28.447Z] 2dd03ba5bac4: Verifying Checksum [2020-07-25T04:35:28.447Z] 2dd03ba5bac4: Download complete [2020-07-25T04:35:29.861Z] ce8a83651883: Verifying Checksum [2020-07-25T04:35:29.861Z] ce8a83651883: Download complete [2020-07-25T04:36:05.543Z] 2dd03ba5bac4: Pull complete [2020-07-25T04:36:05.543Z] 1e091d79d1de: Pull complete [2020-07-25T04:36:05.543Z] 481702a1767f: Pull complete [2020-07-25T04:36:15.155Z] f64a6f60c768: Pull complete [2020-07-25T04:36:26.589Z] e78d2573fc39: Pull complete [2020-07-25T04:36:26.589Z] e876d2f968b6: Pull complete [2020-07-25T04:36:30.128Z] ce8a83651883: Pull complete [2020-07-25T04:36:30.740Z] 07967f4d0e4b: Pull complete [2020-07-25T04:36:30.740Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-25T04:36:30.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-25T04:36:30.740Z] ---> 5d7c900382c6 [2020-07-25T04:36:30.740Z] 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-25T04:36:32.591Z] ---> Running in 3589ab03174e [2020-07-25T04:36:34.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:36.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:38.542Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-979 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-07-25T04:36:38.583Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2020-07-25T04:36:39.450Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:36:39.810Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:36:40.289Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:36:40.289Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:36:43.643Z] using credential edgex-jenkins-ssh [2020-07-25T04:36:43.696Z] Cloning the remote Git repository [2020-07-25T04:36:43.696Z] Cloning with configured refspecs honoured and without tags [2020-07-25T04:36:43.755Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:36:43.872Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2020-07-25T04:36:43.950Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:36:43.950Z] > git --version # timeout=10 [2020-07-25T04:36:43.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:36:44.059Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:37:07.878Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:37:07.878Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:37:07.878Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:37:07.878Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:37:07.878Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:37:07.878Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:37:07.878Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:37:07.878Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:37:07.878Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:07.878Z] OK: 233 MiB in 51 packages [2020-07-25T04:37:08.177Z] Fetching without tags [2020-07-25T04:37:08.658Z] Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b [2020-07-25T04:37:09.054Z] Removing intermediate container 3589ab03174e [2020-07-25T04:37:09.054Z] ---> ee1ad196e6bc [2020-07-25T04:37:09.054Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:37:09.054Z] ---> Running in 5fb167123638 [2020-07-25T04:37:09.390Z] Merge succeeded, producing 4bb3f1689f07246c4d1daf90501ddd635a70f6bf [2020-07-25T04:37:09.391Z] Checking out Revision 4bb3f1689f07246c4d1daf90501ddd635a70f6bf (PR-2610) [2020-07-25T04:37:09.526Z] Removing intermediate container 5fb167123638 [2020-07-25T04:37:09.526Z] ---> 430be6252df4 [2020-07-25T04:37:09.526Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:37:08.080Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:37:08.101Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-07-25T04:37:08.118Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:37:08.147Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:37:08.186Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:37:08.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:37:08.199Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:37:08.674Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:37:08.724Z] > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 [2020-07-25T04:37:09.053Z] > git remote # timeout=10 [2020-07-25T04:37:09.074Z] > git config --get remote.origin.url # timeout=10 [2020-07-25T04:37:09.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:37:09.097Z] > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [2020-07-25T04:37:09.369Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-25T04:37:09.392Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:37:09.413Z] > git checkout -f 4bb3f1689f07246c4d1daf90501ddd635a70f6bf # timeout=10 [2020-07-25T04:37:10.006Z] latest: Pulling from library/docker [2020-07-25T04:37:10.554Z] df20fa9351a1: Already exists [2020-07-25T04:37:10.554Z] 25ad7478873d: Pulling fs layer [2020-07-25T04:37:10.554Z] 4684f6177b5d: Pulling fs layer [2020-07-25T04:37:10.554Z] 46e300cec669: Pulling fs layer [2020-07-25T04:37:10.554Z] 63038576ad94: Pulling fs layer [2020-07-25T04:37:10.554Z] 0fdb76c4706c: Pulling fs layer [2020-07-25T04:37:10.554Z] cb7edeffdfd5: Pulling fs layer [2020-07-25T04:37:10.554Z] 63038576ad94: Waiting [2020-07-25T04:37:10.554Z] 0fdb76c4706c: Waiting [2020-07-25T04:37:10.554Z] cb7edeffdfd5: Waiting [2020-07-25T04:37:10.554Z] 4684f6177b5d: Verifying Checksum [2020-07-25T04:37:10.554Z] 4684f6177b5d: Download complete [2020-07-25T04:37:10.945Z] 25ad7478873d: Verifying Checksum [2020-07-25T04:37:10.945Z] 25ad7478873d: Download complete [2020-07-25T04:37:10.945Z] 63038576ad94: Verifying Checksum [2020-07-25T04:37:10.945Z] 63038576ad94: Download complete [2020-07-25T04:37:10.945Z] 0fdb76c4706c: Verifying Checksum [2020-07-25T04:37:10.945Z] 0fdb76c4706c: Download complete [2020-07-25T04:37:11.446Z] cb7edeffdfd5: Verifying Checksum [2020-07-25T04:37:11.446Z] cb7edeffdfd5: Download complete [2020-07-25T04:37:12.178Z] 25ad7478873d: Pull complete [2020-07-25T04:37:12.696Z] 4684f6177b5d: Pull complete [2020-07-25T04:37:13.667Z] 46e300cec669: Verifying Checksum [2020-07-25T04:37:13.667Z] 46e300cec669: Download complete [2020-07-25T04:37:13.703Z] Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" [2020-07-25T04:37:13.729Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-25T04:37:13.705Z] > git rev-list --no-walk 0a172e5825061bc389e33990346d27a610963de2 # timeout=10 [2020-07-25T04:37:17.006Z] 46e300cec669: Pull complete [2020-07-25T04:37:17.006Z] 63038576ad94: Pull complete [2020-07-25T04:37:17.306Z] 0fdb76c4706c: Pull complete [2020-07-25T04:37:17.306Z] cb7edeffdfd5: Pull complete [2020-07-25T04:37:17.306Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:37:17.306Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:37:22.070Z] ---> 8142591850ad [2020-07-25T04:37:22.070Z] Step 6/7 : COPY go.mod . [2020-07-25T04:37:22.070Z] ---> b6054ed27960 [2020-07-25T04:37:22.070Z] Step 7/7 : RUN go mod download [2020-07-25T04:37:22.070Z] ---> Running in 75f541316043 [Pipeline] echo [2020-07-25T04:37:26.732Z] ========================================================= [2020-07-25T04:37:26.732Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-25T04:37:26.732Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:37:27.606Z] + 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-25T04:37:27.759Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:37:27.759Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:37:27.759Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:37:27.759Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:37:27.759Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:37:27.759Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:37:27.759Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:37:27.759Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:37:27.759Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:37:27.759Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:37:28.064Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:37:28.064Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:37:28.064Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:37:28.064Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:37:28.064Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-07-25T04:37:28.064Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:37:28.064Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:37:28.064Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:37:28.064Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:37:28.328Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:37:28.328Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:37:28.328Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:37:28.328Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:37:28.328Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:37:28.328Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-25T04:37:28.328Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-25T04:37:28.328Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-25T04:37:28.328Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-25T04:37:28.589Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:37:28.589Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:37:28.589Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:37:28.589Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:37:28.589Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:37:28.589Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:37:28.589Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:37:28.589Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:37:28.589Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:37:28.589Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:37:28.589Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:37:28.852Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:37:29.115Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:37:29.115Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:37:29.115Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:37:29.115Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:37:29.115Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:37:29.115Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:37:29.115Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:37:29.115Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:37:29.115Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-25T04:37:29.115Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:37:29.115Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:37:29.378Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:37:29.378Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:37:29.378Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:37:29.378Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:37:29.378Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:37:29.378Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:37:29.378Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:37:29.378Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:37:29.378Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:37:29.378Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:37:29.644Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:37:29.644Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:37:29.644Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:37:29.644Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:37:29.644Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:37:29.644Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:37:29.644Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:37:29.644Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:37:29.644Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:37:29.906Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:37:29.906Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:37:29.906Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:37:29.906Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:37:29.906Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:37:29.906Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:37:29.906Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:37:29.906Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:37:29.906Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:37:30.167Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:37:30.167Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:37:30.167Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:37:30.167Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:37:30.167Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:37:30.167Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:37:30.167Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:37:30.167Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:37:31.918Z] Sending build context to Docker daemon 323.4MB [2020-07-25T04:37:31.918Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:37:31.918Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:37:31.918Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-25T04:37:31.918Z] b538f80385f9: Pulling fs layer [2020-07-25T04:37:31.918Z] 74f711af9a0d: Pulling fs layer [2020-07-25T04:37:31.918Z] 99f96fe45779: Pulling fs layer [2020-07-25T04:37:31.918Z] fd7a069fd194: Pulling fs layer [2020-07-25T04:37:31.918Z] 66aa3694b03b: Pulling fs layer [2020-07-25T04:37:31.918Z] 170f70906a0f: Pulling fs layer [2020-07-25T04:37:31.918Z] ad7c5574e4b9: Pulling fs layer [2020-07-25T04:37:31.918Z] e772456be8f7: Pulling fs layer [2020-07-25T04:37:31.918Z] c890913d741a: Pulling fs layer [2020-07-25T04:37:31.918Z] 2480fcc9aa5a: Pulling fs layer [2020-07-25T04:37:31.918Z] 09adf4765672: Pulling fs layer [2020-07-25T04:37:31.918Z] fd7a069fd194: Waiting [2020-07-25T04:37:31.918Z] ad7c5574e4b9: Waiting [2020-07-25T04:37:31.918Z] e772456be8f7: Waiting [2020-07-25T04:37:31.918Z] 66aa3694b03b: Waiting [2020-07-25T04:37:31.918Z] c890913d741a: Waiting [2020-07-25T04:37:31.918Z] 170f70906a0f: Waiting [2020-07-25T04:37:31.918Z] 09adf4765672: Waiting [2020-07-25T04:37:32.197Z] 99f96fe45779: Verifying Checksum [2020-07-25T04:37:32.197Z] 99f96fe45779: Download complete [2020-07-25T04:37:32.197Z] 74f711af9a0d: Download complete [2020-07-25T04:37:32.197Z] 66aa3694b03b: Verifying Checksum [2020-07-25T04:37:32.198Z] 66aa3694b03b: Download complete [2020-07-25T04:37:32.198Z] 170f70906a0f: Download complete [2020-07-25T04:37:32.198Z] b538f80385f9: Verifying Checksum [2020-07-25T04:37:32.198Z] b538f80385f9: Download complete [2020-07-25T04:37:32.818Z] b538f80385f9: Pull complete [2020-07-25T04:37:33.420Z] 74f711af9a0d: Pull complete [2020-07-25T04:37:34.020Z] 99f96fe45779: Pull complete [2020-07-25T04:37:35.010Z] ad7c5574e4b9: Download complete [2020-07-25T04:37:35.285Z] c890913d741a: Verifying Checksum [2020-07-25T04:37:35.285Z] c890913d741a: Download complete [2020-07-25T04:37:37.267Z] e772456be8f7: Verifying Checksum [2020-07-25T04:37:37.267Z] e772456be8f7: Download complete [2020-07-25T04:37:37.267Z] 09adf4765672: Verifying Checksum [2020-07-25T04:37:37.267Z] 09adf4765672: Download complete [2020-07-25T04:37:37.267Z] 2480fcc9aa5a: Verifying Checksum [2020-07-25T04:37:37.267Z] 2480fcc9aa5a: Download complete [2020-07-25T04:37:38.259Z] fd7a069fd194: Verifying Checksum [2020-07-25T04:37:38.259Z] fd7a069fd194: Download complete [2020-07-25T04:37:50.666Z] fd7a069fd194: Pull complete [2020-07-25T04:37:50.666Z] 66aa3694b03b: Pull complete [2020-07-25T04:37:50.666Z] 170f70906a0f: Pull complete [2020-07-25T04:37:54.061Z] ad7c5574e4b9: Pull complete [2020-07-25T04:37:57.496Z] Removing intermediate container 75f541316043 [2020-07-25T04:37:57.496Z] ---> ea09b8cc8d27 [2020-07-25T04:37:57.496Z] Successfully built ea09b8cc8d27 [2020-07-25T04:37:57.496Z] 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-25T04:37:58.173Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-25T04:37:58.388Z] e772456be8f7: Pull complete [2020-07-25T04:37:58.388Z] c890913d741a: Pull complete [2020-07-25T04:37:58.929Z] . [Pipeline] withDockerContainer [2020-07-25T04:38:00.368Z] prd-centos7-docker-4c-2g-964 does not seem to be running inside a container [2020-07-25T04:38:01.016Z] 2480fcc9aa5a: Pull complete [2020-07-25T04:38:01.610Z] 09adf4765672: Pull complete [2020-07-25T04:38:01.610Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-25T04:38:01.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-25T04:38:01.610Z] ---> 2248a725d1cf [2020-07-25T04:38:01.610Z] 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-25T04:38:01.762Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-25T04:38:03.048Z] $ docker top 49a081ed60fa6bfefbb4b3e4bc4d8c4ede900a8ae15147edb1801239b9c6b62f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:38:04.639Z] + go version [2020-07-25T04:38:04.923Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-25T04:38:04.968Z] ========================================================= [2020-07-25T04:38:04.968Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:38:04.968Z] ========================================================= [Pipeline] sh [2020-07-25T04:38:05.586Z] + make test raml_verify [2020-07-25T04:38:05.586Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:38:08.337Z] ---> Running in 7db6471b46c5 [2020-07-25T04:38:10.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:38:10.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:38:12.350Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:38:12.624Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:38:12.624Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:38:12.624Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:38:14.123Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:38:16.910Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:38:16.910Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:38:16.910Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:38:16.910Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:38:16.910Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:38:17.182Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:38:17.182Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:38:17.455Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:38:17.455Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:38:17.455Z] OK: 217 MiB in 51 packages [2020-07-25T04:38:21.763Z] Removing intermediate container 7db6471b46c5 [2020-07-25T04:38:21.763Z] ---> 7cd33501c268 [2020-07-25T04:38:21.763Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:38:22.038Z] ---> Running in f52939aa4bb9 [2020-07-25T04:38:22.634Z] Removing intermediate container f52939aa4bb9 [2020-07-25T04:38:22.634Z] ---> c80501b70ed3 [2020-07-25T04:38:22.634Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:38:22.634Z] latest: Pulling from library/docker [2020-07-25T04:38:22.911Z] b538f80385f9: Already exists [2020-07-25T04:38:22.911Z] 259a493cd78d: Pulling fs layer [2020-07-25T04:38:22.911Z] b8e66b5100f5: Pulling fs layer [2020-07-25T04:38:22.911Z] 39dc9c94d07c: Pulling fs layer [2020-07-25T04:38:22.911Z] 551b823b3b82: Pulling fs layer [2020-07-25T04:38:22.911Z] 3c52a74df98c: Pulling fs layer [2020-07-25T04:38:22.911Z] 6c9b121b6998: Pulling fs layer [2020-07-25T04:38:22.911Z] 3c52a74df98c: Waiting [2020-07-25T04:38:22.911Z] 551b823b3b82: Waiting [2020-07-25T04:38:22.911Z] b8e66b5100f5: Verifying Checksum [2020-07-25T04:38:22.911Z] b8e66b5100f5: Download complete [2020-07-25T04:38:23.187Z] 259a493cd78d: Download complete [2020-07-25T04:38:23.187Z] 551b823b3b82: Verifying Checksum [2020-07-25T04:38:23.187Z] 551b823b3b82: Download complete [2020-07-25T04:38:23.187Z] 3c52a74df98c: Verifying Checksum [2020-07-25T04:38:23.187Z] 3c52a74df98c: Download complete [2020-07-25T04:38:23.187Z] 6c9b121b6998: Verifying Checksum [2020-07-25T04:38:23.187Z] 6c9b121b6998: Download complete [2020-07-25T04:38:23.786Z] 259a493cd78d: Pull complete [2020-07-25T04:38:24.383Z] b8e66b5100f5: Pull complete [2020-07-25T04:38:24.383Z] 39dc9c94d07c: Verifying Checksum [2020-07-25T04:38:24.383Z] 39dc9c94d07c: Download complete [2020-07-25T04:38:27.771Z] 39dc9c94d07c: Pull complete [2020-07-25T04:38:27.771Z] 551b823b3b82: Pull complete [2020-07-25T04:38:27.771Z] 3c52a74df98c: Pull complete [2020-07-25T04:38:28.365Z] 6c9b121b6998: Pull complete [2020-07-25T04:38:28.365Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:38:28.365Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:38:31.925Z] ---> c88ac89e46ce [2020-07-25T04:38:31.925Z] Step 6/7 : COPY go.mod . [2020-07-25T04:38:32.934Z] ---> e47b57c0393a [2020-07-25T04:38:32.934Z] Step 7/7 : RUN go mod download [2020-07-25T04:38:32.934Z] ---> Running in 8035ad152f9a [2020-07-25T04:38:33.116Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:38:36.322Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:38:36.322Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:38:36.322Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:38:36.322Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:38:36.322Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:38:36.322Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:38:36.322Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:38:36.322Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:38:36.322Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:38:36.322Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:38:36.322Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:38:36.322Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:38:36.322Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:38:36.322Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:38:36.322Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-07-25T04:38:36.322Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:38:36.322Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:38:36.322Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:38:36.322Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:38:36.322Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:38:36.322Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:38:36.322Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:38:36.322Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:38:36.322Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:38:36.322Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-25T04:38:36.322Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-25T04:38:36.594Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-25T04:38:36.594Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-25T04:38:36.594Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:38:36.594Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:38:36.594Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:38:36.594Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:38:36.594Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:38:36.594Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:38:36.594Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:38:36.594Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:38:36.594Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:38:36.594Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:38:36.864Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:38:37.135Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:38:37.135Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:38:37.135Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:38:37.135Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:38:37.135Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:38:37.135Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:38:37.135Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:38:37.135Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:38:37.135Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:38:37.135Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-25T04:38:37.135Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:38:37.408Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:38:37.408Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:38:37.408Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:38:37.408Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:38:37.408Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:38:37.408Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:38:37.408Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:38:37.408Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:38:37.408Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:38:37.408Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:38:37.408Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:38:37.408Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:38:37.679Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:38:37.679Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:38:37.679Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:38:37.679Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:38:37.679Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:38:37.679Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:38:37.679Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:38:37.679Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:38:37.679Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:38:37.679Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:38:37.679Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:38:37.950Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:38:37.950Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:38:37.950Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:38:37.950Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:38:37.950Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:38:37.950Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:38:37.950Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:38:37.950Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:38:37.950Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:38:37.950Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:38:37.950Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:38:37.950Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:38:38.224Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:38:38.224Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:38:40.286Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:38:40.286Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:38:40.286Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:38:40.893Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:38:44.997Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s [2020-07-25T04:38:44.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:38:44.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:38:44.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:38:44.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:38:44.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:38:45.300Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:38:45.300Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:38:45.300Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:38:52.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 46.6% of statements [2020-07-25T04:38:52.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:38:52.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:38:52.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:38:52.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:38:52.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:38:55.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.067s coverage: 27.3% of statements [2020-07-25T04:38:55.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:38:55.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:38:55.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:38:55.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:38:55.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:38:55.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:38:55.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2020-07-25T04:38:55.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:38:55.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2020-07-25T04:38:55.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:38:55.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-07-25T04:38:56.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 77.5% of statements [2020-07-25T04:38:56.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-07-25T04:38:56.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-07-25T04:38:56.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-07-25T04:38:56.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-07-25T04:38:56.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-07-25T04:38:56.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-07-25T04:38:56.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-07-25T04:38:58.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.105s coverage: 29.3% of statements [2020-07-25T04:38:58.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:38:58.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:38:58.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:38:58.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:38:58.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:38:58.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.026s coverage: 100.0% of statements [2020-07-25T04:38:58.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:38:58.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2020-07-25T04:38:58.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:39:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.041s coverage: 89.8% of statements [2020-07-25T04:39:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:39:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.084s coverage: 97.5% of statements [2020-07-25T04:39:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:39:00.404Z] Removing intermediate container 8035ad152f9a [2020-07-25T04:39:00.405Z] ---> 3c25654da648 [2020-07-25T04:39:00.405Z] Successfully built 3c25654da648 [2020-07-25T04:39:00.405Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:39:01.136Z] + docker inspect -f . ci-base-image-arm64 [2020-07-25T04:39:01.136Z] . [Pipeline] withDockerContainer [2020-07-25T04:39:01.418Z] prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container [2020-07-25T04:39:01.491Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** ci-base-image-arm64 cat [2020-07-25T04:39:01.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.194s coverage: 100.0% of statements [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:39:01.641Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-07-25T04:39:01.641Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-07-25T04:39:02.962Z] $ docker top b57fa0559df20b0fb07f1c8b90ce1e3474fc5485802b3636d8419ca5446e5844 -eo pid,comm [2020-07-25T04:39:03.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.089s coverage: 63.5% of statements [2020-07-25T04:39:03.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:39:03.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:39:03.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements [2020-07-25T04:39:03.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.184s coverage: 55.9% of statements [2020-07-25T04:39:03.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:39:03.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:39:03.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:39:03.213Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [Pipeline] { [Pipeline] sh [2020-07-25T04:39:04.021Z] + go version [2020-07-25T04:39:04.022Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-25T04:39:04.039Z] ========================================================= [2020-07-25T04:39:04.039Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:39:04.039Z] ========================================================= [Pipeline] sh [2020-07-25T04:39:04.684Z] + make test raml_verify [2020-07-25T04:39:04.684Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:39:07.344Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.729s coverage: 86.3% of statements [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.509s coverage: 72.2% of statements [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.359s coverage: 72.1% of statements [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.052s coverage: 82.4% of statements [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.134s coverage: 48.4% of statements [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.009s coverage: 96.8% of statements [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 26.9% of statements [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.415s coverage: 84.1% of statements [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.009s coverage: 43.1% of statements [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.009s coverage: 100.0% of statements [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:39:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements [2020-07-25T04:39:19.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:39:19.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 46.1% of statements [2020-07-25T04:39:19.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:39:19.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:39:19.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.048s coverage: 100.0% of statements [2020-07-25T04:39:19.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:39:19.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:39:19.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:39:19.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements [2020-07-25T04:39:19.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:39:19.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.015s coverage: 100.0% of statements [2020-07-25T04:39:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:39:23.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.133s coverage: 29.1% of statements [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:39:23.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.027s coverage: 99.0% of statements [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:39:23.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:39:23.274Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:39:23.274Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:39:23.274Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:39:24.274Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2020-07-25T04:39:24.274Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:39:24.274Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:39:24.274Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2020-07-25T04:39:24.556Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.009s coverage: 32.1% of statements [2020-07-25T04:39:25.183Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2020-07-25T04:39:25.458Z] GO111MODULE=on go vet ./... [2020-07-25T04:39:38.466Z] gofmt -l . [2020-07-25T04:39:38.466Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:39:38.466Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:39:39.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:39:40.471Z] ./bin/test-attribution-txt.sh [2020-07-25T04:39:44.189Z] docker run --rm --privileged \ [2020-07-25T04:39:44.189Z] -v /w/workspace/edgex-go/20:/raml-verification -w /raml-verification \ [2020-07-25T04:39:44.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-25T04:39:44.189Z] /scripts/raml-verify.sh [2020-07-25T04:39:45.707Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-25T04:39:45.707Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:39:45.707Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-25T04:39:45.707Z] bd07af9ed1a4: Pulling fs layer [2020-07-25T04:39:45.707Z] 3556ccf180b2: Pulling fs layer [2020-07-25T04:39:45.707Z] 089d4748da74: Pulling fs layer [2020-07-25T04:39:45.707Z] c6eb57c77bc5: Pulling fs layer [2020-07-25T04:39:45.707Z] 0364d5097239: Pulling fs layer [2020-07-25T04:39:45.707Z] 089d4748da74: Waiting [2020-07-25T04:39:45.707Z] c6eb57c77bc5: Waiting [2020-07-25T04:39:45.707Z] 0364d5097239: Waiting [2020-07-25T04:39:45.707Z] 3556ccf180b2: Verifying Checksum [2020-07-25T04:39:45.707Z] 3556ccf180b2: Download complete [2020-07-25T04:39:45.707Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-25T04:39:45.707Z] cbdbe7a5bc2a: Download complete [2020-07-25T04:39:45.707Z] 089d4748da74: Verifying Checksum [2020-07-25T04:39:45.707Z] 089d4748da74: Download complete [2020-07-25T04:39:46.201Z] 0364d5097239: Verifying Checksum [2020-07-25T04:39:46.202Z] 0364d5097239: Download complete [2020-07-25T04:39:46.202Z] cbdbe7a5bc2a: Pull complete [2020-07-25T04:39:47.048Z] c6eb57c77bc5: Verifying Checksum [2020-07-25T04:39:47.048Z] c6eb57c77bc5: Download complete [2020-07-25T04:39:47.366Z] bd07af9ed1a4: Verifying Checksum [2020-07-25T04:39:47.366Z] bd07af9ed1a4: Download complete [2020-07-25T04:39:51.199Z] bd07af9ed1a4: Pull complete [2020-07-25T04:39:51.484Z] 3556ccf180b2: Pull complete [2020-07-25T04:39:51.841Z] 089d4748da74: Pull complete [2020-07-25T04:39:54.854Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:39:54.854Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:39:54.854Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:39:54.854Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:39:57.492Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s [2020-07-25T04:39:57.492Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:39:57.492Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:39:57.492Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:39:57.767Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:39:57.889Z] c6eb57c77bc5: Pull complete [2020-07-25T04:39:57.889Z] 0364d5097239: Pull complete [2020-07-25T04:39:58.167Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-25T04:39:58.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-25T04:39:59.739Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:39:59.739Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:39:59.739Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:39:59.739Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:40:03.611Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:40:05.073Z] OK [2020-07-25T04:40:05.073Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:40:08.017Z] OK [2020-07-25T04:40:08.017Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:40:09.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.070s coverage: 46.6% of statements [2020-07-25T04:40:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:40:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:40:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:40:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:40:09.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:40:11.587Z] OK [2020-07-25T04:40:11.587Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:40:13.106Z] OK [2020-07-25T04:40:13.106Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:40:14.106Z] OK [2020-07-25T04:40:14.106Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:40:15.138Z] OK [2020-07-25T04:40:15.138Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:40:16.254Z] OK [2020-07-25T04:40:16.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.3% of statements [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:40:16.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:40:16.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.025s coverage: 100.0% of statements [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-07-25T04:40:16.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.057s coverage: 75.0% of statements [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-07-25T04:40:16.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] sh [2020-07-25T04:40:17.285Z] + ls -al . [2020-07-25T04:40:17.285Z] total 556 [2020-07-25T04:40:17.285Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:39 . [2020-07-25T04:40:17.285Z] drwxr-xr-x 4 root root 30 Jul 25 04:38 .. [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:31 .dockerignore [2020-07-25T04:40:17.285Z] drwxrwxr-x 8 1001 1001 179 Jul 25 04:31 .git [2020-07-25T04:40:17.285Z] drwxrwxr-x 3 1001 1001 60 Jul 25 04:31 .github [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:31 .gitignore [2020-07-25T04:40:17.285Z] drwx------ 3 1001 1001 47 Jul 25 04:33 .semver [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:31 .sonarcloud.properties [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:31 CONTRIBUTING.md [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:31 Dockerfile.build [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:31 Jenkinsfile [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:31 LICENSE [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:31 Makefile [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:31 README.md [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:31 SECURITY.md [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:33 VERSION [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:31 ZMQWindows.md [2020-07-25T04:40:17.285Z] drwxrwxr-x 4 1001 1001 33 Jul 25 04:31 api [2020-07-25T04:40:17.285Z] drwxrwxr-x 2 1001 1001 117 Jul 25 04:31 bin [2020-07-25T04:40:17.285Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:31 cmd [2020-07-25T04:40:17.285Z] -rw-r--r-- 1 root root 457776 Jul 25 04:39 coverage.out [2020-07-25T04:40:17.285Z] -rw-r--r-- 1 root root 1019 Jul 25 04:39 go.mod [2020-07-25T04:40:17.285Z] -rw-r--r-- 1 root root 19185 Jul 25 04:39 go.sum [2020-07-25T04:40:17.285Z] drwxrwxr-x 8 1001 1001 127 Jul 25 04:31 internal [2020-07-25T04:40:17.285Z] drwxrwxr-x 4 1001 1001 71 Jul 25 04:31 snap [2020-07-25T04:40:17.285Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:31 version.go [Pipeline] sh [2020-07-25T04:40:18.610Z] + '[' -e coverage.out ] [2020-07-25T04:40:18.610Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:40:18.880Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:40:19.227Z] + make build [2020-07-25T04:40:19.227Z] 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-25T04:40:19.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.342s coverage: 29.3% of statements [2020-07-25T04:40:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:40:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:40:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:40:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:40:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:40:19.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements [2020-07-25T04:40:19.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:40:20.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2020-07-25T04:40:20.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:40:20.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 89.8% of statements [2020-07-25T04:40:20.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:40:22.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2020-07-25T04:40:22.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:40:24.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.047s coverage: 100.0% of statements [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:40:24.366Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-07-25T04:40:24.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-07-25T04:40:27.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements [2020-07-25T04:40:27.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:40:27.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:40:27.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements [2020-07-25T04:40:27.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements [2020-07-25T04:40:27.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:40:27.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:40:27.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:40:27.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:40:32.411Z] 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-25T04:40:38.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.212s coverage: 86.3% of statements [2020-07-25T04:40:38.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:40:38.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.190s coverage: 72.2% of statements [2020-07-25T04:40:38.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.366s coverage: 72.1% of statements [2020-07-25T04:40:38.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements [2020-07-25T04:40:38.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-07-25T04:40:38.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:40:38.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:40:38.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:40:38.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements [2020-07-25T04:40:38.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:40:38.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements [2020-07-25T04:40:38.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:40:38.615Z] 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-25T04:40:38.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 26.9% of statements [2020-07-25T04:40:38.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:40:38.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:40:38.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.328s coverage: 84.1% of statements [2020-07-25T04:40:39.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2020-07-25T04:40:41.280Z] 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-25T04:40:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.042s coverage: 43.1% of statements [2020-07-25T04:40:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:40:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:40:41.719Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.056s coverage: 100.0% of statements [2020-07-25T04:40:41.719Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:40:41.996Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.067s coverage: 83.8% of statements [2020-07-25T04:40:41.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:40:45.485Z] 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-25T04:40:47.407Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 46.1% of statements [2020-07-25T04:40:47.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:40:47.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:40:47.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements [2020-07-25T04:40:47.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:40:47.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:40:47.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:40:47.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements [2020-07-25T04:40:47.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:40:47.408Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.033s coverage: 100.0% of statements [2020-07-25T04:40:47.408Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:40:48.196Z] 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-25T04:40:49.320Z] 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-25T04:40:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.210s coverage: 29.1% of statements [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:40:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:40:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:40:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:40:54.155Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:40:54.155Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:40:55.224Z] 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-25T04:40:57.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements [2020-07-25T04:40:57.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:40:57.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:40:57.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2020-07-25T04:40:57.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-07-25T04:40:57.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2020-07-25T04:40:57.985Z] 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-25T04:40:58.405Z] GO111MODULE=on go vet ./... [2020-07-25T04:41:00.286Z] 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-25T04:41:05.060Z] 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-25T04:41:06.539Z] 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-25T04:41:09.588Z] 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-25T04:41:12.919Z] $ docker stop --time=1 49a081ed60fa6bfefbb4b3e4bc4d8c4ede900a8ae15147edb1801239b9c6b62f [2020-07-25T04:41:14.905Z] $ docker rm -f 49a081ed60fa6bfefbb4b3e4bc4d8c4ede900a8ae15147edb1801239b9c6b62f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:41:16.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:41:16.695Z] gofmt -l . [2020-07-25T04:41:16.824Z] [2020-07-25T04:41:16.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:41:17.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:41:17.243Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-25T04:41:17.243Z] cbdbe7a5bc2a: Already exists [2020-07-25T04:41:17.243Z] ca9280d653b3: Pulling fs layer [2020-07-25T04:41:17.243Z] 7e9c9ca2126c: Pulling fs layer [2020-07-25T04:41:17.665Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:41:18.365Z] ca9280d653b3: Verifying Checksum [2020-07-25T04:41:18.365Z] ca9280d653b3: Download complete [2020-07-25T04:41:20.275Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:41:20.873Z] ./bin/test-attribution-txt.sh [2020-07-25T04:41:21.108Z] 7e9c9ca2126c: Verifying Checksum [2020-07-25T04:41:21.108Z] 7e9c9ca2126c: Download complete [2020-07-25T04:41:21.108Z] ca9280d653b3: Pull complete [2020-07-25T04:41:24.255Z] docker run --rm --privileged \ [2020-07-25T04:41:24.255Z] -v /w/workspace/edgex-go/20:/raml-verification -w /raml-verification \ [2020-07-25T04:41:24.255Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-25T04:41:24.255Z] /scripts/raml-verify.sh [2020-07-25T04:41:24.255Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-25T04:41:24.255Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:41:24.255Z] 29e5d40040c1: Pulling fs layer [2020-07-25T04:41:24.255Z] 8c46fbeab2c7: Pulling fs layer [2020-07-25T04:41:24.255Z] 8ba552a4e5fe: Pulling fs layer [2020-07-25T04:41:24.255Z] 1fb62381901b: Pulling fs layer [2020-07-25T04:41:24.255Z] 147fb30a95d9: Pulling fs layer [2020-07-25T04:41:24.255Z] 3ccc99ad11dc: Pulling fs layer [2020-07-25T04:41:24.255Z] 147fb30a95d9: Waiting [2020-07-25T04:41:24.255Z] 3ccc99ad11dc: Waiting [2020-07-25T04:41:24.255Z] 1fb62381901b: Waiting [2020-07-25T04:41:24.255Z] 8ba552a4e5fe: Verifying Checksum [2020-07-25T04:41:24.255Z] 8ba552a4e5fe: Download complete [2020-07-25T04:41:24.255Z] 1fb62381901b: Download complete [2020-07-25T04:41:24.528Z] 29e5d40040c1: Verifying Checksum [2020-07-25T04:41:24.528Z] 29e5d40040c1: Download complete [2020-07-25T04:41:24.528Z] 147fb30a95d9: Verifying Checksum [2020-07-25T04:41:24.528Z] 147fb30a95d9: Download complete [2020-07-25T04:41:24.528Z] 3ccc99ad11dc: Verifying Checksum [2020-07-25T04:41:24.528Z] 3ccc99ad11dc: Download complete [2020-07-25T04:41:24.800Z] 8c46fbeab2c7: Verifying Checksum [2020-07-25T04:41:24.800Z] 8c46fbeab2c7: Download complete [2020-07-25T04:41:25.074Z] 29e5d40040c1: Pull complete [2020-07-25T04:41:30.471Z] 8c46fbeab2c7: Pull complete [2020-07-25T04:41:30.471Z] 8ba552a4e5fe: Pull complete [2020-07-25T04:41:30.471Z] 1fb62381901b: Pull complete [2020-07-25T04:41:31.648Z] 7e9c9ca2126c: Pull complete [2020-07-25T04:41:31.648Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-25T04:41:31.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:41:31.648Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-25T04:41:32.362Z] prd-centos7-docker-4c-2g-964 does not seem to be running inside a container [2020-07-25T04:41:32.454Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-25T04:41:34.778Z] 147fb30a95d9: Pull complete [2020-07-25T04:41:35.048Z] 3ccc99ad11dc: Pull complete [2020-07-25T04:41:35.139Z] $ docker top d06a078964edc77c00e326e9fb72b84053be8d348e8c7edaf4816e7fe9506655 -eo pid,comm [2020-07-25T04:41:35.320Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-25T04:41:35.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [Pipeline] { [Pipeline] sh [2020-07-25T04:41:36.071Z] + docker-compose build --help [2020-07-25T04:41:36.071Z] + grep parallel [2020-07-25T04:41:37.104Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:41:37.144Z] $ docker stop --time=1 d06a078964edc77c00e326e9fb72b84053be8d348e8c7edaf4816e7fe9506655 [2020-07-25T04:41:37.932Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:41:38.621Z] $ docker rm -f d06a078964edc77c00e326e9fb72b84053be8d348e8c7edaf4816e7fe9506655 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:41:39.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:41:39.220Z] . [Pipeline] withDockerContainer [2020-07-25T04:41:39.391Z] prd-centos7-docker-4c-2g-964 does not seem to be running inside a container [2020-07-25T04:41:39.621Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-25T04:41:41.313Z] OK [2020-07-25T04:41:41.313Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:41:42.355Z] $ docker top cd83f3adddea45e8375545792f03a4bfb8d64f4afe66407c08d3b61389145d3a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:41:43.937Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:41:45.125Z] Building docker-core-command-go ... [2020-07-25T04:41:45.125Z] Building docker-core-data-go ... [2020-07-25T04:41:45.125Z] Building docker-core-metadata-go ... [2020-07-25T04:41:45.125Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:41:45.125Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:41:45.125Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:41:45.125Z] Building docker-support-logging-go ... [2020-07-25T04:41:45.125Z] Building docker-support-notifications-go ... [2020-07-25T04:41:45.125Z] Building docker-support-scheduler-go ... [2020-07-25T04:41:45.125Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:41:45.125Z] Building docker-support-logging-go [2020-07-25T04:41:45.125Z] Building docker-support-scheduler-go [2020-07-25T04:41:45.125Z] Building docker-core-data-go [2020-07-25T04:41:45.125Z] Building docker-sys-mgmt-agent-go [2020-07-25T04:41:45.125Z] Building docker-support-notifications-go [2020-07-25T04:41:47.999Z] OK [2020-07-25T04:41:47.999Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:41:51.375Z] OK [2020-07-25T04:41:51.375Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:41:54.747Z] OK [2020-07-25T04:41:54.747Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:42:00.123Z] OK [2020-07-25T04:42:00.123Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:42:04.408Z] OK [2020-07-25T04:42:04.408Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:42:06.368Z] OK [Pipeline] sh [2020-07-25T04:42:07.991Z] + ls -al . [2020-07-25T04:42:07.991Z] total 588 [2020-07-25T04:42:07.991Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:41 . [2020-07-25T04:42:07.991Z] drwxr-xr-x 4 root root 4096 Jul 25 04:39 .. [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:37 .dockerignore [2020-07-25T04:42:07.991Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:37 .git [2020-07-25T04:42:07.991Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:37 .github [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:37 .gitignore [2020-07-25T04:42:07.991Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:37 .semver [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:37 .sonarcloud.properties [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:37 CONTRIBUTING.md [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:37 Dockerfile.build [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:37 Jenkinsfile [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:37 LICENSE [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:37 Makefile [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:37 README.md [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:37 SECURITY.md [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:33 VERSION [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:37 ZMQWindows.md [2020-07-25T04:42:07.991Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:37 api [2020-07-25T04:42:07.991Z] drwxrwxr-x 2 1001 1001 4096 Jul 25 04:37 bin [2020-07-25T04:42:07.991Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:37 cmd [2020-07-25T04:42:07.991Z] -rw-r--r-- 1 root root 457776 Jul 25 04:40 coverage.out [2020-07-25T04:42:07.991Z] -rw-r--r-- 1 root root 1019 Jul 25 04:41 go.mod [2020-07-25T04:42:07.991Z] -rw-r--r-- 1 root root 19185 Jul 25 04:41 go.sum [2020-07-25T04:42:07.991Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:37 internal [2020-07-25T04:42:07.991Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:37 snap [2020-07-25T04:42:07.991Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:37 version.go [Pipeline] sh [2020-07-25T04:42:08.640Z] + '[' -e coverage.out ] [2020-07-25T04:42:08.640Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:42:08.703Z] Warning: overwriting stash ‘coverage-report’ [2020-07-25T04:42:09.923Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:42:10.610Z] + make build [2020-07-25T04:42:10.610Z] 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-25T04:42:32.882Z] 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-25T04:42:41.134Z] 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-25T04:42:47.839Z] 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-25T04:42:53.230Z] 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-25T04:42:54.038Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.038Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.038Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.038Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.038Z] ---> ea09b8cc8d27 [2020-07-25T04:42:54.038Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:42:54.038Z] ---> ea09b8cc8d27 [2020-07-25T04:42:54.038Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:42:54.039Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.039Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.039Z] ---> ea09b8cc8d27 [2020-07-25T04:42:54.039Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:42:54.039Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.039Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.039Z] ---> ea09b8cc8d27 [2020-07-25T04:42:54.039Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:42:54.039Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:42:54.039Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:42:54.039Z] ---> ea09b8cc8d27 [2020-07-25T04:42:54.039Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:42:54.039Z] ---> Running in 26690575ae97 [2020-07-25T04:42:54.039Z] ---> Running in 0a222cf64007 [2020-07-25T04:42:54.039Z] ---> Running in 4020d0911f05 [2020-07-25T04:42:54.039Z] ---> Running in a30099bcdb5d [2020-07-25T04:42:54.039Z] ---> Running in 3fa39bfe046c [2020-07-25T04:42:54.039Z] Removing intermediate container 26690575ae97 [2020-07-25T04:42:54.039Z] ---> b78398555b13 [2020-07-25T04:42:54.039Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.039Z] Removing intermediate container 0a222cf64007 [2020-07-25T04:42:54.039Z] ---> faa410833de0 [2020-07-25T04:42:54.039Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.039Z] Removing intermediate container 4020d0911f05 [2020-07-25T04:42:54.039Z] ---> 3628ca64a3d2 [2020-07-25T04:42:54.039Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.039Z] Removing intermediate container 3fa39bfe046c [2020-07-25T04:42:54.039Z] ---> f56db7cab93b [2020-07-25T04:42:54.039Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.039Z] Removing intermediate container a30099bcdb5d [2020-07-25T04:42:54.039Z] ---> 39c79d70d3f6 [2020-07-25T04:42:54.039Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:42:54.039Z] ---> Running in 2dd98318c3f1 [2020-07-25T04:42:54.039Z] ---> Running in 68b38ab1d3ac [2020-07-25T04:42:54.039Z] ---> Running in ffe33afa4ea7 [2020-07-25T04:42:54.039Z] ---> Running in 0ac8536c5553 [2020-07-25T04:42:54.039Z] ---> Running in d19fbead4ee6 [2020-07-25T04:42:54.039Z] Removing intermediate container ffe33afa4ea7 [2020-07-25T04:42:54.039Z] ---> 1bfca84a0f51 [2020-07-25T04:42:54.039Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:42:54.039Z] ---> Running in a2fe5ff8951b [2020-07-25T04:42:54.039Z] Removing intermediate container 68b38ab1d3ac [2020-07-25T04:42:54.039Z] ---> 8158ee9d670c [2020-07-25T04:42:54.039Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:42:54.039Z] Removing intermediate container 2dd98318c3f1 [2020-07-25T04:42:54.039Z] ---> 97f397c4eb90 [2020-07-25T04:42:54.039Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:42:54.039Z] Removing intermediate container 0ac8536c5553 [2020-07-25T04:42:54.039Z] ---> 53bc13e68a0c [2020-07-25T04:42:54.039Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:42:54.039Z] Removing intermediate container d19fbead4ee6 [2020-07-25T04:42:54.039Z] ---> c882270e364b [2020-07-25T04:42:54.039Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:42:54.039Z] ---> Running in 88fb1ccd0968 [2020-07-25T04:42:54.039Z] ---> Running in a0c8e921d96a [2020-07-25T04:42:54.039Z] ---> Running in 98c3dce16abb [2020-07-25T04:42:54.039Z] ---> Running in 057d081596cd [2020-07-25T04:42:54.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:54.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:55.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:56.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:56.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:56.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:56.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:56.874Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:42:56.874Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:42:56.874Z] OK: 12749 distinct packages available [2020-07-25T04:42:57.428Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:42:57.428Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:42:57.428Z] OK: 12749 distinct packages available [2020-07-25T04:42:57.428Z] OK: 233 MiB in 51 packages [2020-07-25T04:42:57.428Z] OK: 233 MiB in 51 packages [2020-07-25T04:42:57.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:57.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:57.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:42:58.556Z] Removing intermediate container a2fe5ff8951b [2020-07-25T04:42:58.556Z] ---> 5f3f556087d0 [2020-07-25T04:42:58.556Z] Step 6/26 : COPY go.mod . [2020-07-25T04:42:58.903Z] Removing intermediate container 88fb1ccd0968 [2020-07-25T04:42:58.903Z] ---> 439a6d49fce9 [2020-07-25T04:42:58.903Z] Step 6/20 : COPY go.mod . [2020-07-25T04:42:58.903Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:42:58.903Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:42:58.903Z] OK: 12749 distinct packages available [2020-07-25T04:42:58.903Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:42:58.903Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:42:58.903Z] OK: 12749 distinct packages available [2020-07-25T04:42:59.205Z] OK: 233 MiB in 51 packages [2020-07-25T04:42:59.205Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:42:59.205Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:42:59.205Z] OK: 12749 distinct packages available [2020-07-25T04:42:59.205Z] OK: 233 MiB in 51 packages [2020-07-25T04:42:59.473Z] ---> 508243e46de3 [2020-07-25T04:42:59.473Z] Step 7/26 : RUN go mod download [2020-07-25T04:42:59.473Z] ---> Running in 2b5a8bab02e7 [2020-07-25T04:42:59.473Z] OK: 233 MiB in 51 packages [2020-07-25T04:42:59.766Z] OK: 233 MiB in 51 packages [2020-07-25T04:42:59.928Z] 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-25T04:43:00.033Z] ---> c6e103156b44 [2020-07-25T04:43:00.033Z] Step 7/20 : RUN go mod download [2020-07-25T04:43:00.299Z] ---> Running in a159ec8be23f [2020-07-25T04:43:00.995Z] Removing intermediate container 98c3dce16abb [2020-07-25T04:43:00.995Z] ---> e9e07c1e3721 [2020-07-25T04:43:00.995Z] Step 6/22 : COPY go.mod . [2020-07-25T04:43:01.899Z] 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-25T04:43:02.430Z] ---> 5bebab1b5c72 [2020-07-25T04:43:02.430Z] Step 7/22 : RUN go mod download [2020-07-25T04:43:02.818Z] ---> Running in 584fecaa3b7b [2020-07-25T04:43:02.818Z] Removing intermediate container 057d081596cd [2020-07-25T04:43:02.818Z] ---> 92f92c5c0667 [2020-07-25T04:43:02.818Z] Step 6/21 : COPY go.mod . [2020-07-25T04:43:02.818Z] Removing intermediate container a0c8e921d96a [2020-07-25T04:43:02.818Z] ---> b9dc9861a2bb [2020-07-25T04:43:02.818Z] Step 6/23 : COPY go.mod . [2020-07-25T04:43:03.820Z] ---> 731ab0596ba7 [2020-07-25T04:43:03.820Z] Step 7/21 : RUN go mod download [2020-07-25T04:43:04.101Z] ---> 4b9646bf1b9d [2020-07-25T04:43:04.101Z] Step 7/23 : RUN go mod download [2020-07-25T04:43:04.101Z] ---> Running in 7c6f2d58753b [2020-07-25T04:43:04.707Z] ---> Running in ae9a327610b1 [2020-07-25T04:43:07.289Z] 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-25T04:43:07.614Z] Removing intermediate container 2b5a8bab02e7 [2020-07-25T04:43:07.614Z] ---> f6620d53de79 [2020-07-25T04:43:07.614Z] Step 8/26 : COPY . . [2020-07-25T04:43:08.327Z] Removing intermediate container 584fecaa3b7b [2020-07-25T04:43:08.327Z] ---> 653c117c88d0 [2020-07-25T04:43:08.327Z] Step 8/22 : COPY . . [2020-07-25T04:43:08.327Z] Removing intermediate container 7c6f2d58753b [2020-07-25T04:43:08.327Z] ---> d70713138827 [2020-07-25T04:43:08.327Z] Step 8/21 : COPY . . [2020-07-25T04:43:13.983Z] 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-25T04:43:18.299Z] Removing intermediate container ae9a327610b1 [2020-07-25T04:43:18.299Z] ---> 32a827d649c3 [2020-07-25T04:43:18.299Z] Step 8/23 : COPY . . [2020-07-25T04:43:18.299Z] Removing intermediate container a159ec8be23f [2020-07-25T04:43:18.299Z] ---> 12b7eda46365 [2020-07-25T04:43:18.299Z] Step 8/20 : COPY . . [2020-07-25T04:43:19.366Z] 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-25T04:43:24.749Z] 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-25T04:43:30.143Z] 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-25T04:43:34.453Z] 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-25T04:43:38.748Z] $ docker stop --time=1 b57fa0559df20b0fb07f1c8b90ce1e3474fc5485802b3636d8419ca5446e5844 [2020-07-25T04:43:41.271Z] $ docker rm -f b57fa0559df20b0fb07f1c8b90ce1e3474fc5485802b3636d8419ca5446e5844 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:43:42.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:43:42.949Z] [2020-07-25T04:43:42.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:43:43.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:43:43.594Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-25T04:43:43.594Z] 29e5d40040c1: Already exists [2020-07-25T04:43:43.865Z] 1ce36da41761: Pulling fs layer [2020-07-25T04:43:43.865Z] 25b303627fd3: Pulling fs layer [2020-07-25T04:43:44.462Z] 1ce36da41761: Verifying Checksum [2020-07-25T04:43:44.462Z] 1ce36da41761: Download complete [2020-07-25T04:43:45.896Z] 1ce36da41761: Pull complete [2020-07-25T04:43:45.896Z] 25b303627fd3: Verifying Checksum [2020-07-25T04:43:45.896Z] 25b303627fd3: Download complete [2020-07-25T04:43:56.034Z] 25b303627fd3: Pull complete [2020-07-25T04:43:56.034Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-25T04:43:56.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:43:56.034Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-25T04:43:56.312Z] prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container [2020-07-25T04:43:56.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-25T04:44:00.291Z] $ docker top 867c0f5db58c470ef5ea80c76e78576c44f27c80bb1b096fc2ed5a1908680c1f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:44:01.739Z] + + docker-compose build --helpgrep [2020-07-25T04:44:01.739Z] parallel [2020-07-25T04:44:06.024Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:44:06.028Z] $ docker stop --time=1 867c0f5db58c470ef5ea80c76e78576c44f27c80bb1b096fc2ed5a1908680c1f [2020-07-25T04:44:08.038Z] $ docker rm -f 867c0f5db58c470ef5ea80c76e78576c44f27c80bb1b096fc2ed5a1908680c1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:44:08.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:44:08.983Z] . [Pipeline] withDockerContainer [2020-07-25T04:44:09.258Z] prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container [2020-07-25T04:44:09.316Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-25T04:44:10.896Z] $ docker top 1435e971f6c6803e2d72f343822335e25e1f3788fb509c2aa581e2ffac916d90 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:44:11.938Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:44:17.318Z] Building docker-core-command-go ... [2020-07-25T04:44:17.318Z] Building docker-core-data-go ... [2020-07-25T04:44:17.318Z] Building docker-core-metadata-go ... [2020-07-25T04:44:17.318Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:44:17.318Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:44:17.318Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:44:17.318Z] Building docker-support-logging-go ... [2020-07-25T04:44:17.318Z] Building docker-support-notifications-go ... [2020-07-25T04:44:17.318Z] Building docker-support-scheduler-go ... [2020-07-25T04:44:17.318Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:44:17.318Z] Building docker-security-secretstore-setup-go [2020-07-25T04:44:17.318Z] Building docker-support-scheduler-go [2020-07-25T04:44:17.318Z] Building docker-security-secrets-setup-go [2020-07-25T04:44:17.318Z] Building docker-sys-mgmt-agent-go [2020-07-25T04:44:17.318Z] Building docker-support-notifications-go [2020-07-25T04:45:27.320Z] ---> 409ebeb6ee2b [2020-07-25T04:45:27.320Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:45:27.320Z] ---> 0e4dc966a35b [2020-07-25T04:45:27.320Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:45:27.320Z] ---> 80e3659b6c11 [2020-07-25T04:45:27.320Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:45:27.320Z] ---> 8ce74fef8e93 [2020-07-25T04:45:27.320Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:45:27.320Z] ---> ee35e11f2c04 [2020-07-25T04:45:27.320Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:45:27.320Z] ---> Running in 3e1ff60daa84 [2020-07-25T04:45:27.320Z] ---> Running in f5e3b5d011b6 [2020-07-25T04:45:27.320Z] ---> Running in 4faa50374ef6 [2020-07-25T04:45:27.320Z] ---> Running in 9e0704746cd9 [2020-07-25T04:45:27.320Z] ---> Running in c118cc832e8c [2020-07-25T04:45:27.320Z] 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-25T04:45:27.320Z] 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-25T04:45:27.320Z] 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-25T04:45:27.320Z] 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-25T04:45:27.320Z] 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-25T04:46:09.111Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:09.111Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:46:09.111Z] ---> 3c25654da648 [2020-07-25T04:46:09.111Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:46:09.111Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:09.111Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:46:09.111Z] ---> 3c25654da648 [2020-07-25T04:46:09.111Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:46:09.111Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:09.111Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:46:09.111Z] ---> 3c25654da648 [2020-07-25T04:46:09.111Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:46:09.111Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:09.111Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:46:09.111Z] ---> 3c25654da648 [2020-07-25T04:46:09.111Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:46:09.111Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:46:09.111Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:46:09.111Z] ---> 3c25654da648 [2020-07-25T04:46:09.111Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:46:09.111Z] ---> Running in af94f35fdcab [2020-07-25T04:46:09.111Z] ---> Running in b9350821f18e [2020-07-25T04:46:09.111Z] ---> Running in d446f6ffdb30 [2020-07-25T04:46:09.111Z] ---> Running in 25151d7851c6 [2020-07-25T04:46:09.111Z] ---> Running in 36c3ccc810e7 [2020-07-25T04:46:09.111Z] Removing intermediate container af94f35fdcab [2020-07-25T04:46:09.111Z] ---> 21acef872d43 [2020-07-25T04:46:09.111Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:09.111Z] Removing intermediate container 36c3ccc810e7 [2020-07-25T04:46:09.111Z] ---> cb8404778628 [2020-07-25T04:46:09.111Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:09.111Z] Removing intermediate container 25151d7851c6 [2020-07-25T04:46:09.111Z] ---> c59976ca2231 [2020-07-25T04:46:09.111Z] Removing intermediate container b9350821f18e [2020-07-25T04:46:09.111Z] ---> 82e6de8017ca [2020-07-25T04:46:09.111Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:09.111Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:46:09.111Z] Removing intermediate container d446f6ffdb30 [2020-07-25T04:46:09.111Z] ---> 1a33fa0e497c [2020-07-25T04:46:09.111Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:09.111Z] ---> Running in bfc86c2f421a [2020-07-25T04:46:09.111Z] ---> Running in 107c8504a941 [2020-07-25T04:46:09.111Z] ---> Running in c0076bbd9ea2 [2020-07-25T04:46:09.111Z] ---> Running in 586966c4da90 [2020-07-25T04:46:09.111Z] ---> Running in a1b005c40d4a [2020-07-25T04:46:09.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:09.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:09.111Z] Removing intermediate container bfc86c2f421a [2020-07-25T04:46:09.111Z] ---> 16ade3db4827 [2020-07-25T04:46:09.111Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:46:09.396Z] ---> Running in 0aca4f184fdd [2020-07-25T04:46:09.396Z] Removing intermediate container 107c8504a941 [2020-07-25T04:46:09.396Z] ---> 45efd34fd595 [2020-07-25T04:46:09.396Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:46:09.396Z] Removing intermediate container 586966c4da90 [2020-07-25T04:46:09.396Z] ---> c123d28a9eb2 [2020-07-25T04:46:09.396Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:46:10.005Z] ---> Running in 267f88e29b6c [2020-07-25T04:46:10.005Z] ---> Running in 7e1c55567bd1 [2020-07-25T04:46:10.005Z] Removing intermediate container c0076bbd9ea2 [2020-07-25T04:46:10.005Z] ---> 75ce52fb79fa [2020-07-25T04:46:10.005Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:46:10.290Z] ---> Running in fb98e9455e98 [2020-07-25T04:46:10.564Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:10.564Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:10.564Z] OK: 12620 distinct packages available [2020-07-25T04:46:11.548Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:11.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:12.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:12.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:12.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:12.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:13.125Z] Removing intermediate container a1b005c40d4a [2020-07-25T04:46:13.125Z] ---> 83169af6d088 [2020-07-25T04:46:13.125Z] Step 5/29 : COPY go.mod . [2020-07-25T04:46:13.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:13.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:13.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:46:14.165Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:14.166Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:14.166Z] OK: 12620 distinct packages available [2020-07-25T04:46:14.448Z] ---> 1aa02f69155b [2020-07-25T04:46:14.448Z] Step 6/29 : RUN go mod download [2020-07-25T04:46:14.733Z] ---> Running in f207f5b2d3d9 [2020-07-25T04:46:15.028Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:15.028Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:15.028Z] OK: 12620 distinct packages available [2020-07-25T04:46:15.708Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:15.708Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:15.708Z] OK: 12620 distinct packages available [2020-07-25T04:46:15.708Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:46:15.708Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:46:15.708Z] OK: 12620 distinct packages available [2020-07-25T04:46:15.708Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:16.729Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:17.008Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:17.008Z] OK: 217 MiB in 51 packages [2020-07-25T04:46:17.993Z] Removing intermediate container 0aca4f184fdd [2020-07-25T04:46:17.993Z] ---> 904766b696df [2020-07-25T04:46:17.993Z] Step 6/26 : COPY go.mod . [2020-07-25T04:46:18.589Z] Removing intermediate container 267f88e29b6c [2020-07-25T04:46:18.589Z] ---> ad3c47ae9ee0 [2020-07-25T04:46:18.589Z] Step 6/23 : COPY go.mod . [2020-07-25T04:46:19.184Z] Removing intermediate container fb98e9455e98 [2020-07-25T04:46:19.184Z] ---> b69668bb3185 [2020-07-25T04:46:19.184Z] Step 6/26 : COPY go.mod . [2020-07-25T04:46:19.184Z] ---> 9a4890260440 [2020-07-25T04:46:19.184Z] Step 7/26 : RUN go mod download [2020-07-25T04:46:19.462Z] Removing intermediate container 7e1c55567bd1 [2020-07-25T04:46:19.462Z] ---> 724521ed07e5 [2020-07-25T04:46:19.462Z] Step 6/20 : COPY go.mod . [2020-07-25T04:46:19.462Z] ---> Running in 56d289c11a9c [2020-07-25T04:46:19.742Z] Removing intermediate container f207f5b2d3d9 [2020-07-25T04:46:19.742Z] ---> a3af28ffe231 [2020-07-25T04:46:19.742Z] Step 7/29 : COPY . . [2020-07-25T04:46:19.742Z] ---> 65acfa650dd2 [2020-07-25T04:46:19.742Z] Step 7/23 : RUN go mod download [2020-07-25T04:46:20.017Z] ---> Running in 0cd00f02486d [2020-07-25T04:46:20.293Z] ---> a5e2d3ffe358 [2020-07-25T04:46:20.293Z] Step 7/26 : RUN go mod download [2020-07-25T04:46:20.570Z] ---> bf5e605fbf68 [2020-07-25T04:46:20.570Z] Step 7/20 : RUN go mod download [2020-07-25T04:46:20.852Z] ---> Running in 4398f2f23384 [2020-07-25T04:46:21.125Z] ---> Running in d015c9c9e8cf [2020-07-25T04:46:26.548Z] Removing intermediate container 56d289c11a9c [2020-07-25T04:46:26.548Z] ---> 965bebb00bf8 [2020-07-25T04:46:26.548Z] Step 8/26 : COPY . . [2020-07-25T04:46:27.146Z] Removing intermediate container 0cd00f02486d [2020-07-25T04:46:27.146Z] Removing intermediate container d015c9c9e8cf [2020-07-25T04:46:27.146Z] ---> 5c1b03b830e8 [2020-07-25T04:46:27.146Z] Step 8/20 : COPY . . [2020-07-25T04:46:27.146Z] ---> 99e53a5e2121 [2020-07-25T04:46:27.146Z] Step 8/23 : COPY . . [2020-07-25T04:46:27.426Z] Removing intermediate container 4398f2f23384 [2020-07-25T04:46:27.426Z] ---> a3f5760c0750 [2020-07-25T04:46:27.426Z] Step 8/26 : COPY . . [2020-07-25T04:46:37.609Z] Removing intermediate container c118cc832e8c [2020-07-25T04:46:37.609Z] ---> cd8990d267d3 [2020-07-25T04:46:37.609Z] [2020-07-25T04:46:37.609Z] Step 10/21 : FROM scratch [2020-07-25T04:46:37.609Z] ---> [2020-07-25T04:46:37.609Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:46:37.609Z] Removing intermediate container 4faa50374ef6 [2020-07-25T04:46:37.609Z] ---> b4b463c403c8 [2020-07-25T04:46:37.609Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:46:37.609Z] ---> Running in 130c442d2a11 [2020-07-25T04:46:37.609Z] ---> Running in e8709b54d6a8 [2020-07-25T04:46:37.609Z] 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-25T04:46:37.994Z] Removing intermediate container e8709b54d6a8 [2020-07-25T04:46:37.994Z] ---> 2738a8323ba0 [2020-07-25T04:46:37.994Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:46:38.385Z] ---> Running in 6ed340527646 [2020-07-25T04:46:38.714Z] Removing intermediate container 9e0704746cd9 [2020-07-25T04:46:38.714Z] ---> 84151c52b549 [2020-07-25T04:46:38.714Z] [2020-07-25T04:46:38.714Z] Step 10/20 : FROM scratch [2020-07-25T04:46:38.714Z] ---> [2020-07-25T04:46:38.714Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:46:38.714Z] Removing intermediate container 3e1ff60daa84 [2020-07-25T04:46:38.714Z] ---> 23d4009429b7 [2020-07-25T04:46:38.714Z] [2020-07-25T04:46:38.714Z] Step 10/23 : FROM scratch [2020-07-25T04:46:38.714Z] ---> [2020-07-25T04:46:38.714Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:46:38.714Z] ---> Using cache [2020-07-25T04:46:38.714Z] ---> 2738a8323ba0 [2020-07-25T04:46:38.714Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:46:39.106Z] ---> Running in fa164135d0fb [2020-07-25T04:46:39.106Z] ---> Running in 0892ab8a2661 [2020-07-25T04:46:39.522Z] Removing intermediate container 6ed340527646 [2020-07-25T04:46:39.522Z] ---> 50ec0c971f1c [2020-07-25T04:46:39.522Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:46:40.362Z] ---> Running in 73ce7769adea [2020-07-25T04:46:40.685Z] Removing intermediate container fa164135d0fb [2020-07-25T04:46:40.685Z] ---> 2ebcc602dfb9 [2020-07-25T04:46:40.685Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:46:40.685Z] Removing intermediate container 0892ab8a2661 [2020-07-25T04:46:40.685Z] ---> 16c9a791de57 [2020-07-25T04:46:40.685Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:46:40.950Z] ---> Running in 326993224ea5 [2020-07-25T04:46:40.950Z] ---> Running in a4697f4a6a53 [2020-07-25T04:46:41.232Z] Removing intermediate container 73ce7769adea [2020-07-25T04:46:41.232Z] ---> 9d6692fb95e1 [2020-07-25T04:46:41.232Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:46:41.887Z] Removing intermediate container 326993224ea5 [2020-07-25T04:46:41.887Z] ---> 17f44d841950 [2020-07-25T04:46:41.887Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:46:41.887Z] Removing intermediate container a4697f4a6a53 [2020-07-25T04:46:41.887Z] ---> 3d89a5e18101 [2020-07-25T04:46:41.887Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:46:42.181Z] ---> Running in 3aa2fd25310b [2020-07-25T04:46:42.182Z] ---> 41692108a1d8 [2020-07-25T04:46:42.182Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:46:43.344Z] Removing intermediate container 3aa2fd25310b [2020-07-25T04:46:43.344Z] ---> abf0b306d09e [2020-07-25T04:46:43.344Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:46:43.344Z] ---> d51d8e07bd1d [2020-07-25T04:46:43.344Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:46:44.362Z] Removing intermediate container 130c442d2a11 [2020-07-25T04:46:44.362Z] ---> dfdfac6d9991 [2020-07-25T04:46:44.362Z] [2020-07-25T04:46:44.362Z] Step 11/26 : FROM docker:latest [2020-07-25T04:46:44.362Z] ---> 81f5749c9058 [2020-07-25T04:46:44.362Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:46:44.362Z] ---> 2164d642bb2a [2020-07-25T04:46:44.363Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:46:44.759Z] ---> a5ff57c252d6 [2020-07-25T04:46:44.759Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:46:44.759Z] ---> Running in e6b038a639a8 [2020-07-25T04:46:46.160Z] Removing intermediate container f5e3b5d011b6 [2020-07-25T04:46:46.160Z] ---> b22999e7e1ea [2020-07-25T04:46:46.160Z] [2020-07-25T04:46:46.160Z] Step 10/22 : FROM alpine [2020-07-25T04:46:46.618Z] latest: Pulling from library/alpine [2020-07-25T04:46:46.618Z] ---> dae347e079e5 [2020-07-25T04:46:46.618Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:46:46.618Z] ---> 946f2675d52b [2020-07-25T04:46:46.618Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:46:46.618Z] ---> 129b9f4ce17d [2020-07-25T04:46:46.618Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:46:48.671Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:46:48.671Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:46:48.671Z] ---> a24bb4013296 [2020-07-25T04:46:48.671Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:46:48.671Z] ---> 7aafd2916c2f [2020-07-25T04:46:48.671Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:46:49.080Z] ---> 040f931eb057 [2020-07-25T04:46:49.080Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:46:49.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:46:49.080Z] ---> Running in c485b08fb57e [2020-07-25T04:46:49.556Z] ---> Running in 2e3ff64cb7de [2020-07-25T04:46:49.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:46:49.557Z] ---> Running in aea581012540 [2020-07-25T04:46:49.557Z] ---> 0b3d0ba6a6ed [2020-07-25T04:46:49.557Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:46:50.135Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:46:50.135Z] Removing intermediate container c485b08fb57e [2020-07-25T04:46:50.135Z] ---> 9ff069ad3df3 [2020-07-25T04:46:50.135Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:46:50.135Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:46:50.743Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:46:50.743Z] Removing intermediate container 2e3ff64cb7de [2020-07-25T04:46:50.743Z] ---> 37e68ebd08fe [2020-07-25T04:46:50.743Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:46:50.743Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:46:50.743Z] OK: 12 MiB in 22 packages [2020-07-25T04:46:50.743Z] Removing intermediate container aea581012540 [2020-07-25T04:46:50.743Z] ---> 02b353a3e1ae [2020-07-25T04:46:50.743Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:46:51.158Z] ---> fdedc819d0f5 [2020-07-25T04:46:51.158Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:46:51.158Z] ---> Running in 99be2f8271fe [2020-07-25T04:46:51.158Z] ---> Running in e3f6a64c1add [2020-07-25T04:46:51.554Z] ---> Running in 59af7b81608a [2020-07-25T04:46:51.827Z] Removing intermediate container 99be2f8271fe [2020-07-25T04:46:51.827Z] ---> ea877de629f8 [2020-07-25T04:46:51.827Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:46:52.470Z] ---> 65de5e764f30 [2020-07-25T04:46:52.470Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:46:52.470Z] Removing intermediate container e3f6a64c1add [2020-07-25T04:46:52.470Z] ---> 4c487498b5ec [2020-07-25T04:46:52.470Z] Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:46:52.470Z] Removing intermediate container 59af7b81608a [2020-07-25T04:46:52.470Z] ---> 8f2042cb8137 [2020-07-25T04:46:52.470Z] Step 19/20 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:46:52.470Z] ---> Running in c924d2c59d96 [2020-07-25T04:46:52.854Z] ---> Running in 35387db6b1e3 [2020-07-25T04:46:52.854Z] ---> Running in cee85b10a6b5 [2020-07-25T04:46:52.854Z] Removing intermediate container e6b038a639a8 [2020-07-25T04:46:52.854Z] ---> 58387f8c8df2 [2020-07-25T04:46:52.854Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:46:52.854Z] Removing intermediate container c924d2c59d96 [2020-07-25T04:46:52.854Z] ---> 7e525f579943 [2020-07-25T04:46:52.854Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:46:52.854Z] ---> Running in 625c1b11722b [2020-07-25T04:46:52.854Z] ---> 939e01f57046 [2020-07-25T04:46:52.854Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:46:53.181Z] Removing intermediate container 35387db6b1e3 [2020-07-25T04:46:53.181Z] ---> ef2f97a79e0b [2020-07-25T04:46:53.181Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:46:53.181Z] ---> Running in feece3bc6fcc [2020-07-25T04:46:53.181Z] ---> Running in 8d20dc5f9117 [2020-07-25T04:46:53.456Z] Removing intermediate container cee85b10a6b5 [2020-07-25T04:46:53.456Z] ---> 59e93e7f76c0 [2020-07-25T04:46:53.456Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:46:53.456Z] ---> Running in 5f7f44afef4f [2020-07-25T04:46:53.456Z] ---> Running in 685d4eb611ae [2020-07-25T04:46:53.732Z] Removing intermediate container 8d20dc5f9117 [2020-07-25T04:46:53.732Z] ---> 6699538d1371 [2020-07-25T04:46:53.732Z] Step 21/23 : LABEL arch=x86_64 [2020-07-25T04:46:53.732Z] ---> Running in c4b19c84eb87 [2020-07-25T04:46:54.018Z] Removing intermediate container 5f7f44afef4f [2020-07-25T04:46:54.018Z] ---> 17c94ad28dab [2020-07-25T04:46:54.018Z] [2020-07-25T04:46:54.018Z] Removing intermediate container 685d4eb611ae [2020-07-25T04:46:54.018Z] ---> 020bd3d0c20f [2020-07-25T04:46:54.018Z] [2020-07-25T04:46:54.248Z] ---> 049a1fff72b9 [2020-07-25T04:46:54.248Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:46:55.238Z] Successfully built 020bd3d0c20f [2020-07-25T04:46:55.238Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-25T04:46:55.238Z] Building docker-security-secretstore-setup-go [2020-07-25T04:46:55.511Z]  Building docker-support-scheduler-go ... done Successfully built 17c94ad28dab [2020-07-25T04:46:55.511Z] Successfully tagged docker-support-logging-go:latest [2020-07-25T04:46:55.511Z] Building docker-core-command-go [2020-07-25T04:46:55.511Z]  Building docker-support-logging-go ... done Removing intermediate container c4b19c84eb87 [2020-07-25T04:46:55.511Z] ---> 7275a73969e8 [2020-07-25T04:46:55.511Z] Step 22/23 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:46:55.696Z] ---> Running in d7143bc8c7cf [2020-07-25T04:46:55.696Z] ---> 5f3777af4d64 [2020-07-25T04:46:55.696Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:46:55.863Z] ---> Running in c807d4ae7eba [2020-07-25T04:46:55.968Z] ---> 9ddccc24fa57 [2020-07-25T04:46:55.968Z] 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-25T04:46:56.237Z] Removing intermediate container 625c1b11722b [2020-07-25T04:46:56.237Z] ---> 25ceddba9555 [2020-07-25T04:46:56.237Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:46:56.237Z] Removing intermediate container c807d4ae7eba [2020-07-25T04:46:56.237Z] ---> d12fd805ef54 [2020-07-25T04:46:56.237Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:46:56.239Z] ---> Running in 49652d5474c6 [2020-07-25T04:46:56.239Z] ---> Running in d2aef7ef064b [2020-07-25T04:46:56.239Z] ---> f88184e5e103 [2020-07-25T04:46:56.239Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:46:56.510Z] ---> 97d13ea05a44 [2020-07-25T04:46:56.510Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:46:56.629Z] ---> Running in f5153afebc0d [2020-07-25T04:46:56.629Z] ---> Running in f8f777682d64 [2020-07-25T04:46:56.629Z] Removing intermediate container feece3bc6fcc [2020-07-25T04:46:56.629Z] ---> 5f007f7f6e16 [2020-07-25T04:46:56.630Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:46:56.782Z] ---> Running in cbb0b65fcc96 [2020-07-25T04:46:56.782Z] ---> Running in 82709c23b533 [2020-07-25T04:46:57.769Z] 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-25T04:46:58.803Z] ---> Running in e9c8c5951912 [2020-07-25T04:46:59.197Z] 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-25T04:46:59.197Z] 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-25T04:46:59.197Z] 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-25T04:46:59.468Z] 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-25T04:46:59.771Z] Removing intermediate container f5153afebc0d [2020-07-25T04:46:59.771Z] ---> 243f06d23e89 [2020-07-25T04:46:59.771Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:46:59.771Z] Removing intermediate container f8f777682d64 [2020-07-25T04:46:59.771Z] ---> 5d00180f3f86 [2020-07-25T04:46:59.771Z] [2020-07-25T04:47:00.071Z] Successfully built 5d00180f3f86 [2020-07-25T04:47:01.873Z] Successfully tagged docker-support-notifications-go:latest [2020-07-25T04:47:01.873Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-07-25T04:47:04.731Z] ---> Running in 344692788f5e [2020-07-25T04:47:05.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:47:05.897Z] Removing intermediate container 344692788f5e [2020-07-25T04:47:05.897Z] ---> ba99da92116c [2020-07-25T04:47:05.897Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:47:06.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:47:07.300Z] ---> Running in 580d421c6ae8 [2020-07-25T04:47:08.009Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:47:08.009Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:47:08.009Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:47:09.173Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:47:09.173Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:47:09.173Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:47:09.173Z] OK: 8 MiB in 19 packages [2020-07-25T04:47:10.109Z] Removing intermediate container 580d421c6ae8 [2020-07-25T04:47:10.109Z] ---> 82959b1c561d [2020-07-25T04:47:10.109Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:47:12.666Z] ---> 8cdc8aee41c9 [2020-07-25T04:47:12.666Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:13.941Z] Removing intermediate container e9c8c5951912 [2020-07-25T04:47:13.941Z] ---> 17e787e7818b [2020-07-25T04:47:13.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:47:13.941Z] ---> ef75d8d1f620 [2020-07-25T04:47:13.941Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:47:14.554Z] ---> cc6e3616c273 [2020-07-25T04:47:14.554Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:47:15.163Z] ---> 48d118ce6fac [2020-07-25T04:47:15.163Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:47:15.163Z] ---> Running in e1a8c18a157b [2020-07-25T04:47:16.164Z] ---> 6c175e9ead38 [2020-07-25T04:47:16.164Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:16.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:47:16.909Z] ---> 3c4570f77451 [2020-07-25T04:47:16.909Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:47:16.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:47:16.909Z] ---> Running in 9c0e87b1bbf5 [2020-07-25T04:47:17.773Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:47:18.037Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:47:18.037Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:47:18.037Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:47:18.037Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:47:18.037Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:47:18.037Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:47:20.219Z] Removing intermediate container 9c0e87b1bbf5 [2020-07-25T04:47:20.219Z] ---> 86a68783051f [2020-07-25T04:47:20.219Z] Step 20/22 : LABEL arch=x86_64 [2020-07-25T04:47:33.768Z] ---> Running in c2bc87328cc7 [2020-07-25T04:47:33.768Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:47:33.768Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:47:33.768Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:47:33.768Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:47:37.035Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:47:37.035Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:47:37.035Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:47:37.035Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:47:37.809Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:47:38.764Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:47:39.084Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:47:39.084Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:47:39.651Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:47:39.651Z] Removing intermediate container c2bc87328cc7 [2020-07-25T04:47:39.651Z] ---> f4cc8ab75904 [2020-07-25T04:47:39.651Z] Step 21/22 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:47:39.651Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:47:41.195Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:47:42.483Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:47:43.612Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:47:44.664Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:47:45.890Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:47:47.471Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:47:47.928Z] ---> Running in cb1b3d44337d [2020-07-25T04:47:47.928Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:47:47.928Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:47:47.928Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:47:49.075Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:47:49.075Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:47:49.075Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:47:52.950Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:47:53.312Z] OK: 71 MiB in 55 packages [2020-07-25T04:47:54.537Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:47:54.537Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:47:54.537Z] ---> ea09b8cc8d27 [2020-07-25T04:47:54.537Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:47:54.537Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:47:54.537Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:47:54.537Z] ---> ea09b8cc8d27 [2020-07-25T04:47:54.537Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:47:55.156Z] ---> Using cache [2020-07-25T04:47:55.156Z] ---> Using cache [2020-07-25T04:47:55.156Z] ---> 39c79d70d3f6 [2020-07-25T04:47:55.156Z] ---> 39c79d70d3f6 [2020-07-25T04:47:55.156Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:47:55.156Z] ---> Using cache [2020-07-25T04:47:55.156Z] ---> c882270e364b [2020-07-25T04:47:55.156Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:47:55.156Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:47:55.156Z] ---> Using cache [2020-07-25T04:47:55.156Z] ---> c882270e364b [2020-07-25T04:47:55.156Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:47:55.156Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:47:55.156Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:47:55.156Z] ---> ea09b8cc8d27 [2020-07-25T04:47:55.156Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:47:55.156Z] ---> Using cache [2020-07-25T04:47:55.156Z] ---> 39c79d70d3f6 [2020-07-25T04:47:55.156Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:47:55.156Z] ---> Using cache [2020-07-25T04:47:55.156Z] ---> c882270e364b [2020-07-25T04:47:55.156Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:47:56.263Z] Removing intermediate container cb1b3d44337d [2020-07-25T04:47:56.263Z] ---> c70437ffaaf8 [2020-07-25T04:47:56.263Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:47:56.263Z] ---> Running in be04d276e823 [2020-07-25T04:47:56.263Z] ---> Running in 6aee94b6bba5 [2020-07-25T04:47:56.263Z] ---> Running in 56732b5a599a [2020-07-25T04:47:57.439Z] ---> Running in 62392218c14e [2020-07-25T04:47:58.127Z] Removing intermediate container 62392218c14e [2020-07-25T04:47:58.127Z] ---> a759466c692a [2020-07-25T04:47:58.127Z] [2020-07-25T04:47:59.377Z] Successfully built a759466c692a [2020-07-25T04:47:59.377Z] Successfully tagged docker-core-data-go:latest [2020-07-25T04:47:59.377Z] Building docker-security-secrets-setup-go [2020-07-25T04:47:59.857Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:47:59.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:47:59.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:48:00.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:48:00.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:48:00.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:48:02.361Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:02.361Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:02.361Z] OK: 12749 distinct packages available [2020-07-25T04:48:02.890Z] OK: 233 MiB in 51 packages [2020-07-25T04:48:02.890Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:02.890Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:02.890Z] OK: 12749 distinct packages available [2020-07-25T04:48:02.890Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:02.890Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:02.890Z] OK: 12749 distinct packages available [2020-07-25T04:48:03.730Z] OK: 233 MiB in 51 packages [2020-07-25T04:48:03.730Z] OK: 233 MiB in 51 packages [2020-07-25T04:48:09.829Z] Removing intermediate container 56732b5a599a [2020-07-25T04:48:09.829Z] ---> 9cf2e70e0d23 [2020-07-25T04:48:09.829Z] Step 6/21 : COPY go.mod . [2020-07-25T04:48:09.829Z] Removing intermediate container be04d276e823 [2020-07-25T04:48:09.829Z] ---> 651e857d5cb4 [2020-07-25T04:48:09.829Z] Step 6/21 : COPY go.mod . [2020-07-25T04:48:09.829Z] Removing intermediate container 6aee94b6bba5 [2020-07-25T04:48:09.829Z] ---> 921df5afd334 [2020-07-25T04:48:09.829Z] Step 6/26 : COPY go.mod . [2020-07-25T04:48:11.019Z] ---> 3a7df4da8f29 [2020-07-25T04:48:11.019Z] Step 7/21 : RUN go mod download [2020-07-25T04:48:11.019Z] ---> 413ac0ad5bfd [2020-07-25T04:48:11.019Z] Step 7/26 : RUN go mod download [2020-07-25T04:48:11.770Z] ---> 14aa6c6e8586 [2020-07-25T04:48:11.770Z] Step 7/21 : RUN go mod download [2020-07-25T04:48:12.352Z] ---> Running in 16d808f000a7 [2020-07-25T04:48:12.352Z] ---> Running in 8ec9a66a57c0 [2020-07-25T04:48:12.632Z] ---> Running in e4086be19fe9 [2020-07-25T04:48:31.557Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:31.557Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:48:31.557Z] ---> ea09b8cc8d27 [2020-07-25T04:48:31.557Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:48:31.557Z] ---> Using cache [2020-07-25T04:48:31.557Z] ---> 39c79d70d3f6 [2020-07-25T04:48:31.557Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:48:31.557Z] ---> Running in 08438b496b5f [2020-07-25T04:48:32.603Z] Removing intermediate container 16d808f000a7 [2020-07-25T04:48:32.603Z] ---> ca6224561889 [2020-07-25T04:48:32.603Z] Step 8/26 : COPY . . [2020-07-25T04:48:32.603Z] Removing intermediate container 8ec9a66a57c0 [2020-07-25T04:48:32.603Z] ---> 9ff839b515d6 [2020-07-25T04:48:32.603Z] Step 8/21 : COPY . . [2020-07-25T04:48:32.920Z] Removing intermediate container e4086be19fe9 [2020-07-25T04:48:32.920Z] ---> 8eeb1ef3ae04 [2020-07-25T04:48:32.920Z] Step 8/21 : COPY . . [2020-07-25T04:48:33.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:48:33.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:48:35.387Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:35.387Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:35.387Z] OK: 12749 distinct packages available [2020-07-25T04:48:35.652Z] OK: 233 MiB in 51 packages [2020-07-25T04:48:36.227Z] 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-25T04:48:36.227Z] Removing intermediate container d7143bc8c7cf [2020-07-25T04:48:36.227Z] ---> fc11f5b5a8d9 [2020-07-25T04:48:36.227Z] [2020-07-25T04:48:36.227Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:48:36.227Z] latest: Pulling from library/alpine [2020-07-25T04:48:36.227Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:48:36.227Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:48:36.227Z] ---> 62ee0e9f8440 [2020-07-25T04:48:36.227Z] 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-25T04:48:36.227Z] ---> Running in 1d5895bc147b [2020-07-25T04:48:36.227Z] Removing intermediate container 1d5895bc147b [2020-07-25T04:48:36.227Z] ---> ce2b76fe622c [2020-07-25T04:48:36.227Z] Step 11/29 : USER root [2020-07-25T04:48:36.227Z] ---> Running in 28cb78879c74 [2020-07-25T04:48:36.227Z] Removing intermediate container 28cb78879c74 [2020-07-25T04:48:36.227Z] ---> 9d9da9b26368 [2020-07-25T04:48:36.227Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:48:36.227Z] ---> Running in b4b3c1aa48fd [2020-07-25T04:48:36.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:36.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:36.227Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:36.227Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:36.227Z] OK: 12620 distinct packages available [2020-07-25T04:48:36.227Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:48:36.227Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:48:36.227Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:48:36.227Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:48:36.227Z] OK: 6 MiB in 16 packages [2020-07-25T04:48:36.500Z] Removing intermediate container b4b3c1aa48fd [2020-07-25T04:48:36.500Z] ---> 89db0c3f4482 [2020-07-25T04:48:36.500Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:48:36.772Z] ---> Running in ea991b43717b [2020-07-25T04:48:36.772Z] 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-25T04:48:37.383Z] Removing intermediate container ea991b43717b [2020-07-25T04:48:37.383Z] ---> 94a5d0b4f29b [2020-07-25T04:48:37.383Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:48:37.661Z] ---> Running in f64f29a71ff1 [2020-07-25T04:48:38.648Z] Removing intermediate container f64f29a71ff1 [2020-07-25T04:48:38.648Z] ---> 1aec30aa4e93 [2020-07-25T04:48:38.648Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:48:38.648Z] ---> Running in 7a6bce131546 [2020-07-25T04:48:44.071Z] Removing intermediate container 49652d5474c6 [2020-07-25T04:48:44.071Z] ---> 0d419dbd5c11 [2020-07-25T04:48:44.071Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:48:44.071Z] ---> Running in b8beb3b73338 [2020-07-25T04:48:44.345Z] Removing intermediate container 7a6bce131546 [2020-07-25T04:48:44.345Z] ---> e4305f7da854 [2020-07-25T04:48:44.345Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:48:46.974Z] 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-25T04:48:46.974Z] ---> 479090b0c424 [2020-07-25T04:48:46.974Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:48:47.970Z] ---> ac42de6a2be1 [2020-07-25T04:48:47.970Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:48:49.428Z] ---> b86ce6e48aa2 [2020-07-25T04:48:49.428Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:48:50.874Z] ---> 840a1ee4e5d2 [2020-07-25T04:48:50.874Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:48:52.317Z] ---> 43300a863217 [2020-07-25T04:48:52.317Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:48:52.593Z] ---> Running in dfaf64362c2c [2020-07-25T04:48:52.593Z] Removing intermediate container d2aef7ef064b [2020-07-25T04:48:52.593Z] ---> 6b4b745b8340 [2020-07-25T04:48:52.593Z] [2020-07-25T04:48:52.593Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:48:52.865Z] 3.10: Pulling from library/alpine [2020-07-25T04:48:52.865Z] Removing intermediate container b8beb3b73338 [2020-07-25T04:48:52.865Z] ---> 1c0f8f75522a [2020-07-25T04:48:52.865Z] [2020-07-25T04:48:52.865Z] Step 11/26 : FROM docker:latest [2020-07-25T04:48:52.865Z] ---> ce9d55ae87f1 [2020-07-25T04:48:52.865Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:48:53.137Z] ---> Running in 21d829da9feb [2020-07-25T04:48:55.127Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:48:55.127Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:48:55.127Z] ---> 536a684cf733 [2020-07-25T04:48:55.127Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:48:55.127Z] ---> Running in 15dc53e1bf5c [2020-07-25T04:48:56.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:56.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:57.012Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:48:57.012Z] Removing intermediate container dfaf64362c2c [2020-07-25T04:48:57.012Z] ---> 4c19cbb09ae2 [2020-07-25T04:48:57.012Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:48:57.012Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:48:57.012Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:48:57.012Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:48:57.012Z] OK: 12 MiB in 22 packages [2020-07-25T04:48:58.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:58.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:58.284Z] ---> 08ce72d23dbc [2020-07-25T04:48:58.284Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:48:58.571Z] ---> Running in 6ff77bf388ef [2020-07-25T04:48:58.571Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:48:58.571Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:48:58.571Z] OK: 10167 distinct packages available [2020-07-25T04:48:59.252Z] Removing intermediate container 08438b496b5f [2020-07-25T04:48:59.252Z] ---> ad4c6767bb5d [2020-07-25T04:48:59.252Z] Step 5/29 : COPY go.mod . [2020-07-25T04:48:59.560Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:48:59.560Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:48:59.560Z] Removing intermediate container 21d829da9feb [2020-07-25T04:48:59.560Z] ---> cf670ff95596 [2020-07-25T04:48:59.560Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:48:59.560Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:48:59.560Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:48:59.560Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:48:59.560Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:48:59.560Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:48:59.836Z] OK: 7 MiB in 19 packages [2020-07-25T04:48:59.836Z] ---> Running in fba1d28d504f [2020-07-25T04:49:03.235Z] Removing intermediate container 15dc53e1bf5c [2020-07-25T04:49:03.235Z] ---> d015975f74b9 [2020-07-25T04:49:03.235Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:49:03.235Z] Removing intermediate container 82709c23b533 [2020-07-25T04:49:03.235Z] ---> 4b2f93f65434 [2020-07-25T04:49:03.235Z] [2020-07-25T04:49:03.235Z] Step 10/20 : FROM scratch [2020-07-25T04:49:03.235Z] ---> [2020-07-25T04:49:03.235Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:49:03.235Z] ---> Running in 2401436f51b3 [2020-07-25T04:49:03.235Z] Removing intermediate container 6ff77bf388ef [2020-07-25T04:49:03.235Z] ---> 565ebdee22ce [2020-07-25T04:49:03.235Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:49:03.235Z] ---> Running in 8ae283e8ccf0 [2020-07-25T04:49:03.235Z] ---> Running in 97e84af0b738 [2020-07-25T04:49:03.519Z] Removing intermediate container cbb0b65fcc96 [2020-07-25T04:49:03.519Z] ---> 0d0245e6d80c [2020-07-25T04:49:03.519Z] [2020-07-25T04:49:03.519Z] Step 10/23 : FROM scratch [2020-07-25T04:49:03.519Z] ---> [2020-07-25T04:49:03.519Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:49:03.794Z] Removing intermediate container 2401436f51b3 [2020-07-25T04:49:03.794Z] ---> 109cb676caaa [2020-07-25T04:49:03.794Z] Step 13/26 : WORKDIR / [2020-07-25T04:49:03.794Z] ---> Running in 80c51432ab62 [2020-07-25T04:49:03.794Z] Removing intermediate container 8ae283e8ccf0 [2020-07-25T04:49:03.794Z] ---> 6f617dc0a961 [2020-07-25T04:49:03.794Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:49:04.066Z] ---> Running in b8f919278ef7 [2020-07-25T04:49:04.066Z] Removing intermediate container fba1d28d504f [2020-07-25T04:49:04.066Z] ---> 8c4d6da656c1 [2020-07-25T04:49:04.066Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:49:04.066Z] ---> Running in 49ad843d42e3 [2020-07-25T04:49:04.338Z] ---> Running in 7b62e31ed994 [2020-07-25T04:49:04.338Z] Removing intermediate container 80c51432ab62 [2020-07-25T04:49:04.338Z] ---> aac369f71606 [2020-07-25T04:49:04.338Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:49:04.611Z] ---> Running in 1b62b99f10ef [2020-07-25T04:49:04.611Z] Removing intermediate container b8f919278ef7 [2020-07-25T04:49:04.611Z] ---> 1ddf9b59540b [2020-07-25T04:49:04.611Z] 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-25T04:49:04.886Z] Removing intermediate container 49ad843d42e3 [2020-07-25T04:49:04.886Z] ---> 05269550f052 [2020-07-25T04:49:04.886Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:49:04.886Z] Removing intermediate container 7b62e31ed994 [2020-07-25T04:49:04.886Z] ---> ac7d10e954d9 [2020-07-25T04:49:04.886Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:49:04.886Z] ---> Running in d045a8aa9a14 [2020-07-25T04:49:05.159Z] Removing intermediate container 1b62b99f10ef [2020-07-25T04:49:05.159Z] ---> 7bdb4d0123b4 [2020-07-25T04:49:05.159Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:49:05.159Z] ---> Running in de9af600b396 [2020-07-25T04:49:05.433Z] ---> Running in 093af0d14ac6 [2020-07-25T04:49:05.737Z] Removing intermediate container d045a8aa9a14 [2020-07-25T04:49:05.737Z] ---> 1d7244873d75 [2020-07-25T04:49:05.737Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:49:05.737Z] ---> 429ef34091d6 [2020-07-25T04:49:05.737Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-25T04:49:05.742Z] ---> 9aa4915b185b [2020-07-25T04:49:05.742Z] Step 6/29 : RUN go mod download [2020-07-25T04:49:06.011Z] Removing intermediate container de9af600b396 [2020-07-25T04:49:06.011Z] ---> 2889709190d1 [2020-07-25T04:49:06.011Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:49:06.011Z] Removing intermediate container 093af0d14ac6 [2020-07-25T04:49:06.011Z] ---> 9e1538377b06 [2020-07-25T04:49:06.011Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:49:06.290Z] ---> Running in b0b470f7c014 [2020-07-25T04:49:06.894Z] ---> 27e9fec1bfb4 [2020-07-25T04:49:06.894Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:49:06.894Z] Removing intermediate container b0b470f7c014 [2020-07-25T04:49:06.894Z] ---> 7145321e781b [2020-07-25T04:49:06.894Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:49:06.894Z] ---> 6e30fea44cbf [2020-07-25T04:49:06.894Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:49:06.912Z] ---> Running in 99a98c1e6783 [2020-07-25T04:49:07.182Z] ---> 9a7a956f423b [2020-07-25T04:49:07.182Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:49:07.454Z] Removing intermediate container 97e84af0b738 [2020-07-25T04:49:07.454Z] ---> 0b0763fef88b [2020-07-25T04:49:07.454Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:49:07.733Z] ---> Running in 37786db1286d [2020-07-25T04:49:08.350Z] ---> 33168a5d9f13 [2020-07-25T04:49:08.350Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:49:08.622Z] Removing intermediate container 37786db1286d [2020-07-25T04:49:08.622Z] ---> 8040bff00b75 [2020-07-25T04:49:08.622Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:49:08.622Z] ---> a8815c97fa9d [2020-07-25T04:49:08.622Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:49:08.896Z] ---> Running in aaecc791656d [2020-07-25T04:49:08.896Z] ---> 5512f9104c24 [2020-07-25T04:49:08.896Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:49:08.896Z] ---> e6df45108c48 [2020-07-25T04:49:08.896Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:49:09.494Z] ---> 58ae6427d9e0 [2020-07-25T04:49:09.495Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:49:09.495Z] Removing intermediate container aaecc791656d [2020-07-25T04:49:09.495Z] ---> b2e11a6dbfc3 [2020-07-25T04:49:09.495Z] Step 27/29 : LABEL arch=arm64 [2020-07-25T04:49:09.767Z] ---> Running in e4765a06088e [2020-07-25T04:49:10.037Z] ---> 73c41f9b27eb [2020-07-25T04:49:10.037Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:49:10.037Z] ---> 0b9fdbd0d6ba [2020-07-25T04:49:10.037Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:49:10.321Z] ---> Running in 0404638b42b4 [2020-07-25T04:49:10.321Z] Removing intermediate container e4765a06088e [2020-07-25T04:49:10.321Z] ---> bcd589905c6d [2020-07-25T04:49:10.321Z] Step 28/29 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:49:10.592Z] ---> Running in 3836395d9e7a [2020-07-25T04:49:10.862Z] ---> a0b41b27a397 [2020-07-25T04:49:10.862Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:49:10.862Z] Removing intermediate container 0404638b42b4 [2020-07-25T04:49:10.862Z] ---> 4189fcada9a6 [2020-07-25T04:49:10.862Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:49:11.135Z] ---> 8090d45e5e88 [2020-07-25T04:49:11.135Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:49:11.135Z] ---> Running in a4fa21f3e357 [2020-07-25T04:49:11.135Z] Removing intermediate container 3836395d9e7a [2020-07-25T04:49:11.135Z] ---> 84247f39740e [2020-07-25T04:49:11.135Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:49:11.405Z] ---> a41ac22f03f5 [2020-07-25T04:49:11.405Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:49:11.405Z] ---> Running in 620c97c80dd0 [2020-07-25T04:49:11.683Z] ---> Running in d621c781fbf0 [2020-07-25T04:49:11.683Z] Removing intermediate container a4fa21f3e357 [2020-07-25T04:49:11.683Z] ---> 14d24bd1a4a5 [2020-07-25T04:49:11.683Z] Step 19/20 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:49:11.683Z] ---> dade7855d14d [2020-07-25T04:49:11.683Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:49:11.969Z] ---> Running in f3d7cfbdcbed [2020-07-25T04:49:12.249Z] Removing intermediate container 620c97c80dd0 [2020-07-25T04:49:12.249Z] ---> e80bb9c06d79 [2020-07-25T04:49:12.249Z] [2020-07-25T04:49:12.858Z] Successfully built e80bb9c06d79 [2020-07-25T04:49:12.858Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-25T04:49:12.858Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-07-25T04:49:13.152Z] ---> cf2f9ac0a8a1 [2020-07-25T04:49:13.152Z] Removing intermediate container f3d7cfbdcbed [2020-07-25T04:49:13.152Z] ---> 59a51fa87b52 [2020-07-25T04:49:13.152Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:49:13.152Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:49:13.152Z] ---> Running in f86c41bdbeaf [2020-07-25T04:49:13.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:14.045Z] ---> 57819aab7cb3 [2020-07-25T04:49:14.045Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:49:14.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:14.045Z] Removing intermediate container f86c41bdbeaf [2020-07-25T04:49:14.045Z] ---> 025c4156a635 [2020-07-25T04:49:14.045Z] [2020-07-25T04:49:14.648Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:49:14.648Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:49:14.648Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:49:14.648Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:49:14.648Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:49:14.648Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:49:14.648Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:49:14.648Z] Successfully built 025c4156a635 [2020-07-25T04:49:14.919Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-25T04:49:14.919Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-07-25T04:49:15.197Z] ---> 30f3c3885761 [2020-07-25T04:49:15.197Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:49:15.470Z] ---> 8faefab7c599 [2020-07-25T04:49:15.470Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:49:15.744Z] ---> Running in a7260a63590d [2020-07-25T04:49:16.336Z] ---> d9ab378f2dac [2020-07-25T04:49:16.336Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:49:16.616Z] ---> Running in 485a6b7bca32 [2020-07-25T04:49:16.616Z] Removing intermediate container a7260a63590d [2020-07-25T04:49:16.616Z] ---> 8beadf045089 [2020-07-25T04:49:16.616Z] Step 21/23 : LABEL arch=arm64 [2020-07-25T04:49:16.908Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:49:16.908Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:49:16.908Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:49:16.908Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:49:16.908Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:49:16.908Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:49:16.908Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:49:17.181Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:49:17.181Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:49:17.181Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:49:17.181Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:49:17.181Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:49:17.181Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:49:17.452Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:49:17.452Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:49:17.452Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:49:17.452Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:49:17.452Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:49:17.452Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:49:17.725Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:49:17.725Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:49:17.725Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:49:17.725Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:49:17.725Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:49:17.725Z] ---> Running in a13f96ae8c20 [2020-07-25T04:49:17.725Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:49:17.725Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:49:18.003Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:49:18.003Z] OK: 71 MiB in 55 packages [2020-07-25T04:49:18.984Z] Removing intermediate container a13f96ae8c20 [2020-07-25T04:49:18.984Z] ---> db91708a78cb [2020-07-25T04:49:18.984Z] Step 22/23 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:49:19.586Z] ---> Running in d7cf0ba9064f [2020-07-25T04:49:21.588Z] Removing intermediate container d7cf0ba9064f [2020-07-25T04:49:21.588Z] ---> 28e63f69a437 [2020-07-25T04:49:21.588Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:49:21.863Z] ---> Running in baba5d96d6cd [2020-07-25T04:49:22.138Z] Removing intermediate container 485a6b7bca32 [2020-07-25T04:49:22.138Z] ---> 4af99d129066 [2020-07-25T04:49:22.412Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:49:22.688Z] ---> Running in 964c68c492aa [2020-07-25T04:49:22.688Z] Removing intermediate container baba5d96d6cd [2020-07-25T04:49:22.688Z] ---> e8c7bc1f86d8 [2020-07-25T04:49:22.688Z] [2020-07-25T04:49:23.666Z] Successfully built e8c7bc1f86d8 [2020-07-25T04:49:23.666Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-25T04:49:23.666Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-07-25T04:49:23.666Z] Removing intermediate container 964c68c492aa [2020-07-25T04:49:23.666Z] ---> 6d16fcc1c03e [2020-07-25T04:49:23.666Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:49:24.283Z] ---> Running in 453c72ac37b8 [2020-07-25T04:49:24.893Z] Removing intermediate container 453c72ac37b8 [2020-07-25T04:49:24.893Z] ---> 696087e2ecda [2020-07-25T04:49:24.893Z] Step 25/26 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:49:25.163Z] ---> Running in 62b1f56aa17d [2020-07-25T04:49:26.145Z] Removing intermediate container 62b1f56aa17d [2020-07-25T04:49:26.145Z] ---> 0c5ba9856728 [2020-07-25T04:49:26.145Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:49:26.431Z] Removing intermediate container d621c781fbf0 [2020-07-25T04:49:26.431Z] ---> db84ff7ade14 [2020-07-25T04:49:26.431Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:49:26.431Z] ---> Running in f08b7bf45469 [2020-07-25T04:49:26.705Z] ---> Running in 125d6a16c9fd [2020-07-25T04:49:27.301Z] Removing intermediate container f08b7bf45469 [2020-07-25T04:49:27.301Z] ---> 3927d2ac67ea [2020-07-25T04:49:27.301Z] [2020-07-25T04:49:27.904Z] Successfully built 3927d2ac67ea [2020-07-25T04:49:27.904Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-25T04:49:27.904Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-07-25T04:49:33.313Z] Collecting docker-compose==1.23.2 [2020-07-25T04:49:33.313Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:49:34.754Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:49:34.754Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:49:35.355Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:49:35.355Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:49:38.756Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:49:38.757Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:49:43.065Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:49:43.065Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:49:43.337Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:49:43.337Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:49:45.958Z] 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-25T04:49:46.231Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:49:46.231Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:49:46.833Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:49:46.833Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:49:50.221Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:49:50.221Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:49:50.495Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:49:50.495Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:49:50.769Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:49:50.769Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:49:51.749Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:49:51.749Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:49:51.749Z] 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-25T04:49:51.749Z] 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-25T04:49:52.023Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:49:52.023Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:49:52.300Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:49:52.300Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:49:52.300Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:49:52.300Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:49:53.279Z] Installing collected packages: idna, urllib3, requests, texttable, PyYAML, jsonschema, dockerpty, websocket-client, docker-pycreds, docker, docopt, cached-property, docker-compose [2020-07-25T04:49:53.279Z] Attempting uninstall: idna [2020-07-25T04:49:53.279Z] Found existing installation: idna 2.9 [2020-07-25T04:49:53.551Z] Uninstalling idna-2.9: [2020-07-25T04:49:53.551Z] Successfully uninstalled idna-2.9 [2020-07-25T04:49:54.528Z] Attempting uninstall: urllib3 [2020-07-25T04:49:54.528Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:49:54.528Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:49:54.528Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:49:55.122Z] Attempting uninstall: requests [2020-07-25T04:49:55.122Z] Found existing installation: requests 2.23.0 [2020-07-25T04:49:55.122Z] Uninstalling requests-2.23.0: [2020-07-25T04:49:55.397Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:49:55.668Z] Running setup.py install for texttable: started [2020-07-25T04:49:58.303Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:49:58.303Z] Running setup.py install for PyYAML: started [2020-07-25T04:49:58.745Z] Removing intermediate container 99a98c1e6783 [2020-07-25T04:49:58.745Z] ---> 3dac2e1768e9 [2020-07-25T04:49:58.745Z] Step 7/29 : COPY . . [2020-07-25T04:50:01.759Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:50:03.201Z] Running setup.py install for dockerpty: started [2020-07-25T04:50:04.723Z] Removing intermediate container e1a8c18a157b [2020-07-25T04:50:04.723Z] ---> b514986841e0 [2020-07-25T04:50:04.723Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:50:05.902Z] ---> 1cdafc6decb0 [2020-07-25T04:50:05.902Z] 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-25T04:50:06.170Z] ---> 4f71f791a608 [2020-07-25T04:50:06.170Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:50:06.170Z] ---> 478a43aff8a2 [2020-07-25T04:50:06.170Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:50:06.460Z] ---> Running in bd23ce9aea60 [2020-07-25T04:50:06.590Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:50:07.673Z] Running setup.py install for docopt: started [2020-07-25T04:50:08.011Z] ---> Running in 1675cd4e1248 [2020-07-25T04:50:08.279Z] ---> Running in 2470a8a3aec7 [2020-07-25T04:50:08.279Z] ---> Running in 3e365c7cacd4 [2020-07-25T04:50:10.534Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:50:11.101Z] 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-25T04:50:12.067Z] 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-25T04:50:14.325Z] 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-25T04:50:15.094Z] 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-25T04:50:18.805Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:50:18.805Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:50:18.805Z] ---> 3c25654da648 [2020-07-25T04:50:18.805Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:50:18.805Z] ---> Using cache [2020-07-25T04:50:18.805Z] ---> 1a33fa0e497c [2020-07-25T04:50:18.805Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:50:18.805Z] ---> Using cache [2020-07-25T04:50:18.805Z] ---> 75ce52fb79fa [2020-07-25T04:50:18.805Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:50:18.805Z] ---> Using cache [2020-07-25T04:50:18.805Z] ---> b69668bb3185 [2020-07-25T04:50:18.805Z] Step 6/21 : COPY go.mod . [2020-07-25T04:50:18.805Z] ---> Using cache [2020-07-25T04:50:18.805Z] ---> a5e2d3ffe358 [2020-07-25T04:50:18.805Z] Step 7/21 : RUN go mod download [2020-07-25T04:50:18.805Z] ---> Using cache [2020-07-25T04:50:18.805Z] ---> a3f5760c0750 [2020-07-25T04:50:18.805Z] Step 8/21 : COPY . . [2020-07-25T04:50:18.805Z] ---> Using cache [2020-07-25T04:50:18.805Z] ---> 9ddccc24fa57 [2020-07-25T04:50:18.805Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:50:19.081Z] ---> Running in 6334f9b108db [2020-07-25T04:50:21.731Z] 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-25T04:50:21.731Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:50:21.731Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:50:21.731Z] ---> 3c25654da648 [2020-07-25T04:50:21.731Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:50:21.731Z] ---> Using cache [2020-07-25T04:50:21.731Z] ---> 1a33fa0e497c [2020-07-25T04:50:21.731Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:50:21.731Z] ---> Using cache [2020-07-25T04:50:21.731Z] ---> 75ce52fb79fa [2020-07-25T04:50:21.731Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:50:21.731Z] ---> Using cache [2020-07-25T04:50:21.731Z] ---> b69668bb3185 [2020-07-25T04:50:21.731Z] Step 6/20 : COPY go.mod . [2020-07-25T04:50:21.731Z] ---> Using cache [2020-07-25T04:50:21.731Z] ---> a5e2d3ffe358 [2020-07-25T04:50:21.731Z] Step 7/20 : RUN go mod download [2020-07-25T04:50:21.731Z] ---> Using cache [2020-07-25T04:50:21.731Z] ---> a3f5760c0750 [2020-07-25T04:50:21.731Z] Step 8/20 : COPY . . [2020-07-25T04:50:21.731Z] ---> Using cache [2020-07-25T04:50:21.731Z] ---> 9ddccc24fa57 [2020-07-25T04:50:21.731Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:50:23.208Z] Removing intermediate container 125d6a16c9fd [2020-07-25T04:50:23.208Z] ---> 9d187e83f9b2 [2020-07-25T04:50:23.208Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:50:23.208Z] ---> Running in f9b5422deef0 [2020-07-25T04:50:23.485Z] ---> Running in 5c17a6d1964a [2020-07-25T04:50:26.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:26.898Z] 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-25T04:50:26.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:27.502Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:50:27.502Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:50:27.502Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:50:27.502Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:50:27.502Z] OK: 71 MiB in 58 packages [2020-07-25T04:50:31.858Z] Removing intermediate container 5c17a6d1964a [2020-07-25T04:50:31.858Z] ---> 4348409957a4 [2020-07-25T04:50:31.858Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:50:31.858Z] ---> Running in cf4301376a23 [2020-07-25T04:50:33.301Z] Removing intermediate container cf4301376a23 [2020-07-25T04:50:33.301Z] ---> 298a43ab2ca4 [2020-07-25T04:50:33.301Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:50:33.577Z] ---> Running in 6803d9d97124 [2020-07-25T04:50:35.068Z] Removing intermediate container 6803d9d97124 [2020-07-25T04:50:35.068Z] ---> 9d532356af2c [2020-07-25T04:50:35.068Z] Step 25/26 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:50:35.346Z] ---> Running in 67b07af57f7f [2020-07-25T04:50:36.342Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:50:36.342Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:50:36.342Z] ---> 3c25654da648 [2020-07-25T04:50:36.342Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:50:36.342Z] ---> Using cache [2020-07-25T04:50:36.342Z] ---> 1a33fa0e497c [2020-07-25T04:50:36.342Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:50:36.342Z] ---> Using cache [2020-07-25T04:50:36.342Z] ---> 75ce52fb79fa [2020-07-25T04:50:36.342Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:50:36.342Z] ---> Running in 31ea09537874 [2020-07-25T04:50:36.624Z] Removing intermediate container 67b07af57f7f [2020-07-25T04:50:36.624Z] ---> 6994ddc8209e [2020-07-25T04:50:36.624Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:50:36.910Z] ---> Running in 9540b73a82a7 [2020-07-25T04:50:38.356Z] Removing intermediate container 9540b73a82a7 [2020-07-25T04:50:38.356Z] ---> 94e2d9306ea6 [2020-07-25T04:50:38.356Z] [2020-07-25T04:50:38.356Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:50:38.356Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:50:38.356Z] ---> 3c25654da648 [2020-07-25T04:50:38.356Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:50:38.356Z] ---> Using cache [2020-07-25T04:50:38.356Z] ---> 1a33fa0e497c [2020-07-25T04:50:38.356Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:50:38.356Z] ---> Using cache [2020-07-25T04:50:38.356Z] ---> 75ce52fb79fa [2020-07-25T04:50:38.356Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:50:38.356Z] ---> Running in f7a0ac95f210 [2020-07-25T04:50:38.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:39.252Z] Successfully built 94e2d9306ea6 [2020-07-25T04:50:39.252Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-25T04:50:39.252Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-07-25T04:50:39.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:40.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:41.130Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:50:41.130Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:50:41.130Z] OK: 12620 distinct packages available [2020-07-25T04:50:42.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:42.395Z] OK: 217 MiB in 51 packages [2020-07-25T04:50:43.114Z] Collecting docker-compose==1.23.2 [2020-07-25T04:50:43.114Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:50:43.114Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:50:43.114Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:50:43.114Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:50:43.114Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:50:43.382Z] OK: 217 MiB in 51 packages [2020-07-25T04:50:43.725Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:50:43.725Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:50:43.725Z] OK: 12620 distinct packages available [2020-07-25T04:50:44.721Z] OK: 217 MiB in 51 packages [2020-07-25T04:50:47.386Z] Removing intermediate container 31ea09537874 [2020-07-25T04:50:47.386Z] ---> 1ae99111eae2 [2020-07-25T04:50:47.386Z] Step 6/21 : COPY go.mod . [2020-07-25T04:50:47.997Z] Removing intermediate container f7a0ac95f210 [2020-07-25T04:50:47.997Z] ---> 08fb888e4eca [2020-07-25T04:50:47.997Z] Step 6/22 : COPY go.mod . [2020-07-25T04:50:48.996Z] ---> dcf36428e140 [2020-07-25T04:50:48.996Z] Step 7/21 : RUN go mod download [2020-07-25T04:50:49.616Z] ---> 40b959b6fd75 [2020-07-25T04:50:49.616Z] Step 7/22 : RUN go mod download [2020-07-25T04:50:49.616Z] ---> Running in 48f93946cb30 [2020-07-25T04:50:50.213Z] ---> Running in 55e65038be1e [2020-07-25T04:50:51.990Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:50:51.990Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:50:52.535Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:50:52.535Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:50:54.669Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:50:54.669Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:50:55.016Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:50:55.016Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:50:55.332Z] ---> fc344f98acf4 [2020-07-25T04:50:55.332Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:50:56.037Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:50:56.037Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:50:56.348Z] ---> Running in 41b3358de091 [2020-07-25T04:50:56.935Z] Removing intermediate container 48f93946cb30 [2020-07-25T04:50:56.935Z] ---> 8c26d23ff50c [2020-07-25T04:50:56.935Z] Step 8/21 : COPY . . [2020-07-25T04:50:56.935Z] Removing intermediate container 55e65038be1e [2020-07-25T04:50:56.935Z] ---> 136cae5894e2 [2020-07-25T04:50:56.935Z] Step 8/22 : COPY . . [2020-07-25T04:50:57.806Z] 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-25T04:50:58.176Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:50:58.176Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:50:59.228Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:50:59.228Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:50:59.502Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:50:59.502Z] 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-25T04:50:59.502Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:50:59.502Z] 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-25T04:50:59.502Z] 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-25T04:50:59.779Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:50:59.779Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:51:00.476Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:51:00.476Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:51:00.765Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:51:00.765Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:51:00.765Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:51:00.765Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:51:01.073Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, docopt, dockerpty, cached-property, PyYAML, jsonschema, docker-compose [2020-07-25T04:51:02.226Z] Attempting uninstall: urllib3 [2020-07-25T04:51:02.226Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:51:02.226Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:51:03.432Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:51:03.738Z] Attempting uninstall: idna [2020-07-25T04:51:03.738Z] Found existing installation: idna 2.9 [2020-07-25T04:51:03.738Z] Uninstalling idna-2.9: [2020-07-25T04:51:03.738Z] 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-25T04:51:04.061Z] Successfully uninstalled idna-2.9 [2020-07-25T04:51:04.780Z] Attempting uninstall: requests [2020-07-25T04:51:04.780Z] Found existing installation: requests 2.23.0 [2020-07-25T04:51:04.780Z] Uninstalling requests-2.23.0: [2020-07-25T04:51:05.106Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:51:06.288Z] Running setup.py install for texttable: started [2020-07-25T04:51:09.158Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:51:09.451Z] Running setup.py install for docopt: started [2020-07-25T04:51:10.528Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:51:10.528Z] Running setup.py install for dockerpty: started [2020-07-25T04:51:11.824Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:51:12.108Z] Running setup.py install for PyYAML: started [2020-07-25T04:51:13.225Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:51:15.272Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:51:15.272Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:51:15.272Z] ---> 3c25654da648 [2020-07-25T04:51:15.272Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:51:15.272Z] ---> Using cache [2020-07-25T04:51:15.272Z] ---> 1a33fa0e497c [2020-07-25T04:51:15.272Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:51:15.272Z] ---> Using cache [2020-07-25T04:51:15.272Z] ---> 75ce52fb79fa [2020-07-25T04:51:15.272Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:51:15.272Z] ---> Using cache [2020-07-25T04:51:15.272Z] ---> b69668bb3185 [2020-07-25T04:51:15.272Z] Step 6/21 : COPY go.mod . [2020-07-25T04:51:15.272Z] ---> Using cache [2020-07-25T04:51:15.272Z] ---> a5e2d3ffe358 [2020-07-25T04:51:15.272Z] Step 7/21 : RUN go mod download [2020-07-25T04:51:15.272Z] ---> Using cache [2020-07-25T04:51:15.272Z] ---> a3f5760c0750 [2020-07-25T04:51:15.272Z] Step 8/21 : COPY . . [2020-07-25T04:51:15.272Z] ---> Using cache [2020-07-25T04:51:15.272Z] ---> 9ddccc24fa57 [2020-07-25T04:51:15.272Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:51:16.128Z] Removing intermediate container 2470a8a3aec7 [2020-07-25T04:51:16.128Z] ---> 550ef8199413 [2020-07-25T04:51:16.128Z] [2020-07-25T04:51:16.128Z] Step 10/21 : FROM scratch [2020-07-25T04:51:16.128Z] ---> [2020-07-25T04:51:16.128Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:51:16.128Z] 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-25T04:51:16.411Z] 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-25T04:51:20.714Z] ---> Running in 0976e54b2a0b [2020-07-25T04:51:20.918Z] ---> Using cache [2020-07-25T04:51:20.918Z] ---> 2ebcc602dfb9 [2020-07-25T04:51:20.918Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:51:20.918Z] ---> Running in 94f9dcad6c51 [2020-07-25T04:51:20.918Z] Removing intermediate container 3e365c7cacd4 [2020-07-25T04:51:20.918Z] ---> ad847834ee16 [2020-07-25T04:51:20.918Z] [2020-07-25T04:51:20.918Z] Step 10/21 : FROM scratch [2020-07-25T04:51:20.918Z] ---> [2020-07-25T04:51:20.918Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:51:20.918Z] ---> Using cache [2020-07-25T04:51:20.918Z] ---> 2ebcc602dfb9 [2020-07-25T04:51:20.918Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:51:23.336Z] 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-25T04:51:23.471Z] ---> Running in 924914c8ca1a [2020-07-25T04:51:23.471Z] Removing intermediate container 94f9dcad6c51 [2020-07-25T04:51:23.471Z] ---> b2b9822bf06f [2020-07-25T04:51:23.471Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:51:24.393Z] Removing intermediate container bd23ce9aea60 [2020-07-25T04:51:24.393Z] ---> 6dad9702dc6c [2020-07-25T04:51:24.393Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:51:24.393Z] ---> Running in 11ace4803c05 [2020-07-25T04:51:24.393Z] Removing intermediate container 924914c8ca1a [2020-07-25T04:51:24.393Z] ---> b33466dd4404 [2020-07-25T04:51:24.393Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:51:25.594Z] ---> Running in 5225f14aa737 [2020-07-25T04:51:25.594Z] ---> Running in f5dcba4739a3 [2020-07-25T04:51:26.208Z] Removing intermediate container 11ace4803c05 [2020-07-25T04:51:26.208Z] ---> b88c6a80c4a7 [2020-07-25T04:51:26.208Z] Step 14/21 : WORKDIR / [2020-07-25T04:51:27.276Z] Removing intermediate container 1675cd4e1248 [2020-07-25T04:51:27.276Z] ---> 292249fcec17 [2020-07-25T04:51:27.276Z] [2020-07-25T04:51:27.276Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:51:27.276Z] ---> Running in b8a8cb2cddfc [2020-07-25T04:51:27.276Z] Removing intermediate container f5dcba4739a3 [2020-07-25T04:51:27.276Z] ---> 1bf0c522919e [2020-07-25T04:51:27.276Z] Step 14/21 : WORKDIR / [2020-07-25T04:51:27.565Z] 3.10: Pulling from library/alpine [2020-07-25T04:51:27.565Z] ---> Running in 86733e3f0e89 [2020-07-25T04:51:28.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:51:28.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:51:28.450Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:51:28.450Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:51:28.450Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:51:28.450Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:51:28.450Z] Removing intermediate container b8a8cb2cddfc [2020-07-25T04:51:28.450Z] ---> af0880e50ed5 [2020-07-25T04:51:28.450Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:51:28.742Z] OK: 72 MiB in 58 packages [2020-07-25T04:51:28.742Z] Removing intermediate container 86733e3f0e89 [2020-07-25T04:51:28.742Z] ---> f7104a2717a5 [2020-07-25T04:51:28.742Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:51:28.742Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:51:28.742Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:51:28.742Z] ---> be4e4bea2c2e [2020-07-25T04:51:28.743Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:51:30.269Z] ---> Running in 183132339bc8 [2020-07-25T04:51:31.063Z] ---> e50ea553171d [2020-07-25T04:51:31.063Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:51:31.063Z] ---> 0c9aea31cc6c [2020-07-25T04:51:31.063Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:51:31.385Z] Removing intermediate container 41b3358de091 [2020-07-25T04:51:31.385Z] ---> 3d8b3a2304f3 [2020-07-25T04:51:31.385Z] [2020-07-25T04:51:31.385Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:51:31.385Z] ---> a24bb4013296 [2020-07-25T04:51:31.385Z] 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-25T04:51:31.680Z] Removing intermediate container 5225f14aa737 [2020-07-25T04:51:31.680Z] ---> 96a82df52f81 [2020-07-25T04:51:31.680Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:51:31.680Z] ---> Running in 45ab40b0588a [2020-07-25T04:51:31.680Z] ---> Running in 48116469fea0 [2020-07-25T04:51:32.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:51:32.180Z] Removing intermediate container 45ab40b0588a [2020-07-25T04:51:32.180Z] ---> e67542dccd45 [2020-07-25T04:51:32.180Z] Step 11/29 : USER root [2020-07-25T04:51:32.180Z] ---> f24e17b790cf [2020-07-25T04:51:32.180Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:32.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:51:32.614Z] ---> Running in a6ef9f826275 [2020-07-25T04:51:33.028Z] Removing intermediate container 48116469fea0 [2020-07-25T04:51:33.028Z] ---> 1fcccd337485 [2020-07-25T04:51:33.028Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:51:33.028Z] ---> 37a95c651f28 [2020-07-25T04:51:33.028Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:33.028Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:51:33.028Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:51:33.028Z] OK: 10346 distinct packages available [2020-07-25T04:51:33.028Z] ---> Running in dd0b06ee0a9e [2020-07-25T04:51:33.429Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:51:33.429Z] ---> 57818924743f [2020-07-25T04:51:33.429Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:51:33.429Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:51:33.429Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:51:33.429Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:51:33.784Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:51:33.784Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:51:33.784Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:51:33.784Z] OK: 7 MiB in 19 packages [2020-07-25T04:51:33.784Z] Removing intermediate container a6ef9f826275 [2020-07-25T04:51:33.784Z] ---> eb77ab869941 [2020-07-25T04:51:33.784Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:51:34.076Z] ---> Running in 3b5f18a8bc13 [2020-07-25T04:51:34.366Z] ---> Running in 62aa896b11f6 [2020-07-25T04:51:34.366Z] Removing intermediate container dd0b06ee0a9e [2020-07-25T04:51:34.366Z] ---> 43dcc1a4d688 [2020-07-25T04:51:34.366Z] Step 25/26 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:51:34.366Z] ---> 34079862e572 [2020-07-25T04:51:34.366Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:51:34.643Z] ---> Running in 17dd94dae9e5 [2020-07-25T04:51:34.643Z] ---> Running in 82e2ebe91a23 [2020-07-25T04:51:35.493Z] Removing intermediate container 3b5f18a8bc13 [2020-07-25T04:51:35.493Z] ---> 9becd04a5524 [2020-07-25T04:51:35.493Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:51:35.493Z] ---> Running in 44d7384ad266 [2020-07-25T04:51:35.493Z] Removing intermediate container 82e2ebe91a23 [2020-07-25T04:51:35.493Z] ---> a333652c970a [2020-07-25T04:51:35.493Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:51:35.792Z] Removing intermediate container 17dd94dae9e5 [2020-07-25T04:51:35.792Z] ---> e1ef57c5481b [2020-07-25T04:51:35.792Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:51:35.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:51:35.792Z] ---> Running in 5800527f035b [2020-07-25T04:51:36.166Z] ---> Running in 2f5b75a3c6ab [2020-07-25T04:51:36.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:51:36.487Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:51:36.487Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:51:36.487Z] OK: 12749 distinct packages available [2020-07-25T04:51:36.769Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:51:36.769Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:51:36.769Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:51:36.769Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:51:36.769Z] Removing intermediate container 183132339bc8 [2020-07-25T04:51:36.769Z] ---> ea2a0eb658c5 [2020-07-25T04:51:36.769Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:51:37.067Z] OK: 6 MiB in 16 packages [2020-07-25T04:51:37.421Z] Removing intermediate container 44d7384ad266 [2020-07-25T04:51:37.421Z] ---> 1382683f9934 [2020-07-25T04:51:37.421Z] Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:51:37.421Z] ---> Running in 66590e405700 [2020-07-25T04:51:37.421Z] Removing intermediate container 5800527f035b [2020-07-25T04:51:37.421Z] ---> 0a4e79f45785 [2020-07-25T04:51:37.421Z] [2020-07-25T04:51:37.421Z] Removing intermediate container 2f5b75a3c6ab [2020-07-25T04:51:37.421Z] ---> 031c5375ad29 [2020-07-25T04:51:37.817Z] Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:51:37.817Z] ---> Running in b8b34d295a0c [2020-07-25T04:51:37.817Z] Successfully built 0a4e79f45785 [2020-07-25T04:51:37.817Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-25T04:51:37.817Z] ---> Running in 05ae4431a3a4 [2020-07-25T04:51:37.817Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-07-25T04:51:38.104Z] Removing intermediate container 66590e405700 [2020-07-25T04:51:38.104Z] ---> 85e55b54c175 [2020-07-25T04:51:38.104Z] Step 13/26 : WORKDIR / [2020-07-25T04:51:38.104Z] Removing intermediate container b8b34d295a0c [2020-07-25T04:51:38.104Z] ---> 6372f03fe492 [2020-07-25T04:51:38.104Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:51:41.037Z] ---> Running in 4c763a72fd40 [2020-07-25T04:51:41.037Z] ---> Running in 41f27e8d0819 [2020-07-25T04:51:41.671Z] ---> 709dc8e1c00c [2020-07-25T04:51:41.671Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:51:41.671Z] ---> e097524e0535 [2020-07-25T04:51:41.671Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:51:41.671Z] ---> Running in a3713a05fe45 [2020-07-25T04:51:41.671Z] ---> Running in 69adc91657e0 [2020-07-25T04:51:42.014Z] Removing intermediate container 05ae4431a3a4 [2020-07-25T04:51:42.014Z] ---> cc4e9152ea78 [2020-07-25T04:51:42.014Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:51:42.014Z] Removing intermediate container 62aa896b11f6 [2020-07-25T04:51:42.014Z] ---> b12661e80758 [2020-07-25T04:51:42.014Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:51:42.656Z] Removing intermediate container f9b5422deef0 [2020-07-25T04:51:42.656Z] ---> 76743c26b7bb [2020-07-25T04:51:42.656Z] [2020-07-25T04:51:42.656Z] Step 10/20 : FROM alpine [2020-07-25T04:51:42.656Z] ---> 62ee0e9f8440 [2020-07-25T04:51:42.656Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:51:42.927Z] ---> Running in 2c2a42c1ae20 [2020-07-25T04:51:43.467Z] ---> Running in 6529fddc1c80 [2020-07-25T04:51:43.519Z] 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-25T04:51:43.519Z] 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-25T04:51:43.772Z] ---> Running in 4b66671d8469 [2020-07-25T04:51:43.772Z] Removing intermediate container 4c763a72fd40 [2020-07-25T04:51:43.772Z] ---> d8c41e062c4c [2020-07-25T04:51:43.772Z] 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-25T04:51:45.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:51:45.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:51:45.781Z] Removing intermediate container 41f27e8d0819 [2020-07-25T04:51:45.781Z] ---> b66d23466e4b [2020-07-25T04:51:45.781Z] [2020-07-25T04:51:46.748Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:51:46.748Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:51:46.748Z] OK: 12620 distinct packages available [2020-07-25T04:51:46.837Z] Successfully built b66d23466e4b [2020-07-25T04:51:47.736Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:51:47.737Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:51:47.737Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:51:47.737Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:51:47.737Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:51:47.737Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:51:48.336Z] Successfully tagged docker-core-command-go:latest [2020-07-25T04:51:48.336Z]  Building docker-core-command-go ... done Removing intermediate container 6529fddc1c80 [2020-07-25T04:51:48.336Z] ---> f5c293239a47 [2020-07-25T04:51:48.336Z] [2020-07-25T04:51:48.336Z] Removing intermediate container 4b66671d8469 [2020-07-25T04:51:48.336Z] ---> 78196c50beda [2020-07-25T04:51:48.336Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:51:48.337Z] OK: 7 MiB in 18 packages [2020-07-25T04:51:48.602Z] ---> 94b64fc14a0f [2020-07-25T04:51:48.602Z] 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-25T04:51:48.876Z] ---> Running in b02816968322 [2020-07-25T04:51:48.876Z] Successfully built f5c293239a47 [2020-07-25T04:51:48.876Z] Successfully tagged docker-core-metadata-go:latest [2020-07-25T04:51:49.143Z]  Building docker-core-metadata-go ... done  ---> 78eaa623fdef [2020-07-25T04:51:49.143Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:49.143Z] Removing intermediate container b02816968322 [2020-07-25T04:51:49.143Z] ---> dff4a5bb5d1d [2020-07-25T04:51:49.143Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:51:49.407Z] ---> Running in ff80d9e59c89 [2020-07-25T04:51:49.669Z] ---> 40d9eb9865b4 [2020-07-25T04:51:49.669Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:51:51.003Z] Removing intermediate container 2c2a42c1ae20 [2020-07-25T04:51:51.003Z] ---> 1a3459444384 [2020-07-25T04:51:51.003Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:51:51.195Z] ---> cc323941ccde [2020-07-25T04:51:51.195Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:51:51.279Z] ---> Running in d50f85918c07 [2020-07-25T04:51:51.889Z] Removing intermediate container d50f85918c07 [2020-07-25T04:51:51.889Z] ---> ac2347f2139f [2020-07-25T04:51:51.889Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:51:52.163Z] ---> Running in 700e077ae151 [2020-07-25T04:51:52.668Z] ---> 5c21cfcb8f1f [2020-07-25T04:51:52.668Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:51:52.668Z] Removing intermediate container ff80d9e59c89 [2020-07-25T04:51:52.668Z] ---> 3c89cd63af73 [2020-07-25T04:51:52.668Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:51:53.154Z] Removing intermediate container 700e077ae151 [2020-07-25T04:51:53.154Z] ---> e020408bce7f [2020-07-25T04:51:53.154Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:51:55.139Z] ---> dee1bfd094a6 [2020-07-25T04:51:55.139Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:51:56.591Z] Removing intermediate container 6334f9b108db [2020-07-25T04:51:56.591Z] ---> 82227c356255 [2020-07-25T04:51:56.591Z] [2020-07-25T04:51:56.591Z] Step 10/21 : FROM scratch [2020-07-25T04:51:56.591Z] ---> [2020-07-25T04:51:56.591Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:51:56.872Z] ---> Using cache [2020-07-25T04:51:56.872Z] ---> 6f617dc0a961 [2020-07-25T04:51:56.872Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:51:57.148Z] ---> Running in 6d142a067dfd [2020-07-25T04:51:57.148Z] ---> 74fd5eb32599 [2020-07-25T04:51:57.148Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:51:57.744Z] ---> Running in 93e5ca9f48dc [2020-07-25T04:51:57.744Z] Removing intermediate container 6d142a067dfd [2020-07-25T04:51:57.744Z] ---> 1b67a3f8938a [2020-07-25T04:51:57.744Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:51:58.020Z] ---> Running in 405a33c42e3d [2020-07-25T04:51:58.302Z] Removing intermediate container 93e5ca9f48dc [2020-07-25T04:51:58.302Z] ---> 6342d0cc2ca8 [2020-07-25T04:51:58.302Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:51:58.332Z] ---> 94dd457db1d0 [2020-07-25T04:51:58.332Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:51:58.332Z] ---> 4e675b2e0117 [2020-07-25T04:51:58.332Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:51:58.576Z] ---> Running in 441df8d62729 [2020-07-25T04:51:58.850Z] Removing intermediate container 405a33c42e3d [2020-07-25T04:51:58.850Z] ---> 06fea872505a [2020-07-25T04:51:58.850Z] Step 14/21 : WORKDIR / [2020-07-25T04:51:59.132Z] ---> Running in 129849226edd [2020-07-25T04:51:59.410Z] Removing intermediate container 441df8d62729 [2020-07-25T04:51:59.410Z] ---> 9e886776cb7e [2020-07-25T04:51:59.410Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:51:59.686Z] ---> Running in dbb66f1947ad [2020-07-25T04:51:59.963Z] Removing intermediate container 129849226edd [2020-07-25T04:51:59.963Z] ---> d3919419eae5 [2020-07-25T04:51:59.963Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:52:00.563Z] Removing intermediate container dbb66f1947ad [2020-07-25T04:52:00.563Z] ---> 90aafe73071a [2020-07-25T04:52:00.563Z] Step 19/20 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:52:00.841Z] ---> Running in cfb14270f017 [2020-07-25T04:52:01.116Z] ---> 84069354af90 [2020-07-25T04:52:01.116Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:52:01.721Z] Removing intermediate container cfb14270f017 [2020-07-25T04:52:01.721Z] ---> d116730174e1 [2020-07-25T04:52:01.721Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:52:01.721Z] ---> Running in bd83074368e7 [2020-07-25T04:52:02.706Z] Removing intermediate container bd83074368e7 [2020-07-25T04:52:02.706Z] ---> c922478b8e2f [2020-07-25T04:52:02.706Z] [2020-07-25T04:52:03.307Z] ---> dd08ac8230cd [2020-07-25T04:52:03.307Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:52:03.584Z] Successfully built c922478b8e2f [2020-07-25T04:52:03.584Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-25T04:52:04.580Z]  Building docker-security-proxy-setup-go ... done  ---> 5e73150a5135 [2020-07-25T04:52:04.580Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:52:04.610Z] ---> f5757754731c [2020-07-25T04:52:04.610Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:52:04.610Z] ---> bcf0a728145e [2020-07-25T04:52:04.610Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:52:04.855Z] ---> Running in 1aabea761d05 [2020-07-25T04:52:05.459Z] Removing intermediate container 1aabea761d05 [2020-07-25T04:52:05.459Z] ---> e191a57abe01 [2020-07-25T04:52:05.459Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:52:05.459Z] ---> Running in 12c9f60361da [2020-07-25T04:52:05.805Z] ---> 4bbbe93ad3a8 [2020-07-25T04:52:05.805Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:52:06.108Z] ---> e8366fdadf76 [2020-07-25T04:52:06.108Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:52:06.446Z] Removing intermediate container 12c9f60361da [2020-07-25T04:52:06.446Z] ---> cf10c61c132b [2020-07-25T04:52:06.446Z] Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:52:06.446Z] ---> Running in a5e89d8b237d [2020-07-25T04:52:07.044Z] Removing intermediate container a5e89d8b237d [2020-07-25T04:52:07.044Z] ---> ad8fd34037e9 [2020-07-25T04:52:07.044Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:52:07.318Z] ---> Running in 42e7a15eff07 [2020-07-25T04:52:07.577Z] ---> cbe839f90da3 [2020-07-25T04:52:07.577Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:52:07.577Z] ---> Running in 3e9d18382dbc [2020-07-25T04:52:07.915Z] Removing intermediate container 42e7a15eff07 [2020-07-25T04:52:07.915Z] ---> 2cf36d1e70e0 [2020-07-25T04:52:07.915Z] [2020-07-25T04:52:08.515Z] Successfully built 2cf36d1e70e0 [2020-07-25T04:52:08.515Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-25T04:52:08.706Z] ---> 3e56d9129c72 [2020-07-25T04:52:08.706Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:52:09.739Z] ---> Running in cd22bb34cff7 [2020-07-25T04:52:10.740Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:52:10.740Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:52:10.740Z] ---> ea09b8cc8d27 [2020-07-25T04:52:10.740Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:52:10.740Z] ---> Using cache [2020-07-25T04:52:10.740Z] ---> 39c79d70d3f6 [2020-07-25T04:52:10.740Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:52:10.740Z] ---> Using cache [2020-07-25T04:52:10.740Z] ---> c882270e364b [2020-07-25T04:52:10.740Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:52:10.740Z] ---> Using cache [2020-07-25T04:52:10.740Z] ---> 921df5afd334 [2020-07-25T04:52:10.740Z] Step 6/20 : COPY go.mod . [2020-07-25T04:52:10.740Z] ---> Using cache [2020-07-25T04:52:10.740Z] ---> 413ac0ad5bfd [2020-07-25T04:52:10.740Z] Step 7/20 : RUN go mod download [2020-07-25T04:52:10.740Z] ---> Using cache [2020-07-25T04:52:10.740Z] ---> ca6224561889 [2020-07-25T04:52:10.740Z] Step 8/20 : COPY . . [2020-07-25T04:52:10.740Z] ---> Using cache [2020-07-25T04:52:10.740Z] ---> 1cdafc6decb0 [2020-07-25T04:52:10.740Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:52:11.849Z] ---> Running in f2e4faa63cce [2020-07-25T04:52:11.849Z] Removing intermediate container 3e9d18382dbc [2020-07-25T04:52:11.849Z] ---> 4aa18a34a367 [2020-07-25T04:52:11.849Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:52:12.187Z] ---> Running in 909ce52ec25b [2020-07-25T04:52:12.451Z] Removing intermediate container cd22bb34cff7 [2020-07-25T04:52:12.451Z] ---> b7e2b6040983 [2020-07-25T04:52:12.451Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:52:12.451Z] Removing intermediate container 909ce52ec25b [2020-07-25T04:52:12.451Z] ---> ea5abc88c81c [2020-07-25T04:52:12.451Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:52:12.715Z] ---> Running in 90a7853f6dca [2020-07-25T04:52:12.715Z] 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-25T04:52:13.005Z] ---> b6a92d93a651 [2020-07-25T04:52:13.005Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:52:13.005Z] Removing intermediate container 90a7853f6dca [2020-07-25T04:52:13.005Z] ---> 7c07cc3c6e67 [2020-07-25T04:52:13.005Z] Step 25/26 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:52:13.005Z] ---> Running in 3166d77c7dcd [2020-07-25T04:52:13.322Z] ---> Running in 813c47425191 [2020-07-25T04:52:13.961Z] Removing intermediate container 813c47425191 [2020-07-25T04:52:13.961Z] ---> e46e03e841f5 [2020-07-25T04:52:13.961Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:52:14.252Z] ---> Running in f1a6ea3a0946 [2020-07-25T04:52:14.609Z] Removing intermediate container f1a6ea3a0946 [2020-07-25T04:52:14.609Z] ---> ee824fbd478f [2020-07-25T04:52:14.609Z] [2020-07-25T04:52:14.929Z] Successfully built ee824fbd478f [2020-07-25T04:52:14.929Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-25T04:52:15.209Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3166d77c7dcd [2020-07-25T04:52:15.209Z] ---> 3dd18107a37e [2020-07-25T04:52:15.209Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:52:15.209Z] ---> Running in d8b72c688ecd [2020-07-25T04:52:18.982Z] Removing intermediate container d8b72c688ecd [2020-07-25T04:52:18.982Z] ---> 4a864007fd88 [2020-07-25T04:52:18.982Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:52:19.344Z] ---> Running in 2b1cb22e8ea5 [2020-07-25T04:52:20.699Z] Removing intermediate container 2b1cb22e8ea5 [2020-07-25T04:52:20.699Z] ---> 81f7a888c628 [2020-07-25T04:52:20.699Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:52:20.699Z] ---> Running in ba1505ae319c [2020-07-25T04:52:20.699Z] Removing intermediate container ba1505ae319c [2020-07-25T04:52:20.699Z] ---> 93f5858304d6 [2020-07-25T04:52:20.699Z] Step 27/29 : LABEL arch=x86_64 [2020-07-25T04:52:21.112Z] ---> Running in 83ad97c88a6f [2020-07-25T04:52:21.740Z] Removing intermediate container 83ad97c88a6f [2020-07-25T04:52:21.740Z] ---> 4969c90f3d42 [2020-07-25T04:52:21.740Z] Step 28/29 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:52:21.740Z] ---> Running in 789c1c5080c6 [2020-07-25T04:52:22.349Z] Removing intermediate container 789c1c5080c6 [2020-07-25T04:52:22.349Z] ---> 3a2408c36e51 [2020-07-25T04:52:22.349Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:52:22.349Z] ---> Running in 4c5858735e5d [2020-07-25T04:52:23.431Z] Removing intermediate container 4c5858735e5d [2020-07-25T04:52:23.431Z] ---> 993c82f6f99a [2020-07-25T04:52:23.431Z] [2020-07-25T04:52:23.727Z] Successfully built 993c82f6f99a [2020-07-25T04:52:23.727Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-25T04:52:34.566Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container f2e4faa63cce [2020-07-25T04:52:34.566Z] ---> 2530ffe1a9d9 [2020-07-25T04:52:34.566Z] [2020-07-25T04:52:34.566Z] Step 10/20 : FROM alpine [2020-07-25T04:52:34.566Z] ---> a24bb4013296 [2020-07-25T04:52:34.566Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:52:34.566Z] ---> Running in a933fc73e96f [2020-07-25T04:52:34.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:52:34.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:52:35.263Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:52:35.263Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:52:35.263Z] OK: 12749 distinct packages available [2020-07-25T04:52:35.538Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:52:35.539Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:52:35.539Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:52:35.539Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:52:35.847Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:52:35.847Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:52:35.847Z] OK: 7 MiB in 18 packages [2020-07-25T04:52:38.120Z] Removing intermediate container a933fc73e96f [2020-07-25T04:52:38.120Z] ---> e5e50e7b6a75 [2020-07-25T04:52:38.120Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:52:38.120Z] ---> Running in e87c8d9d4ad3 [2020-07-25T04:52:39.702Z] Removing intermediate container e87c8d9d4ad3 [2020-07-25T04:52:39.702Z] ---> b14611dee179 [2020-07-25T04:52:39.702Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:52:40.025Z] ---> Running in a0d5552fa275 [2020-07-25T04:52:40.025Z] Removing intermediate container a0d5552fa275 [2020-07-25T04:52:40.025Z] ---> 4a631b905b0c [2020-07-25T04:52:40.025Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:52:40.316Z] ---> 77e0637e710e [2020-07-25T04:52:40.317Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:52:40.970Z] ---> 4d385c23957c [2020-07-25T04:52:40.970Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:52:40.970Z] ---> Running in b56b65c6a11f [2020-07-25T04:52:41.234Z] Removing intermediate container b56b65c6a11f [2020-07-25T04:52:41.234Z] ---> 4b38efd8e124 [2020-07-25T04:52:41.234Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:52:41.528Z] ---> Running in f50bac79a39e [2020-07-25T04:52:41.801Z] Removing intermediate container f50bac79a39e [2020-07-25T04:52:41.801Z] ---> 8e002bf7a1c3 [2020-07-25T04:52:41.801Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:52:41.801Z] ---> Running in b6edd411976a [2020-07-25T04:52:42.111Z] Removing intermediate container b6edd411976a [2020-07-25T04:52:42.111Z] ---> c248f9e7fbc3 [2020-07-25T04:52:42.111Z] Step 19/20 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:52:42.111Z] ---> Running in 4f9ffbbea407 [2020-07-25T04:52:42.747Z] Removing intermediate container 4f9ffbbea407 [2020-07-25T04:52:42.747Z] ---> 53bda899cc6f [2020-07-25T04:52:42.747Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:52:42.747Z] ---> Running in 53bbc28b9146 [2020-07-25T04:52:43.371Z] Removing intermediate container 53bbc28b9146 [2020-07-25T04:52:43.371Z] ---> 5729e9b05765 [2020-07-25T04:52:43.371Z] [2020-07-25T04:52:43.671Z] Successfully built 5729e9b05765 [2020-07-25T04:52:43.671Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-25T04:52:43.963Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-07-25T04:52:43.983Z] $ docker stop --time=1 cd83f3adddea45e8375545792f03a4bfb8d64f4afe66407c08d3b61389145d3a [2020-07-25T04:52:46.007Z] $ docker rm -f cd83f3adddea45e8375545792f03a4bfb8d64f4afe66407c08d3b61389145d3a [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:52:47.070Z] + grep docker [2020-07-25T04:52:47.070Z] + docker images [2020-07-25T04:52:47.337Z] docker-security-proxy-setup-go latest 5729e9b05765 4 seconds ago 16.4MB [2020-07-25T04:52:47.337Z] docker-security-secrets-setup-go latest 993c82f6f99a 25 seconds ago 25.1MB [2020-07-25T04:52:47.337Z] docker-security-secretstore-setup-go latest ee824fbd478f 33 seconds ago 33.9MB [2020-07-25T04:52:47.337Z] docker-core-metadata-go latest f5c293239a47 About a minute ago 14.4MB [2020-07-25T04:52:47.337Z] docker-core-command-go latest b66d23466e4b About a minute ago 13MB [2020-07-25T04:52:47.337Z] docker-sys-mgmt-agent-go latest 0a4e79f45785 About a minute ago 284MB [2020-07-25T04:52:47.337Z] docker-core-data-go latest a759466c692a 4 minutes ago 24.4MB [2020-07-25T04:52:47.337Z] docker-support-notifications-go latest 5d00180f3f86 5 minutes ago 14.5MB [2020-07-25T04:52:47.337Z] docker-support-logging-go latest 17c94ad28dab 5 minutes ago 11.8MB [2020-07-25T04:52:47.337Z] docker-support-scheduler-go latest 020bd3d0c20f 5 minutes ago 13.1MB [2020-07-25T04:52:47.337Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-25T04:52:55.474Z]  Building docker-core-command-go ... done Removing intermediate container a3713a05fe45 [2020-07-25T04:52:55.474Z] ---> 96325322483c [2020-07-25T04:52:55.474Z] [2020-07-25T04:52:55.474Z] Step 10/21 : FROM scratch [2020-07-25T04:52:55.474Z] ---> [2020-07-25T04:52:55.474Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:52:55.474Z] Removing intermediate container 0976e54b2a0b [2020-07-25T04:52:55.474Z] ---> f2dbfcda3f01 [2020-07-25T04:52:55.474Z] [2020-07-25T04:52:55.474Z] Step 10/21 : FROM scratch [2020-07-25T04:52:55.474Z] ---> [2020-07-25T04:52:55.474Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:52:55.474Z] ---> Using cache [2020-07-25T04:52:55.474Z] ---> aac369f71606 [2020-07-25T04:52:55.474Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:52:55.474Z] ---> Using cache [2020-07-25T04:52:55.474Z] ---> 6f617dc0a961 [2020-07-25T04:52:55.474Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:52:55.474Z] ---> Running in 1011e534f1fe [2020-07-25T04:52:55.474Z] ---> Running in 8f7503a6fdfd [2020-07-25T04:52:56.078Z] Removing intermediate container 8f7503a6fdfd [2020-07-25T04:52:56.078Z] ---> 3b76dff0fde6 [2020-07-25T04:52:56.078Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:52:56.078Z] ---> Running in 4275fc704bb3 [2020-07-25T04:52:56.078Z] Removing intermediate container 1011e534f1fe [2020-07-25T04:52:56.078Z] ---> 022f68cada35 [2020-07-25T04:52:56.078Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:52:56.078Z] ---> Running in 6f93bee9fcf8 [2020-07-25T04:52:56.674Z] Removing intermediate container 4275fc704bb3 [2020-07-25T04:52:56.674Z] ---> 328a2a0a42e1 [2020-07-25T04:52:56.674Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:52:56.674Z] Removing intermediate container 6f93bee9fcf8 [2020-07-25T04:52:56.674Z] ---> 040684102f0e [2020-07-25T04:52:56.674Z] Step 14/21 : WORKDIR / [2020-07-25T04:52:56.951Z] ---> Running in 19158c15b100 [2020-07-25T04:52:57.548Z] ---> a7324f00da08 [2020-07-25T04:52:57.548Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:52:57.548Z] Removing intermediate container 19158c15b100 [2020-07-25T04:52:57.548Z] ---> 744995593a79 [2020-07-25T04:52:57.548Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:52:58.528Z] ---> 5117b1155c14 [2020-07-25T04:52:58.528Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:52:58.528Z] ---> 60b554879c88 [2020-07-25T04:52:58.528Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:52:59.973Z] ---> 8527c6dbc386 [2020-07-25T04:52:59.973Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:53:00.245Z] ---> 599839705ef5 [2020-07-25T04:53:00.245Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:53:01.527Z] ---> b1654a95885d [2020-07-25T04:53:01.527Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:53:01.527Z] ---> fc1178889dd6 [2020-07-25T04:53:01.527Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:53:01.527Z] ---> Running in e01a8278c7e6 [2020-07-25T04:53:01.527Z] ---> Running in 6f398f2f59bd [2020-07-25T04:53:02.171Z] Removing intermediate container e01a8278c7e6 [2020-07-25T04:53:02.171Z] ---> 38e62769d145 [2020-07-25T04:53:02.171Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:53:02.171Z] Removing intermediate container 6f398f2f59bd [2020-07-25T04:53:02.171Z] ---> e1b108b59052 [2020-07-25T04:53:02.171Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:53:02.459Z] ---> Running in ca0a1c0c1951 [2020-07-25T04:53:02.747Z] ---> Running in 84e8c1502e86 [2020-07-25T04:53:03.065Z] Removing intermediate container ca0a1c0c1951 [2020-07-25T04:53:03.065Z] ---> 918ba89fea30 [2020-07-25T04:53:03.065Z] Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:53:03.345Z] ---> Running in dbbe51f6cdba [2020-07-25T04:53:03.345Z] Removing intermediate container 84e8c1502e86 [2020-07-25T04:53:03.345Z] ---> 260add72ab26 [2020-07-25T04:53:03.345Z] Step 20/21 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:53:03.623Z] ---> Running in d285482b0316 [2020-07-25T04:53:03.904Z] Removing intermediate container dbbe51f6cdba [2020-07-25T04:53:03.904Z] ---> 5593efc1d2f3 [2020-07-25T04:53:03.904Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:53:04.200Z] ---> Running in 8fe1baa60d94 [2020-07-25T04:53:04.200Z] Removing intermediate container d285482b0316 [2020-07-25T04:53:04.200Z] ---> 4bcd3baacd9e [2020-07-25T04:53:04.200Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:53:04.474Z] ---> Running in ec5bfb2b93a5 [2020-07-25T04:53:04.474Z] Removing intermediate container 8fe1baa60d94 [2020-07-25T04:53:04.474Z] ---> 4888e8c1ca98 [2020-07-25T04:53:04.474Z] [2020-07-25T04:53:05.069Z] Removing intermediate container ec5bfb2b93a5 [2020-07-25T04:53:05.069Z] ---> db7cc20cf407 [2020-07-25T04:53:05.069Z] [2020-07-25T04:53:05.069Z] Successfully built 4888e8c1ca98 [2020-07-25T04:53:05.351Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-25T04:53:05.624Z]  Building docker-core-metadata-go ... done Successfully built db7cc20cf407 [2020-07-25T04:53:05.624Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-25T04:53:13.897Z]  Building docker-support-logging-go ... done Removing intermediate container 69adc91657e0 [2020-07-25T04:53:13.897Z] ---> 5fa8bc5b7bfd [2020-07-25T04:53:13.897Z] [2020-07-25T04:53:13.897Z] Step 10/22 : FROM alpine [2020-07-25T04:53:13.897Z] ---> 62ee0e9f8440 [2020-07-25T04:53:13.897Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:53:13.897Z] ---> Running in e4264ae67675 [2020-07-25T04:53:13.897Z] Removing intermediate container e4264ae67675 [2020-07-25T04:53:13.897Z] ---> 759fb0c3233f [2020-07-25T04:53:13.897Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:53:13.897Z] ---> Running in ca22b1104fa5 [2020-07-25T04:53:13.897Z] Removing intermediate container ca22b1104fa5 [2020-07-25T04:53:13.897Z] ---> 560f79ecd97e [2020-07-25T04:53:13.897Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:53:13.897Z] ---> Running in 03373af71c1b [2020-07-25T04:53:14.492Z] Removing intermediate container 03373af71c1b [2020-07-25T04:53:14.492Z] ---> cf31d8a4eb10 [2020-07-25T04:53:14.492Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:53:14.492Z] ---> Running in 71ac9d8ad81f [2020-07-25T04:53:17.107Z] Removing intermediate container 71ac9d8ad81f [2020-07-25T04:53:17.107Z] ---> 664a507e868c [2020-07-25T04:53:17.107Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:53:17.107Z] ---> Running in 2cc32d5f32b4 [2020-07-25T04:53:18.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:53:19.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:53:20.472Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:53:20.472Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:53:20.472Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:53:21.061Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:53:21.061Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:53:21.343Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:53:21.343Z] OK: 8 MiB in 19 packages [2020-07-25T04:53:22.324Z] Removing intermediate container 2cc32d5f32b4 [2020-07-25T04:53:22.324Z] ---> 9d860474bc83 [2020-07-25T04:53:22.324Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:53:23.300Z] ---> d9375b6957bb [2020-07-25T04:53:23.300Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:53:24.728Z] ---> c15a084dea01 [2020-07-25T04:53:24.728Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:53:25.322Z] ---> 450bb8d724a2 [2020-07-25T04:53:25.322Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:53:25.322Z] ---> Running in 5020f920b23d [2020-07-25T04:53:25.912Z] Removing intermediate container 5020f920b23d [2020-07-25T04:53:25.912Z] ---> b543ca57dd71 [2020-07-25T04:53:25.912Z] Step 20/22 : LABEL arch=arm64 [2020-07-25T04:53:25.912Z] ---> Running in 02eaa9f5540b [2020-07-25T04:53:26.185Z] Removing intermediate container 02eaa9f5540b [2020-07-25T04:53:26.185Z] ---> 76ddd9c48b5e [2020-07-25T04:53:26.185Z] Step 21/22 : LABEL git_sha=f9fd280a40995d5363073f0e0b531a7b47912b70 [2020-07-25T04:53:26.456Z] ---> Running in f64c9d3fc376 [2020-07-25T04:53:26.728Z] Removing intermediate container f64c9d3fc376 [2020-07-25T04:53:26.728Z] ---> c78f3c009f9a [2020-07-25T04:53:26.728Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:53:26.998Z] ---> Running in 24ecb2721271 [2020-07-25T04:53:27.268Z] Removing intermediate container 24ecb2721271 [2020-07-25T04:53:27.268Z] ---> 4458414e8151 [2020-07-25T04:53:27.268Z] [2020-07-25T04:53:27.858Z] Successfully built 4458414e8151 [2020-07-25T04:53:27.858Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-25T04:53:28.145Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-25T04:53:28.110Z] $ docker stop --time=1 1435e971f6c6803e2d72f343822335e25e1f3788fb509c2aa581e2ffac916d90 [2020-07-25T04:53:29.922Z] $ docker rm -f 1435e971f6c6803e2d72f343822335e25e1f3788fb509c2aa581e2ffac916d90 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:53:30.646Z] + docker images [2020-07-25T04:53:30.646Z] + grep docker [2020-07-25T04:53:30.917Z] docker-core-data-go-arm64 latest 4458414e8151 3 seconds ago 23.3MB [2020-07-25T04:53:30.917Z] docker-core-metadata-go-arm64 latest 4888e8c1ca98 26 seconds ago 13.8MB [2020-07-25T04:53:30.917Z] docker-support-logging-go-arm64 latest db7cc20cf407 26 seconds ago 11.4MB [2020-07-25T04:53:30.917Z] docker-core-command-go-arm64 latest 2cf36d1e70e0 About a minute ago 12.4MB [2020-07-25T04:53:30.917Z] docker-security-proxy-setup-go-arm64 latest c922478b8e2f About a minute ago 15.8MB [2020-07-25T04:53:30.917Z] docker-sys-mgmt-agent-go-arm64 latest 94e2d9306ea6 2 minutes ago 266MB [2020-07-25T04:53:30.917Z] docker-security-secretstore-setup-go-arm64 latest 3927d2ac67ea 4 minutes ago 32.6MB [2020-07-25T04:53:30.917Z] docker-support-notifications-go-arm64 latest e8c7bc1f86d8 4 minutes ago 13.9MB [2020-07-25T04:53:30.917Z] docker-support-scheduler-go-arm64 latest 025c4156a635 4 minutes ago 12.6MB [2020-07-25T04:53:30.917Z] docker-security-secrets-setup-go-arm64 latest e80bb9c06d79 4 minutes ago 24.2MB [2020-07-25T04:53:30.917Z] docker latest ce9d55ae87f1 4 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-25T04:53:32.367Z] provisioning config files... [2020-07-25T04:53:32.394Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config7095736589222176158tmp [Pipeline] { [Pipeline] sh [2020-07-25T04:53:32.751Z] + curl -s https://codecov.io/bash [2020-07-25T04:53:32.751Z] + bash -s - -t @/w/workspace/edgex-go/20@tmp/config7095736589222176158tmp [Pipeline] } [2020-07-25T04:53:33.022Z] 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-25T04:53:34.525Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:53:35.830Z] ---> package-listing.sh [2020-07-25T04:53:35.831Z] ++ facter osfamily [2020-07-25T04:53:35.831Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-25T04:53:35.831Z] + OS_FAMILY=redhat [2020-07-25T04:53:35.831Z] + workspace=/w/workspace/edgex-go/20 [2020-07-25T04:53:35.831Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-25T04:53:35.831Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-25T04:53:35.831Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-25T04:53:35.831Z] + PACKAGES=/tmp/packages_start.txt [2020-07-25T04:53:35.831Z] + '[' /w/workspace/edgex-go/20 ']' [2020-07-25T04:53:35.831Z] + PACKAGES=/tmp/packages_end.txt [2020-07-25T04:53:35.831Z] + case "${OS_FAMILY}" in [2020-07-25T04:53:35.831Z] + rpm -qa [2020-07-25T04:53:35.831Z] + sort [2020-07-25T04:53:40.211Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-25T04:53:40.211Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-25T04:53:40.211Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-25T04:53:40.211Z] + '[' /w/workspace/edgex-go/20 ']' [2020-07-25T04:53:40.211Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2020-07-25T04:53:40.211Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:53:40.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:53:40.679Z] [2020-07-25T04:53:40.679Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:53:41.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:53:41.184Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-25T04:53:41.184Z] c9b1b535fdd9: Pulling fs layer [2020-07-25T04:53:41.184Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-25T04:53:41.184Z] 756a868c4378: Pulling fs layer [2020-07-25T04:53:41.184Z] 444b2fc9a129: Pulling fs layer [2020-07-25T04:53:41.184Z] ea15f1150254: Pulling fs layer [2020-07-25T04:53:41.184Z] 41b27a9f41bf: Pulling fs layer [2020-07-25T04:53:41.184Z] 28c525ee5125: Pulling fs layer [2020-07-25T04:53:41.184Z] 094b1ea09ed8: Pulling fs layer [2020-07-25T04:53:41.184Z] 138eaada9080: Pulling fs layer [2020-07-25T04:53:41.184Z] 0622d0fa9048: Pulling fs layer [2020-07-25T04:53:41.184Z] ea15f1150254: Waiting [2020-07-25T04:53:41.184Z] 41b27a9f41bf: Waiting [2020-07-25T04:53:41.184Z] 28c525ee5125: Waiting [2020-07-25T04:53:41.184Z] 094b1ea09ed8: Waiting [2020-07-25T04:53:41.184Z] 138eaada9080: Waiting [2020-07-25T04:53:41.184Z] 0622d0fa9048: Waiting [2020-07-25T04:53:41.184Z] 444b2fc9a129: Waiting [2020-07-25T04:53:41.184Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-25T04:53:41.184Z] 2cc5ad85d9ab: Download complete [2020-07-25T04:53:41.184Z] 444b2fc9a129: Verifying Checksum [2020-07-25T04:53:41.184Z] 444b2fc9a129: Download complete [2020-07-25T04:53:41.466Z] c9b1b535fdd9: Verifying Checksum [2020-07-25T04:53:41.466Z] c9b1b535fdd9: Download complete [2020-07-25T04:53:41.466Z] ea15f1150254: Download complete [2020-07-25T04:53:41.466Z] 28c525ee5125: Verifying Checksum [2020-07-25T04:53:41.466Z] 28c525ee5125: Download complete [2020-07-25T04:53:41.761Z] c9b1b535fdd9: Pull complete [2020-07-25T04:53:42.025Z] 756a868c4378: Verifying Checksum [2020-07-25T04:53:42.025Z] 756a868c4378: Download complete [2020-07-25T04:53:42.025Z] 2cc5ad85d9ab: Pull complete [2020-07-25T04:53:42.302Z] 138eaada9080: Verifying Checksum [2020-07-25T04:53:42.302Z] 138eaada9080: Download complete [2020-07-25T04:53:42.302Z] 094b1ea09ed8: Verifying Checksum [2020-07-25T04:53:42.302Z] 094b1ea09ed8: Download complete [2020-07-25T04:53:42.302Z] 0622d0fa9048: Download complete [2020-07-25T04:53:42.577Z] 41b27a9f41bf: Verifying Checksum [2020-07-25T04:53:42.577Z] 41b27a9f41bf: Download complete [2020-07-25T04:53:45.142Z] 756a868c4378: Pull complete [2020-07-25T04:53:45.142Z] 444b2fc9a129: Pull complete [2020-07-25T04:53:45.427Z] ea15f1150254: Pull complete [2020-07-25T04:53:54.562Z] 41b27a9f41bf: Pull complete [2020-07-25T04:53:54.562Z] 28c525ee5125: Pull complete [2020-07-25T04:53:57.346Z] 094b1ea09ed8: Pull complete [2020-07-25T04:53:57.629Z] 138eaada9080: Pull complete [2020-07-25T04:53:57.895Z] 0622d0fa9048: Pull complete [2020-07-25T04:53:57.895Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-25T04:53:57.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:53:57.895Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-25T04:53:58.070Z] prd-centos7-docker-4c-2g-964 does not seem to be running inside a container [2020-07-25T04:53:58.140Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-25T04:54:03.214Z] $ docker top b0c9f5c235ef09fb70f97e97402db235b992cd42c1fe4144001f7826c9c9ac3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-25T04:54:03.513Z] provisioning config files... [2020-07-25T04:54:03.529Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config1476789197732982331tmp [Pipeline] { [Pipeline] echo [2020-07-25T04:54:03.586Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:54:03.888Z] ---> create-netrc.sh [Pipeline] echo [2020-07-25T04:54:03.903Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:54:04.206Z] ---> logs-deploy.sh [2020-07-25T04:54:04.206Z] + ARCHIVE_ARTIFACTS= [2020-07-25T04:54:04.206Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-25T04:54:04.206Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-25T04:54:04.206Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-25T04:54:04.206Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/20 [2020-07-25T04:54:04.206Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/20/ [2020-07-25T04:54:04.206Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/20 /w/workspace/edgex-go/20 [2020-07-25T04:54:05.602Z] Archives upload complete. [2020-07-25T04:54:05.864Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/20 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/20/