Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1+aed4594c0c67a41538adeca107413fb688e317f4 (aafcfa141db87dd4c239f49bfadb612df1d23a88) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3344 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 Merge succeeded, producing 7f8d969431e8deb21b079de3438a1f9ee596c18c Checking out Revision 7f8d969431e8deb21b079de3438a1f9ee596c18c (PR-2659) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # 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 aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7f8d969431e8deb21b079de3438a1f9ee596c18c # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" > git rev-list --no-walk 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-11T04:30:41.063Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-11T04:30:41.253Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-11T04:30:41.347Z] ========================================================= [2020-08-11T04:30:41.347Z] EdgeX Global Pipelines Version Info [2020-08-11T04:30:41.347Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:30:43.209Z] ------------------- [2020-08-11T04:30:43.209Z] stable info: [2020-08-11T04:30:43.209Z] ------------------- [2020-08-11T04:30:43.209Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-11T04:30:43.209Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-11T04:30:43.209Z] Message: update stable to v1.0.106 [2020-08-11T04:30:43.784Z] ------------------- [2020-08-11T04:30:43.784Z] experimental info: [2020-08-11T04:30:43.784Z] ------------------- [2020-08-11T04:30:43.784Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-11T04:30:43.784Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-11T04:30:43.784Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-11T04:30:45.519Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ dirname cmd/core-command/Dockerfile [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ dirname cmd/core-data/Dockerfile [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-11T04:30:45.519Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-11T04:30:45.519Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-11T04:30:45.519Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:45.519Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-11T04:30:45.519Z] ++ cut -d/ -f2 [2020-08-11T04:30:45.519Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-11T04:30:45.586Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:30:46.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:30:46.517Z] [2020-08-11T04:30:46.517Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:30:46.858Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:30:46.858Z] latest: Pulling from edgex-devops/git-semver [2020-08-11T04:30:46.858Z] 31603596830f: Pulling fs layer [2020-08-11T04:30:46.858Z] 2a8b12db71e7: Pulling fs layer [2020-08-11T04:30:46.858Z] 6ca5941a6612: Pulling fs layer [2020-08-11T04:30:46.858Z] ecc8261a40a4: Pulling fs layer [2020-08-11T04:30:46.858Z] ecc8261a40a4: Waiting [2020-08-11T04:30:46.858Z] 2a8b12db71e7: Verifying Checksum [2020-08-11T04:30:46.858Z] 2a8b12db71e7: Download complete [2020-08-11T04:30:47.121Z] 31603596830f: Verifying Checksum [2020-08-11T04:30:47.121Z] 31603596830f: Download complete [2020-08-11T04:30:47.121Z] ecc8261a40a4: Verifying Checksum [2020-08-11T04:30:47.121Z] ecc8261a40a4: Download complete [2020-08-11T04:30:47.121Z] 6ca5941a6612: Verifying Checksum [2020-08-11T04:30:47.121Z] 6ca5941a6612: Download complete [2020-08-11T04:30:47.385Z] 31603596830f: Pull complete [2020-08-11T04:30:47.655Z] 2a8b12db71e7: Pull complete [2020-08-11T04:30:48.604Z] 6ca5941a6612: Pull complete [2020-08-11T04:30:48.604Z] ecc8261a40a4: Pull complete [2020-08-11T04:30:48.604Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-11T04:30:48.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:30:48.604Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-11T04:30:48.694Z] prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container [2020-08-11T04:30:48.738Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-11T04:30:51.214Z] $ docker top 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-11T04:30:51.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T04:30:51.566Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T04:30:51.788Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T04:30:51.793Z] $ docker exec 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b ssh-agent [2020-08-11T04:30:51.966Z] SSH_AUTH_SOCK=/tmp/ssh-cuLKoeRqIwxu/agent.12 [2020-08-11T04:30:51.966Z] SSH_AGENT_PID=17 [2020-08-11T04:30:51.977Z] Running ssh-add (command line suppressed) [2020-08-11T04:30:52.102Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3371537121102587069.key (/w/workspace/edgex-go/4@tmp/private_key_3371537121102587069.key) [2020-08-11T04:30:52.155Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T04:30:52.526Z] + git describe --exact-match --tags HEAD [2020-08-11T04:30:52.526Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-11T04:30:52.611Z] $ docker exec --env ******** --env ******** 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b ssh-agent -k [2020-08-11T04:30:52.724Z] unset SSH_AUTH_SOCK; [2020-08-11T04:30:52.724Z] unset SSH_AGENT_PID; [2020-08-11T04:30:52.725Z] echo Agent pid 17 killed; [2020-08-11T04:30:52.766Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-11T04:30:52.851Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-11T04:30:52.851Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-11T04:30:52.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T04:30:52.945Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T04:30:53.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T04:30:53.141Z] $ docker exec 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b ssh-agent [2020-08-11T04:30:53.303Z] SSH_AUTH_SOCK=/tmp/ssh-uCK6QTjGFvwA/agent.45 [2020-08-11T04:30:53.303Z] SSH_AGENT_PID=50 [2020-08-11T04:30:53.348Z] Running ssh-add (command line suppressed) [2020-08-11T04:30:53.479Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7898867736513558504.key (/w/workspace/edgex-go/4@tmp/private_key_7898867736513558504.key) [2020-08-11T04:30:53.657Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T04:30:53.979Z] + git semver init [2020-08-11T04:30:53.979Z] # -> Open(): unable to determine branch for HEAD [2020-08-11T04:30:53.979Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-08-11T04:30:53.979Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-08-11T04:30:53.979Z] # $SEMVER_REMOTE_NAME = origin [2020-08-11T04:30:53.979Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-11T04:30:53.979Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-11T04:30:53.979Z] # $SEMVER_BRANCH = PR-2659 [2020-08-11T04:30:53.979Z] # $SEMVER_TEMP = /tmp/semver-519779548 [2020-08-11T04:30:53.979Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-11T04:31:20.620Z] # '/tmp/semver-519779548' -> '/w/workspace/edgex-go/4/.semver' [2020-08-11T04:31:20.620Z] # -> Force: false [2020-08-11T04:31:20.620Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-08-11T04:31:20.633Z] $ docker exec --env ******** --env ******** 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b ssh-agent -k [2020-08-11T04:31:20.838Z] unset SSH_AUTH_SOCK; [2020-08-11T04:31:20.840Z] unset SSH_AGENT_PID; [2020-08-11T04:31:20.840Z] echo Agent pid 50 killed; [2020-08-11T04:31:20.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-11T04:31:21.380Z] + git semver [Pipeline] } [2020-08-11T04:31:21.397Z] $ docker stop --time=1 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b [2020-08-11T04:31:23.023Z] $ docker rm -f 12c6b33586dec1c1b684feb444414fe0104ad3b0b2e13bf7951f919b38f6392b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-11T04:31:36.440Z] Stashed 31 file(s) [Pipeline] echo [2020-08-11T04:31:36.442Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-11T04:31:36.852Z] ========================================================= [2020-08-11T04:31:36.852Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-11T04:31:36.852Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:31:37.227Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-11T04:31:40.538Z] Sending build context to Docker daemon 323MB [2020-08-11T04:31:40.538Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T04:31:40.538Z] Step 2/7 : FROM ${BASE} [2020-08-11T04:31:40.538Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-11T04:31:40.538Z] df20fa9351a1: Pulling fs layer [2020-08-11T04:31:40.538Z] ed8968b2872e: Pulling fs layer [2020-08-11T04:31:40.538Z] a92cc7c5fd73: Pulling fs layer [2020-08-11T04:31:40.538Z] 2dd03ba5bac4: Pulling fs layer [2020-08-11T04:31:40.538Z] 1e091d79d1de: Pulling fs layer [2020-08-11T04:31:40.538Z] 481702a1767f: Pulling fs layer [2020-08-11T04:31:40.538Z] f64a6f60c768: Pulling fs layer [2020-08-11T04:31:40.538Z] e78d2573fc39: Pulling fs layer [2020-08-11T04:31:40.538Z] e876d2f968b6: Pulling fs layer [2020-08-11T04:31:40.538Z] 1e091d79d1de: Waiting [2020-08-11T04:31:40.538Z] 481702a1767f: Waiting [2020-08-11T04:31:40.538Z] 2dd03ba5bac4: Waiting [2020-08-11T04:31:40.538Z] e78d2573fc39: Waiting [2020-08-11T04:31:40.538Z] f64a6f60c768: Waiting [2020-08-11T04:31:40.538Z] ce8a83651883: Pulling fs layer [2020-08-11T04:31:40.538Z] 07967f4d0e4b: Pulling fs layer [2020-08-11T04:31:40.538Z] e876d2f968b6: Waiting [2020-08-11T04:31:40.538Z] ce8a83651883: Waiting [2020-08-11T04:31:40.538Z] 07967f4d0e4b: Waiting [2020-08-11T04:31:40.538Z] a92cc7c5fd73: Verifying Checksum [2020-08-11T04:31:40.538Z] a92cc7c5fd73: Download complete [2020-08-11T04:31:40.538Z] ed8968b2872e: Download complete [2020-08-11T04:31:40.538Z] 1e091d79d1de: Verifying Checksum [2020-08-11T04:31:40.538Z] 1e091d79d1de: Download complete [2020-08-11T04:31:40.538Z] 481702a1767f: Verifying Checksum [2020-08-11T04:31:40.538Z] 481702a1767f: Download complete [2020-08-11T04:31:40.538Z] df20fa9351a1: Verifying Checksum [2020-08-11T04:31:40.538Z] df20fa9351a1: Download complete [2020-08-11T04:31:40.826Z] df20fa9351a1: Pull complete [2020-08-11T04:31:41.825Z] f64a6f60c768: Verifying Checksum [2020-08-11T04:31:41.825Z] f64a6f60c768: Download complete [2020-08-11T04:31:42.087Z] 2dd03ba5bac4: Verifying Checksum [2020-08-11T04:31:42.087Z] 2dd03ba5bac4: Download complete [2020-08-11T04:31:42.087Z] e78d2573fc39: Verifying Checksum [2020-08-11T04:31:42.087Z] e78d2573fc39: Download complete [2020-08-11T04:31:42.348Z] e876d2f968b6: Verifying Checksum [2020-08-11T04:31:42.348Z] e876d2f968b6: Download complete [2020-08-11T04:31:42.349Z] 07967f4d0e4b: Verifying Checksum [2020-08-11T04:31:42.349Z] 07967f4d0e4b: Download complete [2020-08-11T04:31:42.610Z] ce8a83651883: Verifying Checksum [2020-08-11T04:31:42.610Z] ce8a83651883: Download complete [2020-08-11T04:31:43.183Z] ed8968b2872e: Pull complete [2020-08-11T04:31:43.444Z] a92cc7c5fd73: Pull complete [2020-08-11T04:31:48.758Z] 2dd03ba5bac4: Pull complete [2020-08-11T04:31:49.023Z] 1e091d79d1de: Pull complete [2020-08-11T04:31:49.023Z] 481702a1767f: Pull complete [2020-08-11T04:31:51.671Z] Still waiting to schedule task [2020-08-11T04:31:51.671Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-11T04:31:55.637Z] f64a6f60c768: Pull complete [2020-08-11T04:31:58.953Z] e78d2573fc39: Pull complete [2020-08-11T04:31:58.953Z] e876d2f968b6: Pull complete [2020-08-11T04:31:59.908Z] ce8a83651883: Pull complete [2020-08-11T04:32:00.171Z] 07967f4d0e4b: Pull complete [2020-08-11T04:32:00.171Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-11T04:32:00.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-11T04:32:00.171Z] ---> 5d7c900382c6 [2020-08-11T04:32:00.171Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-11T04:32:01.117Z] ---> Running in 4f3a7d96de57 [2020-08-11T04:32:01.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:32:03.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:32:05.012Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T04:32:06.409Z] (2/12) Installing file (5.38-r0) [2020-08-11T04:32:06.672Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T04:32:06.672Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T04:32:38.844Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T04:32:38.844Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T04:32:38.844Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T04:32:38.844Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T04:32:38.844Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T04:32:38.844Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T04:32:38.844Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T04:32:38.844Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T04:32:38.844Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:32:38.844Z] OK: 233 MiB in 51 packages [2020-08-11T04:32:39.801Z] Removing intermediate container 4f3a7d96de57 [2020-08-11T04:32:39.801Z] ---> 82e967811b4c [2020-08-11T04:32:39.801Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T04:32:39.801Z] ---> Running in 6b48ec8b6a97 [2020-08-11T04:32:39.801Z] Removing intermediate container 6b48ec8b6a97 [2020-08-11T04:32:39.801Z] ---> c9ddfb777b4a [2020-08-11T04:32:39.801Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T04:32:40.064Z] latest: Pulling from library/docker [2020-08-11T04:32:40.644Z] df20fa9351a1: Already exists [2020-08-11T04:32:40.644Z] 25ad7478873d: Pulling fs layer [2020-08-11T04:32:40.644Z] 4684f6177b5d: Pulling fs layer [2020-08-11T04:32:40.644Z] 46e300cec669: Pulling fs layer [2020-08-11T04:32:40.644Z] 63038576ad94: Pulling fs layer [2020-08-11T04:32:40.644Z] 0fdb76c4706c: Pulling fs layer [2020-08-11T04:32:40.644Z] cb7edeffdfd5: Pulling fs layer [2020-08-11T04:32:40.644Z] 63038576ad94: Waiting [2020-08-11T04:32:40.644Z] 0fdb76c4706c: Waiting [2020-08-11T04:32:40.644Z] cb7edeffdfd5: Waiting [2020-08-11T04:32:40.644Z] 4684f6177b5d: Verifying Checksum [2020-08-11T04:32:40.644Z] 4684f6177b5d: Download complete [2020-08-11T04:32:40.644Z] 25ad7478873d: Verifying Checksum [2020-08-11T04:32:40.644Z] 25ad7478873d: Download complete [2020-08-11T04:32:40.644Z] 63038576ad94: Verifying Checksum [2020-08-11T04:32:40.644Z] 63038576ad94: Download complete [2020-08-11T04:32:40.909Z] cb7edeffdfd5: Verifying Checksum [2020-08-11T04:32:40.909Z] cb7edeffdfd5: Download complete [2020-08-11T04:32:40.909Z] 25ad7478873d: Pull complete [2020-08-11T04:32:41.172Z] 0fdb76c4706c: Verifying Checksum [2020-08-11T04:32:41.172Z] 0fdb76c4706c: Download complete [2020-08-11T04:32:41.172Z] 4684f6177b5d: Pull complete [2020-08-11T04:32:41.437Z] 46e300cec669: Verifying Checksum [2020-08-11T04:32:41.437Z] 46e300cec669: Download complete [2020-08-11T04:32:44.017Z] 46e300cec669: Pull complete [2020-08-11T04:32:44.017Z] 63038576ad94: Pull complete [2020-08-11T04:32:44.282Z] 0fdb76c4706c: Pull complete [2020-08-11T04:32:44.282Z] cb7edeffdfd5: Pull complete [2020-08-11T04:32:44.282Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T04:32:44.282Z] Status: Downloaded newer image for docker:latest [2020-08-11T04:32:46.223Z] ---> 5da67a32a218 [2020-08-11T04:32:46.223Z] Step 6/7 : COPY go.mod . [2020-08-11T04:32:46.223Z] ---> af40bdc718ac [2020-08-11T04:32:46.223Z] Step 7/7 : RUN go mod download [2020-08-11T04:32:46.485Z] ---> Running in 1dcce7145d56 [2020-08-11T04:32:49.056Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T04:32:49.056Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T04:32:49.056Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T04:32:49.056Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T04:32:49.056Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T04:32:49.056Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T04:32:49.056Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T04:32:49.056Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T04:32:49.056Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T04:32:49.056Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T04:32:49.056Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T04:32:49.056Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T04:32:49.056Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T04:32:49.057Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T04:32:49.057Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T04:32:49.057Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T04:32:49.057Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T04:32:49.057Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T04:32:49.057Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T04:32:49.057Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T04:32:49.057Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T04:32:49.057Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T04:32:49.057Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T04:32:49.057Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T04:32:49.057Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T04:32:49.057Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T04:32:49.057Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T04:32:49.320Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T04:32:49.320Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T04:32:49.320Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T04:32:49.320Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T04:32:49.320Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T04:32:49.320Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T04:32:49.320Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T04:32:49.320Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T04:32:49.320Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T04:32:49.320Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T04:32:49.320Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T04:32:49.583Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T04:32:49.583Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T04:32:49.583Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T04:32:49.583Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T04:32:49.583Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T04:32:49.583Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T04:32:49.583Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T04:32:49.583Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T04:32:49.583Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T04:32:49.583Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T04:32:49.583Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T04:32:49.844Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T04:32:49.844Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T04:32:49.844Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T04:32:49.844Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T04:32:49.844Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T04:32:49.844Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T04:32:49.844Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T04:32:49.844Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T04:32:49.844Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T04:32:49.844Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T04:32:49.844Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T04:32:49.844Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T04:32:50.106Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T04:32:50.106Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T04:32:50.106Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T04:32:50.106Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T04:32:50.106Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T04:32:50.106Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T04:32:50.106Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T04:32:50.106Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T04:32:50.106Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T04:32:50.106Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T04:32:50.106Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T04:32:50.368Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T04:32:50.368Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T04:32:50.368Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T04:32:50.368Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T04:32:50.369Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T04:32:50.369Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T04:32:50.369Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T04:32:50.369Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T04:32:50.369Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-11T04:32:50.369Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T04:32:50.369Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T04:32:50.369Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T04:32:50.633Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T04:32:50.633Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T04:32:50.633Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T04:32:50.633Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T04:32:50.633Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T04:32:50.633Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T04:32:50.633Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T04:33:05.611Z] Removing intermediate container 1dcce7145d56 [2020-08-11T04:33:05.611Z] ---> bbb49764bbd0 [2020-08-11T04:33:05.611Z] Successfully built bbb49764bbd0 [2020-08-11T04:33:05.611Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:33:06.180Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-11T04:33:06.180Z] . [Pipeline] withDockerContainer [2020-08-11T04:33:06.295Z] prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container [2020-08-11T04:33:06.391Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-11T04:33:07.130Z] $ docker top 2a066b71b648f9669891991215aac4bcfcd86dcf31c9262e94a1acf0c8a7aecf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:33:07.658Z] + go version [2020-08-11T04:33:07.658Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-11T04:33:07.673Z] ========================================================= [2020-08-11T04:33:07.673Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T04:33:07.673Z] ========================================================= [Pipeline] sh [2020-08-11T04:33:07.971Z] + make test [2020-08-11T04:33:07.971Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T04:33:10.557Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T04:33:20.699Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T04:33:26.737Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T04:33:26.737Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T04:33:26.737Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T04:33:26.737Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T04:33:28.165Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.029s [2020-08-11T04:33:28.165Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T04:33:28.165Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T04:33:28.165Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T04:33:28.165Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T04:33:28.765Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T04:33:29.042Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T04:33:29.042Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T04:33:29.042Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T04:33:37.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.050s coverage: 46.6% of statements [2020-08-11T04:33:37.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T04:33:37.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T04:33:37.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T04:33:37.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T04:33:37.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T04:33:38.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.085s coverage: 27.3% of statements [2020-08-11T04:33:38.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T04:33:38.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T04:33:38.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T04:33:38.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T04:33:38.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T04:33:38.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T04:33:38.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-08-11T04:33:38.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T04:33:38.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.016s coverage: 100.0% of statements [2020-08-11T04:33:38.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T04:33:39.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.112s coverage: 28.6% of statements [2020-08-11T04:33:39.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T04:33:39.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T04:33:39.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T04:33:39.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T04:33:39.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T04:33:39.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.025s coverage: 100.0% of statements [2020-08-11T04:33:39.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T04:33:39.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.012s coverage: 100.0% of statements [2020-08-11T04:33:39.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T04:33:39.891Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.051s coverage: 89.8% of statements [2020-08-11T04:33:39.891Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T04:33:40.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.018s coverage: 97.5% of statements [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T04:33:40.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.013s coverage: 100.0% of statements [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T04:33:40.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T04:33:40.491Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2020-08-11T04:33:41.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.057s coverage: 63.5% of statements [2020-08-11T04:33:41.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T04:33:41.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T04:33:41.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements [2020-08-11T04:33:41.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.136s coverage: 55.9% of statements [2020-08-11T04:33:41.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T04:33:41.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T04:33:41.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T04:33:41.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.791s coverage: 86.3% of statements [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.356s coverage: 72.2% of statements [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.154s coverage: 72.1% of statements [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.018s coverage: 96.8% of statements [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.041s coverage: 31.1% of statements [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.079s coverage: 84.1% of statements [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T04:33:47.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.006s coverage: 100.0% of statements [2020-08-11T04:33:47.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T04:33:47.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.039s coverage: 83.8% of statements [2020-08-11T04:33:47.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T04:33:49.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.054s coverage: 46.1% of statements [2020-08-11T04:33:49.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T04:33:49.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T04:33:49.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements [2020-08-11T04:33:49.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T04:33:49.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T04:33:49.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T04:33:49.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.029s coverage: 100.0% of statements [2020-08-11T04:33:49.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T04:33:49.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements [2020-08-11T04:33:49.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T04:33:51.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.095s coverage: 29.1% of statements [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T04:33:51.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.046s coverage: 99.0% of statements [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T04:33:51.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.010s coverage: 100.0% of statements [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T04:33:51.586Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T04:33:51.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T04:33:51.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T04:33:52.580Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2020-08-11T04:33:52.580Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T04:33:52.580Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T04:33:52.580Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2020-08-11T04:33:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-08-11T04:33:52.860Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.010s coverage: 100.0% of statements [2020-08-11T04:33:53.129Z] GO111MODULE=on go vet ./... [2020-08-11T04:33:59.794Z] gofmt -l . [2020-08-11T04:34:00.376Z] [ "`gofmt -l .`" = "" ] [2020-08-11T04:34:00.952Z] ./bin/test-go-mod-tidy.sh [2020-08-11T04:34:01.528Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-11T04:34:03.300Z] + ls -al . [2020-08-11T04:34:03.300Z] total 556 [2020-08-11T04:34:03.300Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 04:34 . [2020-08-11T04:34:03.300Z] drwxr-xr-x 4 root root 28 Aug 11 04:33 .. [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 04:30 .dockerignore [2020-08-11T04:34:03.300Z] drwxrwxr-x 8 1001 1001 179 Aug 11 04:30 .git [2020-08-11T04:34:03.300Z] drwxrwxr-x 3 1001 1001 60 Aug 11 04:30 .github [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 04:30 .gitignore [2020-08-11T04:34:03.300Z] drwx------ 3 1001 1001 47 Aug 11 04:31 .semver [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 04:30 .sonarcloud.properties [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:30 CONTRIBUTING.md [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:30 Dockerfile.build [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 04:30 Jenkinsfile [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:30 LICENSE [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:30 Makefile [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:30 README.md [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:30 SECURITY.md [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 04:31 VERSION [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:30 ZMQWindows.md [2020-08-11T04:34:03.300Z] drwxrwxr-x 2 1001 1001 117 Aug 11 04:30 bin [2020-08-11T04:34:03.300Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 04:30 cmd [2020-08-11T04:34:03.300Z] -rw-r--r-- 1 root root 458010 Aug 11 04:33 coverage.out [2020-08-11T04:34:03.300Z] -rw-r--r-- 1 root root 983 Aug 11 04:34 go.mod [2020-08-11T04:34:03.300Z] -rw-r--r-- 1 root root 17542 Aug 11 04:34 go.sum [2020-08-11T04:34:03.300Z] drwxrwxr-x 8 1001 1001 127 Aug 11 04:30 internal [2020-08-11T04:34:03.300Z] drwxrwxr-x 4 1001 1001 26 Aug 11 04:30 openapi [2020-08-11T04:34:03.300Z] drwxrwxr-x 4 1001 1001 71 Aug 11 04:30 snap [2020-08-11T04:34:03.300Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 04:30 version.go [Pipeline] sh [2020-08-11T04:34:03.641Z] + '[' -e coverage.out ] [2020-08-11T04:34:03.641Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T04:34:03.784Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T04:34:04.101Z] + make build [2020-08-11T04:34:04.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-11T04:34:10.841Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-11T04:34:14.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-11T04:34:16.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-11T04:34:17.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-11T04:34:19.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-11T04:34:19.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-11T04:34:22.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-11T04:34:24.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-11T04:34:25.114Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-11T04:34:27.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-11T04:34:29.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-11T04:34:30.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-11T04:34:31.435Z] $ docker stop --time=1 2a066b71b648f9669891991215aac4bcfcd86dcf31c9262e94a1acf0c8a7aecf [2020-08-11T04:34:33.088Z] $ docker rm -f 2a066b71b648f9669891991215aac4bcfcd86dcf31c9262e94a1acf0c8a7aecf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:34:34.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:34.558Z] [2020-08-11T04:34:34.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:34:34.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:34.899Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-11T04:34:34.899Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-11T04:34:34.899Z] ca9280d653b3: Pulling fs layer [2020-08-11T04:34:34.899Z] 7e9c9ca2126c: Pulling fs layer [2020-08-11T04:34:34.899Z] cbdbe7a5bc2a: Download complete [2020-08-11T04:34:35.162Z] ca9280d653b3: Download complete [2020-08-11T04:34:35.439Z] cbdbe7a5bc2a: Pull complete [2020-08-11T04:34:36.016Z] 7e9c9ca2126c: Download complete [2020-08-11T04:34:36.279Z] ca9280d653b3: Pull complete [2020-08-11T04:34:41.167Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3350 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws [2020-08-11T04:34:41.209Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-08-11T04:34:42.902Z] 7e9c9ca2126c: Pull complete [2020-08-11T04:34:42.902Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-11T04:34:42.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:42.902Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-11T04:34:43.042Z] prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container [2020-08-11T04:34:43.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-11T04:34:45.553Z] $ docker top 84bf303577360e20d50051214aae549c3de3dae108c8a517468cc697587a4f2c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:34:46.027Z] + docker-compose build --help [2020-08-11T04:34:46.027Z] + grep parallel [2020-08-11T04:34:46.325Z] using credential edgex-jenkins-ssh [2020-08-11T04:34:46.404Z] Cloning the remote Git repository [2020-08-11T04:34:46.404Z] Cloning with configured refspecs honoured and without tags [2020-08-11T04:34:47.420Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T04:34:47.437Z] $ docker stop --time=1 84bf303577360e20d50051214aae549c3de3dae108c8a517468cc697587a4f2c [2020-08-11T04:34:46.463Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:34:46.575Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-08-11T04:34:46.638Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:34:46.639Z] > git --version # timeout=10 [2020-08-11T04:34:46.663Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:34:46.737Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:34:48.784Z] $ docker rm -f 84bf303577360e20d50051214aae549c3de3dae108c8a517468cc697587a4f2c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:34:49.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:49.356Z] . [Pipeline] withDockerContainer [2020-08-11T04:34:49.447Z] prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container [2020-08-11T04:34:49.494Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-11T04:34:50.135Z] $ docker top 956d6884cf327b0420242305fe09712746321ea34e66bd8906d4405c91448ccb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:34:50.615Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T04:34:51.560Z] Building docker-core-command-go ... [2020-08-11T04:34:51.560Z] Building docker-core-data-go ... [2020-08-11T04:34:51.560Z] Building docker-core-metadata-go ... [2020-08-11T04:34:51.560Z] Building docker-security-proxy-setup-go ... [2020-08-11T04:34:51.560Z] Building docker-security-secrets-setup-go ... [2020-08-11T04:34:51.560Z] Building docker-security-secretstore-setup-go ... [2020-08-11T04:34:51.560Z] Building docker-support-logging-go ... [2020-08-11T04:34:51.560Z] Building docker-support-notifications-go ... [2020-08-11T04:34:51.560Z] Building docker-support-scheduler-go ... [2020-08-11T04:34:51.560Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T04:34:51.560Z] Building docker-support-scheduler-go [2020-08-11T04:34:51.560Z] Building docker-sys-mgmt-agent-go [2020-08-11T04:34:51.560Z] Building docker-core-data-go [2020-08-11T04:34:51.560Z] Building docker-support-notifications-go [2020-08-11T04:34:51.560Z] Building docker-support-logging-go [2020-08-11T04:35:09.950Z] Fetching without tags [2020-08-11T04:35:09.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T04:35:09.838Z] > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 [2020-08-11T04:35:09.857Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:35:09.878Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T04:35:09.973Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:35:09.974Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:35:09.991Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:35:10.505Z] Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 [2020-08-11T04:35:11.138Z] Merge succeeded, producing 07d07da4bc73f502211bea88e12077d3ed00976b [2020-08-11T04:35:11.138Z] Checking out Revision 07d07da4bc73f502211bea88e12077d3ed00976b (PR-2659) [2020-08-11T04:35:10.521Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T04:35:10.542Z] > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 [2020-08-11T04:35:10.816Z] > git remote # timeout=10 [2020-08-11T04:35:10.833Z] > git config --get remote.origin.url # timeout=10 [2020-08-11T04:35:10.843Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:35:10.860Z] > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [2020-08-11T04:35:11.114Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-11T04:35:11.141Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T04:35:11.154Z] > git checkout -f 07d07da4bc73f502211bea88e12077d3ed00976b # timeout=10 [2020-08-11T04:35:15.274Z] Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" [2020-08-11T04:35:15.279Z] > git rev-list --no-walk 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-11T04:35:23.847Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:23.847Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:23.847Z] ---> bbb49764bbd0 [2020-08-11T04:35:23.847Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:35:23.847Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:23.847Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:23.847Z] ---> bbb49764bbd0 [2020-08-11T04:35:23.847Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:35:23.847Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:23.847Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:23.847Z] ---> bbb49764bbd0 [2020-08-11T04:35:23.847Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T04:35:24.152Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:24.152Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:24.152Z] ---> bbb49764bbd0 [2020-08-11T04:35:24.152Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:35:24.152Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:24.152Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:24.152Z] ---> bbb49764bbd0 [2020-08-11T04:35:24.152Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T04:35:24.731Z] ---> Running in f5c9a790124a [2020-08-11T04:35:24.731Z] ---> Running in 2ffcfd9f8417 [2020-08-11T04:35:24.731Z] ---> Running in 99364c190fdb [2020-08-11T04:35:24.731Z] ---> Running in 5cd7a13dd869 [2020-08-11T04:35:24.731Z] ---> Running in c36ae0717dda [2020-08-11T04:35:25.315Z] Removing intermediate container 99364c190fdb [2020-08-11T04:35:25.315Z] ---> dcaa5ad6ea9e [2020-08-11T04:35:25.315Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:25.315Z] Removing intermediate container 2ffcfd9f8417 [2020-08-11T04:35:25.315Z] ---> 0ee6acbdba69 [2020-08-11T04:35:25.315Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:25.315Z] Removing intermediate container c36ae0717dda [2020-08-11T04:35:25.315Z] ---> 5a8d1ddca2cf [2020-08-11T04:35:25.315Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:25.315Z] Removing intermediate container f5c9a790124a [2020-08-11T04:35:25.315Z] ---> 5f73d6b9459d [2020-08-11T04:35:25.315Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:25.578Z] Removing intermediate container 5cd7a13dd869 [2020-08-11T04:35:25.578Z] ---> 44ef6efbc679 [2020-08-11T04:35:25.578Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:25.578Z] ---> Running in 6da3edfe53f6 [2020-08-11T04:35:25.578Z] ---> Running in 3b30f9a97d00 [2020-08-11T04:35:25.578Z] ---> Running in 81064a296013 [2020-08-11T04:35:25.578Z] ---> Running in baf77e4e5c9b [2020-08-11T04:35:25.578Z] ---> Running in be780c3bab46 [Pipeline] echo [2020-08-11T04:35:28.042Z] ========================================================= [2020-08-11T04:35:28.042Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-11T04:35:28.042Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:35:28.172Z] Removing intermediate container 81064a296013 [2020-08-11T04:35:28.172Z] ---> c2fac5471722 [2020-08-11T04:35:28.172Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T04:35:28.172Z] Removing intermediate container 6da3edfe53f6 [2020-08-11T04:35:28.172Z] ---> 82112c0d8744 [2020-08-11T04:35:28.172Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T04:35:28.172Z] ---> Running in 7c2a39ac6379 [2020-08-11T04:35:28.440Z] ---> Running in 5fcf120c8ecf [2020-08-11T04:35:28.440Z] Removing intermediate container 3b30f9a97d00 [2020-08-11T04:35:28.440Z] ---> d84d2a5cbf7a [2020-08-11T04:35:28.440Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:35:28.704Z] Removing intermediate container baf77e4e5c9b [2020-08-11T04:35:28.704Z] ---> 42912551311e [2020-08-11T04:35:28.704Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T04:35:28.952Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-11T04:35:28.967Z] ---> Running in 293d7ac36b6a [2020-08-11T04:35:28.967Z] Removing intermediate container be780c3bab46 [2020-08-11T04:35:28.967Z] ---> 50ef7815b8cc [2020-08-11T04:35:28.967Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T04:35:28.967Z] ---> Running in 8cffb51bd7c5 [2020-08-11T04:35:29.231Z] ---> Running in 148823d9fd7e [2020-08-11T04:35:29.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:29.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:29.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:30.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:30.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:30.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:30.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:30.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:30.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:30.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:30.821Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:30.821Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:30.821Z] OK: 12749 distinct packages available [2020-08-11T04:35:31.093Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:31.357Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:31.357Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:31.357Z] OK: 12749 distinct packages available [2020-08-11T04:35:31.357Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:31.357Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:31.357Z] OK: 12749 distinct packages available [2020-08-11T04:35:31.357Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:31.357Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:31.357Z] OK: 12749 distinct packages available [2020-08-11T04:35:31.624Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:31.624Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:31.897Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:31.897Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:31.897Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:31.897Z] OK: 12749 distinct packages available [2020-08-11T04:35:31.897Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:31.897Z] Removing intermediate container 7c2a39ac6379 [2020-08-11T04:35:31.897Z] ---> 6acbc44bd9c4 [2020-08-11T04:35:31.897Z] Step 6/23 : COPY go.mod . [2020-08-11T04:35:32.173Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:32.440Z] Removing intermediate container 293d7ac36b6a [2020-08-11T04:35:32.440Z] ---> 4bc6f73bb926 [2020-08-11T04:35:32.440Z] Step 6/20 : COPY go.mod . [2020-08-11T04:35:32.440Z] ---> 20d20d9ff2b3 [2020-08-11T04:35:32.440Z] Step 7/23 : RUN go mod download [2020-08-11T04:35:32.709Z] Removing intermediate container 148823d9fd7e [2020-08-11T04:35:32.709Z] ---> d63cffe81a01 [2020-08-11T04:35:32.709Z] Step 6/26 : COPY go.mod . [2020-08-11T04:35:32.709Z] ---> Running in fdd40d56981b [2020-08-11T04:35:32.972Z] ---> 7918ee70be61 [2020-08-11T04:35:32.972Z] Step 7/20 : RUN go mod download [2020-08-11T04:35:32.972Z] Removing intermediate container 5fcf120c8ecf [2020-08-11T04:35:32.972Z] ---> e6fe4981fc09 [2020-08-11T04:35:32.972Z] Step 6/21 : COPY go.mod . [2020-08-11T04:35:33.236Z] ---> Running in 6c252cee9c4b [2020-08-11T04:35:33.236Z] ---> 802ff5494a88 [2020-08-11T04:35:33.236Z] Step 7/26 : RUN go mod download [2020-08-11T04:35:33.236Z] Removing intermediate container 8cffb51bd7c5 [2020-08-11T04:35:33.236Z] ---> ee526ea436b8 [2020-08-11T04:35:33.236Z] Step 6/22 : COPY go.mod . [2020-08-11T04:35:33.272Z] Sending build context to Docker daemon 323MB [2020-08-11T04:35:33.272Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T04:35:33.272Z] Step 2/7 : FROM ${BASE} [2020-08-11T04:35:33.272Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-11T04:35:33.272Z] b538f80385f9: Pulling fs layer [2020-08-11T04:35:33.272Z] 74f711af9a0d: Pulling fs layer [2020-08-11T04:35:33.272Z] 99f96fe45779: Pulling fs layer [2020-08-11T04:35:33.272Z] fd7a069fd194: Pulling fs layer [2020-08-11T04:35:33.272Z] 66aa3694b03b: Pulling fs layer [2020-08-11T04:35:33.272Z] 170f70906a0f: Pulling fs layer [2020-08-11T04:35:33.272Z] ad7c5574e4b9: Pulling fs layer [2020-08-11T04:35:33.272Z] e772456be8f7: Pulling fs layer [2020-08-11T04:35:33.272Z] c890913d741a: Pulling fs layer [2020-08-11T04:35:33.272Z] 2480fcc9aa5a: Pulling fs layer [2020-08-11T04:35:33.272Z] 09adf4765672: Pulling fs layer [2020-08-11T04:35:33.272Z] fd7a069fd194: Waiting [2020-08-11T04:35:33.272Z] 66aa3694b03b: Waiting [2020-08-11T04:35:33.272Z] 170f70906a0f: Waiting [2020-08-11T04:35:33.272Z] ad7c5574e4b9: Waiting [2020-08-11T04:35:33.272Z] e772456be8f7: Waiting [2020-08-11T04:35:33.272Z] c890913d741a: Waiting [2020-08-11T04:35:33.272Z] 2480fcc9aa5a: Waiting [2020-08-11T04:35:33.272Z] 09adf4765672: Waiting [2020-08-11T04:35:33.272Z] 99f96fe45779: Verifying Checksum [2020-08-11T04:35:33.272Z] 99f96fe45779: Download complete [2020-08-11T04:35:33.272Z] 74f711af9a0d: Verifying Checksum [2020-08-11T04:35:33.272Z] 74f711af9a0d: Download complete [2020-08-11T04:35:33.272Z] 66aa3694b03b: Download complete [2020-08-11T04:35:33.272Z] 170f70906a0f: Verifying Checksum [2020-08-11T04:35:33.272Z] 170f70906a0f: Download complete [2020-08-11T04:35:33.501Z] ---> ff4c7334db3e [2020-08-11T04:35:33.501Z] Step 7/21 : RUN go mod download [2020-08-11T04:35:33.501Z] ---> Running in 564976fe9e6b [2020-08-11T04:35:33.546Z] b538f80385f9: Verifying Checksum [2020-08-11T04:35:33.546Z] b538f80385f9: Download complete [2020-08-11T04:35:33.762Z] ---> Running in b02f447585c0 [2020-08-11T04:35:33.762Z] ---> f13872187406 [2020-08-11T04:35:33.762Z] Step 7/22 : RUN go mod download [2020-08-11T04:35:34.029Z] ---> Running in 32859f24eaba [2020-08-11T04:35:34.150Z] b538f80385f9: Pull complete [2020-08-11T04:35:34.755Z] 74f711af9a0d: Pull complete [2020-08-11T04:35:35.032Z] 99f96fe45779: Pull complete [2020-08-11T04:35:35.439Z] Removing intermediate container fdd40d56981b [2020-08-11T04:35:35.439Z] ---> aeec1bb91fc0 [2020-08-11T04:35:35.439Z] Step 8/23 : COPY . . [2020-08-11T04:35:35.439Z] Removing intermediate container 6c252cee9c4b [2020-08-11T04:35:35.439Z] ---> aceddef294e9 [2020-08-11T04:35:35.439Z] Step 8/20 : COPY . . [2020-08-11T04:35:35.439Z] Removing intermediate container 564976fe9e6b [2020-08-11T04:35:35.439Z] ---> 00fd086f263f [2020-08-11T04:35:35.439Z] Step 8/26 : COPY . . [2020-08-11T04:35:35.709Z] Removing intermediate container b02f447585c0 [2020-08-11T04:35:35.709Z] ---> 78d95084ea08 [2020-08-11T04:35:35.709Z] Step 8/21 : COPY . . [2020-08-11T04:35:36.487Z] ad7c5574e4b9: Verifying Checksum [2020-08-11T04:35:36.487Z] ad7c5574e4b9: Download complete [2020-08-11T04:35:36.762Z] c890913d741a: Verifying Checksum [2020-08-11T04:35:36.762Z] c890913d741a: Download complete [2020-08-11T04:35:38.212Z] 2480fcc9aa5a: Verifying Checksum [2020-08-11T04:35:38.212Z] 2480fcc9aa5a: Download complete [2020-08-11T04:35:38.212Z] 09adf4765672: Download complete [2020-08-11T04:35:38.212Z] e772456be8f7: Verifying Checksum [2020-08-11T04:35:38.213Z] e772456be8f7: Download complete [2020-08-11T04:35:39.063Z] Removing intermediate container 32859f24eaba [2020-08-11T04:35:39.063Z] ---> 7541a1a08543 [2020-08-11T04:35:39.063Z] Step 8/22 : COPY . . [2020-08-11T04:35:39.198Z] fd7a069fd194: Verifying Checksum [2020-08-11T04:35:39.198Z] fd7a069fd194: Download complete [2020-08-11T04:35:51.621Z] fd7a069fd194: Pull complete [2020-08-11T04:35:51.621Z] 66aa3694b03b: Pull complete [2020-08-11T04:35:51.621Z] 170f70906a0f: Pull complete [2020-08-11T04:35:54.254Z] ad7c5574e4b9: Pull complete [2020-08-11T04:35:59.665Z] e772456be8f7: Pull complete [2020-08-11T04:35:59.665Z] c890913d741a: Pull complete [2020-08-11T04:36:01.646Z] 2480fcc9aa5a: Pull complete [2020-08-11T04:36:02.240Z] 09adf4765672: Pull complete [2020-08-11T04:36:02.240Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-11T04:36:02.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-11T04:36:02.240Z] ---> 2248a725d1cf [2020-08-11T04:36:02.240Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-11T04:36:08.967Z] ---> Running in 44ec79c5222d [2020-08-11T04:36:09.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:36:11.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:36:12.095Z] ---> 0e6bd3a2c704 [2020-08-11T04:36:12.095Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications ---> bdbe2f192540 [2020-08-11T04:36:12.095Z] ---> c51ec580604f [2020-08-11T04:36:12.095Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T04:36:12.095Z] [2020-08-11T04:36:12.095Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T04:36:12.095Z] ---> a6d706830044 [2020-08-11T04:36:12.095Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T04:36:12.095Z] ---> Running in c2f27e102d53 [2020-08-11T04:36:12.095Z] ---> Running in 2d2403dcb6ab [2020-08-11T04:36:12.095Z] ---> Running in 2a95de9138cd [2020-08-11T04:36:12.095Z] ---> Running in f14d47d35c4f [2020-08-11T04:36:12.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-11T04:36:12.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-11T04:36:12.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-11T04:36:12.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-11T04:36:12.390Z] ---> 93a32ddf4436 [2020-08-11T04:36:12.390Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T04:36:12.390Z] ---> Running in 9a93d07ce8a1 [2020-08-11T04:36:12.802Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T04:36:13.073Z] (2/12) Installing file (5.38-r0) [2020-08-11T04:36:13.073Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T04:36:13.345Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T04:36:13.358Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-11T04:36:18.722Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T04:36:18.994Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T04:36:18.994Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T04:36:18.994Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T04:36:19.267Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T04:36:19.267Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T04:36:19.267Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T04:36:19.860Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T04:36:20.132Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:36:20.132Z] OK: 217 MiB in 51 packages [2020-08-11T04:36:24.443Z] Removing intermediate container 44ec79c5222d [2020-08-11T04:36:24.443Z] ---> 21e2613217ed [2020-08-11T04:36:24.443Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T04:36:24.443Z] ---> Running in f4c894e0dddb [2020-08-11T04:36:25.046Z] Removing intermediate container f4c894e0dddb [2020-08-11T04:36:25.046Z] ---> b7a4df79c317 [2020-08-11T04:36:25.046Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T04:36:25.325Z] latest: Pulling from library/docker [2020-08-11T04:36:25.606Z] b538f80385f9: Already exists [2020-08-11T04:36:25.606Z] 259a493cd78d: Pulling fs layer [2020-08-11T04:36:25.606Z] b8e66b5100f5: Pulling fs layer [2020-08-11T04:36:25.606Z] 39dc9c94d07c: Pulling fs layer [2020-08-11T04:36:25.606Z] 551b823b3b82: Pulling fs layer [2020-08-11T04:36:25.606Z] 3c52a74df98c: Pulling fs layer [2020-08-11T04:36:25.606Z] 6c9b121b6998: Pulling fs layer [2020-08-11T04:36:25.606Z] 551b823b3b82: Waiting [2020-08-11T04:36:25.606Z] 3c52a74df98c: Waiting [2020-08-11T04:36:25.606Z] 6c9b121b6998: Waiting [2020-08-11T04:36:25.606Z] b8e66b5100f5: Download complete [2020-08-11T04:36:25.893Z] 259a493cd78d: Verifying Checksum [2020-08-11T04:36:25.893Z] 259a493cd78d: Download complete [2020-08-11T04:36:25.893Z] 551b823b3b82: Download complete [2020-08-11T04:36:25.893Z] 3c52a74df98c: Verifying Checksum [2020-08-11T04:36:25.893Z] 3c52a74df98c: Download complete [2020-08-11T04:36:25.893Z] 6c9b121b6998: Verifying Checksum [2020-08-11T04:36:25.893Z] 6c9b121b6998: Download complete [2020-08-11T04:36:26.497Z] 259a493cd78d: Pull complete [2020-08-11T04:36:27.105Z] b8e66b5100f5: Pull complete [2020-08-11T04:36:27.105Z] 39dc9c94d07c: Verifying Checksum [2020-08-11T04:36:27.105Z] 39dc9c94d07c: Download complete [2020-08-11T04:36:30.518Z] 39dc9c94d07c: Pull complete [2020-08-11T04:36:30.792Z] 551b823b3b82: Pull complete [2020-08-11T04:36:31.065Z] 3c52a74df98c: Pull complete [2020-08-11T04:36:31.658Z] 6c9b121b6998: Pull complete [2020-08-11T04:36:31.658Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T04:36:31.658Z] Status: Downloaded newer image for docker:latest [2020-08-11T04:36:35.048Z] ---> 52c341b6160f [2020-08-11T04:36:35.048Z] Step 6/7 : COPY go.mod . [2020-08-11T04:36:35.648Z] ---> 2a24fdb98318 [2020-08-11T04:36:35.648Z] Step 7/7 : RUN go mod download [2020-08-11T04:36:35.920Z] ---> Running in c110016e7f7b [2020-08-11T04:36:39.288Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T04:36:39.288Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T04:36:39.288Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T04:36:39.288Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T04:36:39.288Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T04:36:39.288Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T04:36:39.289Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T04:36:39.289Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T04:36:39.289Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T04:36:39.289Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T04:36:39.289Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T04:36:39.289Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T04:36:39.289Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T04:36:39.289Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T04:36:39.289Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T04:36:39.289Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T04:36:39.289Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T04:36:39.289Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T04:36:39.289Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T04:36:39.289Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T04:36:39.561Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T04:36:39.561Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T04:36:39.561Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T04:36:39.561Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T04:36:39.561Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T04:36:39.561Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T04:36:39.561Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T04:36:39.561Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T04:36:39.561Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T04:36:39.561Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T04:36:39.831Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T04:36:39.831Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T04:36:39.831Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T04:36:39.831Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T04:36:39.831Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T04:36:39.831Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T04:36:39.831Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T04:36:39.831Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T04:36:40.101Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T04:36:40.101Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T04:36:40.101Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T04:36:40.101Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T04:36:40.101Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T04:36:40.101Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T04:36:40.101Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T04:36:40.101Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T04:36:40.101Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T04:36:40.101Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T04:36:40.372Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T04:36:40.372Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T04:36:40.372Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T04:36:40.372Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T04:36:40.372Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T04:36:40.372Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T04:36:40.372Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T04:36:40.372Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T04:36:40.372Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T04:36:40.372Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T04:36:40.372Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T04:36:40.644Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T04:36:40.644Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T04:36:40.644Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T04:36:40.644Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T04:36:40.644Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T04:36:40.644Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T04:36:40.644Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T04:36:40.644Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T04:36:40.644Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T04:36:40.644Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T04:36:40.915Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T04:36:40.916Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T04:36:40.916Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T04:36:40.916Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T04:36:40.916Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T04:36:40.916Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T04:36:40.916Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T04:36:40.916Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T04:36:40.916Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T04:36:40.916Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T04:36:40.916Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T04:36:41.185Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-11T04:36:41.185Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T04:36:41.185Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T04:36:41.185Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T04:36:41.185Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T04:36:41.185Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T04:36:41.185Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T04:36:41.185Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T04:36:41.185Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T04:36:41.185Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T04:36:41.458Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T04:36:52.258Z] Removing intermediate container c2f27e102d53 [2020-08-11T04:36:52.258Z] ---> 36fe13aaff02 [2020-08-11T04:36:52.258Z] [2020-08-11T04:36:52.258Z] Step 10/21 : FROM scratch [2020-08-11T04:36:52.258Z] ---> [2020-08-11T04:36:52.258Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:36:52.258Z] Removing intermediate container f14d47d35c4f [2020-08-11T04:36:52.258Z] ---> baae6531a70b [2020-08-11T04:36:52.258Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T04:36:52.258Z] ---> Running in 2c7c0f6db9a7 [2020-08-11T04:36:52.258Z] ---> Running in 9349fe01fba4 [2020-08-11T04:36:52.258Z] Removing intermediate container 2a95de9138cd [2020-08-11T04:36:52.258Z] ---> f07c7a709f62 [2020-08-11T04:36:52.258Z] [2020-08-11T04:36:52.258Z] Step 10/23 : FROM scratch [2020-08-11T04:36:52.258Z] ---> [2020-08-11T04:36:52.258Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:36:52.258Z] Removing intermediate container 2c7c0f6db9a7 [2020-08-11T04:36:52.258Z] ---> e605cbcf3013 [2020-08-11T04:36:52.258Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T04:36:52.258Z] ---> Running in 202f606bcbc0 [2020-08-11T04:36:52.258Z] ---> Running in 2191b467855c [2020-08-11T04:36:52.258Z] Removing intermediate container 202f606bcbc0 [2020-08-11T04:36:52.258Z] ---> d44aaaebcaf8 [2020-08-11T04:36:52.258Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T04:36:52.258Z] Removing intermediate container 2191b467855c [2020-08-11T04:36:52.258Z] ---> 0e3b5321d4a1 [2020-08-11T04:36:52.258Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:36:52.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-11T04:36:52.832Z] ---> Running in 2c2367662c4e [2020-08-11T04:36:54.748Z] ---> Running in 88f27c922c3f [2020-08-11T04:36:55.028Z] Removing intermediate container 2c2367662c4e [2020-08-11T04:36:55.028Z] ---> f46e15f7b47b [2020-08-11T04:36:55.028Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T04:36:55.302Z] Removing intermediate container 2d2403dcb6ab [2020-08-11T04:36:55.302Z] ---> 46928650f096 [2020-08-11T04:36:55.302Z] [2020-08-11T04:36:55.302Z] Step 10/20 : FROM scratch [2020-08-11T04:36:55.302Z] ---> [2020-08-11T04:36:55.302Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:36:55.302Z] ---> Running in 5511acfd3603 [2020-08-11T04:36:55.302Z] Removing intermediate container 88f27c922c3f [2020-08-11T04:36:55.302Z] ---> 2832180f3110 [2020-08-11T04:36:55.302Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T04:36:55.302Z] ---> Running in 1082409f0c1d [2020-08-11T04:36:55.881Z] Removing intermediate container 5511acfd3603 [2020-08-11T04:36:55.881Z] ---> 2069d3731564 [2020-08-11T04:36:55.881Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T04:36:56.532Z] Removing intermediate container c110016e7f7b [2020-08-11T04:36:56.532Z] ---> 052a58d50373 [2020-08-11T04:36:56.808Z] Successfully built 052a58d50373 [2020-08-11T04:36:57.078Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:36:57.752Z] + docker inspect -f . ci-base-image-arm64 [2020-08-11T04:36:57.752Z] . [Pipeline] withDockerContainer [2020-08-11T04:36:58.027Z] prd-ubuntu18.04-docker-arm64-4c-16g-3350 does not seem to be running inside a container [2020-08-11T04:36:58.100Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-11T04:36:59.188Z] ---> ddd66a5c7438 [2020-08-11T04:36:59.188Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T04:36:59.188Z] Removing intermediate container 1082409f0c1d [2020-08-11T04:36:59.188Z] ---> cb968a9f2ff0 [2020-08-11T04:36:59.188Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T04:36:59.449Z] ---> Running in 0cf7846ab4ad [2020-08-11T04:36:59.449Z] ---> 567a0ca212a4 [2020-08-11T04:36:59.449Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T04:36:59.449Z] Removing intermediate container 9a93d07ce8a1 [2020-08-11T04:36:59.449Z] ---> c176a9c2ac20 [2020-08-11T04:36:59.449Z] [2020-08-11T04:36:59.449Z] Step 10/22 : FROM alpine [2020-08-11T04:36:59.510Z] $ docker top 56bf5e82b9ad916a6a5b970d3f5db92fe1e37694ed112867a5e0c7cc45761889 -eo pid,comm [2020-08-11T04:36:59.714Z] ---> 342f23d89896 [2020-08-11T04:36:59.714Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T04:36:59.714Z] Removing intermediate container 0cf7846ab4ad [2020-08-11T04:36:59.714Z] ---> bce52ddecb06 [2020-08-11T04:36:59.714Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T04:36:59.714Z] Removing intermediate container 9349fe01fba4 [2020-08-11T04:36:59.714Z] ---> b3ff24afabe3 [2020-08-11T04:36:59.714Z] [2020-08-11T04:36:59.714Z] Step 11/26 : FROM docker:latest [2020-08-11T04:36:59.714Z] ---> 81f5749c9058 [2020-08-11T04:36:59.715Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T04:36:59.715Z] latest: Pulling from library/alpine [Pipeline] { [Pipeline] sh [2020-08-11T04:37:00.298Z] ---> Running in 73ed87ddbfc3 [2020-08-11T04:37:00.298Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T04:37:00.298Z] Status: Downloaded newer image for alpine:latest [2020-08-11T04:37:00.298Z] ---> Running in 6122c1fb95b9 [2020-08-11T04:37:00.298Z] ---> a24bb4013296 [2020-08-11T04:37:00.298Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:37:00.545Z] + go version [2020-08-11T04:37:00.545Z] go version go1.13.13 linux/arm64 [2020-08-11T04:37:00.559Z] ---> 5800093e6822 [2020-08-11T04:37:00.559Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:00.559Z] ---> f915a4671e54 [2020-08-11T04:37:00.559Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T04:37:00.559Z] Removing intermediate container 73ed87ddbfc3 [2020-08-11T04:37:00.559Z] ---> 841eeec59270 [2020-08-11T04:37:00.559Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [Pipeline] echo [2020-08-11T04:37:00.563Z] ========================================================= [2020-08-11T04:37:00.564Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T04:37:00.564Z] ========================================================= [Pipeline] sh [2020-08-11T04:37:00.820Z] ---> Running in 3a0d926131fd [2020-08-11T04:37:00.820Z] ---> d5cc279c44a5 [2020-08-11T04:37:00.820Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:01.087Z] ---> Running in f609d9ec2dd1 [2020-08-11T04:37:01.087Z] ---> daedca2cef6f [2020-08-11T04:37:01.087Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T04:37:01.087Z] Removing intermediate container 3a0d926131fd [2020-08-11T04:37:01.087Z] ---> b136302f6b27 [2020-08-11T04:37:01.087Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T04:37:01.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:01.087Z] ---> 65b2d1bc424a [2020-08-11T04:37:01.087Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T04:37:01.222Z] + make test [2020-08-11T04:37:01.222Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T04:37:01.356Z] ---> Running in cffc207c2211 [2020-08-11T04:37:01.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:01.356Z] Removing intermediate container f609d9ec2dd1 [2020-08-11T04:37:01.356Z] ---> d4dcc9264007 [2020-08-11T04:37:01.356Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:37:01.620Z] ---> Running in e7436e3e20fb [2020-08-11T04:37:01.620Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T04:37:01.620Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T04:37:01.620Z] Executing bash-5.0.17-r0.post-install [2020-08-11T04:37:01.620Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:37:01.620Z] ---> f16580dc3436 [2020-08-11T04:37:01.620Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T04:37:01.620Z] OK: 12 MiB in 22 packages [2020-08-11T04:37:01.620Z] Removing intermediate container cffc207c2211 [2020-08-11T04:37:01.620Z] ---> 9a58177bfc0d [2020-08-11T04:37:01.620Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T04:37:02.193Z] ---> Running in 21c7d29c247d [2020-08-11T04:37:02.193Z] Removing intermediate container e7436e3e20fb [2020-08-11T04:37:02.193Z] ---> 84831f7b6e20 [2020-08-11T04:37:02.193Z] Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:37:02.193Z] ---> 973f9c1e525b [2020-08-11T04:37:02.193Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:02.193Z] ---> Running in cefc81dcf239 [2020-08-11T04:37:02.456Z] ---> 351fcfcc95ac [2020-08-11T04:37:02.456Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:02.456Z] Removing intermediate container 21c7d29c247d [2020-08-11T04:37:02.456Z] ---> 552a50ecd22e [2020-08-11T04:37:02.456Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:02.724Z] ---> 712cf3e06b28 [2020-08-11T04:37:02.724Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:02.724Z] ---> Running in ce525c9d387f [2020-08-11T04:37:02.724Z] Removing intermediate container cefc81dcf239 [2020-08-11T04:37:02.724Z] ---> 29e3bcafcf38 [2020-08-11T04:37:02.724Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:37:02.984Z] Removing intermediate container 6122c1fb95b9 [2020-08-11T04:37:02.984Z] ---> f3a9a496dd74 [2020-08-11T04:37:02.984Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T04:37:02.984Z] ---> 52f00f147a9a [2020-08-11T04:37:02.984Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:03.244Z] ---> Running in cff19a7e94d9 [2020-08-11T04:37:03.244Z] ---> Running in 92ec6213cab7 [2020-08-11T04:37:03.244Z] ---> Running in d5bdf96af0f1 [2020-08-11T04:37:03.244Z] ---> Running in 9a4375adc084 [2020-08-11T04:37:03.816Z] Removing intermediate container 92ec6213cab7 [2020-08-11T04:37:03.816Z] ---> 3cda1b6aca7c [2020-08-11T04:37:03.816Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T04:37:03.836Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T04:37:04.391Z] Removing intermediate container cff19a7e94d9 [2020-08-11T04:37:04.391Z] ---> 138f5d209dac [2020-08-11T04:37:04.391Z] [2020-08-11T04:37:04.391Z] Removing intermediate container 9a4375adc084 [2020-08-11T04:37:04.391Z] ---> 3035b30a24d8 [2020-08-11T04:37:04.391Z] Step 21/23 : LABEL arch=x86_64 [2020-08-11T04:37:04.391Z] Successfully built 138f5d209dac [2020-08-11T04:37:04.391Z] ---> Running in 259f6ef91347 [2020-08-11T04:37:04.651Z] Successfully tagged docker-support-logging-go:latest [2020-08-11T04:37:04.651Z] ---> Running in 4ea5516e5e19 [2020-08-11T04:37:04.651Z] Building docker-security-secretstore-setup-go [2020-08-11T04:37:04.912Z]  Building docker-support-logging-go ... done Removing intermediate container 259f6ef91347 [2020-08-11T04:37:04.912Z] ---> ec595ab0676e [2020-08-11T04:37:04.913Z] Step 19/20 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:37:04.913Z] Removing intermediate container 4ea5516e5e19 [2020-08-11T04:37:04.913Z] ---> f558a0ac5ad7 [2020-08-11T04:37:04.913Z] Step 22/23 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:37:05.179Z] ---> Running in aa1275ed2ac9 [2020-08-11T04:37:05.753Z] ---> Running in 171c7e27ddfc [2020-08-11T04:37:05.753Z] Removing intermediate container ce525c9d387f [2020-08-11T04:37:05.753Z] ---> f6f3a882980e [2020-08-11T04:37:05.753Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T04:37:05.753Z] Removing intermediate container d5bdf96af0f1 [2020-08-11T04:37:05.753Z] ---> 1db4881a41a6 [2020-08-11T04:37:05.753Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T04:37:06.024Z] ---> Running in 4f7389890014 [2020-08-11T04:37:06.024Z] ---> Running in 0810b8dffca3 [2020-08-11T04:37:06.024Z] Removing intermediate container aa1275ed2ac9 [2020-08-11T04:37:06.024Z] ---> 2c6cf432e043 [2020-08-11T04:37:06.024Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:37:06.285Z] Removing intermediate container 171c7e27ddfc [2020-08-11T04:37:06.285Z] ---> 5b9d672052ad [2020-08-11T04:37:06.285Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T04:37:07.229Z] ---> Running in ff71adb6781f [2020-08-11T04:37:07.810Z] ---> Running in 86e9180ebe2c [2020-08-11T04:37:08.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:09.338Z] Removing intermediate container 0810b8dffca3 [2020-08-11T04:37:09.338Z] ---> bf6478408f56 [2020-08-11T04:37:09.338Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T04:37:09.338Z] Removing intermediate container ff71adb6781f [2020-08-11T04:37:09.338Z] ---> b992be4091b7 [2020-08-11T04:37:09.338Z] [2020-08-11T04:37:09.338Z] Removing intermediate container 86e9180ebe2c [2020-08-11T04:37:09.338Z] ---> 238393b20d39 [2020-08-11T04:37:09.338Z] [2020-08-11T04:37:09.338Z] ---> Running in a99a8cc2e562 [2020-08-11T04:37:09.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:09.605Z] Successfully built b992be4091b7 [2020-08-11T04:37:09.605Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-11T04:37:09.605Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-08-11T04:37:09.605Z] Successfully built 238393b20d39 [2020-08-11T04:37:09.605Z] Successfully tagged docker-support-notifications-go:latest [2020-08-11T04:37:09.605Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-08-11T04:37:09.605Z] Removing intermediate container a99a8cc2e562 [2020-08-11T04:37:09.605Z] ---> a59167f61f60 [2020-08-11T04:37:09.605Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T04:37:09.605Z] ---> Running in 72e173d08fdb [2020-08-11T04:37:09.869Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T04:37:09.869Z] Removing intermediate container 72e173d08fdb [2020-08-11T04:37:09.869Z] ---> d91a439007a5 [2020-08-11T04:37:09.869Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T04:37:09.869Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T04:37:10.133Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T04:37:10.133Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T04:37:10.716Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T04:37:10.982Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:37:11.568Z] OK: 8 MiB in 19 packages [2020-08-11T04:37:15.853Z] ---> 9b4332aa00e4 [2020-08-11T04:37:15.853Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:17.799Z] Removing intermediate container 4f7389890014 [2020-08-11T04:37:17.799Z] ---> 907076a8f9cb [2020-08-11T04:37:17.799Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T04:37:17.799Z] ---> 6b2847a0c72f [2020-08-11T04:37:17.799Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T04:37:19.222Z] ---> ef5f57e86fe3 [2020-08-11T04:37:19.222Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T04:37:19.813Z] ---> 4d432dd6f40d [2020-08-11T04:37:19.813Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T04:37:21.241Z] ---> Running in 9d72f53bce1d [2020-08-11T04:37:22.213Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:37:22.213Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:37:22.213Z] ---> bbb49764bbd0 [2020-08-11T04:37:22.213Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:37:22.476Z] ---> Using cache [2020-08-11T04:37:22.476Z] ---> 44ef6efbc679 [2020-08-11T04:37:22.476Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:22.476Z] ---> Using cache [2020-08-11T04:37:22.476Z] ---> 50ef7815b8cc [2020-08-11T04:37:22.476Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T04:37:23.051Z] ---> e8e1d0bff411 [2020-08-11T04:37:23.052Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:23.312Z] ---> Running in 7b029ba8e459 [2020-08-11T04:37:25.249Z] ---> f248120c2f12 [2020-08-11T04:37:25.249Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:25.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:25.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:25.806Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T04:37:25.806Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T04:37:25.806Z] ---> Running in e7543fa69712 [2020-08-11T04:37:25.806Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T04:37:25.806Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T04:37:26.071Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T04:37:26.071Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T04:37:26.071Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T04:37:27.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:27.038Z] Removing intermediate container e7543fa69712 [2020-08-11T04:37:27.038Z] ---> 1764e6f1ca19 [2020-08-11T04:37:27.038Z] Step 20/22 : LABEL arch=x86_64 [2020-08-11T04:37:27.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:29.918Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:37:29.918Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:37:29.918Z] ---> bbb49764bbd0 [2020-08-11T04:37:29.918Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:37:29.918Z] ---> Using cache [2020-08-11T04:37:29.918Z] ---> 44ef6efbc679 [2020-08-11T04:37:29.918Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:29.918Z] ---> Using cache [2020-08-11T04:37:29.918Z] ---> 50ef7815b8cc [2020-08-11T04:37:29.918Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:37:30.501Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:37:30.501Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:37:30.501Z] OK: 12749 distinct packages available [2020-08-11T04:37:30.501Z] ---> Running in 7c523439bb79 [2020-08-11T04:37:30.764Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T04:37:30.764Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T04:37:30.764Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T04:37:30.764Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T04:37:30.764Z] OK: 233 MiB in 51 packages [2020-08-11T04:37:31.032Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T04:37:31.032Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T04:37:31.293Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:37:31.293Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:37:31.293Z] ---> bbb49764bbd0 [2020-08-11T04:37:31.293Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:37:31.293Z] ---> Using cache [2020-08-11T04:37:31.293Z] ---> 44ef6efbc679 [2020-08-11T04:37:31.293Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:31.293Z] ---> Using cache [2020-08-11T04:37:31.293Z] ---> 50ef7815b8cc [2020-08-11T04:37:31.293Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:37:31.293Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T04:37:31.556Z] ---> Running in b40602864bb6 [2020-08-11T04:37:31.556Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T04:37:31.819Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T04:37:31.819Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T04:37:32.393Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T04:37:32.393Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T04:37:32.393Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T04:37:32.393Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T04:37:32.393Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T04:37:32.393Z] ---> Running in ac9a4d9fc739 [2020-08-11T04:37:32.393Z] Removing intermediate container 7c523439bb79 [2020-08-11T04:37:32.393Z] ---> 6c6c7f286f36 [2020-08-11T04:37:32.393Z] Step 21/22 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:37:32.393Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T04:37:32.964Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T04:37:32.964Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T04:37:32.964Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T04:37:33.538Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T04:37:33.538Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T04:37:33.538Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T04:37:33.538Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T04:37:33.538Z] ---> Running in a2ced3929e58 [2020-08-11T04:37:33.538Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T04:37:33.538Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T04:37:33.538Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T04:37:33.809Z] Removing intermediate container 7b029ba8e459 [2020-08-11T04:37:33.809Z] ---> 0bad923ba75c [2020-08-11T04:37:33.809Z] Step 6/26 : COPY go.mod . [2020-08-11T04:37:33.809Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:37:33.809Z] OK: 71 MiB in 55 packages [2020-08-11T04:37:34.386Z] Removing intermediate container a2ced3929e58 [2020-08-11T04:37:34.386Z] ---> 51ee23ddb0c7 [2020-08-11T04:37:34.386Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T04:37:34.650Z] ---> 604bff239354 [2020-08-11T04:37:34.650Z] Step 7/26 : RUN go mod download [2020-08-11T04:37:34.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:34.650Z] ---> Running in 3600c4dbd219 [2020-08-11T04:37:34.650Z] ---> Running in 7711b9ddf687 [2020-08-11T04:37:34.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:35.175Z] Removing intermediate container 3600c4dbd219 [2020-08-11T04:37:35.175Z] ---> bb33eb93cb5a [2020-08-11T04:37:35.175Z] [2020-08-11T04:37:35.175Z] Successfully built bb33eb93cb5a [2020-08-11T04:37:35.175Z] Successfully tagged docker-core-data-go:latest [2020-08-11T04:37:35.175Z] Building docker-security-proxy-setup-go [2020-08-11T04:37:36.123Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:36.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:36.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T04:37:37.511Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:37:37.511Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:37:37.511Z] OK: 12749 distinct packages available [2020-08-11T04:37:38.290Z] OK: 233 MiB in 51 packages [2020-08-11T04:37:38.290Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:37:38.290Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:37:38.290Z] OK: 12749 distinct packages available [2020-08-11T04:37:38.585Z] OK: 233 MiB in 51 packages [2020-08-11T04:37:42.901Z] Removing intermediate container 7711b9ddf687 [2020-08-11T04:37:42.901Z] ---> c2e29ff24ce4 [2020-08-11T04:37:42.901Z] Step 8/26 : COPY . . [2020-08-11T04:37:42.901Z] Removing intermediate container ac9a4d9fc739 [2020-08-11T04:37:42.901Z] ---> 48ebba5a545f [2020-08-11T04:37:42.901Z] Step 6/21 : COPY go.mod . [2020-08-11T04:37:43.873Z] Removing intermediate container b40602864bb6 [2020-08-11T04:37:43.873Z] ---> b7f3f6677a6f [2020-08-11T04:37:43.873Z] Step 6/21 : COPY go.mod . [2020-08-11T04:37:48.115Z] ---> 45ecf2fe4e5e [2020-08-11T04:37:48.115Z] Step 7/21 : RUN go mod download [2020-08-11T04:37:48.379Z] ---> 9a563941023b [2020-08-11T04:37:48.379Z] Step 7/21 : RUN go mod download [2020-08-11T04:37:50.954Z] ---> Running in c861c6cf17f0 [2020-08-11T04:37:51.218Z] ---> Running in 2fe679931449 [2020-08-11T04:37:52.619Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:37:52.619Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:37:52.619Z] ---> bbb49764bbd0 [2020-08-11T04:37:52.619Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:37:52.619Z] ---> Using cache [2020-08-11T04:37:52.619Z] ---> 44ef6efbc679 [2020-08-11T04:37:52.619Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:52.619Z] ---> Using cache [2020-08-11T04:37:52.619Z] ---> 50ef7815b8cc [2020-08-11T04:37:52.619Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:37:52.619Z] ---> Using cache [2020-08-11T04:37:52.619Z] ---> b7f3f6677a6f [2020-08-11T04:37:52.619Z] Step 6/20 : COPY go.mod . [2020-08-11T04:37:52.619Z] ---> Using cache [2020-08-11T04:37:52.619Z] ---> 9a563941023b [2020-08-11T04:37:52.619Z] Step 7/20 : RUN go mod download [2020-08-11T04:37:54.545Z] ---> Running in 3466f9c0d2b1 [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T04:37:54.561Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.024s [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T04:37:54.561Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T04:37:57.866Z] Removing intermediate container 2fe679931449 [2020-08-11T04:37:57.866Z] ---> 43b57c816741 [2020-08-11T04:37:57.866Z] Step 8/21 : COPY . . [2020-08-11T04:37:58.437Z] Removing intermediate container c861c6cf17f0 [2020-08-11T04:37:58.437Z] ---> ac9384bf5549 [2020-08-11T04:37:58.437Z] Step 8/21 : COPY . . [2020-08-11T04:37:58.704Z] Removing intermediate container 9d72f53bce1d [2020-08-11T04:37:58.704Z] ---> 42d603ceb67a [2020-08-11T04:37:58.704Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T04:38:02.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 46.6% of statements [2020-08-11T04:38:02.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T04:38:02.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T04:38:02.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T04:38:02.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T04:38:02.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T04:38:02.951Z] ---> Running in ca3bc08ca994 [2020-08-11T04:38:05.557Z] Removing intermediate container 3466f9c0d2b1 [2020-08-11T04:38:05.557Z] ---> d95f803c83fb [2020-08-11T04:38:05.557Z] Step 8/20 : COPY . . [2020-08-11T04:38:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.3% of statements [2020-08-11T04:38:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T04:38:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T04:38:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T04:38:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T04:38:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T04:38:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T04:38:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements [2020-08-11T04:38:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T04:38:09.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2020-08-11T04:38:09.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T04:38:12.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.290s coverage: 28.6% of statements [2020-08-11T04:38:12.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T04:38:12.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T04:38:12.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T04:38:12.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T04:38:12.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T04:38:12.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements [2020-08-11T04:38:12.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T04:38:12.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements [2020-08-11T04:38:12.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T04:38:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 89.8% of statements [2020-08-11T04:38:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T04:38:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2020-08-11T04:38:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T04:38:14.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 100.0% of statements [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T04:38:14.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T04:38:17.285Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements [2020-08-11T04:38:17.835Z] ---> 2e99cd831b26 [2020-08-11T04:38:17.836Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-11T04:38:20.400Z] ---> Running in f05d5d5d1aad [2020-08-11T04:38:20.699Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 63.5% of statements [2020-08-11T04:38:20.699Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T04:38:20.699Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T04:38:20.699Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2020-08-11T04:38:21.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.282s coverage: 55.9% of statements [2020-08-11T04:38:21.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T04:38:21.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T04:38:21.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T04:38:21.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T04:38:22.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-11T04:38:22.388Z] Collecting docker-compose==1.23.2 [2020-08-11T04:38:22.657Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T04:38:22.925Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-11T04:38:23.190Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T04:38:23.190Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T04:38:23.592Z] Collecting PyYAML<4,>=3.10 [2020-08-11T04:38:23.592Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T04:38:26.982Z] ---> b0f449b6341d [2020-08-11T04:38:26.982Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T04:38:30.334Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T04:38:30.334Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T04:38:30.334Z] ---> Running in 4dd73c33c620 [2020-08-11T04:38:30.334Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T04:38:30.334Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T04:38:30.917Z] ---> ab456657126f [2020-08-11T04:38:30.917Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T04:38:31.926Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T04:38:31.926Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T04:38:31.926Z] ---> Running in af2ab94e8cf2 [2020-08-11T04:38:31.926Z] ---> 642a101f424a [2020-08-11T04:38:31.926Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T04:38:31.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-11T04:38:31.926Z] ---> Running in 6051eb381aa3 [2020-08-11T04:38:32.530Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T04:38:32.530Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T04:38:32.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-11T04:38:33.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-11T04:38:33.079Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T04:38:33.079Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T04:38:33.695Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T04:38:33.695Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T04:38:33.695Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T04:38:33.695Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T04:38:33.977Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T04:38:33.977Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T04:38:34.253Z] Collecting idna<2.8,>=2.5 [2020-08-11T04:38:34.253Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T04:38:34.253Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-11T04:38:34.533Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T04:38:34.533Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T04:38:34.533Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-11T04:38:34.533Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T04:38:34.533Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T04:38:34.533Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T04:38:34.533Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T04:38:34.800Z] Installing collected packages: cached-property, PyYAML, websocket-client, docopt, texttable, dockerpty, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docker-compose [2020-08-11T04:38:34.800Z] Running setup.py install for PyYAML: started [2020-08-11T04:38:36.242Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T04:38:36.242Z] Running setup.py install for docopt: started [2020-08-11T04:38:37.213Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T04:38:37.213Z] Running setup.py install for texttable: started [2020-08-11T04:38:38.174Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T04:38:38.174Z] Running setup.py install for dockerpty: started [2020-08-11T04:38:39.138Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T04:38:39.138Z] Attempting uninstall: idna [2020-08-11T04:38:39.138Z] Found existing installation: idna 2.9 [2020-08-11T04:38:39.138Z] Uninstalling idna-2.9: [2020-08-11T04:38:39.138Z] Successfully uninstalled idna-2.9 [2020-08-11T04:38:39.722Z] Attempting uninstall: urllib3 [2020-08-11T04:38:39.722Z] Found existing installation: urllib3 1.25.9 [2020-08-11T04:38:39.722Z] Uninstalling urllib3-1.25.9: [2020-08-11T04:38:40.685Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T04:38:41.643Z] Attempting uninstall: requests [2020-08-11T04:38:41.643Z] Found existing installation: requests 2.23.0 [2020-08-11T04:38:41.643Z] Uninstalling requests-2.23.0: [2020-08-11T04:38:41.912Z] Successfully uninstalled requests-2.23.0 [2020-08-11T04:38:42.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-11T04:38:43.091Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-11T04:38:47.620Z] Removing intermediate container ca3bc08ca994 [2020-08-11T04:38:47.620Z] ---> 9bdf41d1d2b2 [2020-08-11T04:38:47.620Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T04:38:47.620Z] ---> Running in 9695b35ac515 [2020-08-11T04:38:49.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:49.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:49.823Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-11T04:38:49.823Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:38:49.823Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T04:38:49.823Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T04:38:49.823Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:38:49.823Z] OK: 72 MiB in 58 packages [2020-08-11T04:38:51.243Z] Removing intermediate container 9695b35ac515 [2020-08-11T04:38:51.243Z] ---> b6df849bd0cb [2020-08-11T04:38:51.243Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:38:51.243Z] ---> Running in f353d47fddc1 [2020-08-11T04:38:51.510Z] Removing intermediate container f353d47fddc1 [2020-08-11T04:38:51.510Z] ---> c588ce5bf4c1 [2020-08-11T04:38:51.510Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T04:38:51.776Z] ---> Running in 402b2b45a720 [2020-08-11T04:38:52.042Z] Removing intermediate container 402b2b45a720 [2020-08-11T04:38:52.042Z] ---> 57953a800fa1 [2020-08-11T04:38:52.042Z] Step 25/26 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:38:52.042Z] ---> Running in 9aa868259247 [2020-08-11T04:38:52.313Z] Removing intermediate container 9aa868259247 [2020-08-11T04:38:52.313Z] ---> 89ceae79fd3b [2020-08-11T04:38:52.313Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:38:52.313Z] ---> Running in cf66ccf1a7a0 [2020-08-11T04:38:52.584Z] Removing intermediate container cf66ccf1a7a0 [2020-08-11T04:38:52.584Z] ---> fabf4834d94c [2020-08-11T04:38:52.584Z] [2020-08-11T04:38:52.853Z] Successfully built fabf4834d94c [2020-08-11T04:38:52.853Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-11T04:38:52.853Z] Building docker-security-secrets-setup-go [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 33.764s coverage: 86.3% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.141s coverage: 72.2% of statements [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.525s coverage: 72.1% of statements [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.066s coverage: 48.4% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.051s coverage: 96.8% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 31.1% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.283s coverage: 84.1% of statements [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.052s coverage: 83.8% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 46.1% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.031s coverage: 100.0% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.177s coverage: 29.1% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2020-08-11T04:39:00.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T04:39:00.735Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2020-08-11T04:39:00.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T04:39:00.736Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.019s coverage: 0.0% of statements [2020-08-11T04:39:00.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T04:39:00.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2020-08-11T04:39:00.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T04:39:00.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T04:39:00.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T04:39:00.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T04:39:00.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements [2020-08-11T04:39:00.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T04:39:00.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T04:39:00.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2020-08-11T04:39:00.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-08-11T04:39:00.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-11T04:39:00.736Z] GO111MODULE=on go vet ./... [2020-08-11T04:39:05.179Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f05d5d5d1aad [2020-08-11T04:39:05.180Z] ---> ef38b85e7a2f [2020-08-11T04:39:05.180Z] [2020-08-11T04:39:05.180Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T04:39:05.180Z] 3.10: Pulling from library/alpine [2020-08-11T04:39:11.788Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T04:39:11.788Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:39:11.788Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T04:39:11.788Z] ---> bbb49764bbd0 [2020-08-11T04:39:11.788Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T04:39:11.788Z] ---> Using cache [2020-08-11T04:39:11.788Z] ---> 44ef6efbc679 [2020-08-11T04:39:11.788Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T04:39:11.788Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T04:39:13.174Z] ---> be4e4bea2c2e [2020-08-11T04:39:13.174Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T04:39:13.174Z] ---> Running in becc9d31f733 [2020-08-11T04:39:13.174Z] Removing intermediate container 6051eb381aa3 [2020-08-11T04:39:13.174Z] ---> 5f50e3c1c772 [2020-08-11T04:39:13.174Z] [2020-08-11T04:39:13.174Z] Step 10/20 : FROM alpine [2020-08-11T04:39:13.174Z] ---> a24bb4013296 [2020-08-11T04:39:13.174Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T04:39:13.174Z] ---> Running in ffb8bd821241 [2020-08-11T04:39:13.174Z] ---> Running in 5aa63a63143f [2020-08-11T04:39:14.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:14.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:14.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:14.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:14.666Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T04:39:14.666Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T04:39:14.666Z] OK: 10346 distinct packages available [2020-08-11T04:39:14.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:14.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:14.666Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T04:39:14.666Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T04:39:14.940Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T04:39:14.940Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T04:39:14.940Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T04:39:14.940Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T04:39:14.940Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T04:39:14.940Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:39:14.940Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:39:14.940Z] OK: 12749 distinct packages available [2020-08-11T04:39:14.940Z] OK: 7 MiB in 19 packages [2020-08-11T04:39:15.205Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:39:15.205Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:39:15.205Z] OK: 12749 distinct packages available [2020-08-11T04:39:15.205Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T04:39:15.205Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:39:15.205Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T04:39:15.205Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T04:39:15.205Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:39:15.468Z] OK: 233 MiB in 51 packages [2020-08-11T04:39:15.468Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:39:15.468Z] OK: 7 MiB in 18 packages [2020-08-11T04:39:15.850Z] gofmt -l . [2020-08-11T04:39:19.244Z] [ "`gofmt -l .`" = "" ] [2020-08-11T04:39:20.784Z] Removing intermediate container af2ab94e8cf2 [2020-08-11T04:39:20.784Z] ---> f931633af5b2 [2020-08-11T04:39:20.784Z] [2020-08-11T04:39:20.784Z] Step 10/21 : FROM scratch [2020-08-11T04:39:20.784Z] ---> [2020-08-11T04:39:20.784Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:39:20.784Z] Removing intermediate container 4dd73c33c620 [2020-08-11T04:39:20.784Z] ---> b3063c73e183 [2020-08-11T04:39:20.784Z] [2020-08-11T04:39:20.784Z] Step 10/21 : FROM scratch [2020-08-11T04:39:20.784Z] ---> [2020-08-11T04:39:20.784Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:39:20.784Z] ---> Using cache [2020-08-11T04:39:20.784Z] ---> cb968a9f2ff0 [2020-08-11T04:39:20.784Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T04:39:20.784Z] ---> Using cache [2020-08-11T04:39:20.784Z] ---> cb968a9f2ff0 [2020-08-11T04:39:20.784Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T04:39:20.784Z] Removing intermediate container becc9d31f733 [2020-08-11T04:39:20.784Z] ---> fa4063841a33 [2020-08-11T04:39:20.784Z] Step 5/29 : COPY go.mod . [2020-08-11T04:39:20.784Z] Removing intermediate container ffb8bd821241 [2020-08-11T04:39:20.784Z] ---> 549204d80db1 [2020-08-11T04:39:20.784Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:39:20.784Z] ---> Running in db06853f8e73 [2020-08-11T04:39:20.784Z] ---> Running in ac530f9d1c99 [2020-08-11T04:39:21.047Z] Removing intermediate container 5aa63a63143f [2020-08-11T04:39:21.047Z] ---> 855486d7ec5d [2020-08-11T04:39:21.047Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:39:21.047Z] ---> Running in e48ef6646315 [2020-08-11T04:39:21.047Z] ---> Running in d87c1fc6cea2 [2020-08-11T04:39:21.215Z] ./bin/test-go-mod-tidy.sh [2020-08-11T04:39:21.308Z] Removing intermediate container ac530f9d1c99 [2020-08-11T04:39:21.308Z] ---> f87b3c008da6 [2020-08-11T04:39:21.308Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:39:21.308Z] Removing intermediate container db06853f8e73 [2020-08-11T04:39:21.308Z] ---> 9a325a19fc48 [2020-08-11T04:39:21.308Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:39:21.308Z] ---> 31e55b3bf3cb [2020-08-11T04:39:21.308Z] Step 6/29 : RUN go mod download [2020-08-11T04:39:22.193Z] ./bin/test-attribution-txt.sh [2020-08-11T04:39:22.694Z] Removing intermediate container e48ef6646315 [2020-08-11T04:39:22.694Z] ---> 6354ce530f8f [2020-08-11T04:39:22.694Z] Step 13/26 : WORKDIR / [2020-08-11T04:39:22.694Z] Removing intermediate container d87c1fc6cea2 [2020-08-11T04:39:22.694Z] ---> 5eb7f9c23688 [2020-08-11T04:39:22.694Z] Step 13/20 : WORKDIR /edgex [2020-08-11T04:39:22.694Z] ---> Running in e6200c9682d4 [2020-08-11T04:39:22.694Z] ---> Running in 9f5f9e4d5c9a [2020-08-11T04:39:22.694Z] ---> Running in 1040f15bddff [2020-08-11T04:39:22.694Z] ---> Running in 94aa07fca5dd [2020-08-11T04:39:22.958Z] ---> Running in 8b9403bc9772 [2020-08-11T04:39:23.223Z] Removing intermediate container 9f5f9e4d5c9a [2020-08-11T04:39:23.223Z] ---> 6783ebbd3cf1 [2020-08-11T04:39:23.223Z] Step 14/21 : WORKDIR / [2020-08-11T04:39:23.223Z] Removing intermediate container e6200c9682d4 [2020-08-11T04:39:23.223Z] ---> fc2c109d5805 [2020-08-11T04:39:23.223Z] Step 14/21 : WORKDIR / [2020-08-11T04:39:23.223Z] Removing intermediate container 94aa07fca5dd [2020-08-11T04:39:23.223Z] ---> 83e5dce11da1 [2020-08-11T04:39:23.223Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-11T04:39:23.223Z] ---> Running in 387cd32a057e [2020-08-11T04:39:23.223Z] Removing intermediate container 8b9403bc9772 [2020-08-11T04:39:23.223Z] ---> 5f6d0dec045d [2020-08-11T04:39:23.223Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T04:39:23.488Z] ---> Running in 7beb31b43552 [2020-08-11T04:39:23.488Z] Removing intermediate container 387cd32a057e [2020-08-11T04:39:23.488Z] ---> ec09c83bfc2a [2020-08-11T04:39:23.488Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T04:39:23.753Z] Removing intermediate container 7beb31b43552 [2020-08-11T04:39:23.753Z] ---> 4203512ae174 [2020-08-11T04:39:23.753Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T04:39:23.753Z] ---> 0270d1147064 [2020-08-11T04:39:23.753Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-11T04:39:23.753Z] ---> b60a7337402d [2020-08-11T04:39:23.753Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T04:39:24.023Z] ---> 4e30689e663b [2020-08-11T04:39:24.023Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T04:39:24.023Z] ---> 55e20739573d [2020-08-11T04:39:24.023Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T04:39:24.023Z] ---> 39b70f23b3f5 [2020-08-11T04:39:24.023Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T04:39:24.601Z] ---> 48e8133ecad5 [2020-08-11T04:39:24.601Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T04:39:24.601Z] ---> Running in c8efcc8de70a [2020-08-11T04:39:24.601Z] ---> 1ce66f03ea5e [2020-08-11T04:39:24.601Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [Pipeline] sh [2020-08-11T04:39:25.170Z] Removing intermediate container 1040f15bddff [2020-08-11T04:39:25.170Z] ---> 9cde22c15d41 [2020-08-11T04:39:25.170Z] Step 7/29 : COPY . . [2020-08-11T04:39:25.431Z] ---> b4f9867ff895 [2020-08-11T04:39:25.431Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T04:39:25.431Z] ---> 17f65f5d8992 [2020-08-11T04:39:25.431Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T04:39:25.431Z] Removing intermediate container c8efcc8de70a [2020-08-11T04:39:25.431Z] ---> 2524c025ace0 [2020-08-11T04:39:25.431Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T04:39:25.454Z] + ls -al . [2020-08-11T04:39:25.454Z] total 588 [2020-08-11T04:39:25.454Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 04:39 . [2020-08-11T04:39:25.454Z] drwxr-xr-x 4 root root 4096 Aug 11 04:36 .. [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 04:35 .dockerignore [2020-08-11T04:39:25.454Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 04:35 .git [2020-08-11T04:39:25.454Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 04:35 .github [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 04:35 .gitignore [2020-08-11T04:39:25.454Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 04:35 .semver [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 04:35 .sonarcloud.properties [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:35 CONTRIBUTING.md [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:35 Dockerfile.build [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 04:35 Jenkinsfile [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:35 LICENSE [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:35 Makefile [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:35 README.md [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:35 SECURITY.md [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 04:31 VERSION [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:35 ZMQWindows.md [2020-08-11T04:39:25.454Z] drwxrwxr-x 2 1001 1001 4096 Aug 11 04:35 bin [2020-08-11T04:39:25.454Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 04:35 cmd [2020-08-11T04:39:25.454Z] -rw-r--r-- 1 root root 458010 Aug 11 04:38 coverage.out [2020-08-11T04:39:25.454Z] -rw-r--r-- 1 root root 983 Aug 11 04:39 go.mod [2020-08-11T04:39:25.454Z] -rw-r--r-- 1 root root 17542 Aug 11 04:39 go.sum [2020-08-11T04:39:25.454Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 04:35 internal [2020-08-11T04:39:25.454Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 04:35 openapi [2020-08-11T04:39:25.454Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 04:35 snap [2020-08-11T04:39:25.454Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 04:35 version.go [Pipeline] sh [2020-08-11T04:39:25.692Z] ---> f821e30a1250 [2020-08-11T04:39:25.692Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T04:39:25.953Z] ---> Running in a0050a5f685e [2020-08-11T04:39:26.104Z] + '[' -e coverage.out ] [2020-08-11T04:39:26.104Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T04:39:26.164Z] Warning: overwriting stash ‘coverage-report’ [2020-08-11T04:39:26.907Z] ---> a2d973efa344 [2020-08-11T04:39:26.907Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:39:27.348Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T04:39:27.854Z] ---> 2b32c83b6f94 [2020-08-11T04:39:27.854Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:39:28.040Z] + make build [2020-08-11T04:39:28.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-11T04:39:28.427Z] ---> 606b504ce5af [2020-08-11T04:39:28.427Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T04:39:28.427Z] Removing intermediate container a0050a5f685e [2020-08-11T04:39:28.427Z] ---> a27135347689 [2020-08-11T04:39:28.427Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T04:39:29.813Z] ---> Running in 45d13bad0dd7 [2020-08-11T04:39:29.813Z] ---> Running in 3ff70fb7d392 [2020-08-11T04:39:30.382Z] ---> Running in 3b108f1ba04b [2020-08-11T04:39:32.295Z] Removing intermediate container 45d13bad0dd7 [2020-08-11T04:39:32.295Z] ---> 9c3c6877d601 [2020-08-11T04:39:32.295Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:39:32.870Z] ---> 33689a413592 [2020-08-11T04:39:32.870Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T04:39:32.870Z] Removing intermediate container 3ff70fb7d392 [2020-08-11T04:39:32.870Z] ---> 9e275fd89d7d [2020-08-11T04:39:32.870Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:39:33.130Z] Removing intermediate container 3b108f1ba04b [2020-08-11T04:39:33.130Z] ---> 40111d4743de [2020-08-11T04:39:33.130Z] Step 19/20 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:39:35.049Z] ---> Running in 5bbf58f1bb30 [2020-08-11T04:39:35.312Z] ---> Running in ff2333d434c9 [2020-08-11T04:39:35.576Z] ---> Running in 9b09675fa034 [2020-08-11T04:39:35.576Z] ---> 0db5bfa6ac07 [2020-08-11T04:39:35.576Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:39:36.522Z] Removing intermediate container 5bbf58f1bb30 [2020-08-11T04:39:36.522Z] ---> 537a74541b7e [2020-08-11T04:39:36.522Z] Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:39:36.522Z] Removing intermediate container ff2333d434c9 [2020-08-11T04:39:36.522Z] ---> d924afe3c4bb [2020-08-11T04:39:36.522Z] Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:39:36.522Z] ---> b7d42978729b [2020-08-11T04:39:36.522Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:39:36.522Z] Removing intermediate container 9b09675fa034 [2020-08-11T04:39:36.522Z] ---> ea157ea7e5c4 [2020-08-11T04:39:36.522Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:39:36.522Z] ---> Running in dad30791628a [2020-08-11T04:39:36.522Z] ---> Running in 032d396bebd9 [2020-08-11T04:39:37.472Z] ---> Running in 28534e5bec30 [2020-08-11T04:39:37.472Z] ---> Running in 93e2befc2487 [2020-08-11T04:39:39.386Z] Removing intermediate container 032d396bebd9 [2020-08-11T04:39:39.386Z] ---> 2b30ef322650 [2020-08-11T04:39:39.386Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:39:40.328Z] Removing intermediate container dad30791628a [2020-08-11T04:39:40.328Z] ---> c4bedd67d689 [2020-08-11T04:39:40.328Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:39:40.604Z] Removing intermediate container 93e2befc2487 [2020-08-11T04:39:40.604Z] ---> 0586c6999eac [2020-08-11T04:39:40.604Z] [2020-08-11T04:39:40.604Z] ---> Running in 2a88c454db99 [2020-08-11T04:39:40.604Z] ---> Running in 7c4b7c39fa05 [2020-08-11T04:39:40.604Z] Successfully built 0586c6999eac [2020-08-11T04:39:40.869Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-11T04:39:40.869Z]  Building docker-security-proxy-setup-go ... done  ---> 5c40d0781147 [2020-08-11T04:39:40.869Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T04:39:40.869Z] ---> Running in 0869cc032432 [2020-08-11T04:39:40.869Z] Removing intermediate container 7c4b7c39fa05 [2020-08-11T04:39:40.869Z] ---> 43de2c448e8f [2020-08-11T04:39:40.869Z] [2020-08-11T04:39:41.131Z] Removing intermediate container 2a88c454db99 [2020-08-11T04:39:41.131Z] ---> e0b2bcd42644 [2020-08-11T04:39:41.131Z] [2020-08-11T04:39:41.131Z] Successfully built 43de2c448e8f [2020-08-11T04:39:41.131Z] Successfully tagged docker-core-command-go:latest [2020-08-11T04:39:41.131Z]  Building docker-core-command-go ... done Successfully built e0b2bcd42644 [2020-08-11T04:39:41.391Z] Successfully tagged docker-core-metadata-go:latest [2020-08-11T04:39:41.391Z]  Building docker-core-metadata-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-11T04:39:41.391Z] Removing intermediate container 28534e5bec30 [2020-08-11T04:39:41.391Z] ---> 549959f06999 [2020-08-11T04:39:41.391Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:39:41.651Z] ---> Running in e929bbe3c7f9 [2020-08-11T04:39:41.651Z] Removing intermediate container e929bbe3c7f9 [2020-08-11T04:39:41.651Z] ---> 8b6dffddb29c [2020-08-11T04:39:41.651Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T04:39:41.914Z] ---> Running in 7b7541f63258 [2020-08-11T04:39:41.914Z] Removing intermediate container 7b7541f63258 [2020-08-11T04:39:41.914Z] ---> 96bb8100d5ea [2020-08-11T04:39:41.914Z] Step 25/26 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:39:42.180Z] ---> Running in 87aef9cd8043 [2020-08-11T04:39:42.180Z] Removing intermediate container 87aef9cd8043 [2020-08-11T04:39:42.180Z] ---> 6c217b639060 [2020-08-11T04:39:42.180Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:39:42.449Z] ---> Running in bbb3b927a0aa [2020-08-11T04:39:42.730Z] Removing intermediate container bbb3b927a0aa [2020-08-11T04:39:42.730Z] ---> 45a9aaef1882 [2020-08-11T04:39:42.730Z] [2020-08-11T04:39:42.730Z] Successfully built 45a9aaef1882 [2020-08-11T04:39:42.730Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-11T04:39:50.341Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-11T04:39:52.889Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0869cc032432 [2020-08-11T04:39:52.889Z] ---> 6739da246d44 [2020-08-11T04:39:52.889Z] [2020-08-11T04:39:52.889Z] Step 9/29 : FROM alpine:latest [2020-08-11T04:39:52.889Z] ---> a24bb4013296 [2020-08-11T04:39:52.889Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-11T04:39:52.889Z] ---> Running in c40013574408 [2020-08-11T04:39:52.889Z] Removing intermediate container c40013574408 [2020-08-11T04:39:52.890Z] ---> c318264a3e2c [2020-08-11T04:39:52.890Z] Step 11/29 : USER root [2020-08-11T04:39:52.890Z] ---> Running in 952752b0dd57 [2020-08-11T04:39:52.890Z] Removing intermediate container 952752b0dd57 [2020-08-11T04:39:52.890Z] ---> 154eb8c1d611 [2020-08-11T04:39:52.890Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T04:39:52.890Z] ---> Running in dd998b789d7a [2020-08-11T04:39:52.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:52.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:52.890Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:39:52.890Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:39:52.890Z] OK: 12749 distinct packages available [2020-08-11T04:39:52.890Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T04:39:52.890Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T04:39:52.890Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:39:52.890Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:39:52.890Z] OK: 6 MiB in 16 packages [2020-08-11T04:39:53.926Z] Removing intermediate container dd998b789d7a [2020-08-11T04:39:53.926Z] ---> b27fc5bbfb93 [2020-08-11T04:39:53.926Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T04:39:54.198Z] ---> Running in e0f20d1cd74e [2020-08-11T04:39:54.198Z] Removing intermediate container e0f20d1cd74e [2020-08-11T04:39:54.198Z] ---> d75587282afd [2020-08-11T04:39:54.198Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T04:39:54.480Z] ---> Running in 9ac95510b2f8 [2020-08-11T04:39:54.480Z] Removing intermediate container 9ac95510b2f8 [2020-08-11T04:39:54.480Z] ---> 6d3ab1358ca6 [2020-08-11T04:39:54.480Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T04:39:54.480Z] ---> Running in 6e9052dc7a09 [2020-08-11T04:39:55.440Z] Removing intermediate container 6e9052dc7a09 [2020-08-11T04:39:55.440Z] ---> 5701809aefc0 [2020-08-11T04:39:55.440Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T04:39:56.011Z] ---> b9fdc660edd2 [2020-08-11T04:39:56.011Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T04:39:56.011Z] ---> f8492854d1e2 [2020-08-11T04:39:56.011Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T04:39:56.270Z] ---> 5ece96381a60 [2020-08-11T04:39:56.270Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T04:39:56.531Z] ---> 718696d3e6eb [2020-08-11T04:39:56.531Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T04:39:56.790Z] ---> 89d6dbb9d165 [2020-08-11T04:39:56.790Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T04:39:56.790Z] ---> Running in 314e51dd129c [2020-08-11T04:39:58.704Z] Removing intermediate container 314e51dd129c [2020-08-11T04:39:58.704Z] ---> 095971ddf9bb [2020-08-11T04:39:58.704Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:39:58.978Z] ---> 288efdf14297 [2020-08-11T04:39:58.978Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:39:58.978Z] ---> Running in f6432172baf4 [2020-08-11T04:39:59.926Z] Removing intermediate container f6432172baf4 [2020-08-11T04:39:59.926Z] ---> 25dffe89b382 [2020-08-11T04:39:59.926Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T04:39:59.926Z] ---> Running in bcf324789647 [2020-08-11T04:40:00.867Z] Removing intermediate container bcf324789647 [2020-08-11T04:40:00.867Z] ---> 3024e42454c8 [2020-08-11T04:40:00.867Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:40:01.127Z] ---> Running in 95c801b8629c [2020-08-11T04:40:01.127Z] Removing intermediate container 95c801b8629c [2020-08-11T04:40:01.127Z] ---> 0d96486a6e3b [2020-08-11T04:40:01.127Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T04:40:01.387Z] ---> Running in d4065d2be773 [2020-08-11T04:40:01.387Z] Removing intermediate container d4065d2be773 [2020-08-11T04:40:01.387Z] ---> f3ac106fb98c [2020-08-11T04:40:01.387Z] Step 27/29 : LABEL arch=x86_64 [2020-08-11T04:40:01.387Z] ---> Running in fe685f393311 [2020-08-11T04:40:01.651Z] Removing intermediate container fe685f393311 [2020-08-11T04:40:01.651Z] ---> 2ba2677083d3 [2020-08-11T04:40:01.651Z] Step 28/29 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:40:01.651Z] ---> Running in 680f442db62b [2020-08-11T04:40:01.912Z] Removing intermediate container 680f442db62b [2020-08-11T04:40:01.912Z] ---> fbe9ceb2e8cb [2020-08-11T04:40:01.912Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T04:40:01.912Z] ---> Running in ad570de7000a [2020-08-11T04:40:02.172Z] Removing intermediate container ad570de7000a [2020-08-11T04:40:02.172Z] ---> 5b3c842fb1ef [2020-08-11T04:40:02.172Z] [2020-08-11T04:40:02.172Z] Successfully built 5b3c842fb1ef [2020-08-11T04:40:02.172Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-11T04:40:02.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-11T04:40:02.761Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-11T04:40:02.793Z] $ docker stop --time=1 956d6884cf327b0420242305fe09712746321ea34e66bd8906d4405c91448ccb [2020-08-11T04:40:04.475Z] $ docker rm -f 956d6884cf327b0420242305fe09712746321ea34e66bd8906d4405c91448ccb [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T04:40:04.943Z] + docker images [2020-08-11T04:40:04.943Z] + grep docker [2020-08-11T04:40:05.203Z] docker-security-secrets-setup-go latest 5b3c842fb1ef 4 seconds ago 25.1MB [2020-08-11T04:40:05.203Z] docker-security-secretstore-setup-go latest 45a9aaef1882 23 seconds ago 33.9MB [2020-08-11T04:40:05.203Z] docker-core-command-go latest 43de2c448e8f 25 seconds ago 13MB [2020-08-11T04:40:05.203Z] docker-core-metadata-go latest e0b2bcd42644 25 seconds ago 14.4MB [2020-08-11T04:40:05.203Z] docker-security-proxy-setup-go latest 0586c6999eac 27 seconds ago 16.4MB [2020-08-11T04:40:05.203Z] docker-sys-mgmt-agent-go latest fabf4834d94c About a minute ago 284MB [2020-08-11T04:40:05.203Z] docker-core-data-go latest bb33eb93cb5a 2 minutes ago 23.8MB [2020-08-11T04:40:05.203Z] docker-support-notifications-go latest 238393b20d39 2 minutes ago 14.4MB [2020-08-11T04:40:05.203Z] docker-support-scheduler-go latest b992be4091b7 2 minutes ago 13.1MB [2020-08-11T04:40:05.203Z] docker-support-logging-go latest 138f5d209dac 3 minutes ago 11.8MB [2020-08-11T04:40:05.203Z] docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-11T04:40:08.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-11T04:40:13.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-11T04:40:21.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-11T04:40:22.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-11T04:40:27.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-11T04:40:32.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-11T04:40:37.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-11T04:40:42.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-11T04:40:47.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-11T04:40:52.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-11T04:40:57.730Z] $ docker stop --time=1 56bf5e82b9ad916a6a5b970d3f5db92fe1e37694ed112867a5e0c7cc45761889 [2020-08-11T04:41:00.285Z] $ docker rm -f 56bf5e82b9ad916a6a5b970d3f5db92fe1e37694ed112867a5e0c7cc45761889 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:41:01.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:41:02.255Z] [2020-08-11T04:41:02.255Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:41:02.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:41:02.914Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-11T04:41:02.914Z] 29e5d40040c1: Pulling fs layer [2020-08-11T04:41:02.914Z] 1ce36da41761: Pulling fs layer [2020-08-11T04:41:02.914Z] 25b303627fd3: Pulling fs layer [2020-08-11T04:41:03.187Z] 29e5d40040c1: Verifying Checksum [2020-08-11T04:41:03.187Z] 29e5d40040c1: Download complete [2020-08-11T04:41:03.780Z] 1ce36da41761: Verifying Checksum [2020-08-11T04:41:03.780Z] 1ce36da41761: Download complete [2020-08-11T04:41:03.780Z] 29e5d40040c1: Pull complete [2020-08-11T04:41:05.211Z] 1ce36da41761: Pull complete [2020-08-11T04:41:05.805Z] 25b303627fd3: Verifying Checksum [2020-08-11T04:41:05.805Z] 25b303627fd3: Download complete [2020-08-11T04:41:16.177Z] 25b303627fd3: Pull complete [2020-08-11T04:41:16.177Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-11T04:41:16.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:41:16.177Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-11T04:41:16.516Z] prd-ubuntu18.04-docker-arm64-4c-16g-3350 does not seem to be running inside a container [2020-08-11T04:41:16.771Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-11T04:41:20.518Z] $ docker top d1ac944e27c73e9372fd74bc68e452c237f9508cbdb2ce008efbd070b99c3dec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:41:21.946Z] + docker-compose build --help [2020-08-11T04:41:21.946Z] + grep parallel [2020-08-11T04:41:26.252Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T04:41:26.546Z] $ docker stop --time=1 d1ac944e27c73e9372fd74bc68e452c237f9508cbdb2ce008efbd070b99c3dec [2020-08-11T04:41:28.585Z] $ docker rm -f d1ac944e27c73e9372fd74bc68e452c237f9508cbdb2ce008efbd070b99c3dec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:41:29.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:41:29.373Z] . [Pipeline] withDockerContainer [2020-08-11T04:41:29.653Z] prd-ubuntu18.04-docker-arm64-4c-16g-3350 does not seem to be running inside a container [2020-08-11T04:41:29.726Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-11T04:41:31.226Z] $ docker top c82cb4500c4f4c0382b9c76e4620a2ca259b1257a643ebe05e02f42fae690a9f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:41:32.257Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T04:41:36.546Z] Building docker-core-command-go ... [2020-08-11T04:41:36.546Z] Building docker-core-data-go ... [2020-08-11T04:41:36.546Z] Building docker-core-metadata-go ... [2020-08-11T04:41:36.546Z] Building docker-security-proxy-setup-go ... [2020-08-11T04:41:36.547Z] Building docker-security-secrets-setup-go ... [2020-08-11T04:41:36.547Z] Building docker-security-secretstore-setup-go ... [2020-08-11T04:41:36.547Z] Building docker-support-logging-go ... [2020-08-11T04:41:36.547Z] Building docker-support-notifications-go ... [2020-08-11T04:41:36.547Z] Building docker-support-scheduler-go ... [2020-08-11T04:41:36.547Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T04:41:36.547Z] Building docker-core-data-go [2020-08-11T04:41:36.547Z] Building docker-core-command-go [2020-08-11T04:41:36.547Z] Building docker-security-secrets-setup-go [2020-08-11T04:41:36.547Z] Building docker-security-proxy-setup-go [2020-08-11T04:41:36.547Z] Building docker-core-metadata-go [2020-08-11T04:43:28.337Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:28.337Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:43:28.337Z] ---> 052a58d50373 [2020-08-11T04:43:28.337Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:43:28.337Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:28.337Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T04:43:28.337Z] ---> 052a58d50373 [2020-08-11T04:43:28.337Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T04:43:28.337Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:28.337Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:43:28.337Z] ---> 052a58d50373 [2020-08-11T04:43:28.337Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:43:28.337Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:28.337Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:43:28.337Z] ---> 052a58d50373 [2020-08-11T04:43:28.337Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T04:43:28.337Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:28.337Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:43:28.337Z] ---> 052a58d50373 [2020-08-11T04:43:28.337Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:43:28.337Z] ---> Running in 5bbc4d598680 [2020-08-11T04:43:28.337Z] ---> Running in fcead75c937b [2020-08-11T04:43:28.337Z] ---> Running in 1d13ddfc5566 [2020-08-11T04:43:28.337Z] ---> Running in 127e8f78fad3 [2020-08-11T04:43:28.337Z] ---> Running in 782427de917f [2020-08-11T04:43:28.337Z] Removing intermediate container 127e8f78fad3 [2020-08-11T04:43:28.337Z] ---> e08a497ff0cc [2020-08-11T04:43:28.337Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:43:28.337Z] Removing intermediate container 782427de917f [2020-08-11T04:43:28.337Z] ---> c15b7ac5d966 [2020-08-11T04:43:28.337Z] Removing intermediate container fcead75c937b [2020-08-11T04:43:28.337Z] ---> 2930a0aaf58c [2020-08-11T04:43:28.337Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T04:43:28.337Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:43:28.337Z] Removing intermediate container 1d13ddfc5566 [2020-08-11T04:43:28.337Z] ---> 2a976db2b923 [2020-08-11T04:43:28.337Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:43:28.337Z] Removing intermediate container 5bbc4d598680 [2020-08-11T04:43:28.337Z] ---> ff3bfb3f9aab [2020-08-11T04:43:28.337Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:43:28.337Z] ---> Running in 7a7571d34bf8 [2020-08-11T04:43:28.337Z] ---> Running in 354585ada557 [2020-08-11T04:43:28.337Z] ---> Running in a0d4b2fe3d16 [2020-08-11T04:43:28.337Z] ---> Running in eee24d4ba660 [2020-08-11T04:43:28.337Z] ---> Running in f9cbcac515c5 [2020-08-11T04:43:28.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:28.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:28.337Z] Removing intermediate container 7a7571d34bf8 [2020-08-11T04:43:28.337Z] ---> 539e3ace331c [2020-08-11T04:43:28.338Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T04:43:28.338Z] ---> Running in 9f841552cfd6 [2020-08-11T04:43:28.338Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:28.338Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:28.338Z] OK: 12620 distinct packages available [2020-08-11T04:43:28.338Z] Removing intermediate container a0d4b2fe3d16 [2020-08-11T04:43:28.338Z] ---> 7a87eb817cf3 [2020-08-11T04:43:28.338Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:43:28.338Z] Removing intermediate container 354585ada557 [2020-08-11T04:43:28.338Z] ---> ce7492f96234 [2020-08-11T04:43:28.338Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:43:28.338Z] Removing intermediate container f9cbcac515c5 [2020-08-11T04:43:28.338Z] ---> 5bdd9007a1d2 [2020-08-11T04:43:28.338Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:43:28.338Z] ---> Running in c57f3a8743e2 [2020-08-11T04:43:28.338Z] ---> Running in 6c9fa926e3f4 [2020-08-11T04:43:28.338Z] ---> Running in 9e3ecf1e9bb9 [2020-08-11T04:43:28.338Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:28.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:29.204Z] Removing intermediate container eee24d4ba660 [2020-08-11T04:43:29.204Z] ---> 6be7b1670495 [2020-08-11T04:43:29.204Z] Step 5/29 : COPY go.mod . [2020-08-11T04:43:29.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:29.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:29.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:29.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:30.114Z] ---> 3755077c8400 [2020-08-11T04:43:30.114Z] Step 6/29 : RUN go mod download [2020-08-11T04:43:30.399Z] ---> Running in 1bfd5b75b079 [2020-08-11T04:43:30.670Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:30.670Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:30.670Z] OK: 12620 distinct packages available [2020-08-11T04:43:30.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:30.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:30.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:31.545Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:31.545Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:31.545Z] OK: 12620 distinct packages available [2020-08-11T04:43:31.545Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:31.820Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:31.820Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:31.820Z] OK: 12620 distinct packages available [2020-08-11T04:43:31.820Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:31.820Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:31.820Z] OK: 12620 distinct packages available [2020-08-11T04:43:32.418Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:32.694Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:32.694Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:33.678Z] Removing intermediate container 9f841552cfd6 [2020-08-11T04:43:33.678Z] ---> 7ddab0edd6c4 [2020-08-11T04:43:33.678Z] Step 6/22 : COPY go.mod . [2020-08-11T04:43:34.270Z] Removing intermediate container c57f3a8743e2 [2020-08-11T04:43:34.270Z] ---> bb7d4f44b0c2 [2020-08-11T04:43:34.270Z] Step 6/21 : COPY go.mod . [2020-08-11T04:43:34.545Z] Removing intermediate container 9e3ecf1e9bb9 [2020-08-11T04:43:34.545Z] ---> 05a16d5350bd [2020-08-11T04:43:34.545Z] Step 6/20 : COPY go.mod . [2020-08-11T04:43:34.825Z] ---> c1607047841d [2020-08-11T04:43:34.825Z] Step 7/22 : RUN go mod download [2020-08-11T04:43:34.825Z] Removing intermediate container 1bfd5b75b079 [2020-08-11T04:43:34.825Z] ---> 2e1da39b3c92 [2020-08-11T04:43:34.825Z] Step 7/29 : COPY . . [2020-08-11T04:43:34.825Z] Removing intermediate container 6c9fa926e3f4 [2020-08-11T04:43:34.825Z] ---> 17ae4588fda1 [2020-08-11T04:43:34.825Z] Step 6/21 : COPY go.mod . [2020-08-11T04:43:35.106Z] ---> Running in c55328889ba0 [2020-08-11T04:43:35.106Z] ---> 7874aa276cdd [2020-08-11T04:43:35.106Z] Step 7/21 : RUN go mod download [2020-08-11T04:43:35.379Z] ---> Running in 3513da96a054 [2020-08-11T04:43:35.379Z] ---> ad8402ef11d4 [2020-08-11T04:43:35.379Z] Step 7/20 : RUN go mod download [2020-08-11T04:43:36.351Z] ---> d23c2012c683 [2020-08-11T04:43:36.351Z] Step 7/21 : RUN go mod download [2020-08-11T04:43:36.351Z] ---> Running in 09c53e493d74 [2020-08-11T04:43:37.775Z] ---> Running in 42491485b0df [2020-08-11T04:43:41.166Z] Removing intermediate container c55328889ba0 [2020-08-11T04:43:41.166Z] ---> 88af45e74689 [2020-08-11T04:43:41.166Z] Step 8/22 : COPY . . [2020-08-11T04:43:41.765Z] Removing intermediate container 3513da96a054 [2020-08-11T04:43:41.765Z] ---> 593708ed39f7 [2020-08-11T04:43:41.765Z] Step 8/21 : COPY . . [2020-08-11T04:43:44.376Z] Removing intermediate container 09c53e493d74 [2020-08-11T04:43:44.376Z] ---> f882dd931a96 [2020-08-11T04:43:44.376Z] Step 8/20 : COPY . . [2020-08-11T04:43:44.376Z] Removing intermediate container 42491485b0df [2020-08-11T04:43:44.376Z] ---> dd1249a15ac7 [2020-08-11T04:43:44.376Z] Step 8/21 : COPY . . [2020-08-11T04:44:02.698Z] ---> 2bf0bc653c95 [2020-08-11T04:44:02.698Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T04:44:06.113Z] ---> Running in eb4593a559e5 [2020-08-11T04:44:06.385Z] ---> 3c76d434cb46 [2020-08-11T04:44:06.385Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T04:44:06.385Z] ---> 87814e31e4ea [2020-08-11T04:44:06.385Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T04:44:06.665Z] ---> Running in 3d1bd75b981e [2020-08-11T04:44:06.665Z] ---> Running in 10b45960ade1 [2020-08-11T04:44:06.941Z] ---> 37d4557831f8 [2020-08-11T04:44:06.941Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T04:44:06.941Z] ---> 0610665adfd8 [2020-08-11T04:44:06.941Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T04:44:07.226Z] ---> Running in d7cff911e477 [2020-08-11T04:44:07.227Z] ---> Running in 5db698c919c3 [2020-08-11T04:44:08.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-11T04:44:09.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-11T04:44:09.805Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-11T04:44:09.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-11T04:44:10.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-11T04:45:46.948Z] Removing intermediate container eb4593a559e5 [2020-08-11T04:45:46.948Z] ---> ba0cda5ce894 [2020-08-11T04:45:46.948Z] [2020-08-11T04:45:46.948Z] Step 9/29 : FROM alpine:latest [2020-08-11T04:45:46.948Z] latest: Pulling from library/alpine [2020-08-11T04:45:46.948Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T04:45:46.948Z] Status: Downloaded newer image for alpine:latest [2020-08-11T04:45:46.948Z] ---> 62ee0e9f8440 [2020-08-11T04:45:46.948Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-11T04:45:46.948Z] ---> Running in 23b5f9e01605 [2020-08-11T04:45:46.948Z] Removing intermediate container 23b5f9e01605 [2020-08-11T04:45:46.948Z] ---> 4b7a305ad2db [2020-08-11T04:45:46.948Z] Step 11/29 : USER root [2020-08-11T04:45:46.948Z] ---> Running in 74b323e02445 [2020-08-11T04:45:46.948Z] Removing intermediate container 74b323e02445 [2020-08-11T04:45:46.948Z] ---> 499e25c66c53 [2020-08-11T04:45:46.948Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T04:45:46.948Z] ---> Running in 0454447e3f36 [2020-08-11T04:45:46.948Z] Removing intermediate container 5db698c919c3 [2020-08-11T04:45:46.948Z] ---> ebb5c49311dc [2020-08-11T04:45:46.948Z] [2020-08-11T04:45:46.948Z] Step 10/20 : FROM alpine [2020-08-11T04:45:46.948Z] ---> 62ee0e9f8440 [2020-08-11T04:45:46.948Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T04:45:46.948Z] ---> Running in 2ae35d39164c [2020-08-11T04:45:46.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:46.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:46.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:46.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:46.948Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:45:46.948Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:45:46.948Z] OK: 12620 distinct packages available [2020-08-11T04:45:47.542Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:45:47.542Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:45:47.542Z] OK: 12620 distinct packages available [2020-08-11T04:45:47.814Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T04:45:48.087Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T04:45:48.087Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:45:48.087Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:45:48.361Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T04:45:48.361Z] OK: 6 MiB in 16 packages [2020-08-11T04:45:48.637Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:45:48.637Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T04:45:48.637Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T04:45:48.637Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:45:48.637Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:45:49.237Z] OK: 7 MiB in 18 packages [2020-08-11T04:45:51.878Z] Removing intermediate container 0454447e3f36 [2020-08-11T04:45:51.878Z] ---> d95b484cee2e [2020-08-11T04:45:51.878Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T04:45:52.156Z] Removing intermediate container 2ae35d39164c [2020-08-11T04:45:52.156Z] ---> d883422878d9 [2020-08-11T04:45:52.156Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:45:52.156Z] ---> Running in 6202efd14c60 [2020-08-11T04:45:52.430Z] ---> Running in 4bab99ac7afb [2020-08-11T04:45:52.706Z] Removing intermediate container 6202efd14c60 [2020-08-11T04:45:52.706Z] ---> f400d1dc807c [2020-08-11T04:45:52.706Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T04:45:52.981Z] ---> Running in b3b04fb2de29 [2020-08-11T04:45:53.259Z] Removing intermediate container 4bab99ac7afb [2020-08-11T04:45:53.259Z] ---> c2a3f972dff2 [2020-08-11T04:45:53.259Z] Step 13/20 : WORKDIR /edgex [2020-08-11T04:45:53.535Z] ---> Running in 67f898aaeb60 [2020-08-11T04:45:53.810Z] Removing intermediate container b3b04fb2de29 [2020-08-11T04:45:53.810Z] ---> 704e0aa44a3f [2020-08-11T04:45:53.810Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T04:45:54.090Z] ---> Running in 4e01e1d3b557 [2020-08-11T04:45:54.367Z] Removing intermediate container 67f898aaeb60 [2020-08-11T04:45:54.367Z] ---> 9aa6cfdd4ee3 [2020-08-11T04:45:54.367Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T04:45:55.807Z] ---> 1ca01d5f9436 [2020-08-11T04:45:55.807Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T04:45:58.446Z] ---> 14a1d75fdcaf [2020-08-11T04:45:58.446Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T04:45:58.446Z] ---> Running in 484335cc338e [2020-08-11T04:45:59.046Z] Removing intermediate container 4e01e1d3b557 [2020-08-11T04:45:59.322Z] ---> 674dc839fecc [2020-08-11T04:45:59.322Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T04:45:59.322Z] Removing intermediate container 484335cc338e [2020-08-11T04:45:59.322Z] ---> 958f6684c0be [2020-08-11T04:45:59.322Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T04:45:59.596Z] ---> Running in ad40b8c1ed9b [2020-08-11T04:46:00.582Z] Removing intermediate container ad40b8c1ed9b [2020-08-11T04:46:00.582Z] ---> d5bb44352371 [2020-08-11T04:46:00.582Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T04:46:00.866Z] ---> Running in 7aab76170003 [2020-08-11T04:46:01.141Z] ---> 355e684521e7 [2020-08-11T04:46:01.141Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T04:46:01.744Z] Removing intermediate container 7aab76170003 [2020-08-11T04:46:01.744Z] ---> 7594e0534f1d [2020-08-11T04:46:01.744Z] Step 19/20 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:46:01.744Z] ---> Running in d81ca60cf7aa [2020-08-11T04:46:02.733Z] ---> 3fce5d417f63 [2020-08-11T04:46:02.733Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T04:46:02.733Z] Removing intermediate container d81ca60cf7aa [2020-08-11T04:46:02.733Z] ---> 953c320ef233 [2020-08-11T04:46:02.733Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:46:03.006Z] ---> Running in ed3c9ac0ba65 [2020-08-11T04:46:04.009Z] Removing intermediate container ed3c9ac0ba65 [2020-08-11T04:46:04.009Z] ---> 9a8c0d480976 [2020-08-11T04:46:04.009Z] [2020-08-11T04:46:04.009Z] ---> 55f8ccdc6d5e [2020-08-11T04:46:04.009Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T04:46:04.610Z] Successfully built 9a8c0d480976 [2020-08-11T04:46:04.610Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-11T04:46:04.610Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-08-11T04:46:05.228Z] ---> 23e5391bd145 [2020-08-11T04:46:05.228Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T04:46:07.244Z] ---> c9d69eddfc2c [2020-08-11T04:46:07.244Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T04:46:08.242Z] ---> Running in db82e16b72d1 [2020-08-11T04:46:15.009Z] Removing intermediate container db82e16b72d1 [2020-08-11T04:46:15.009Z] ---> 873718d9f049 [2020-08-11T04:46:15.009Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:46:16.492Z] ---> 60fff588a78e [2020-08-11T04:46:16.492Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:46:17.113Z] ---> Running in ba6ab5a22832 [2020-08-11T04:46:19.778Z] Removing intermediate container d7cff911e477 [2020-08-11T04:46:19.778Z] ---> eb3d48caa1e5 [2020-08-11T04:46:19.778Z] [2020-08-11T04:46:19.778Z] Step 10/21 : FROM scratch [2020-08-11T04:46:19.778Z] ---> [2020-08-11T04:46:19.778Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:46:20.401Z] ---> Running in d9758ac7dcbd [2020-08-11T04:46:21.866Z] Removing intermediate container d9758ac7dcbd [2020-08-11T04:46:21.866Z] ---> 659f69d48e62 [2020-08-11T04:46:21.866Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T04:46:22.467Z] ---> Running in 94754f21b0ee [2020-08-11T04:46:23.467Z] Removing intermediate container ba6ab5a22832 [2020-08-11T04:46:23.467Z] ---> a25ac6274485 [2020-08-11T04:46:23.467Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T04:46:24.088Z] Removing intermediate container 94754f21b0ee [2020-08-11T04:46:24.088Z] ---> 8c0dbfa0baac [2020-08-11T04:46:24.088Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:46:25.090Z] ---> Running in 8e594bddb747 [2020-08-11T04:46:25.370Z] ---> Running in 32dc07ea36b8 [2020-08-11T04:46:26.844Z] Removing intermediate container 32dc07ea36b8 [2020-08-11T04:46:26.844Z] ---> 163515513570 [2020-08-11T04:46:26.844Z] Step 14/21 : WORKDIR / [2020-08-11T04:46:27.836Z] ---> Running in 5ff37a95df99 [2020-08-11T04:46:29.841Z] Removing intermediate container 5ff37a95df99 [2020-08-11T04:46:29.841Z] ---> 679d88340169 [2020-08-11T04:46:29.841Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T04:46:30.841Z] Removing intermediate container 10b45960ade1 [2020-08-11T04:46:30.841Z] ---> 8a22aa2854dc [2020-08-11T04:46:30.841Z] [2020-08-11T04:46:30.841Z] Step 10/21 : FROM scratch [2020-08-11T04:46:30.841Z] ---> [2020-08-11T04:46:30.841Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:46:30.841Z] Removing intermediate container 8e594bddb747 [2020-08-11T04:46:30.841Z] ---> 360e8552a5f8 [2020-08-11T04:46:30.841Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:46:31.119Z] ---> Using cache [2020-08-11T04:46:31.119Z] ---> 659f69d48e62 [2020-08-11T04:46:31.119Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T04:46:31.395Z] ---> 9f2dacc7c635 [2020-08-11T04:46:31.395Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T04:46:31.673Z] ---> Running in 8717d035257c [2020-08-11T04:46:31.673Z] ---> Running in 5f29af3be431 [2020-08-11T04:46:31.957Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:46:31.957Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:46:31.957Z] ---> 052a58d50373 [2020-08-11T04:46:31.957Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:46:31.957Z] ---> Using cache [2020-08-11T04:46:31.957Z] ---> ff3bfb3f9aab [2020-08-11T04:46:31.957Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:46:31.957Z] ---> Using cache [2020-08-11T04:46:31.957Z] ---> 5bdd9007a1d2 [2020-08-11T04:46:31.957Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:46:31.957Z] ---> Using cache [2020-08-11T04:46:32.272Z] ---> 05a16d5350bd [2020-08-11T04:46:32.272Z] Step 6/20 : COPY go.mod . [2020-08-11T04:46:32.272Z] ---> Using cache [2020-08-11T04:46:32.272Z] ---> ad8402ef11d4 [2020-08-11T04:46:32.272Z] Step 7/20 : RUN go mod download [2020-08-11T04:46:32.272Z] ---> Using cache [2020-08-11T04:46:32.272Z] ---> f882dd931a96 [2020-08-11T04:46:32.272Z] Step 8/20 : COPY . . [2020-08-11T04:46:32.272Z] ---> Using cache [2020-08-11T04:46:32.272Z] ---> 37d4557831f8 [2020-08-11T04:46:32.272Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T04:46:32.551Z] ---> Running in cb6baaf154d0 [2020-08-11T04:46:32.551Z] Removing intermediate container 5f29af3be431 [2020-08-11T04:46:32.551Z] ---> 6a89819770ae [2020-08-11T04:46:32.551Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:46:32.551Z] Removing intermediate container 8717d035257c [2020-08-11T04:46:32.551Z] ---> 4466e41f184b [2020-08-11T04:46:32.551Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T04:46:33.165Z] ---> Running in 6ab7643c7c40 [2020-08-11T04:46:33.789Z] ---> Running in 61346577293f [2020-08-11T04:46:33.789Z] ---> bbeaf33fb424 [2020-08-11T04:46:33.789Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T04:46:34.066Z] Removing intermediate container 6ab7643c7c40 [2020-08-11T04:46:34.066Z] ---> 11355426146b [2020-08-11T04:46:34.066Z] Step 14/21 : WORKDIR / [2020-08-11T04:46:34.346Z] ---> Running in 46b166e0a4db [2020-08-11T04:46:34.624Z] Removing intermediate container 61346577293f [2020-08-11T04:46:34.624Z] ---> 89c33fb50768 [2020-08-11T04:46:34.624Z] Step 27/29 : LABEL arch=arm64 [2020-08-11T04:46:34.901Z] ---> Running in a60f9867caca [2020-08-11T04:46:35.198Z] Removing intermediate container 46b166e0a4db [2020-08-11T04:46:35.198Z] ---> b4fca24909a0 [2020-08-11T04:46:35.198Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T04:46:35.198Z] ---> fda9176d1f22 [2020-08-11T04:46:35.198Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:46:35.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-11T04:46:35.796Z] ---> Running in e8aec1e9e496 [2020-08-11T04:46:35.796Z] Removing intermediate container a60f9867caca [2020-08-11T04:46:35.796Z] ---> 200295a0c685 [2020-08-11T04:46:35.796Z] Step 28/29 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:46:36.067Z] Removing intermediate container 3d1bd75b981e [2020-08-11T04:46:36.067Z] ---> 2ad4ef19943b [2020-08-11T04:46:36.067Z] [2020-08-11T04:46:36.067Z] Step 10/22 : FROM alpine [2020-08-11T04:46:36.067Z] ---> 62ee0e9f8440 [2020-08-11T04:46:36.067Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:46:36.341Z] ---> Running in 866b14b7768b [2020-08-11T04:46:36.341Z] ---> Running in 5d1172d68308 [2020-08-11T04:46:36.341Z] ---> ffe25fab089a [2020-08-11T04:46:36.341Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T04:46:36.622Z] Removing intermediate container e8aec1e9e496 [2020-08-11T04:46:36.622Z] ---> edcdb664e72b [2020-08-11T04:46:36.622Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:46:36.622Z] ---> Running in fa8ed43b61c3 [2020-08-11T04:46:37.220Z] Removing intermediate container 5d1172d68308 [2020-08-11T04:46:37.220Z] ---> 15ce77aefece [2020-08-11T04:46:37.220Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T04:46:37.220Z] Removing intermediate container 866b14b7768b [2020-08-11T04:46:37.220Z] ---> 8b0dc8b9acb1 [2020-08-11T04:46:37.220Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T04:46:37.494Z] ---> Running in 4860d0fb4356 [2020-08-11T04:46:37.494Z] ---> Running in 766dd4ebaf89 [2020-08-11T04:46:37.769Z] Removing intermediate container fa8ed43b61c3 [2020-08-11T04:46:37.769Z] ---> 6d362410ed81 [2020-08-11T04:46:37.769Z] Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:46:38.044Z] ---> Running in 874da47aafba [2020-08-11T04:46:38.642Z] Removing intermediate container 766dd4ebaf89 [2020-08-11T04:46:38.642Z] ---> 6d6cb770cf48 [2020-08-11T04:46:38.643Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T04:46:38.915Z] ---> Running in 8d7696ebd837 [2020-08-11T04:46:38.915Z] Removing intermediate container 4860d0fb4356 [2020-08-11T04:46:38.915Z] ---> b8067bf7b0d1 [2020-08-11T04:46:38.915Z] [2020-08-11T04:46:38.915Z] ---> 3d1db02021c8 [2020-08-11T04:46:38.915Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T04:46:39.191Z] Removing intermediate container 874da47aafba [2020-08-11T04:46:39.191Z] ---> d560adb00bad [2020-08-11T04:46:39.191Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:46:39.471Z] ---> Running in dfe3854649c2 [2020-08-11T04:46:39.746Z] Removing intermediate container 8d7696ebd837 [2020-08-11T04:46:39.746Z] ---> ff5502e0e1df [2020-08-11T04:46:39.746Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:46:40.021Z] ---> Running in 8835d16bd709 [2020-08-11T04:46:40.621Z] Removing intermediate container dfe3854649c2 [2020-08-11T04:46:40.621Z] ---> ecaa90937537 [2020-08-11T04:46:40.621Z] [2020-08-11T04:46:40.621Z] Successfully built b8067bf7b0d1 [2020-08-11T04:46:40.621Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-11T04:46:40.621Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-08-11T04:46:40.901Z] ---> e858e2f32d69 [2020-08-11T04:46:40.901Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:46:41.183Z] ---> Running in 934f55af0a15 [2020-08-11T04:46:41.464Z] Successfully built ecaa90937537 [2020-08-11T04:46:41.464Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-11T04:46:41.464Z]  Building docker-core-command-go ... done Building docker-support-logging-go [2020-08-11T04:46:42.075Z] Removing intermediate container 934f55af0a15 [2020-08-11T04:46:42.075Z] ---> 4a8070fb60e2 [2020-08-11T04:46:42.075Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:46:42.347Z] ---> Running in c01a1e30e72e [2020-08-11T04:46:42.943Z] Removing intermediate container c01a1e30e72e [2020-08-11T04:46:42.943Z] ---> 75e5ce6cff94 [2020-08-11T04:46:42.943Z] Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:46:43.931Z] ---> Running in c0d03972e83f [2020-08-11T04:46:45.906Z] Removing intermediate container c0d03972e83f [2020-08-11T04:46:45.906Z] ---> 830c27e6f317 [2020-08-11T04:46:45.906Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:46:46.504Z] Removing intermediate container 8835d16bd709 [2020-08-11T04:46:46.504Z] ---> 13917e0906e5 [2020-08-11T04:46:46.504Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T04:46:46.779Z] ---> Running in 8babc173677e [2020-08-11T04:46:47.058Z] ---> Running in 0491348411e3 [2020-08-11T04:46:48.066Z] Removing intermediate container 8babc173677e [2020-08-11T04:46:48.066Z] ---> 2b27847dbd2a [2020-08-11T04:46:48.066Z] [2020-08-11T04:46:48.679Z] Successfully built 2b27847dbd2a [2020-08-11T04:46:48.679Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-11T04:46:48.679Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-08-11T04:46:50.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:51.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:51.723Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T04:46:51.723Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T04:46:51.723Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T04:46:51.997Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T04:46:51.997Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T04:46:52.270Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:46:52.270Z] OK: 8 MiB in 19 packages [2020-08-11T04:46:57.692Z] Removing intermediate container 0491348411e3 [2020-08-11T04:46:57.692Z] ---> 80469f192511 [2020-08-11T04:46:57.692Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T04:46:59.672Z] ---> 3436d8018a0e [2020-08-11T04:46:59.672Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T04:47:02.314Z] ---> 07b21889cc66 [2020-08-11T04:47:02.314Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T04:47:04.308Z] ---> c282380f750d [2020-08-11T04:47:04.308Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:47:04.585Z] ---> Running in 4256be88af04 [2020-08-11T04:47:06.053Z] Removing intermediate container 4256be88af04 [2020-08-11T04:47:06.053Z] ---> 124cec9920b8 [2020-08-11T04:47:06.053Z] Step 20/22 : LABEL arch=arm64 [2020-08-11T04:47:06.660Z] ---> Running in 6e6e300df481 [2020-08-11T04:47:08.130Z] Removing intermediate container 6e6e300df481 [2020-08-11T04:47:08.130Z] ---> f31254570f53 [2020-08-11T04:47:08.130Z] Step 21/22 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:47:08.732Z] ---> Running in 5b6ffa0148dd [2020-08-11T04:47:10.184Z] Removing intermediate container 5b6ffa0148dd [2020-08-11T04:47:10.184Z] ---> b8f751a0b204 [2020-08-11T04:47:10.184Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T04:47:10.467Z] ---> Running in efde674557f0 [2020-08-11T04:47:11.462Z] Removing intermediate container efde674557f0 [2020-08-11T04:47:11.462Z] ---> db6594aafe3b [2020-08-11T04:47:11.462Z] [2020-08-11T04:47:12.454Z] Successfully built db6594aafe3b [2020-08-11T04:47:12.454Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-11T04:47:12.454Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2020-08-11T04:47:30.802Z] Removing intermediate container cb6baaf154d0 [2020-08-11T04:47:30.802Z] ---> 7c81044b857f [2020-08-11T04:47:30.802Z] [2020-08-11T04:47:30.802Z] Step 10/20 : FROM scratch [2020-08-11T04:47:30.802Z] ---> [2020-08-11T04:47:30.802Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:47:30.802Z] ---> Using cache [2020-08-11T04:47:30.802Z] ---> 659f69d48e62 [2020-08-11T04:47:30.802Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T04:47:30.802Z] ---> Running in db5f4fcd1475 [2020-08-11T04:47:30.802Z] Removing intermediate container db5f4fcd1475 [2020-08-11T04:47:30.802Z] ---> 0d7191c7118d [2020-08-11T04:47:30.802Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T04:47:30.802Z] ---> Running in 4b99ae47d538 [2020-08-11T04:47:30.802Z] Removing intermediate container 4b99ae47d538 [2020-08-11T04:47:30.802Z] ---> ac4a8909c818 [2020-08-11T04:47:30.802Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T04:47:31.781Z] ---> 7874caef72e4 [2020-08-11T04:47:31.781Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T04:47:33.216Z] ---> dcd3e8a4e803 [2020-08-11T04:47:33.216Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T04:47:34.200Z] ---> d057e1f2f5c5 [2020-08-11T04:47:34.200Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:47:34.472Z] ---> Running in 1c90536a8472 [2020-08-11T04:47:35.084Z] Removing intermediate container 1c90536a8472 [2020-08-11T04:47:35.084Z] ---> 762d27c6c28a [2020-08-11T04:47:35.084Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T04:47:35.360Z] ---> Running in e27c8523ef7e [2020-08-11T04:47:35.959Z] Removing intermediate container e27c8523ef7e [2020-08-11T04:47:35.959Z] ---> a451e3f1cfcc [2020-08-11T04:47:35.959Z] Step 19/20 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:47:36.231Z] ---> Running in d6c575caf1f6 [2020-08-11T04:47:36.828Z] Removing intermediate container d6c575caf1f6 [2020-08-11T04:47:36.828Z] ---> db0e85e21053 [2020-08-11T04:47:36.828Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:47:37.102Z] ---> Running in d343f3e957c6 [2020-08-11T04:47:37.698Z] Removing intermediate container d343f3e957c6 [2020-08-11T04:47:37.698Z] ---> a6b8a1740e86 [2020-08-11T04:47:37.698Z] [2020-08-11T04:47:38.295Z] Successfully built a6b8a1740e86 [2020-08-11T04:47:38.295Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-11T04:47:39.732Z]  Building docker-support-scheduler-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:47:39.732Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:47:39.732Z] ---> 052a58d50373 [2020-08-11T04:47:39.732Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:47:39.732Z] ---> Using cache [2020-08-11T04:47:39.732Z] ---> ff3bfb3f9aab [2020-08-11T04:47:39.732Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:47:39.732Z] ---> Using cache [2020-08-11T04:47:39.732Z] ---> 5bdd9007a1d2 [2020-08-11T04:47:39.732Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T04:47:40.716Z] ---> Running in 1ec2787f5944 [2020-08-11T04:47:42.153Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:47:42.153Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:47:42.153Z] ---> 052a58d50373 [2020-08-11T04:47:42.153Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T04:47:42.153Z] ---> Using cache [2020-08-11T04:47:42.153Z] ---> ff3bfb3f9aab [2020-08-11T04:47:42.153Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:47:42.153Z] ---> Using cache [2020-08-11T04:47:42.153Z] ---> 5bdd9007a1d2 [2020-08-11T04:47:42.153Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T04:47:42.153Z] ---> Running in 84508511d370 [2020-08-11T04:47:42.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:43.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:43.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:44.324Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:47:44.324Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:47:44.324Z] OK: 12620 distinct packages available [2020-08-11T04:47:44.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:45.193Z] OK: 217 MiB in 51 packages [2020-08-11T04:47:45.794Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:47:45.794Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:47:45.794Z] OK: 12620 distinct packages available [2020-08-11T04:47:45.794Z] OK: 217 MiB in 51 packages [2020-08-11T04:47:46.392Z] OK: 217 MiB in 51 packages [2020-08-11T04:47:49.015Z] Removing intermediate container 1ec2787f5944 [2020-08-11T04:47:49.015Z] ---> fad840b82d77 [2020-08-11T04:47:49.015Z] Step 6/21 : COPY go.mod . [2020-08-11T04:47:49.291Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:47:49.291Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:47:49.291Z] ---> 052a58d50373 [2020-08-11T04:47:49.291Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:47:49.291Z] ---> Using cache [2020-08-11T04:47:49.291Z] ---> ff3bfb3f9aab [2020-08-11T04:47:49.291Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:47:49.291Z] ---> Using cache [2020-08-11T04:47:49.291Z] ---> 5bdd9007a1d2 [2020-08-11T04:47:49.291Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T04:47:49.291Z] ---> Running in 2b2c20c43464 [2020-08-11T04:47:49.566Z] Removing intermediate container 84508511d370 [2020-08-11T04:47:49.566Z] ---> a43646e2001b [2020-08-11T04:47:49.566Z] Step 6/23 : COPY go.mod . [2020-08-11T04:47:50.174Z] ---> 650944f8c65a [2020-08-11T04:47:50.174Z] Step 7/21 : RUN go mod download [2020-08-11T04:47:50.448Z] ---> Running in ae105c56655d [2020-08-11T04:47:50.725Z] ---> e58bb1ba9129 [2020-08-11T04:47:50.725Z] Step 7/23 : RUN go mod download [2020-08-11T04:47:51.335Z] ---> Running in 70c131fd1a9f [2020-08-11T04:47:51.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:52.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:53.300Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:47:53.300Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:47:53.300Z] OK: 12620 distinct packages available [2020-08-11T04:47:53.915Z] OK: 217 MiB in 51 packages [2020-08-11T04:47:55.898Z] Removing intermediate container ae105c56655d [2020-08-11T04:47:55.898Z] ---> 95a78f977366 [2020-08-11T04:47:55.898Z] Step 8/21 : COPY . . [2020-08-11T04:47:56.502Z] Removing intermediate container 70c131fd1a9f [2020-08-11T04:47:56.502Z] ---> 055045708843 [2020-08-11T04:47:56.502Z] Step 8/23 : COPY . . [2020-08-11T04:47:56.502Z] Removing intermediate container 2b2c20c43464 [2020-08-11T04:47:56.502Z] ---> 08e8eeb41f53 [2020-08-11T04:47:56.502Z] Step 6/26 : COPY go.mod . [2020-08-11T04:47:56.773Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:47:56.773Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:47:56.773Z] ---> 052a58d50373 [2020-08-11T04:47:56.773Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:47:56.773Z] ---> Using cache [2020-08-11T04:47:56.773Z] ---> ff3bfb3f9aab [2020-08-11T04:47:56.773Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:47:56.773Z] ---> Using cache [2020-08-11T04:47:56.773Z] ---> 5bdd9007a1d2 [2020-08-11T04:47:56.773Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T04:47:56.773Z] ---> Using cache [2020-08-11T04:47:56.773Z] ---> 05a16d5350bd [2020-08-11T04:47:56.773Z] Step 6/26 : COPY go.mod . [2020-08-11T04:47:56.773Z] ---> Using cache [2020-08-11T04:47:56.773Z] ---> ad8402ef11d4 [2020-08-11T04:47:56.773Z] Step 7/26 : RUN go mod download [2020-08-11T04:47:56.773Z] ---> Using cache [2020-08-11T04:47:56.773Z] ---> f882dd931a96 [2020-08-11T04:47:56.773Z] Step 8/26 : COPY . . [2020-08-11T04:47:56.773Z] ---> Using cache [2020-08-11T04:47:56.773Z] ---> 37d4557831f8 [2020-08-11T04:47:56.773Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-11T04:47:57.047Z] ---> Running in f8c7e4579bc7 [2020-08-11T04:47:58.482Z] ---> c1658c38da83 [2020-08-11T04:47:58.482Z] Step 7/26 : RUN go mod download [2020-08-11T04:47:59.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-11T04:48:00.071Z] ---> Running in ab8ef9b8fe35 [2020-08-11T04:48:08.389Z] Removing intermediate container ab8ef9b8fe35 [2020-08-11T04:48:08.389Z] ---> 3dab95d973c8 [2020-08-11T04:48:08.389Z] Step 8/26 : COPY . . [2020-08-11T04:48:30.586Z] ---> e41663f0c769 [2020-08-11T04:48:30.586Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T04:48:30.586Z] ---> c0157115a1fe [2020-08-11T04:48:30.586Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T04:48:30.586Z] ---> Running in b396b88573ae [2020-08-11T04:48:30.586Z] ---> Running in 490738c852bc [2020-08-11T04:48:30.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-11T04:48:32.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-11T04:48:32.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-11T04:48:34.557Z] ---> e474e28d7d08 [2020-08-11T04:48:34.557Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T04:48:34.557Z] ---> Running in 9cc5cb70c6f3 [2020-08-11T04:48:37.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-11T04:48:39.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-11T04:48:52.308Z] Removing intermediate container f8c7e4579bc7 [2020-08-11T04:48:52.308Z] ---> d5cb84d9126d [2020-08-11T04:48:52.308Z] [2020-08-11T04:48:52.308Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T04:48:52.308Z] 3.10: Pulling from library/alpine [2020-08-11T04:48:53.771Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T04:48:53.771Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T04:48:53.771Z] ---> 536a684cf733 [2020-08-11T04:48:53.771Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T04:48:54.049Z] ---> Running in d07142260dc7 [2020-08-11T04:48:56.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:56.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:56.941Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T04:48:56.941Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T04:48:56.941Z] OK: 10167 distinct packages available [2020-08-11T04:48:57.544Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T04:48:57.823Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T04:48:57.823Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T04:48:57.823Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T04:48:57.823Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T04:48:57.823Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T04:48:57.823Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T04:48:58.100Z] OK: 7 MiB in 19 packages [2020-08-11T04:49:00.781Z] Removing intermediate container d07142260dc7 [2020-08-11T04:49:00.781Z] ---> b5be9bdfa38c [2020-08-11T04:49:00.781Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:49:00.781Z] ---> Running in 6ae26aeba61a [2020-08-11T04:49:01.060Z] Removing intermediate container 6ae26aeba61a [2020-08-11T04:49:01.061Z] ---> 77fd5d59f168 [2020-08-11T04:49:01.061Z] Step 13/26 : WORKDIR / [2020-08-11T04:49:01.356Z] ---> Running in 7ed78cbb5f03 [2020-08-11T04:49:01.965Z] Removing intermediate container 7ed78cbb5f03 [2020-08-11T04:49:01.965Z] ---> d47ea06f401a [2020-08-11T04:49:01.965Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-11T04:49:02.991Z] ---> f22cc495a3a2 [2020-08-11T04:49:02.991Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-11T04:49:04.004Z] ---> 1abd8a1f1880 [2020-08-11T04:49:04.004Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T04:49:05.019Z] ---> 6b6a6c695b70 [2020-08-11T04:49:05.019Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T04:49:06.059Z] ---> 88073f3a47a3 [2020-08-11T04:49:06.059Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T04:49:07.531Z] ---> 93c42a358670 [2020-08-11T04:49:07.531Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T04:49:08.998Z] ---> 93a79c9a2d85 [2020-08-11T04:49:08.998Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T04:49:11.025Z] ---> f9eb1869b388 [2020-08-11T04:49:11.025Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:49:12.029Z] ---> e4d024feb9bb [2020-08-11T04:49:12.029Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:49:12.029Z] ---> Running in b1d077e6dddb [2020-08-11T04:49:16.366Z] Removing intermediate container b1d077e6dddb [2020-08-11T04:49:16.366Z] ---> 0604a37c1088 [2020-08-11T04:49:16.366Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:49:16.366Z] ---> Running in 4de59c18fc90 [2020-08-11T04:49:16.645Z] Removing intermediate container 4de59c18fc90 [2020-08-11T04:49:16.645Z] ---> 75bb2c0b66be [2020-08-11T04:49:16.645Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T04:49:16.921Z] ---> Running in 5a4f1ceeb372 [2020-08-11T04:49:17.202Z] Removing intermediate container 5a4f1ceeb372 [2020-08-11T04:49:17.202Z] ---> c2892249e8e1 [2020-08-11T04:49:17.202Z] Step 25/26 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:49:17.481Z] ---> Running in 6dfdb5ed84b5 [2020-08-11T04:49:18.084Z] Removing intermediate container 6dfdb5ed84b5 [2020-08-11T04:49:18.084Z] ---> f07755b1f55c [2020-08-11T04:49:18.084Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:49:18.362Z] ---> Running in 2078b6d92439 [2020-08-11T04:49:18.967Z] Removing intermediate container 2078b6d92439 [2020-08-11T04:49:18.967Z] ---> 76dd63cc7c92 [2020-08-11T04:49:18.967Z] [2020-08-11T04:49:19.570Z] Successfully built 76dd63cc7c92 [2020-08-11T04:49:19.570Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-11T04:49:46.403Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b396b88573ae [2020-08-11T04:49:46.403Z] ---> 880468c71eae [2020-08-11T04:49:46.403Z] [2020-08-11T04:49:46.403Z] Step 10/21 : FROM scratch [2020-08-11T04:49:46.403Z] ---> [2020-08-11T04:49:46.403Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:49:46.678Z] ---> Running in b9f31341ae33 [2020-08-11T04:49:46.954Z] Removing intermediate container 9cc5cb70c6f3 [2020-08-11T04:49:46.954Z] ---> 052d46006dc0 [2020-08-11T04:49:46.954Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T04:49:47.553Z] ---> Running in 80677ba1711b [2020-08-11T04:49:47.553Z] Removing intermediate container b9f31341ae33 [2020-08-11T04:49:47.553Z] ---> 19b77a864b69 [2020-08-11T04:49:47.553Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T04:49:47.553Z] ---> Running in 69c5b1b13765 [2020-08-11T04:49:48.164Z] Removing intermediate container 69c5b1b13765 [2020-08-11T04:49:48.164Z] ---> f778c703ae3f [2020-08-11T04:49:48.164Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:49:48.442Z] ---> Running in ba92e4c07d26 [2020-08-11T04:49:49.051Z] Removing intermediate container ba92e4c07d26 [2020-08-11T04:49:49.051Z] ---> cabd7b257cf4 [2020-08-11T04:49:49.051Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T04:49:49.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-11T04:49:50.328Z] ---> 746e828c5eac [2020-08-11T04:49:50.328Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T04:49:50.928Z] Removing intermediate container 490738c852bc [2020-08-11T04:49:50.928Z] ---> 858b8b8b4aa5 [2020-08-11T04:49:50.928Z] [2020-08-11T04:49:50.928Z] Step 10/23 : FROM scratch [2020-08-11T04:49:50.928Z] ---> [2020-08-11T04:49:50.928Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:49:51.201Z] ---> Using cache [2020-08-11T04:49:51.201Z] ---> 19b77a864b69 [2020-08-11T04:49:51.201Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T04:49:51.201Z] ---> Running in 96645d433274 [2020-08-11T04:49:51.475Z] ---> e4adce29d5d9 [2020-08-11T04:49:51.475Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T04:49:51.752Z] Removing intermediate container 96645d433274 [2020-08-11T04:49:51.752Z] ---> fea17d314829 [2020-08-11T04:49:51.752Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T04:49:52.025Z] ---> Running in 1f8715762432 [2020-08-11T04:49:52.624Z] Removing intermediate container 1f8715762432 [2020-08-11T04:49:52.624Z] ---> 816b90446848 [2020-08-11T04:49:52.624Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T04:49:52.898Z] ---> dc66ea32ac40 [2020-08-11T04:49:52.899Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T04:49:52.899Z] Removing intermediate container 80677ba1711b [2020-08-11T04:49:52.899Z] ---> 44f6cb2811ee [2020-08-11T04:49:52.899Z] [2020-08-11T04:49:52.899Z] Step 11/26 : FROM docker:latest [2020-08-11T04:49:52.899Z] ---> ce9d55ae87f1 [2020-08-11T04:49:52.899Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T04:49:53.174Z] ---> Running in 2cb80f550ef0 [2020-08-11T04:49:53.449Z] ---> d0944fd68ac2 [2020-08-11T04:49:53.449Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T04:49:53.728Z] ---> ace750deebc3 [2020-08-11T04:49:53.729Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:49:54.004Z] ---> Running in 3584937a41a8 [2020-08-11T04:49:54.644Z] Removing intermediate container 3584937a41a8 [2020-08-11T04:49:54.644Z] ---> 26d84abf8a3f [2020-08-11T04:49:54.644Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:49:54.987Z] ---> Running in 5660b9def3dd [2020-08-11T04:49:54.987Z] ---> b47eb57681ec [2020-08-11T04:49:54.987Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T04:49:55.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:49:55.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:49:55.631Z] Removing intermediate container 5660b9def3dd [2020-08-11T04:49:55.631Z] ---> 1d54a88c2053 [2020-08-11T04:49:55.631Z] Step 20/21 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:49:55.631Z] ---> Running in 80795381b811 [2020-08-11T04:49:56.252Z] Removing intermediate container 80795381b811 [2020-08-11T04:49:56.252Z] ---> 6dd33c2a86ef [2020-08-11T04:49:56.252Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:49:56.252Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T04:49:56.252Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T04:49:56.547Z] Executing bash-5.0.17-r0.post-install [2020-08-11T04:49:56.547Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:49:56.547Z] OK: 12 MiB in 22 packages [2020-08-11T04:49:56.547Z] ---> Running in b8dec105dcc9 [2020-08-11T04:49:56.879Z] ---> 062db51678b3 [2020-08-11T04:49:56.879Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T04:49:57.198Z] Removing intermediate container b8dec105dcc9 [2020-08-11T04:49:57.198Z] ---> bae6fb6e5b91 [2020-08-11T04:49:57.198Z] [2020-08-11T04:49:58.244Z] Successfully built bae6fb6e5b91 [2020-08-11T04:49:58.244Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-11T04:49:58.244Z]  Building docker-support-logging-go ... done  ---> bf692840f4c9 [2020-08-11T04:49:58.244Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T04:49:58.561Z] Removing intermediate container 2cb80f550ef0 [2020-08-11T04:49:58.561Z] ---> b2a260103040 [2020-08-11T04:49:58.561Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T04:49:58.561Z] ---> Running in a424856c8339 [2020-08-11T04:50:00.077Z] ---> d68966dee3cc [2020-08-11T04:50:00.077Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T04:50:01.099Z] ---> c0fe54554ab2 [2020-08-11T04:50:01.099Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:50:01.099Z] ---> Running in 5622dbcd6e72 [2020-08-11T04:50:01.704Z] Removing intermediate container a424856c8339 [2020-08-11T04:50:01.704Z] ---> b80871588679 [2020-08-11T04:50:01.704Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T04:50:01.704Z] Removing intermediate container 5622dbcd6e72 [2020-08-11T04:50:01.995Z] ---> 10950603aefc [2020-08-11T04:50:01.995Z] Step 21/23 : LABEL arch=arm64 [2020-08-11T04:50:01.995Z] ---> Running in 947367d10e1d [2020-08-11T04:50:01.995Z] ---> Running in 58406d0fd5fd [2020-08-11T04:50:02.641Z] Removing intermediate container 947367d10e1d [2020-08-11T04:50:02.641Z] ---> 034d1cc6b1c2 [2020-08-11T04:50:02.641Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T04:50:02.641Z] Removing intermediate container 58406d0fd5fd [2020-08-11T04:50:02.641Z] ---> 70e9ff4a793c [2020-08-11T04:50:02.641Z] Step 22/23 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:50:02.928Z] ---> Running in 411bd6166c49 [2020-08-11T04:50:02.928Z] ---> Running in 854ee93c24b3 [2020-08-11T04:50:03.206Z] Removing intermediate container 411bd6166c49 [2020-08-11T04:50:03.206Z] ---> cab316612265 [2020-08-11T04:50:03.206Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T04:50:03.492Z] ---> Running in 65a76332000d [2020-08-11T04:50:03.492Z] Removing intermediate container 854ee93c24b3 [2020-08-11T04:50:03.492Z] ---> 6b1eb3891ab7 [2020-08-11T04:50:03.492Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T04:50:03.793Z] ---> Running in 8f5206da7c66 [2020-08-11T04:50:04.073Z] Removing intermediate container 65a76332000d [2020-08-11T04:50:04.073Z] ---> 369072f65dcf [2020-08-11T04:50:04.073Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T04:50:04.349Z] Removing intermediate container 8f5206da7c66 [2020-08-11T04:50:04.349Z] ---> cea4311a4a60 [2020-08-11T04:50:04.349Z] [2020-08-11T04:50:04.976Z] Successfully built cea4311a4a60 [2020-08-11T04:50:04.976Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-11T04:50:05.573Z]  Building docker-support-notifications-go ... done  ---> 88bfd4f1f5a2 [2020-08-11T04:50:05.573Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T04:50:06.551Z] ---> 09b4f34dc3dc [2020-08-11T04:50:06.551Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T04:50:07.529Z] ---> d9263ba49197 [2020-08-11T04:50:07.529Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T04:50:07.529Z] ---> Running in 444e7c4f7ca3 [2020-08-11T04:50:08.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:50:09.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:50:09.876Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T04:50:09.876Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T04:50:09.876Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T04:50:09.876Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T04:50:10.149Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T04:50:10.149Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T04:50:10.149Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T04:50:12.129Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T04:50:12.129Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T04:50:12.129Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T04:50:12.129Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T04:50:12.129Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T04:50:12.129Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T04:50:12.129Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T04:50:12.129Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T04:50:12.129Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T04:50:12.129Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T04:50:12.129Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T04:50:12.129Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T04:50:12.129Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T04:50:12.129Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T04:50:12.129Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T04:50:12.401Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T04:50:12.401Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T04:50:12.401Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T04:50:12.401Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T04:50:12.401Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T04:50:12.401Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T04:50:12.401Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T04:50:12.401Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T04:50:12.401Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T04:50:12.401Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T04:50:12.401Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T04:50:12.673Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:50:12.673Z] OK: 71 MiB in 55 packages [2020-08-11T04:50:19.379Z] Removing intermediate container 444e7c4f7ca3 [2020-08-11T04:50:19.379Z] ---> 9cd43091e912 [2020-08-11T04:50:19.379Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T04:50:19.379Z] ---> Running in 8171b1a268cc [2020-08-11T04:50:26.103Z] Collecting docker-compose==1.23.2 [2020-08-11T04:50:26.103Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T04:50:26.696Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T04:50:26.696Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T04:50:27.289Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T04:50:27.289Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T04:50:29.908Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T04:50:29.908Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T04:50:33.295Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T04:50:33.295Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T04:50:33.891Z] Collecting PyYAML<4,>=3.10 [2020-08-11T04:50:33.891Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T04:50:38.200Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T04:50:38.200Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T04:50:38.796Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T04:50:39.070Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T04:50:41.692Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-11T04:50:43.125Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T04:50:43.125Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T04:50:43.720Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T04:50:43.720Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T04:50:43.992Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T04:50:43.992Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T04:50:44.972Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T04:50:44.972Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T04:50:45.247Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-11T04:50:45.247Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-11T04:50:45.523Z] Collecting idna<2.8,>=2.5 [2020-08-11T04:50:45.523Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T04:50:45.523Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T04:50:45.523Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T04:50:45.523Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T04:50:45.523Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T04:50:46.962Z] Installing collected packages: cached-property, docopt, dockerpty, websocket-client, PyYAML, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, docker-compose [2020-08-11T04:50:46.962Z] Running setup.py install for docopt: started [2020-08-11T04:50:49.581Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T04:50:49.581Z] Running setup.py install for dockerpty: started [2020-08-11T04:50:52.203Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T04:50:52.203Z] Running setup.py install for PyYAML: started [2020-08-11T04:50:55.594Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T04:50:55.594Z] Attempting uninstall: urllib3 [2020-08-11T04:50:55.594Z] Found existing installation: urllib3 1.25.9 [2020-08-11T04:50:55.594Z] Uninstalling urllib3-1.25.9: [2020-08-11T04:50:55.594Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T04:50:56.575Z] Attempting uninstall: idna [2020-08-11T04:50:56.575Z] Found existing installation: idna 2.9 [2020-08-11T04:50:56.575Z] Uninstalling idna-2.9: [2020-08-11T04:50:56.575Z] Successfully uninstalled idna-2.9 [2020-08-11T04:50:57.177Z] Attempting uninstall: requests [2020-08-11T04:50:57.177Z] Found existing installation: requests 2.23.0 [2020-08-11T04:50:57.177Z] Uninstalling requests-2.23.0: [2020-08-11T04:50:57.450Z] Successfully uninstalled requests-2.23.0 [2020-08-11T04:50:58.882Z] Running setup.py install for texttable: started [2020-08-11T04:51:01.495Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T04:51:02.478Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-11T04:51:06.774Z] Removing intermediate container 8171b1a268cc [2020-08-11T04:51:06.774Z] ---> 585e3d4a366b [2020-08-11T04:51:06.774Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T04:51:06.774Z] ---> Running in 62a7f9301507 [2020-08-11T04:51:08.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:51:08.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:51:09.056Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:51:09.056Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T04:51:09.056Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T04:51:09.056Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:51:09.326Z] OK: 71 MiB in 58 packages [2020-08-11T04:51:10.754Z] Removing intermediate container 62a7f9301507 [2020-08-11T04:51:10.754Z] ---> 325246ee1026 [2020-08-11T04:51:10.754Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:51:10.754Z] ---> Running in e9106302ed5a [2020-08-11T04:51:11.026Z] Removing intermediate container e9106302ed5a [2020-08-11T04:51:11.026Z] ---> 5c4afff8d26d [2020-08-11T04:51:11.026Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T04:51:11.296Z] ---> Running in a81f98fa09e2 [2020-08-11T04:51:11.887Z] Removing intermediate container a81f98fa09e2 [2020-08-11T04:51:11.887Z] ---> cab2f40f3e96 [2020-08-11T04:51:11.887Z] Step 25/26 : LABEL git_sha=7f8d969431e8deb21b079de3438a1f9ee596c18c [2020-08-11T04:51:11.887Z] ---> Running in 7e022af8c4f8 [2020-08-11T04:51:12.476Z] Removing intermediate container 7e022af8c4f8 [2020-08-11T04:51:12.476Z] ---> 3ae065f8e8f4 [2020-08-11T04:51:12.476Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:51:12.476Z] ---> Running in 812a27d243c0 [2020-08-11T04:51:13.065Z] Removing intermediate container 812a27d243c0 [2020-08-11T04:51:13.065Z] ---> d2ca5cd1c809 [2020-08-11T04:51:13.065Z] [2020-08-11T04:51:13.655Z] Successfully built d2ca5cd1c809 [2020-08-11T04:51:13.655Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-11T04:51:13.939Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-11T04:51:13.931Z] $ docker stop --time=1 c82cb4500c4f4c0382b9c76e4620a2ca259b1257a643ebe05e02f42fae690a9f [2020-08-11T04:51:15.903Z] $ docker rm -f c82cb4500c4f4c0382b9c76e4620a2ca259b1257a643ebe05e02f42fae690a9f [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T04:51:16.596Z] + grep docker [2020-08-11T04:51:16.596Z] + docker images [2020-08-11T04:51:16.866Z] docker-sys-mgmt-agent-go-arm64 latest d2ca5cd1c809 4 seconds ago 266MB [2020-08-11T04:51:16.866Z] docker-support-notifications-go-arm64 latest cea4311a4a60 About a minute ago 13.9MB [2020-08-11T04:51:16.866Z] docker-support-logging-go-arm64 latest bae6fb6e5b91 About a minute ago 11.4MB [2020-08-11T04:51:16.866Z] docker-security-secretstore-setup-go-arm64 latest 76dd63cc7c92 About a minute ago 32.5MB [2020-08-11T04:51:16.866Z] docker-support-scheduler-go-arm64 latest a6b8a1740e86 3 minutes ago 12.6MB [2020-08-11T04:51:16.866Z] docker-core-data-go-arm64 latest db6594aafe3b 4 minutes ago 22.6MB [2020-08-11T04:51:16.866Z] docker-core-metadata-go-arm64 latest 2b27847dbd2a 4 minutes ago 13.8MB [2020-08-11T04:51:16.866Z] docker-core-command-go-arm64 latest ecaa90937537 4 minutes ago 12.4MB [2020-08-11T04:51:16.866Z] docker-security-secrets-setup-go-arm64 latest b8067bf7b0d1 4 minutes ago 24.2MB [2020-08-11T04:51:16.866Z] docker-security-proxy-setup-go-arm64 latest 9a8c0d480976 5 minutes ago 15.8MB [2020-08-11T04:51:16.866Z] docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-11T04:51:18.115Z] provisioning config files... [2020-08-11T04:51:18.128Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7263888399516907277tmp [Pipeline] { [Pipeline] sh [2020-08-11T04:51:18.481Z] + curl -s https://codecov.io/bash [2020-08-11T04:51:18.481Z] + bash -s - -t @/w/workspace/edgex-go/4@tmp/config7263888399516907277tmp [Pipeline] } [2020-08-11T04:51:18.751Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:51:20.127Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:51:21.008Z] ---> package-listing.sh [2020-08-11T04:51:21.008Z] ++ facter osfamily [2020-08-11T04:51:21.008Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-11T04:51:21.008Z] + OS_FAMILY=redhat [2020-08-11T04:51:21.008Z] + workspace=/w/workspace/edgex-go/4 [2020-08-11T04:51:21.008Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-11T04:51:21.008Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-11T04:51:21.008Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-11T04:51:21.008Z] + PACKAGES=/tmp/packages_start.txt [2020-08-11T04:51:21.008Z] + '[' /w/workspace/edgex-go/4 ']' [2020-08-11T04:51:21.008Z] + PACKAGES=/tmp/packages_end.txt [2020-08-11T04:51:21.008Z] + case "${OS_FAMILY}" in [2020-08-11T04:51:21.008Z] + rpm -qa [2020-08-11T04:51:21.008Z] + sort [2020-08-11T04:51:25.218Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-11T04:51:25.218Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-11T04:51:25.218Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-11T04:51:25.218Z] + '[' /w/workspace/edgex-go/4 ']' [2020-08-11T04:51:25.218Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-08-11T04:51:25.218Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:51:25.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:51:25.603Z] [2020-08-11T04:51:25.603Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:51:25.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:51:25.952Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-11T04:51:25.952Z] c9b1b535fdd9: Pulling fs layer [2020-08-11T04:51:25.952Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-11T04:51:25.952Z] 756a868c4378: Pulling fs layer [2020-08-11T04:51:25.952Z] 444b2fc9a129: Pulling fs layer [2020-08-11T04:51:25.952Z] ea15f1150254: Pulling fs layer [2020-08-11T04:51:25.952Z] 41b27a9f41bf: Pulling fs layer [2020-08-11T04:51:25.952Z] 28c525ee5125: Pulling fs layer [2020-08-11T04:51:25.952Z] 094b1ea09ed8: Pulling fs layer [2020-08-11T04:51:25.952Z] 138eaada9080: Pulling fs layer [2020-08-11T04:51:25.952Z] 0622d0fa9048: Pulling fs layer [2020-08-11T04:51:25.952Z] 28c525ee5125: Waiting [2020-08-11T04:51:25.952Z] 094b1ea09ed8: Waiting [2020-08-11T04:51:25.952Z] 138eaada9080: Waiting [2020-08-11T04:51:25.952Z] 0622d0fa9048: Waiting [2020-08-11T04:51:25.952Z] 444b2fc9a129: Waiting [2020-08-11T04:51:25.952Z] ea15f1150254: Waiting [2020-08-11T04:51:25.952Z] 41b27a9f41bf: Waiting [2020-08-11T04:51:25.952Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-11T04:51:25.952Z] 2cc5ad85d9ab: Download complete [2020-08-11T04:51:25.952Z] 444b2fc9a129: Verifying Checksum [2020-08-11T04:51:25.952Z] 444b2fc9a129: Download complete [2020-08-11T04:51:25.952Z] c9b1b535fdd9: Verifying Checksum [2020-08-11T04:51:25.952Z] c9b1b535fdd9: Download complete [2020-08-11T04:51:25.952Z] ea15f1150254: Verifying Checksum [2020-08-11T04:51:25.952Z] ea15f1150254: Download complete [2020-08-11T04:51:26.216Z] 28c525ee5125: Verifying Checksum [2020-08-11T04:51:26.216Z] 28c525ee5125: Download complete [2020-08-11T04:51:26.487Z] 756a868c4378: Verifying Checksum [2020-08-11T04:51:26.487Z] 756a868c4378: Download complete [2020-08-11T04:51:26.487Z] c9b1b535fdd9: Pull complete [2020-08-11T04:51:26.487Z] 138eaada9080: Verifying Checksum [2020-08-11T04:51:26.487Z] 138eaada9080: Download complete [2020-08-11T04:51:26.487Z] 0622d0fa9048: Verifying Checksum [2020-08-11T04:51:26.487Z] 0622d0fa9048: Download complete [2020-08-11T04:51:26.757Z] 094b1ea09ed8: Verifying Checksum [2020-08-11T04:51:26.757Z] 094b1ea09ed8: Download complete [2020-08-11T04:51:26.757Z] 2cc5ad85d9ab: Pull complete [2020-08-11T04:51:27.021Z] 41b27a9f41bf: Verifying Checksum [2020-08-11T04:51:27.021Z] 41b27a9f41bf: Download complete [2020-08-11T04:51:28.403Z] 756a868c4378: Pull complete [2020-08-11T04:51:28.403Z] 444b2fc9a129: Pull complete [2020-08-11T04:51:28.663Z] ea15f1150254: Pull complete [2020-08-11T04:51:33.960Z] 41b27a9f41bf: Pull complete [2020-08-11T04:51:33.960Z] 28c525ee5125: Pull complete [2020-08-11T04:51:37.278Z] 094b1ea09ed8: Pull complete [2020-08-11T04:51:39.192Z] 138eaada9080: Pull complete [2020-08-11T04:51:39.192Z] 0622d0fa9048: Pull complete [2020-08-11T04:51:39.192Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-11T04:51:39.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:51:39.192Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-11T04:51:39.353Z] prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container [2020-08-11T04:51:39.399Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-11T04:51:41.828Z] $ docker top 05fe8daf7968e445a06135381859c21e2bc22f161ad4bd6421a58a5b4278dea5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-11T04:51:42.185Z] provisioning config files... [2020-08-11T04:51:42.198Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1127955013272591000tmp [Pipeline] { [Pipeline] echo [2020-08-11T04:51:42.265Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:51:42.560Z] ---> create-netrc.sh [Pipeline] echo [2020-08-11T04:51:42.569Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:51:42.863Z] ---> logs-deploy.sh [2020-08-11T04:51:42.863Z] + ARCHIVE_ARTIFACTS= [2020-08-11T04:51:42.863Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-11T04:51:42.864Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-11T04:51:42.864Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-11T04:51:42.864Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/4 [2020-08-11T04:51:42.864Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/4/ [2020-08-11T04:51:42.864Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/4 /w/workspace/edgex-go/4 [2020-08-11T04:51:43.807Z] Archives upload complete. [2020-08-11T04:51:44.068Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/4/