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+3555043a6994042684a9c8b6423498381cadcc6f (336ff46142dc0975a4f07ac3a68489a88abd752c) 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-708 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 > 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 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 Merge succeeded, producing 0a3cbf90209bea9491aaff912b0fe7316e668dc5 Checking out Revision 0a3cbf90209bea9491aaff912b0fe7316e668dc5 (PR-2659) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0a3cbf90209bea9491aaff912b0fe7316e668dc5 # timeout=10 Commit message: "Merge commit '3555043a6994042684a9c8b6423498381cadcc6f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-22T00:31:10.867Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-22T00:31:11.053Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-22T00:31:11.139Z] ========================================================= [2020-08-22T00:31:11.139Z] EdgeX Global Pipelines Version Info [2020-08-22T00:31:11.139Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5c139179f817ec2b654e37ec469ee87c086e10a0 # timeout=10 [2020-08-22T00:31:12.554Z] ------------------- [2020-08-22T00:31:12.554Z] stable info: [2020-08-22T00:31:12.554Z] ------------------- [2020-08-22T00:31:12.555Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-22T00:31:12.555Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-22T00:31:12.555Z] Message: update stable to v1.0.106 [2020-08-22T00:31:13.499Z] ------------------- [2020-08-22T00:31:13.499Z] experimental info: [2020-08-22T00:31:13.499Z] ------------------- [2020-08-22T00:31:13.499Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-22T00:31:13.499Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-22T00:31:13.499Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-22T00:31:15.353Z] ++ 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-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/core-command/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/core-data/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-22T00:31:15.353Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-22T00:31:15.353Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-22T00:31:15.353Z] ++ cut -d/ -f2 [2020-08-22T00:31:15.353Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-22T00:31:15.420Z] 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-22T00:31:16.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-22T00:31:16.332Z] [2020-08-22T00:31:16.332Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:31:16.679Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-22T00:31:16.679Z] latest: Pulling from edgex-devops/git-semver [2020-08-22T00:31:16.679Z] 31603596830f: Pulling fs layer [2020-08-22T00:31:16.679Z] 2a8b12db71e7: Pulling fs layer [2020-08-22T00:31:16.679Z] 6ca5941a6612: Pulling fs layer [2020-08-22T00:31:16.679Z] ecc8261a40a4: Pulling fs layer [2020-08-22T00:31:16.679Z] ecc8261a40a4: Waiting [2020-08-22T00:31:16.679Z] 2a8b12db71e7: Verifying Checksum [2020-08-22T00:31:16.679Z] 2a8b12db71e7: Download complete [2020-08-22T00:31:16.679Z] 31603596830f: Verifying Checksum [2020-08-22T00:31:16.679Z] 31603596830f: Download complete [2020-08-22T00:31:16.951Z] ecc8261a40a4: Verifying Checksum [2020-08-22T00:31:16.951Z] ecc8261a40a4: Download complete [2020-08-22T00:31:16.951Z] 6ca5941a6612: Verifying Checksum [2020-08-22T00:31:16.951Z] 6ca5941a6612: Download complete [2020-08-22T00:31:17.215Z] 31603596830f: Pull complete [2020-08-22T00:31:17.215Z] 2a8b12db71e7: Pull complete [2020-08-22T00:31:18.176Z] 6ca5941a6612: Pull complete [2020-08-22T00:31:18.176Z] ecc8261a40a4: Pull complete [2020-08-22T00:31:18.436Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-22T00:31:18.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-22T00:31:18.436Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-22T00:31:18.543Z] prd-centos7-docker-4c-2g-708 does not seem to be running inside a container [2020-08-22T00:31:18.587Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-22T00:31:21.209Z] $ docker top 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-22T00:31:21.565Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-22T00:31:21.565Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-22T00:31:21.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-22T00:31:21.786Z] $ docker exec 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c ssh-agent [2020-08-22T00:31:21.965Z] SSH_AUTH_SOCK=/tmp/ssh-ywITAGg8KmWz/agent.12 [2020-08-22T00:31:21.965Z] SSH_AGENT_PID=17 [2020-08-22T00:31:21.979Z] Running ssh-add (command line suppressed) [2020-08-22T00:31:22.104Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_2135240417285860386.key (/w/workspace/edgex-go/9@tmp/private_key_2135240417285860386.key) [2020-08-22T00:31:22.161Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-22T00:31:22.535Z] + git describe --exact-match --tags HEAD [2020-08-22T00:31:22.535Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-22T00:31:22.559Z] $ docker exec --env ******** --env ******** 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c ssh-agent -k [2020-08-22T00:31:22.670Z] unset SSH_AUTH_SOCK; [2020-08-22T00:31:22.671Z] unset SSH_AGENT_PID; [2020-08-22T00:31:22.671Z] echo Agent pid 17 killed; [2020-08-22T00:31:22.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-22T00:31:22.837Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-22T00:31:22.837Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-22T00:31:22.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-22T00:31:22.924Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-22T00:31:23.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-22T00:31:23.105Z] $ docker exec 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c ssh-agent [2020-08-22T00:31:23.284Z] SSH_AUTH_SOCK=/tmp/ssh-2gqSVAZ62MjG/agent.48 [2020-08-22T00:31:23.284Z] SSH_AGENT_PID=54 [2020-08-22T00:31:23.293Z] Running ssh-add (command line suppressed) [2020-08-22T00:31:23.403Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_1432891021567541488.key (/w/workspace/edgex-go/9@tmp/private_key_1432891021567541488.key) [2020-08-22T00:31:23.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-22T00:31:23.784Z] + git semver init [2020-08-22T00:31:23.784Z] # -> Open(): unable to determine branch for HEAD [2020-08-22T00:31:23.784Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2020-08-22T00:31:23.784Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2020-08-22T00:31:23.784Z] # $SEMVER_REMOTE_NAME = origin [2020-08-22T00:31:23.784Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-22T00:31:23.784Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-22T00:31:23.784Z] # $SEMVER_BRANCH = PR-2659 [2020-08-22T00:31:23.784Z] # $SEMVER_TEMP = /tmp/semver-114253189 [2020-08-22T00:31:23.784Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-22T00:32:02.736Z] # '/tmp/semver-114253189' -> '/w/workspace/edgex-go/9/.semver' [2020-08-22T00:32:02.736Z] # -> Force: false [2020-08-22T00:32:02.736Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2020-08-22T00:32:02.747Z] $ docker exec --env ******** --env ******** 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c ssh-agent -k [2020-08-22T00:32:03.048Z] unset SSH_AUTH_SOCK; [2020-08-22T00:32:03.050Z] unset SSH_AGENT_PID; [2020-08-22T00:32:03.050Z] echo Agent pid 54 killed; [2020-08-22T00:32:03.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-22T00:32:03.598Z] + git semver [Pipeline] } [2020-08-22T00:32:03.612Z] $ docker stop --time=1 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c [2020-08-22T00:32:05.110Z] $ docker rm -f 03e64d187ef562eab19ee6d7f17b27a90c93ea86866c4aa34fc15d8729891c8c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-22T00:32:18.916Z] Stashed 38 file(s) [Pipeline] echo [2020-08-22T00:32:18.919Z] [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-22T00:32:19.463Z] ========================================================= [2020-08-22T00:32:19.463Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-22T00:32:19.463Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:32:19.802Z] + 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-22T00:32:23.119Z] Sending build context to Docker daemon 323.2MB [2020-08-22T00:32:23.119Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-22T00:32:23.119Z] Step 2/7 : FROM ${BASE} [2020-08-22T00:32:23.385Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-22T00:32:23.385Z] df20fa9351a1: Pulling fs layer [2020-08-22T00:32:23.385Z] ed8968b2872e: Pulling fs layer [2020-08-22T00:32:23.385Z] a92cc7c5fd73: Pulling fs layer [2020-08-22T00:32:23.385Z] 2dd03ba5bac4: Pulling fs layer [2020-08-22T00:32:23.385Z] 1e091d79d1de: Pulling fs layer [2020-08-22T00:32:23.385Z] 481702a1767f: Pulling fs layer [2020-08-22T00:32:23.385Z] f64a6f60c768: Pulling fs layer [2020-08-22T00:32:23.385Z] e78d2573fc39: Pulling fs layer [2020-08-22T00:32:23.385Z] e876d2f968b6: Pulling fs layer [2020-08-22T00:32:23.385Z] ce8a83651883: Pulling fs layer [2020-08-22T00:32:23.385Z] 07967f4d0e4b: Pulling fs layer [2020-08-22T00:32:23.386Z] e876d2f968b6: Waiting [2020-08-22T00:32:23.386Z] f64a6f60c768: Waiting [2020-08-22T00:32:23.386Z] e78d2573fc39: Waiting [2020-08-22T00:32:23.386Z] ce8a83651883: Waiting [2020-08-22T00:32:23.386Z] 07967f4d0e4b: Waiting [2020-08-22T00:32:23.386Z] 2dd03ba5bac4: Waiting [2020-08-22T00:32:23.386Z] 1e091d79d1de: Waiting [2020-08-22T00:32:23.386Z] 481702a1767f: Waiting [2020-08-22T00:32:23.386Z] a92cc7c5fd73: Verifying Checksum [2020-08-22T00:32:23.386Z] a92cc7c5fd73: Download complete [2020-08-22T00:32:23.386Z] ed8968b2872e: Verifying Checksum [2020-08-22T00:32:23.386Z] ed8968b2872e: Download complete [2020-08-22T00:32:23.386Z] 1e091d79d1de: Verifying Checksum [2020-08-22T00:32:23.386Z] 1e091d79d1de: Download complete [2020-08-22T00:32:23.386Z] 481702a1767f: Verifying Checksum [2020-08-22T00:32:23.386Z] 481702a1767f: Download complete [2020-08-22T00:32:23.386Z] df20fa9351a1: Verifying Checksum [2020-08-22T00:32:23.386Z] df20fa9351a1: Download complete [2020-08-22T00:32:24.380Z] df20fa9351a1: Pull complete [2020-08-22T00:32:24.655Z] f64a6f60c768: Verifying Checksum [2020-08-22T00:32:24.655Z] f64a6f60c768: Download complete [2020-08-22T00:32:24.655Z] e876d2f968b6: Verifying Checksum [2020-08-22T00:32:24.655Z] e876d2f968b6: Download complete [2020-08-22T00:32:25.275Z] ce8a83651883: Verifying Checksum [2020-08-22T00:32:25.275Z] ce8a83651883: Download complete [2020-08-22T00:32:25.275Z] e78d2573fc39: Verifying Checksum [2020-08-22T00:32:25.275Z] e78d2573fc39: Download complete [2020-08-22T00:32:25.537Z] 2dd03ba5bac4: Verifying Checksum [2020-08-22T00:32:25.537Z] 2dd03ba5bac4: Download complete [2020-08-22T00:32:25.537Z] 07967f4d0e4b: Download complete [2020-08-22T00:32:26.495Z] ed8968b2872e: Pull complete [2020-08-22T00:32:26.495Z] a92cc7c5fd73: Pull complete [2020-08-22T00:32:33.121Z] 2dd03ba5bac4: Pull complete [2020-08-22T00:32:33.121Z] 1e091d79d1de: Pull complete [2020-08-22T00:32:33.121Z] 481702a1767f: Pull complete [2020-08-22T00:32:34.286Z] Still waiting to schedule task [2020-08-22T00:32:34.286Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-22T00:32:39.925Z] f64a6f60c768: Pull complete [2020-08-22T00:32:43.262Z] e78d2573fc39: Pull complete [2020-08-22T00:32:43.262Z] e876d2f968b6: Pull complete [2020-08-22T00:32:44.674Z] ce8a83651883: Pull complete [2020-08-22T00:32:44.674Z] 07967f4d0e4b: Pull complete [2020-08-22T00:32:44.674Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-22T00:32:44.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-22T00:32:44.674Z] ---> 5d7c900382c6 [2020-08-22T00:32:44.674Z] 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-22T00:32:46.070Z] ---> Running in 5444b2c7b2f5 [2020-08-22T00:32:46.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:32:47.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:32:48.175Z] (1/12) Installing libmagic (5.38-r0) [2020-08-22T00:32:48.175Z] (2/12) Installing file (5.38-r0) [2020-08-22T00:32:48.175Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-22T00:32:48.442Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-22T00:32:52.661Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-22T00:32:52.661Z] (6/12) Installing patch (2.7.6-r6) [2020-08-22T00:32:52.661Z] (7/12) Installing build-base (0.5-r2) [2020-08-22T00:32:52.661Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-22T00:32:52.925Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-22T00:32:52.925Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-22T00:32:53.188Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-22T00:32:53.188Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-22T00:32:53.188Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:32:53.188Z] OK: 233 MiB in 51 packages [2020-08-22T00:32:57.416Z] Removing intermediate container 5444b2c7b2f5 [2020-08-22T00:32:57.416Z] ---> d0d896c5d9b9 [2020-08-22T00:32:57.416Z] Step 4/7 : WORKDIR /edgex-go [2020-08-22T00:32:57.416Z] ---> Running in ae06daa2c48f [2020-08-22T00:32:57.416Z] Removing intermediate container ae06daa2c48f [2020-08-22T00:32:57.416Z] ---> 172995465aaf [2020-08-22T00:32:57.416Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-22T00:32:57.416Z] latest: Pulling from library/docker [2020-08-22T00:32:57.416Z] df20fa9351a1: Already exists [2020-08-22T00:32:57.416Z] 25ad7478873d: Pulling fs layer [2020-08-22T00:32:57.416Z] 4684f6177b5d: Pulling fs layer [2020-08-22T00:32:57.416Z] 46e300cec669: Pulling fs layer [2020-08-22T00:32:57.416Z] 63038576ad94: Pulling fs layer [2020-08-22T00:32:57.416Z] 0fdb76c4706c: Pulling fs layer [2020-08-22T00:32:57.416Z] cb7edeffdfd5: Pulling fs layer [2020-08-22T00:32:57.416Z] 63038576ad94: Waiting [2020-08-22T00:32:57.416Z] 0fdb76c4706c: Waiting [2020-08-22T00:32:57.416Z] cb7edeffdfd5: Waiting [2020-08-22T00:32:57.687Z] 4684f6177b5d: Download complete [2020-08-22T00:32:57.687Z] 25ad7478873d: Verifying Checksum [2020-08-22T00:32:57.687Z] 25ad7478873d: Download complete [2020-08-22T00:32:57.687Z] 63038576ad94: Verifying Checksum [2020-08-22T00:32:57.687Z] 63038576ad94: Download complete [2020-08-22T00:32:57.952Z] 0fdb76c4706c: Verifying Checksum [2020-08-22T00:32:57.952Z] 0fdb76c4706c: Download complete [2020-08-22T00:32:57.952Z] cb7edeffdfd5: Verifying Checksum [2020-08-22T00:32:57.952Z] cb7edeffdfd5: Download complete [2020-08-22T00:32:57.952Z] 25ad7478873d: Pull complete [2020-08-22T00:32:58.214Z] 4684f6177b5d: Pull complete [2020-08-22T00:32:58.475Z] 46e300cec669: Verifying Checksum [2020-08-22T00:32:58.475Z] 46e300cec669: Download complete [2020-08-22T00:33:01.804Z] 46e300cec669: Pull complete [2020-08-22T00:33:01.804Z] 63038576ad94: Pull complete [2020-08-22T00:33:01.804Z] 0fdb76c4706c: Pull complete [2020-08-22T00:33:01.804Z] cb7edeffdfd5: Pull complete [2020-08-22T00:33:01.804Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-22T00:33:01.804Z] Status: Downloaded newer image for docker:latest [2020-08-22T00:33:03.732Z] ---> 0981e0812548 [2020-08-22T00:33:03.732Z] Step 6/7 : COPY go.mod . [2020-08-22T00:33:03.732Z] ---> e10ed7af37bd [2020-08-22T00:33:03.732Z] Step 7/7 : RUN go mod download [2020-08-22T00:33:03.732Z] ---> Running in 728dc2f389bd [2020-08-22T00:33:06.287Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-22T00:33:06.287Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-22T00:33:06.287Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-22T00:33:06.287Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-22T00:33:06.287Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-22T00:33:06.287Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-22T00:33:06.563Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-22T00:33:06.563Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-22T00:33:06.563Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-22T00:33:06.563Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-22T00:33:06.563Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-22T00:33:06.563Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-22T00:33:06.563Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-22T00:33:06.563Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-22T00:33:06.826Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-22T00:33:06.826Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-22T00:33:06.826Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-22T00:33:06.826Z] go: finding github.com/fatih/color v1.7.0 [2020-08-22T00:33:06.826Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-22T00:33:06.826Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-22T00:33:07.090Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-22T00:33:07.090Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-22T00:33:07.090Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-22T00:33:07.090Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-22T00:33:07.090Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-22T00:33:07.090Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-22T00:33:07.352Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-22T00:33:07.352Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-22T00:33:07.352Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-22T00:33:07.352Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-22T00:33:07.352Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-22T00:33:07.352Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-22T00:33:07.352Z] go: finding github.com/google/uuid v1.1.0 [2020-08-22T00:33:07.613Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-22T00:33:07.613Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-22T00:33:07.613Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-22T00:33:07.613Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-22T00:33:07.613Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-22T00:33:07.613Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-22T00:33:07.613Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-22T00:33:07.875Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-22T00:33:07.875Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-22T00:33:07.875Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-22T00:33:07.875Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-22T00:33:07.875Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-22T00:33:07.875Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-22T00:33:07.875Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-22T00:33:08.136Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-22T00:33:08.136Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-22T00:33:08.136Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-22T00:33:08.136Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-22T00:33:08.136Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-22T00:33:08.136Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-22T00:33:08.397Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-22T00:33:08.397Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-22T00:33:08.397Z] go: finding github.com/kr/pty v1.1.1 [2020-08-22T00:33:08.397Z] go: finding github.com/kr/text v0.1.0 [2020-08-22T00:33:08.397Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-22T00:33:08.397Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-22T00:33:08.397Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-22T00:33:08.657Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-22T00:33:08.657Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-22T00:33:08.657Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-22T00:33:08.657Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-22T00:33:08.657Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-22T00:33:08.657Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-22T00:33:08.657Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-22T00:33:08.924Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-22T00:33:08.924Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-22T00:33:08.924Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-22T00:33:08.924Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-22T00:33:08.924Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-22T00:33:08.924Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-22T00:33:08.924Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-22T00:33:09.185Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-22T00:33:09.185Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-22T00:33:09.185Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-22T00:33:09.185Z] go: finding github.com/posener/complete v1.1.1 [2020-08-22T00:33:09.185Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-22T00:33:09.756Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-22T00:33:09.756Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-22T00:33:09.756Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-22T00:33:09.756Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-22T00:33:09.756Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-22T00:33:09.756Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-22T00:33:09.756Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-22T00:33:09.756Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-22T00:33:10.017Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-22T00:33:10.017Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-22T00:33:10.017Z] go: finding golang.org/x/text v0.3.2 [2020-08-22T00:33:10.017Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-22T00:33:10.017Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-22T00:33:10.017Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-22T00:33:10.279Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-22T00:33:10.279Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-22T00:33:10.279Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-22T00:33:28.443Z] Removing intermediate container 728dc2f389bd [2020-08-22T00:33:28.443Z] ---> 78640ae204c2 [2020-08-22T00:33:28.443Z] Successfully built 78640ae204c2 [2020-08-22T00:33:28.443Z] 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-22T00:33:29.080Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-22T00:33:29.081Z] . [Pipeline] withDockerContainer [2020-08-22T00:33:29.249Z] prd-centos7-docker-4c-2g-708 does not seem to be running inside a container [2020-08-22T00:33:29.330Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-22T00:33:30.095Z] $ docker top f7f83ea6b50db39a7a26f7e4932fa98c7f1e1e0edb00265046995ff8c926ceef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-22T00:33:30.724Z] + go version [2020-08-22T00:33:30.724Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-22T00:33:30.736Z] ========================================================= [2020-08-22T00:33:30.736Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-22T00:33:30.736Z] ========================================================= [Pipeline] sh [2020-08-22T00:33:31.022Z] + make test [2020-08-22T00:33:31.022Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-22T00:33:33.590Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-22T00:33:43.688Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-22T00:33:50.435Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-22T00:33:50.435Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-22T00:33:50.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-22T00:33:50.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-22T00:33:53.024Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s [2020-08-22T00:33:53.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-22T00:33:53.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-22T00:33:53.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-22T00:33:53.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-22T00:33:53.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-22T00:33:53.615Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-22T00:33:53.615Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-22T00:33:53.615Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-22T00:33:59.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements [2020-08-22T00:33:59.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-22T00:33:59.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-22T00:33:59.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-22T00:33:59.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-22T00:33:59.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-22T00:34:03.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.056s coverage: 27.2% of statements [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-22T00:34:03.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.009s coverage: 100.0% of statements [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-22T00:34:03.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-22T00:34:03.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.033s coverage: 80.0% of statements [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-22T00:34:03.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.033s coverage: 92.9% of statements [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-22T00:34:03.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.080s coverage: 28.6% of statements [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-22T00:34:03.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-22T00:34:03.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements [2020-08-22T00:34:03.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-22T00:34:03.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.007s coverage: 100.0% of statements [2020-08-22T00:34:03.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-22T00:34:04.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.027s coverage: 89.8% of statements [2020-08-22T00:34:04.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-22T00:34:04.763Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.024s coverage: 97.5% of statements [2020-08-22T00:34:04.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-22T00:34:05.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.014s coverage: 100.0% of statements [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-22T00:34:05.350Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2020-08-22T00:34:05.350Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-22T00:34:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-22T00:34:05.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-22T00:34:06.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.100s coverage: 63.5% of statements [2020-08-22T00:34:06.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-22T00:34:06.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-22T00:34:06.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.013s coverage: 100.0% of statements [2020-08-22T00:34:06.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.100s coverage: 55.9% of statements [2020-08-22T00:34:06.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-22T00:34:06.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-22T00:34:06.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-22T00:34:06.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.526s coverage: 86.3% of statements [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.355s coverage: 72.2% of statements [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.154s coverage: 72.1% of statements [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.035s coverage: 31.1% of statements [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.093s coverage: 84.1% of statements [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-22T00:34:13.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.021s coverage: 83.8% of statements [2020-08-22T00:34:13.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-22T00:34:14.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.056s coverage: 46.1% of statements [2020-08-22T00:34:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-22T00:34:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-22T00:34:14.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements [2020-08-22T00:34:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-22T00:34:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-22T00:34:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-22T00:34:14.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.029s coverage: 100.0% of statements [2020-08-22T00:34:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-22T00:34:14.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements [2020-08-22T00:34:14.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-22T00:34:15.951Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.059s coverage: 29.1% of statements [2020-08-22T00:34:15.951Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-22T00:34:15.951Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-22T00:34:15.951Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-22T00:34:15.951Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-22T00:34:15.951Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-22T00:34:16.214Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-08-22T00:34:16.214Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-22T00:34:16.478Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.023s coverage: 100.0% of statements [2020-08-22T00:34:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-22T00:34:16.479Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements [2020-08-22T00:34:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-22T00:34:16.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2020-08-22T00:34:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-22T00:34:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-22T00:34:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-22T00:34:16.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-22T00:34:17.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.010s coverage: 87.9% of statements [2020-08-22T00:34:17.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-22T00:34:17.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-22T00:34:17.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2020-08-22T00:34:17.587Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-22T00:34:17.848Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-22T00:34:18.109Z] GO111MODULE=on go vet ./... [2020-08-22T00:34:24.745Z] gofmt -l . [2020-08-22T00:34:25.006Z] [ "`gofmt -l .`" = "" ] [2020-08-22T00:34:25.586Z] ./bin/test-go-mod-tidy.sh [2020-08-22T00:34:26.535Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-22T00:34:28.228Z] + ls -al . [2020-08-22T00:34:28.228Z] total 556 [2020-08-22T00:34:28.228Z] drwxrwxr-x 10 1001 1001 4096 Aug 22 00:34 . [2020-08-22T00:34:28.228Z] drwxr-xr-x 4 root root 28 Aug 22 00:33 .. [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 11 Aug 22 00:31 .dockerignore [2020-08-22T00:34:28.228Z] drwxrwxr-x 8 1001 1001 179 Aug 22 00:31 .git [2020-08-22T00:34:28.228Z] drwxrwxr-x 3 1001 1001 60 Aug 22 00:31 .github [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 932 Aug 22 00:31 .gitignore [2020-08-22T00:34:28.228Z] drwx------ 3 1001 1001 47 Aug 22 00:31 .semver [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 166 Aug 22 00:31 .sonarcloud.properties [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 3804 Aug 22 00:31 CONTRIBUTING.md [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 1035 Aug 22 00:31 Dockerfile.build [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 865 Aug 22 00:31 Jenkinsfile [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 10775 Aug 22 00:31 LICENSE [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 6237 Aug 22 00:31 Makefile [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 5652 Aug 22 00:31 README.md [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 259 Aug 22 00:31 SECURITY.md [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 5 Aug 22 00:32 VERSION [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 4131 Aug 22 00:31 ZMQWindows.md [2020-08-22T00:34:28.228Z] drwxrwxr-x 2 1001 1001 117 Aug 22 00:31 bin [2020-08-22T00:34:28.228Z] drwxrwxr-x 15 1001 1001 4096 Aug 22 00:31 cmd [2020-08-22T00:34:28.228Z] -rw-r--r-- 1 root root 460866 Aug 22 00:34 coverage.out [2020-08-22T00:34:28.228Z] -rw-r--r-- 1 root root 983 Aug 22 00:34 go.mod [2020-08-22T00:34:28.228Z] -rw-r--r-- 1 root root 18581 Aug 22 00:34 go.sum [2020-08-22T00:34:28.228Z] drwxrwxr-x 8 1001 1001 127 Aug 22 00:31 internal [2020-08-22T00:34:28.228Z] drwxrwxr-x 4 1001 1001 26 Aug 22 00:31 openapi [2020-08-22T00:34:28.228Z] drwxrwxr-x 4 1001 1001 71 Aug 22 00:31 snap [2020-08-22T00:34:28.228Z] -rw-rw-r-- 1 1001 1001 168 Aug 22 00:31 version.go [Pipeline] sh [2020-08-22T00:34:28.532Z] + '[' -e coverage.out ] [2020-08-22T00:34:28.532Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-22T00:34:28.705Z] Stashed 1 file(s) [Pipeline] sh [2020-08-22T00:34:28.999Z] + make build [2020-08-22T00:34:28.999Z] 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-22T00:34:35.707Z] 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-22T00:34:38.329Z] 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-22T00:34:41.725Z] 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-22T00:34:42.667Z] 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-22T00:34:44.593Z] 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-22T00:34:45.176Z] 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-22T00:34:47.101Z] 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-22T00:34:49.649Z] 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-22T00:34:50.591Z] 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-22T00:34:52.509Z] 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-22T00:34:53.460Z] 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-22T00:34:54.853Z] 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-22T00:34:56.262Z] $ docker stop --time=1 f7f83ea6b50db39a7a26f7e4932fa98c7f1e1e0edb00265046995ff8c926ceef [2020-08-22T00:34:57.948Z] $ docker rm -f f7f83ea6b50db39a7a26f7e4932fa98c7f1e1e0edb00265046995ff8c926ceef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:34:59.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-22T00:34:59.366Z] [2020-08-22T00:34:59.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:34:59.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-22T00:34:59.710Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-22T00:34:59.710Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-22T00:34:59.710Z] ca9280d653b3: Pulling fs layer [2020-08-22T00:34:59.710Z] 7e9c9ca2126c: Pulling fs layer [2020-08-22T00:34:59.710Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-22T00:34:59.710Z] cbdbe7a5bc2a: Download complete [2020-08-22T00:34:59.979Z] ca9280d653b3: Verifying Checksum [2020-08-22T00:34:59.979Z] ca9280d653b3: Download complete [2020-08-22T00:35:00.242Z] cbdbe7a5bc2a: Pull complete [2020-08-22T00:35:00.816Z] 7e9c9ca2126c: Verifying Checksum [2020-08-22T00:35:00.816Z] 7e9c9ca2126c: Download complete [2020-08-22T00:35:01.077Z] ca9280d653b3: Pull complete [2020-08-22T00:35:09.241Z] 7e9c9ca2126c: Pull complete [2020-08-22T00:35:09.241Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-22T00:35:09.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-22T00:35:09.241Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-22T00:35:09.379Z] prd-centos7-docker-4c-2g-708 does not seem to be running inside a container [2020-08-22T00:35:09.423Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-22T00:35:11.679Z] $ docker top 30a81c17bab60201253b521d93639beb7530d3649590f923415bcde1f0eb25ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-22T00:35:12.223Z] + docker-compose build --help [2020-08-22T00:35:12.223Z] + grep parallel [2020-08-22T00:35:13.164Z] --parallel Build images in parallel. [Pipeline] } [2020-08-22T00:35:13.174Z] $ docker stop --time=1 30a81c17bab60201253b521d93639beb7530d3649590f923415bcde1f0eb25ee [2020-08-22T00:35:14.554Z] $ docker rm -f 30a81c17bab60201253b521d93639beb7530d3649590f923415bcde1f0eb25ee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:35:15.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-22T00:35:15.161Z] . [Pipeline] withDockerContainer [2020-08-22T00:35:15.253Z] prd-centos7-docker-4c-2g-708 does not seem to be running inside a container [2020-08-22T00:35:15.297Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-22T00:35:16.007Z] $ docker top db50c601563b36f8d601a3805a8299596343795ef9046dc7c297e94134fc6774 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-22T00:35:16.498Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-22T00:35:17.447Z] Building docker-core-command-go ... [2020-08-22T00:35:17.447Z] Building docker-core-data-go ... [2020-08-22T00:35:17.447Z] Building docker-core-metadata-go ... [2020-08-22T00:35:17.447Z] Building docker-security-proxy-setup-go ... [2020-08-22T00:35:17.447Z] Building docker-security-secrets-setup-go ... [2020-08-22T00:35:17.447Z] Building docker-security-secretstore-setup-go ... [2020-08-22T00:35:17.447Z] Building docker-support-logging-go ... [2020-08-22T00:35:17.447Z] Building docker-support-notifications-go ... [2020-08-22T00:35:17.447Z] Building docker-support-scheduler-go ... [2020-08-22T00:35:17.447Z] Building docker-sys-mgmt-agent-go ... [2020-08-22T00:35:17.447Z] Building docker-sys-mgmt-agent-go [2020-08-22T00:35:17.447Z] Building docker-security-secretstore-setup-go [2020-08-22T00:35:17.447Z] Building docker-support-logging-go [2020-08-22T00:35:17.447Z] Building docker-support-scheduler-go [2020-08-22T00:35:17.447Z] Building docker-core-data-go [2020-08-22T00:35:44.348Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:35:44.348Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:35:44.348Z] ---> 78640ae204c2 [2020-08-22T00:35:44.348Z] Step 3/22 : WORKDIR /edgex-go [2020-08-22T00:35:44.348Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:35:44.348Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:35:44.348Z] ---> 78640ae204c2 [2020-08-22T00:35:44.348Z] Step 3/21 : WORKDIR /edgex-go [2020-08-22T00:35:44.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:35:44.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:35:44.348Z] ---> 78640ae204c2 [2020-08-22T00:35:44.348Z] Step 3/23 : WORKDIR /edgex-go [2020-08-22T00:35:44.612Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:35:44.612Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:35:44.612Z] ---> 78640ae204c2 [2020-08-22T00:35:44.612Z] Step 3/27 : WORKDIR /edgex-go [2020-08-22T00:35:45.183Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:35:45.183Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:35:45.183Z] ---> 78640ae204c2 [2020-08-22T00:35:45.183Z] Step 3/26 : WORKDIR /edgex-go [2020-08-22T00:35:46.140Z] ---> Running in 916af1523e95 [2020-08-22T00:35:46.140Z] ---> Running in 762bc6b72ec8 [2020-08-22T00:35:46.140Z] ---> Running in d3808d4a89c9 [2020-08-22T00:35:46.140Z] ---> Running in 2b17218da3f4 [2020-08-22T00:35:46.140Z] ---> Running in 25df09a8573c [2020-08-22T00:35:46.737Z] Removing intermediate container 25df09a8573c [2020-08-22T00:35:46.737Z] ---> 0def130878aa [2020-08-22T00:35:46.737Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:35:46.737Z] Removing intermediate container 762bc6b72ec8 [2020-08-22T00:35:46.737Z] ---> 9be7b5425f5a [2020-08-22T00:35:46.737Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:35:46.737Z] Removing intermediate container 916af1523e95 [2020-08-22T00:35:46.737Z] ---> 5edc5773d6d3 [2020-08-22T00:35:46.737Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:35:46.737Z] Removing intermediate container 2b17218da3f4 [2020-08-22T00:35:46.737Z] ---> 4d62462ff800 [2020-08-22T00:35:46.737Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:35:46.737Z] Removing intermediate container d3808d4a89c9 [2020-08-22T00:35:46.737Z] ---> a8494ef99cfd [2020-08-22T00:35:46.737Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:35:46.737Z] ---> Running in f8afc0bdb036 [2020-08-22T00:35:46.737Z] ---> Running in 56d6f383ad47 [2020-08-22T00:35:46.737Z] ---> Running in 376e82576126 [2020-08-22T00:35:46.737Z] ---> Running in 7efd2593a2ea [2020-08-22T00:35:46.737Z] ---> Running in 0f03557c90da [2020-08-22T00:35:47.553Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-711 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws [2020-08-22T00:35:47.600Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2020-08-22T00:35:48.693Z] Removing intermediate container f8afc0bdb036 [2020-08-22T00:35:48.693Z] ---> cd120e00ce25 [2020-08-22T00:35:48.693Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-22T00:35:48.693Z] ---> Running in df02e1f772eb [2020-08-22T00:35:48.693Z] Removing intermediate container 376e82576126 [2020-08-22T00:35:48.693Z] ---> 1243d79bbebf [2020-08-22T00:35:48.693Z] Step 5/26 : RUN apk update && apk add make git [2020-08-22T00:35:48.962Z] ---> Running in eb18d24ded9b [2020-08-22T00:35:49.225Z] Removing intermediate container 7efd2593a2ea [2020-08-22T00:35:49.225Z] ---> dbbfae8c0da9 [2020-08-22T00:35:49.225Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-22T00:35:49.486Z] Removing intermediate container 56d6f383ad47 [2020-08-22T00:35:49.486Z] ---> 388ccfa19527 [2020-08-22T00:35:49.486Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-22T00:35:49.486Z] Removing intermediate container 0f03557c90da [2020-08-22T00:35:49.486Z] ---> dccb7f6fe90a [2020-08-22T00:35:49.486Z] Step 5/21 : RUN apk update && apk add make git [2020-08-22T00:35:49.486Z] ---> Running in 31cd314f9e75 [2020-08-22T00:35:49.486Z] ---> Running in 992b220eb351 [2020-08-22T00:35:49.746Z] ---> Running in 5e286bdc1c90 [2020-08-22T00:35:49.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:49.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:50.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:50.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:50.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:50.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:50.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:51.169Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:35:51.169Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:35:51.169Z] OK: 12746 distinct packages available [2020-08-22T00:35:51.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:51.169Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:35:51.169Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:35:51.169Z] OK: 12746 distinct packages available [2020-08-22T00:35:51.169Z] OK: 233 MiB in 51 packages [2020-08-22T00:35:51.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:51.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:35:51.435Z] OK: 233 MiB in 51 packages [2020-08-22T00:35:51.703Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:35:51.703Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:35:51.703Z] OK: 12746 distinct packages available [2020-08-22T00:35:51.703Z] Removing intermediate container df02e1f772eb [2020-08-22T00:35:51.703Z] ---> b2a3e2c27369 [2020-08-22T00:35:51.703Z] Step 6/23 : COPY go.mod . [2020-08-22T00:35:51.971Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:35:51.971Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:35:51.971Z] OK: 12746 distinct packages available [2020-08-22T00:35:51.971Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:35:51.971Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:35:51.971Z] OK: 12746 distinct packages available [2020-08-22T00:35:51.971Z] OK: 233 MiB in 51 packages [2020-08-22T00:35:51.971Z] Removing intermediate container eb18d24ded9b [2020-08-22T00:35:51.971Z] ---> 7f737f4c0a72 [2020-08-22T00:35:51.971Z] Step 6/26 : COPY go.mod . [2020-08-22T00:35:52.241Z] OK: 233 MiB in 51 packages [2020-08-22T00:35:52.241Z] OK: 233 MiB in 51 packages [2020-08-22T00:35:52.241Z] OK: 233 MiB in 51 packages [2020-08-22T00:35:52.241Z] ---> 70ff8e8b315c [2020-08-22T00:35:52.241Z] Step 7/23 : RUN go mod download [2020-08-22T00:35:52.241Z] ---> bde8105ee95d [2020-08-22T00:35:52.241Z] Step 7/26 : RUN go mod download [2020-08-22T00:35:52.241Z] ---> Running in d34fcde39f86 [2020-08-22T00:35:52.503Z] ---> Running in 497075e0794b [2020-08-22T00:35:53.042Z] using credential edgex-jenkins-ssh [2020-08-22T00:35:53.074Z] Removing intermediate container 5e286bdc1c90 [2020-08-22T00:35:53.075Z] ---> d02e415cc235 [2020-08-22T00:35:53.075Z] Step 6/21 : COPY go.mod . [2020-08-22T00:35:53.106Z] Cloning the remote Git repository [2020-08-22T00:35:53.106Z] Cloning with configured refspecs honoured and without tags [2020-08-22T00:35:53.338Z] Removing intermediate container 992b220eb351 [2020-08-22T00:35:53.338Z] ---> 7070348be71e [2020-08-22T00:35:53.338Z] Step 6/22 : COPY go.mod . [2020-08-22T00:35:53.338Z] Removing intermediate container 31cd314f9e75 [2020-08-22T00:35:53.338Z] ---> b2ef7b2b3a92 [2020-08-22T00:35:53.338Z] Step 6/27 : COPY go.mod . [2020-08-22T00:35:53.338Z] ---> 7da3b9a450fd [2020-08-22T00:35:53.338Z] Step 7/21 : RUN go mod download [2020-08-22T00:35:53.601Z] ---> Running in 2097c2019155 [2020-08-22T00:35:53.867Z] ---> b00ad4416c85 [2020-08-22T00:35:53.867Z] Step 7/27 : RUN go mod download [2020-08-22T00:35:53.867Z] ---> 8bec9de249ef [2020-08-22T00:35:53.867Z] Step 7/22 : RUN go mod download [2020-08-22T00:35:53.867Z] ---> Running in 8dafc5ea60b0 [2020-08-22T00:35:53.867Z] ---> Running in f2e02a132319 [2020-08-22T00:35:53.191Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-22T00:35:53.325Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2020-08-22T00:35:53.442Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-22T00:35:53.443Z] > git --version # timeout=10 [2020-08-22T00:35:53.467Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-22T00:35:53.539Z] > 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-22T00:35:55.805Z] Removing intermediate container 2097c2019155 [2020-08-22T00:35:55.805Z] ---> d40c8c555791 [2020-08-22T00:35:55.805Z] Step 8/21 : COPY . . [2020-08-22T00:35:56.077Z] Removing intermediate container d34fcde39f86 [2020-08-22T00:35:56.077Z] ---> be5c1f22bf49 [2020-08-22T00:35:56.077Z] Step 8/23 : COPY . . [2020-08-22T00:35:56.077Z] Removing intermediate container 497075e0794b [2020-08-22T00:35:56.077Z] ---> 950c63c65708 [2020-08-22T00:35:56.077Z] Step 8/26 : COPY . . [2020-08-22T00:36:00.308Z] Removing intermediate container f2e02a132319 [2020-08-22T00:36:00.309Z] ---> 66bb5974c205 [2020-08-22T00:36:00.309Z] Step 8/22 : COPY . . [2020-08-22T00:36:01.710Z] Removing intermediate container 8dafc5ea60b0 [2020-08-22T00:36:01.710Z] ---> 6962bd8d57c2 [2020-08-22T00:36:01.710Z] Step 8/27 : COPY . . [2020-08-22T00:36:10.578Z] Fetching without tags [2020-08-22T00:36:11.159Z] Merging remotes/origin/master commit 3555043a6994042684a9c8b6423498381cadcc6f into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 [2020-08-22T00:36:11.974Z] Merge succeeded, producing 16b3e999087c40315c779d0287fd3857f2a58629 [2020-08-22T00:36:11.974Z] Checking out Revision 16b3e999087c40315c779d0287fd3857f2a58629 (PR-2659) [2020-08-22T00:36:10.489Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-22T00:36:10.505Z] > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 [2020-08-22T00:36:10.525Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-22T00:36:10.551Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-22T00:36:10.584Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-22T00:36:10.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-22T00:36:10.603Z] > 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-22T00:36:11.176Z] > git config core.sparsecheckout # timeout=10 [2020-08-22T00:36:11.200Z] > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 [2020-08-22T00:36:11.490Z] > git remote # timeout=10 [2020-08-22T00:36:11.509Z] > git config --get remote.origin.url # timeout=10 [2020-08-22T00:36:11.525Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-22T00:36:11.538Z] > git merge 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 [2020-08-22T00:36:11.950Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-22T00:36:11.979Z] > git config core.sparsecheckout # timeout=10 [2020-08-22T00:36:11.999Z] > git checkout -f 16b3e999087c40315c779d0287fd3857f2a58629 # timeout=10 [2020-08-22T00:36:16.477Z] Commit message: "Merge commit '3555043a6994042684a9c8b6423498381cadcc6f' into HEAD" [2020-08-22T00:36:16.503Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-22T00:36:16.482Z] > git rev-list --no-walk 5c139179f817ec2b654e37ec469ee87c086e10a0 # timeout=10 [Pipeline] echo [2020-08-22T00:36:29.562Z] ========================================================= [2020-08-22T00:36:29.562Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-22T00:36:29.562Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:36:30.493Z] + 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-22T00:36:34.263Z] ---> fcfeaefd5b96 [2020-08-22T00:36:34.264Z] 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-22T00:36:34.264Z] ---> 1cb2ced10cc5 [2020-08-22T00:36:34.264Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-22T00:36:34.264Z] ---> c824923651e0 [2020-08-22T00:36:34.264Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-22T00:36:34.264Z] ---> Running in 2531280738a3 [2020-08-22T00:36:34.264Z] ---> Running in 7d97e99fa528 [2020-08-22T00:36:34.264Z] ---> Running in 5f18f2159830 [2020-08-22T00:36:34.264Z] ---> bada2335bd99 [2020-08-22T00:36:34.264Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-22T00:36:34.264Z] ---> 117cbb1bd737 [2020-08-22T00:36:34.264Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-22T00:36:34.264Z] ---> Running in 1a9d89e5fd90 [2020-08-22T00:36:34.264Z] ---> Running in 800acc7d8a57 [2020-08-22T00:36:34.264Z] 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-22T00:36:34.264Z] 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-22T00:36:34.264Z] 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-22T00:36:34.264Z] 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-22T00:36:34.264Z] 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-22T00:36:34.843Z] Sending build context to Docker daemon 323.2MB [2020-08-22T00:36:34.843Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-22T00:36:34.843Z] Step 2/7 : FROM ${BASE} [2020-08-22T00:36:34.843Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-22T00:36:34.843Z] b538f80385f9: Pulling fs layer [2020-08-22T00:36:34.843Z] 74f711af9a0d: Pulling fs layer [2020-08-22T00:36:34.843Z] 99f96fe45779: Pulling fs layer [2020-08-22T00:36:34.843Z] fd7a069fd194: Pulling fs layer [2020-08-22T00:36:34.843Z] 66aa3694b03b: Pulling fs layer [2020-08-22T00:36:34.843Z] 170f70906a0f: Pulling fs layer [2020-08-22T00:36:34.843Z] ad7c5574e4b9: Pulling fs layer [2020-08-22T00:36:34.843Z] e772456be8f7: Pulling fs layer [2020-08-22T00:36:34.843Z] c890913d741a: Pulling fs layer [2020-08-22T00:36:34.843Z] 2480fcc9aa5a: Pulling fs layer [2020-08-22T00:36:34.843Z] 09adf4765672: Pulling fs layer [2020-08-22T00:36:34.843Z] fd7a069fd194: Waiting [2020-08-22T00:36:34.843Z] 66aa3694b03b: Waiting [2020-08-22T00:36:34.843Z] 170f70906a0f: Waiting [2020-08-22T00:36:34.843Z] ad7c5574e4b9: Waiting [2020-08-22T00:36:34.843Z] e772456be8f7: Waiting [2020-08-22T00:36:34.843Z] c890913d741a: Waiting [2020-08-22T00:36:34.843Z] 2480fcc9aa5a: Waiting [2020-08-22T00:36:34.843Z] 09adf4765672: Waiting [2020-08-22T00:36:34.843Z] 99f96fe45779: Download complete [2020-08-22T00:36:34.843Z] 74f711af9a0d: Verifying Checksum [2020-08-22T00:36:34.843Z] 74f711af9a0d: Download complete [2020-08-22T00:36:34.843Z] 66aa3694b03b: Verifying Checksum [2020-08-22T00:36:34.843Z] 66aa3694b03b: Download complete [2020-08-22T00:36:34.843Z] 170f70906a0f: Verifying Checksum [2020-08-22T00:36:34.843Z] 170f70906a0f: Download complete [2020-08-22T00:36:35.119Z] b538f80385f9: Verifying Checksum [2020-08-22T00:36:35.119Z] b538f80385f9: Download complete [2020-08-22T00:36:35.721Z] b538f80385f9: Pull complete [2020-08-22T00:36:36.333Z] 74f711af9a0d: Pull complete [2020-08-22T00:36:36.930Z] 99f96fe45779: Pull complete [2020-08-22T00:36:37.912Z] ad7c5574e4b9: Verifying Checksum [2020-08-22T00:36:37.912Z] ad7c5574e4b9: Download complete [2020-08-22T00:36:37.912Z] c890913d741a: Verifying Checksum [2020-08-22T00:36:37.912Z] c890913d741a: Download complete [2020-08-22T00:36:39.900Z] 2480fcc9aa5a: Verifying Checksum [2020-08-22T00:36:39.900Z] 2480fcc9aa5a: Download complete [2020-08-22T00:36:39.900Z] 09adf4765672: Verifying Checksum [2020-08-22T00:36:39.900Z] 09adf4765672: Download complete [2020-08-22T00:36:41.347Z] e772456be8f7: Verifying Checksum [2020-08-22T00:36:41.347Z] e772456be8f7: Download complete [2020-08-22T00:36:41.347Z] fd7a069fd194: Download complete [2020-08-22T00:36:53.771Z] fd7a069fd194: Pull complete [2020-08-22T00:36:53.771Z] 66aa3694b03b: Pull complete [2020-08-22T00:36:53.771Z] 170f70906a0f: Pull complete [2020-08-22T00:36:56.380Z] ad7c5574e4b9: Pull complete [2020-08-22T00:37:00.700Z] e772456be8f7: Pull complete [2020-08-22T00:37:00.974Z] c890913d741a: Pull complete [2020-08-22T00:37:00.998Z] 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-22T00:37:03.590Z] 2480fcc9aa5a: Pull complete [2020-08-22T00:37:03.864Z] 09adf4765672: Pull complete [2020-08-22T00:37:03.864Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-22T00:37:03.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-22T00:37:03.864Z] ---> 2248a725d1cf [2020-08-22T00:37:03.864Z] 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-22T00:37:06.355Z] 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-22T00:37:06.627Z] Removing intermediate container 1a9d89e5fd90 [2020-08-22T00:37:06.627Z] ---> 2db2f5da9d60 [2020-08-22T00:37:06.627Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-22T00:37:06.627Z] Removing intermediate container 800acc7d8a57 [2020-08-22T00:37:06.627Z] ---> 12155a7a55f5 [2020-08-22T00:37:06.627Z] [2020-08-22T00:37:06.627Z] Step 10/22 : FROM scratch [2020-08-22T00:37:06.627Z] ---> [2020-08-22T00:37:06.627Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-22T00:37:06.627Z] ---> Running in dd762e78e309 [2020-08-22T00:37:06.894Z] ---> Running in 89c54fd0756f [2020-08-22T00:37:07.158Z] Removing intermediate container 89c54fd0756f [2020-08-22T00:37:07.158Z] ---> 83335c54d748 [2020-08-22T00:37:07.158Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-22T00:37:07.422Z] ---> Running in e4617361c1d0 [2020-08-22T00:37:07.689Z] 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-22T00:37:07.689Z] Removing intermediate container e4617361c1d0 [2020-08-22T00:37:07.689Z] ---> 0ccb7056cb2f [2020-08-22T00:37:07.689Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-22T00:37:07.956Z] ---> Running in 816673c682c1 [2020-08-22T00:37:10.598Z] ---> Running in 672a1bfa879a [2020-08-22T00:37:11.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:37:12.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:37:12.184Z] Removing intermediate container 816673c682c1 [2020-08-22T00:37:12.184Z] ---> 00a89407ccca [2020-08-22T00:37:12.184Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-22T00:37:12.782Z] Removing intermediate container 5f18f2159830 [2020-08-22T00:37:12.782Z] ---> 93d18e263998 [2020-08-22T00:37:12.782Z] [2020-08-22T00:37:12.782Z] Step 10/21 : FROM scratch [2020-08-22T00:37:12.782Z] ---> [2020-08-22T00:37:12.782Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-22T00:37:13.047Z] ---> 1cb64b0ef4b7 [2020-08-22T00:37:13.047Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-22T00:37:13.151Z] (1/12) Installing libmagic (5.38-r0) [2020-08-22T00:37:13.309Z] ---> Running in b09e116a75fa [2020-08-22T00:37:13.572Z] Removing intermediate container b09e116a75fa [2020-08-22T00:37:13.572Z] ---> c18cbbf4cf8d [2020-08-22T00:37:13.572Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-22T00:37:13.572Z] ---> 8acb1534235f [2020-08-22T00:37:13.572Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-22T00:37:13.750Z] (2/12) Installing file (5.38-r0) [2020-08-22T00:37:13.750Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-22T00:37:13.750Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-22T00:37:13.835Z] ---> Running in 5dc49e456a04 [2020-08-22T00:37:14.098Z] Removing intermediate container dd762e78e309 [2020-08-22T00:37:14.098Z] ---> 828f7cdc6621 [2020-08-22T00:37:14.098Z] [2020-08-22T00:37:14.098Z] Step 11/27 : FROM docker:latest [2020-08-22T00:37:14.098Z] ---> 81f5749c9058 [2020-08-22T00:37:14.098Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-22T00:37:14.360Z] Removing intermediate container 5dc49e456a04 [2020-08-22T00:37:14.360Z] ---> d5bf3af925cd [2020-08-22T00:37:14.360Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-22T00:37:15.315Z] ---> Running in bb4bea68c7ae [2020-08-22T00:37:15.576Z] ---> 45f4c1b0d0fa [2020-08-22T00:37:15.576Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-22T00:37:15.576Z] ---> Running in 0cb877210bd1 [2020-08-22T00:37:15.576Z] Removing intermediate container 7d97e99fa528 [2020-08-22T00:37:15.576Z] ---> 157c937eab16 [2020-08-22T00:37:15.576Z] [2020-08-22T00:37:15.576Z] Step 10/26 : FROM alpine:3.10 [2020-08-22T00:37:15.835Z] Removing intermediate container 0cb877210bd1 [2020-08-22T00:37:15.835Z] ---> 6a2afbe0602f [2020-08-22T00:37:15.835Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-22T00:37:15.835Z] ---> ac1a7ecf4418 [2020-08-22T00:37:15.835Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-22T00:37:16.102Z] 3.10: Pulling from library/alpine [2020-08-22T00:37:16.102Z] ---> Running in 582ef49caf2b [2020-08-22T00:37:16.102Z] ---> 8db04bf74e49 [2020-08-22T00:37:16.102Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-22T00:37:16.369Z] Removing intermediate container 582ef49caf2b [2020-08-22T00:37:16.369Z] ---> 7f1c54688365 [2020-08-22T00:37:16.369Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:37:16.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:16.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:16.895Z] (1/2) Installing readline (8.0.4-r0) [2020-08-22T00:37:16.895Z] (2/2) Installing bash (5.0.17-r0) [2020-08-22T00:37:16.895Z] Executing bash-5.0.17-r0.post-install [2020-08-22T00:37:16.896Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:37:16.896Z] OK: 12 MiB in 22 packages [2020-08-22T00:37:16.896Z] ---> Running in 3fc13060609c [2020-08-22T00:37:17.158Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-22T00:37:18.098Z] Status: Downloaded newer image for alpine:3.10 [2020-08-22T00:37:18.098Z] ---> be4e4bea2c2e [2020-08-22T00:37:18.098Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-22T00:37:19.486Z] ---> 8e9753df157c [2020-08-22T00:37:19.486Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-22T00:37:19.747Z] ---> Running in 67726e5513ae [2020-08-22T00:37:19.747Z] Removing intermediate container 3fc13060609c [2020-08-22T00:37:19.748Z] ---> bd859fa9e784 [2020-08-22T00:37:19.748Z] Step 20/22 : LABEL arch=x86_64 [2020-08-22T00:37:20.010Z] Removing intermediate container 2531280738a3 [2020-08-22T00:37:20.010Z] ---> 25cbf160ab79 [2020-08-22T00:37:20.010Z] [2020-08-22T00:37:20.010Z] Step 10/23 : FROM alpine [2020-08-22T00:37:20.278Z] ---> Running in 1e182d3d2679 [2020-08-22T00:37:20.278Z] ---> 136079316f30 [2020-08-22T00:37:20.278Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-22T00:37:20.278Z] Removing intermediate container bb4bea68c7ae [2020-08-22T00:37:20.278Z] ---> df237a3f3e8f [2020-08-22T00:37:20.278Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-22T00:37:20.278Z] ---> Running in f79f86cdf07a [2020-08-22T00:37:20.278Z] latest: Pulling from library/alpine [2020-08-22T00:37:20.278Z] ---> Running in bfa6020bd45d [2020-08-22T00:37:20.538Z] Removing intermediate container 1e182d3d2679 [2020-08-22T00:37:20.538Z] ---> 90ddb897deed [2020-08-22T00:37:20.538Z] Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:37:20.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:20.538Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-22T00:37:20.804Z] Status: Downloaded newer image for alpine:latest [2020-08-22T00:37:20.804Z] ---> a24bb4013296 [2020-08-22T00:37:20.804Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-22T00:37:20.804Z] Removing intermediate container f79f86cdf07a [2020-08-22T00:37:20.804Z] ---> e97aa0127b13 [2020-08-22T00:37:20.804Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:37:20.804Z] ---> Running in 0f70dbb9299a [2020-08-22T00:37:20.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:20.804Z] ---> Running in 7ad18eb611be [2020-08-22T00:37:20.804Z] ---> Running in 50cf68748996 [2020-08-22T00:37:21.065Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-22T00:37:21.065Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-22T00:37:21.065Z] OK: 10346 distinct packages available [2020-08-22T00:37:21.065Z] Removing intermediate container 0f70dbb9299a [2020-08-22T00:37:21.065Z] ---> 6acd18dddd4e [2020-08-22T00:37:21.065Z] Step 22/22 : LABEL version=0.0.0 [2020-08-22T00:37:21.065Z] Removing intermediate container 7ad18eb611be [2020-08-22T00:37:21.065Z] ---> 10298313e98a [2020-08-22T00:37:21.065Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-22T00:37:21.326Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-22T00:37:21.326Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-22T00:37:21.326Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-22T00:37:21.326Z] (4/5) Installing curl (7.66.0-r0) [2020-08-22T00:37:21.326Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-22T00:37:21.326Z] Executing busybox-1.30.1-r3.trigger [2020-08-22T00:37:21.326Z] Executing ca-certificates-20191127-r2.trigger [2020-08-22T00:37:21.326Z] OK: 7 MiB in 19 packages [2020-08-22T00:37:22.024Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-22T00:37:22.024Z] (6/12) Installing patch (2.7.6-r6) [2020-08-22T00:37:22.024Z] (7/12) Installing build-base (0.5-r2) [2020-08-22T00:37:22.024Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-22T00:37:22.024Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-22T00:37:22.024Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-22T00:37:22.024Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-22T00:37:22.024Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-22T00:37:22.024Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:37:22.024Z] OK: 217 MiB in 51 packages [2020-08-22T00:37:22.265Z] ---> Running in 8a36d889679e [2020-08-22T00:37:22.266Z] ---> Running in 34891becd6cb [2020-08-22T00:37:22.266Z] Removing intermediate container 50cf68748996 [2020-08-22T00:37:22.266Z] ---> 007c371d9bd2 [2020-08-22T00:37:22.266Z] Step 19/21 : LABEL arch=x86_64 [2020-08-22T00:37:22.530Z] ---> Running in 1582353d629e [2020-08-22T00:37:22.530Z] Removing intermediate container 8a36d889679e [2020-08-22T00:37:22.530Z] ---> 32a88889f5a1 [2020-08-22T00:37:22.530Z] [2020-08-22T00:37:22.530Z] Removing intermediate container 34891becd6cb [2020-08-22T00:37:22.530Z] ---> 5d8d57bd93d0 [2020-08-22T00:37:22.530Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-22T00:37:22.790Z] Successfully built 32a88889f5a1 [2020-08-22T00:37:23.360Z] ---> Running in dff4bc4e0b03 [2020-08-22T00:37:23.360Z] Successfully tagged docker-support-logging-go:latest [2020-08-22T00:37:23.360Z] Removing intermediate container bfa6020bd45d [2020-08-22T00:37:23.360Z] ---> 17518c57926f [2020-08-22T00:37:23.360Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-22T00:37:23.360Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-08-22T00:37:23.360Z] Removing intermediate container 1582353d629e [2020-08-22T00:37:23.360Z] ---> 73d206bb8ea9 [2020-08-22T00:37:23.360Z] Step 20/21 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:37:23.360Z] ---> Running in 9fd886baee6b [2020-08-22T00:37:24.301Z] Removing intermediate container 67726e5513ae [2020-08-22T00:37:24.301Z] ---> 2ea21a824c2f [2020-08-22T00:37:24.301Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-22T00:37:24.562Z] ---> Running in 6a5004873a95 [2020-08-22T00:37:24.824Z] ---> Running in 068a6f3d68af [2020-08-22T00:37:24.824Z] Removing intermediate container dff4bc4e0b03 [2020-08-22T00:37:24.824Z] ---> 2d5c676f01dc [2020-08-22T00:37:24.824Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:37:24.824Z] Removing intermediate container 9fd886baee6b [2020-08-22T00:37:24.824Z] ---> b6e7f958bc94 [2020-08-22T00:37:24.824Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-22T00:37:25.084Z] ---> Running in 4348d81e5217 [2020-08-22T00:37:26.028Z] ---> Running in a364ee34f281 [2020-08-22T00:37:26.346Z] Removing intermediate container 672a1bfa879a [2020-08-22T00:37:26.346Z] ---> 18d3603bc46d [2020-08-22T00:37:26.346Z] Step 4/7 : WORKDIR /edgex-go [2020-08-22T00:37:26.346Z] ---> Running in f29cd2714690 [2020-08-22T00:37:26.601Z] Removing intermediate container 6a5004873a95 [2020-08-22T00:37:26.601Z] ---> 32ac8fc1bfc0 [2020-08-22T00:37:26.601Z] Step 21/21 : LABEL version=0.0.0 [2020-08-22T00:37:26.940Z] Removing intermediate container f29cd2714690 [2020-08-22T00:37:26.940Z] ---> 6231e8a654f1 [2020-08-22T00:37:26.940Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-22T00:37:27.210Z] latest: Pulling from library/docker [2020-08-22T00:37:27.484Z] b538f80385f9: Already exists [2020-08-22T00:37:27.484Z] 259a493cd78d: Pulling fs layer [2020-08-22T00:37:27.484Z] b8e66b5100f5: Pulling fs layer [2020-08-22T00:37:27.484Z] 39dc9c94d07c: Pulling fs layer [2020-08-22T00:37:27.484Z] 551b823b3b82: Pulling fs layer [2020-08-22T00:37:27.484Z] 3c52a74df98c: Pulling fs layer [2020-08-22T00:37:27.484Z] 6c9b121b6998: Pulling fs layer [2020-08-22T00:37:27.484Z] 551b823b3b82: Waiting [2020-08-22T00:37:27.484Z] 3c52a74df98c: Waiting [2020-08-22T00:37:27.484Z] 6c9b121b6998: Waiting [2020-08-22T00:37:27.484Z] b8e66b5100f5: Verifying Checksum [2020-08-22T00:37:27.484Z] b8e66b5100f5: Download complete [2020-08-22T00:37:27.547Z] Removing intermediate container 068a6f3d68af [2020-08-22T00:37:27.548Z] ---> dd246539cab0 [2020-08-22T00:37:27.548Z] Step 13/26 : WORKDIR / [2020-08-22T00:37:27.760Z] 259a493cd78d: Verifying Checksum [2020-08-22T00:37:27.761Z] 259a493cd78d: Download complete [2020-08-22T00:37:27.761Z] 551b823b3b82: Download complete [2020-08-22T00:37:27.761Z] 6c9b121b6998: Verifying Checksum [2020-08-22T00:37:27.761Z] 6c9b121b6998: Download complete [2020-08-22T00:37:27.809Z] ---> Running in de139a9e9ddd [2020-08-22T00:37:28.143Z] Removing intermediate container a364ee34f281 [2020-08-22T00:37:28.143Z] ---> 4ce77d41b10b [2020-08-22T00:37:28.143Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-22T00:37:28.143Z] ---> Running in 50960e647f8d [2020-08-22T00:37:28.361Z] 259a493cd78d: Pull complete [2020-08-22T00:37:28.959Z] b8e66b5100f5: Pull complete [2020-08-22T00:37:28.959Z] 39dc9c94d07c: Download complete [2020-08-22T00:37:29.680Z] Removing intermediate container de139a9e9ddd [2020-08-22T00:37:29.680Z] ---> c629e259635f [2020-08-22T00:37:29.680Z] [2020-08-22T00:37:29.680Z] ---> Running in bb26857f1537 [2020-08-22T00:37:29.941Z] Successfully built c629e259635f [2020-08-22T00:37:30.202Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-22T00:37:30.202Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-08-22T00:37:30.475Z] Removing intermediate container 50960e647f8d [2020-08-22T00:37:30.476Z] ---> 899e665a93a7 [2020-08-22T00:37:30.476Z] 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-22T00:37:32.345Z] 39dc9c94d07c: Pull complete [2020-08-22T00:37:32.633Z] 551b823b3b82: Pull complete [2020-08-22T00:37:32.931Z] 3c52a74df98c: Pull complete [2020-08-22T00:37:33.037Z] Removing intermediate container bb26857f1537 [2020-08-22T00:37:33.038Z] ---> 656eab0f3424 [2020-08-22T00:37:33.038Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-22T00:37:33.204Z] 6c9b121b6998: Pull complete [2020-08-22T00:37:33.204Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-22T00:37:33.204Z] Status: Downloaded newer image for docker:latest [2020-08-22T00:37:34.441Z] Removing intermediate container 4348d81e5217 [2020-08-22T00:37:34.441Z] ---> f6d91ed907d5 [2020-08-22T00:37:34.441Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-22T00:37:35.017Z] ---> 647843deb54a [2020-08-22T00:37:35.017Z] 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-22T00:37:36.405Z] ---> Running in 5b565adff7d5 [2020-08-22T00:37:36.665Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:37:36.665Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:37:36.665Z] ---> 78640ae204c2 [2020-08-22T00:37:36.665Z] Step 3/24 : WORKDIR /edgex-go [2020-08-22T00:37:36.665Z] ---> Using cache [2020-08-22T00:37:36.665Z] ---> 4d62462ff800 [2020-08-22T00:37:36.665Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:37:36.665Z] ---> Using cache [2020-08-22T00:37:36.665Z] ---> 1243d79bbebf [2020-08-22T00:37:36.665Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-22T00:37:37.508Z] ---> 460760c04481 [2020-08-22T00:37:37.508Z] Step 6/7 : COPY go.mod . [2020-08-22T00:37:37.508Z] ---> e248e6c269b0 [2020-08-22T00:37:37.508Z] Step 7/7 : RUN go mod download [2020-08-22T00:37:37.609Z] ---> 8d3880446d32 [2020-08-22T00:37:37.609Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-22T00:37:37.609Z] ---> Running in 107228ca49fc [2020-08-22T00:37:37.609Z] ---> 98ff571b3099 [2020-08-22T00:37:37.609Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-22T00:37:37.786Z] ---> Running in f8086bf2910c [2020-08-22T00:37:37.871Z] ---> 5254b346c851 [2020-08-22T00:37:37.871Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-22T00:37:38.139Z] ---> ef6d9736f25f [2020-08-22T00:37:38.139Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-22T00:37:38.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:38.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:38.664Z] ---> 514ac1609eda [2020-08-22T00:37:38.664Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-22T00:37:38.664Z] ---> 19a7eb1899a3 [2020-08-22T00:37:38.664Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-22T00:37:38.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:38.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:38.924Z] ---> Running in ebd3cc705d3a [2020-08-22T00:37:39.508Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-22T00:37:39.508Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-22T00:37:39.508Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:37:39.508Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:37:39.508Z] OK: 12746 distinct packages available [2020-08-22T00:37:39.508Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-22T00:37:39.771Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-22T00:37:39.771Z] OK: 233 MiB in 51 packages [2020-08-22T00:37:39.771Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-22T00:37:40.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:40.045Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:37:40.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:40.045Z] OK: 8 MiB in 19 packages [2020-08-22T00:37:40.307Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-22T00:37:40.307Z] (2/33) Installing expat (2.2.9-r1) [2020-08-22T00:37:40.307Z] (3/33) Installing libffi (3.3-r2) [2020-08-22T00:37:40.307Z] (4/33) Installing gdbm (1.13-r1) [2020-08-22T00:37:40.569Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-22T00:37:40.569Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-22T00:37:40.569Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-22T00:37:41.144Z] ---> 9cf082aa17d1 [2020-08-22T00:37:41.144Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-22T00:37:42.084Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-22T00:37:42.084Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-22T00:37:42.084Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-22T00:37:42.084Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-22T00:37:42.084Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-22T00:37:42.084Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-22T00:37:42.084Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-22T00:37:42.084Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-22T00:37:42.084Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-22T00:37:42.084Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-22T00:37:42.084Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-22T00:37:42.084Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-22T00:37:42.084Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-22T00:37:42.084Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-22T00:37:42.084Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-22T00:37:42.084Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-22T00:37:42.084Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-22T00:37:42.084Z] go: finding github.com/fatih/color v1.7.0 [2020-08-22T00:37:42.084Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-22T00:37:42.084Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-22T00:37:42.355Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-22T00:37:42.355Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-22T00:37:42.355Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-22T00:37:42.355Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-22T00:37:42.355Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-22T00:37:42.355Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-22T00:37:42.355Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-22T00:37:42.626Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-22T00:37:42.626Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-22T00:37:42.626Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-22T00:37:42.626Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-22T00:37:42.626Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-22T00:37:42.626Z] go: finding github.com/google/uuid v1.1.0 [2020-08-22T00:37:42.626Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-22T00:37:42.898Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-22T00:37:42.898Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-22T00:37:42.898Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-22T00:37:42.898Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-22T00:37:42.898Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-22T00:37:42.898Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-22T00:37:43.170Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-22T00:37:43.170Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-22T00:37:43.170Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-22T00:37:43.170Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-22T00:37:43.170Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-22T00:37:43.170Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-22T00:37:43.170Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-22T00:37:43.442Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-22T00:37:43.442Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-22T00:37:43.442Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-22T00:37:43.442Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-22T00:37:43.442Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-22T00:37:43.442Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-22T00:37:43.442Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-22T00:37:43.713Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-22T00:37:43.713Z] go: finding github.com/kr/pty v1.1.1 [2020-08-22T00:37:43.713Z] go: finding github.com/kr/text v0.1.0 [2020-08-22T00:37:43.713Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-22T00:37:43.713Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-22T00:37:43.713Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-22T00:37:43.713Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-22T00:37:43.985Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-22T00:37:43.986Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-22T00:37:43.986Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-22T00:37:43.986Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-22T00:37:43.986Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-22T00:37:43.986Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-22T00:37:43.986Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-22T00:37:44.257Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-22T00:37:44.257Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-22T00:37:44.257Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-22T00:37:44.257Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-22T00:37:44.257Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-22T00:37:44.257Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-22T00:37:44.530Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-22T00:37:44.530Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-22T00:37:44.530Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-22T00:37:44.530Z] go: finding github.com/posener/complete v1.1.1 [2020-08-22T00:37:44.530Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-22T00:37:44.530Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-22T00:37:44.530Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-22T00:37:44.802Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-22T00:37:44.802Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-22T00:37:44.802Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-22T00:37:44.802Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-22T00:37:44.802Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-22T00:37:44.802Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-22T00:37:44.802Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-22T00:37:45.074Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-22T00:37:45.074Z] go: finding golang.org/x/text v0.3.2 [2020-08-22T00:37:45.074Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-22T00:37:45.074Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-22T00:37:45.074Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-22T00:37:45.074Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-22T00:37:45.349Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-22T00:37:45.349Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-22T00:37:46.438Z] ---> f1969140b47f [2020-08-22T00:37:46.438Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-22T00:37:46.701Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-22T00:37:46.701Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-22T00:37:46.701Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-22T00:37:46.701Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-22T00:37:46.701Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-22T00:37:46.701Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-22T00:37:46.965Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-22T00:37:47.537Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-22T00:37:47.797Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:37:47.798Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-22T00:37:47.798Z] ---> 78640ae204c2 [2020-08-22T00:37:47.798Z] Step 3/29 : WORKDIR /edgex-go [2020-08-22T00:37:47.798Z] ---> Using cache [2020-08-22T00:37:47.798Z] ---> 4d62462ff800 [2020-08-22T00:37:47.798Z] Step 4/29 : RUN apk update && apk add make git [2020-08-22T00:37:48.058Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-22T00:37:49.000Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-22T00:37:49.000Z] Removing intermediate container 5b565adff7d5 [2020-08-22T00:37:49.000Z] ---> 3fa1a9a7740f [2020-08-22T00:37:49.000Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-22T00:37:49.000Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-22T00:37:49.000Z] Removing intermediate container 107228ca49fc [2020-08-22T00:37:49.000Z] ---> a86b02cde491 [2020-08-22T00:37:49.000Z] Step 6/24 : COPY go.mod . [2020-08-22T00:37:49.000Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-22T00:37:49.261Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-22T00:37:49.261Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-22T00:37:49.261Z] ---> Running in 3d45adcd9b4f [2020-08-22T00:37:49.521Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-22T00:37:49.521Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-22T00:37:49.521Z] ---> ad1110f9cbab [2020-08-22T00:37:49.521Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-22T00:37:49.521Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-22T00:37:49.521Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-22T00:37:49.782Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-22T00:37:50.041Z] ---> 27fd6d231616 [2020-08-22T00:37:50.041Z] Step 7/24 : RUN go mod download [2020-08-22T00:37:50.041Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-22T00:37:50.041Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-22T00:37:50.041Z] ---> 8811a5c28d8a [2020-08-22T00:37:50.041Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-22T00:37:50.041Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-22T00:37:50.041Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-22T00:37:50.301Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-22T00:37:50.301Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-22T00:37:50.301Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-22T00:37:51.245Z] ---> Running in 786212c3a451 [2020-08-22T00:37:51.515Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:37:51.515Z] OK: 71 MiB in 55 packages [2020-08-22T00:37:51.515Z] ---> 0a1fb78c9a39 [2020-08-22T00:37:51.515Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-22T00:37:51.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:51.515Z] ---> Running in 71e9e9e4c347 [2020-08-22T00:37:51.515Z] ---> 810457352d10 [2020-08-22T00:37:51.515Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-22T00:37:52.094Z] ---> 397284cc203f [2020-08-22T00:37:52.094Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-22T00:37:52.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:37:52.094Z] ---> Running in f5dea031b984 [2020-08-22T00:37:52.354Z] Removing intermediate container f5dea031b984 [2020-08-22T00:37:52.354Z] ---> de6b1d9d5079 [2020-08-22T00:37:52.354Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:37:52.622Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:37:52.622Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:37:52.622Z] OK: 12746 distinct packages available [2020-08-22T00:37:52.622Z] ---> Running in 46bce21fe9b2 [2020-08-22T00:37:52.882Z] OK: 233 MiB in 51 packages [2020-08-22T00:37:53.145Z] Removing intermediate container 46bce21fe9b2 [2020-08-22T00:37:53.145Z] ---> 73f1db2abcfe [2020-08-22T00:37:53.145Z] Step 21/23 : LABEL arch=x86_64 [2020-08-22T00:37:54.088Z] ---> Running in 7f70b2817508 [2020-08-22T00:37:55.501Z] Removing intermediate container 71e9e9e4c347 [2020-08-22T00:37:55.501Z] ---> cc735edda725 [2020-08-22T00:37:55.501Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-22T00:37:56.893Z] Removing intermediate container 7f70b2817508 [2020-08-22T00:37:56.893Z] ---> 214fcaa00a0f [2020-08-22T00:37:56.893Z] Step 22/23 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:37:57.843Z] ---> Running in 212f066caf9c [2020-08-22T00:37:57.843Z] Removing intermediate container 3d45adcd9b4f [2020-08-22T00:37:57.843Z] ---> 33f6a95491c0 [2020-08-22T00:37:57.843Z] Step 5/29 : COPY go.mod . [2020-08-22T00:37:58.104Z] Removing intermediate container 786212c3a451 [2020-08-22T00:37:58.104Z] ---> a8b763ae2551 [2020-08-22T00:37:58.104Z] Step 8/24 : COPY . . [2020-08-22T00:37:58.104Z] ---> Running in 2d36b2143840 [2020-08-22T00:37:58.365Z] Removing intermediate container ebd3cc705d3a [2020-08-22T00:37:58.365Z] ---> ea4b9b0b83a5 [2020-08-22T00:37:58.365Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-22T00:37:58.365Z] Removing intermediate container 212f066caf9c [2020-08-22T00:37:58.365Z] ---> 1c57f5958232 [2020-08-22T00:37:58.365Z] Step 24/26 : LABEL arch=x86_64 [2020-08-22T00:37:59.309Z] ---> Running in 49ec7ef295a8 [2020-08-22T00:37:59.309Z] ---> Running in b24e1be3e678 [2020-08-22T00:37:59.879Z] Removing intermediate container 2d36b2143840 [2020-08-22T00:37:59.879Z] ---> 13fcc850c059 [2020-08-22T00:37:59.879Z] Step 23/23 : LABEL version=0.0.0 [2020-08-22T00:38:00.831Z] ---> 7ac404796f38 [2020-08-22T00:38:00.831Z] Step 6/29 : RUN go mod download [2020-08-22T00:38:03.385Z] ---> Running in e27e7675c93c [2020-08-22T00:38:03.385Z] ---> Running in 10cd16b2a0d7 [2020-08-22T00:38:03.385Z] Removing intermediate container b24e1be3e678 [2020-08-22T00:38:03.385Z] ---> 6386a551f961 [2020-08-22T00:38:03.385Z] Step 25/26 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:38:03.957Z] ---> Running in 95844dc503d0 [2020-08-22T00:38:04.218Z] Removing intermediate container 10cd16b2a0d7 [2020-08-22T00:38:04.218Z] ---> ed433693920b [2020-08-22T00:38:04.218Z] [2020-08-22T00:38:05.160Z] Successfully built ed433693920b [2020-08-22T00:38:05.423Z] Successfully tagged docker-core-data-go:latest [2020-08-22T00:38:05.423Z] Building docker-security-proxy-setup-go [2020-08-22T00:38:05.423Z]  Building docker-core-data-go ... done Removing intermediate container 95844dc503d0 [2020-08-22T00:38:05.423Z] ---> a2c27b52fab4 [2020-08-22T00:38:05.423Z] Step 26/26 : LABEL version=0.0.0 [2020-08-22T00:38:07.545Z] Removing intermediate container f8086bf2910c [2020-08-22T00:38:07.545Z] ---> f6360cd7840d [2020-08-22T00:38:07.545Z] Successfully built f6360cd7840d [2020-08-22T00:38:07.545Z] 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-22T00:38:08.252Z] + docker inspect -f . ci-base-image-arm64 [2020-08-22T00:38:08.252Z] . [Pipeline] withDockerContainer [2020-08-22T00:38:08.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-711 does not seem to be running inside a container [2020-08-22T00:38:08.635Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-22T00:38:09.646Z] ---> Running in 02bc358819e0 [2020-08-22T00:38:10.246Z] $ docker top d8ae95097d2b3a322466d32f5826a2def09e5f43b519e91c26b7e001eed3df06 -eo pid,comm [2020-08-22T00:38:10.603Z] Removing intermediate container 02bc358819e0 [2020-08-22T00:38:10.603Z] ---> dabe123ded1f [2020-08-22T00:38:10.603Z] [Pipeline] { [Pipeline] sh [2020-08-22T00:38:10.868Z] Successfully built dabe123ded1f [2020-08-22T00:38:11.144Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-22T00:38:11.144Z] Building docker-core-command-go [2020-08-22T00:38:11.144Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-08-22T00:38:11.333Z] + go version [2020-08-22T00:38:11.333Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-22T00:38:11.352Z] ========================================================= [2020-08-22T00:38:11.352Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-22T00:38:11.352Z] ========================================================= [Pipeline] sh [2020-08-22T00:38:11.408Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-22T00:38:12.002Z] + make test [2020-08-22T00:38:12.002Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-22T00:38:12.806Z] Removing intermediate container e27e7675c93c [2020-08-22T00:38:12.806Z] ---> 0a0e18f381e5 [2020-08-22T00:38:12.806Z] Step 7/29 : COPY . . [2020-08-22T00:38:13.756Z] Collecting PyYAML<4,>=3.10 [2020-08-22T00:38:13.756Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-22T00:38:15.522Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-22T00:38:24.031Z] Collecting docopt<0.7,>=0.6.1 [2020-08-22T00:38:24.032Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-22T00:38:27.370Z] Collecting cached-property<2,>=1.2.0 [2020-08-22T00:38:27.370Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-22T00:38:27.370Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:38:27.370Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:38:27.370Z] Collecting texttable<0.10,>=0.9.0 [2020-08-22T00:38:27.370Z] ---> 78640ae204c2 [2020-08-22T00:38:27.370Z] Step 3/20 : WORKDIR /edgex-go [2020-08-22T00:38:27.370Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-22T00:38:27.370Z] ---> Using cache [2020-08-22T00:38:27.370Z] ---> 4d62462ff800 [2020-08-22T00:38:27.370Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:38:27.370Z] ---> Using cache [2020-08-22T00:38:27.370Z] ---> 1243d79bbebf [2020-08-22T00:38:27.370Z] Step 5/20 : RUN apk update && apk add make git [2020-08-22T00:38:27.370Z] ---> Using cache [2020-08-22T00:38:27.370Z] ---> 7f737f4c0a72 [2020-08-22T00:38:27.370Z] Step 6/20 : COPY go.mod . [2020-08-22T00:38:27.370Z] ---> Using cache [2020-08-22T00:38:27.370Z] ---> bde8105ee95d [2020-08-22T00:38:27.370Z] Step 7/20 : RUN go mod download [2020-08-22T00:38:27.370Z] ---> Using cache [2020-08-22T00:38:27.370Z] ---> 950c63c65708 [2020-08-22T00:38:27.370Z] Step 8/20 : COPY . . [2020-08-22T00:38:27.638Z] ---> Using cache [2020-08-22T00:38:27.638Z] ---> fcfeaefd5b96 [2020-08-22T00:38:27.638Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-22T00:38:28.606Z] Collecting docker<4.0,>=3.6.0 [2020-08-22T00:38:28.606Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-22T00:38:28.877Z] ---> a89a9a9b0c96 [2020-08-22T00:38:28.877Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-22T00:38:29.141Z] ---> Running in 3f377857b388 [2020-08-22T00:38:29.141Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-22T00:38:29.141Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-22T00:38:29.721Z] 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-22T00:38:29.721Z] ---> Running in 5ebb2ea16294 [2020-08-22T00:38:29.721Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-22T00:38:29.721Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-22T00:38:29.987Z] Collecting jsonschema<3,>=2.5.1 [2020-08-22T00:38:29.987Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-22T00:38:31.008Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-22T00:38:31.008Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-22T00:38:33.600Z] Collecting docker-pycreds>=0.4.0 [2020-08-22T00:38:33.600Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-22T00:38:33.600Z] 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-22T00:38:33.867Z] 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-22T00:38:33.867Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:38:33.867Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:38:33.867Z] ---> 78640ae204c2 [2020-08-22T00:38:33.867Z] Step 3/22 : WORKDIR /edgex-go [2020-08-22T00:38:33.867Z] ---> Using cache [2020-08-22T00:38:33.867Z] ---> 4d62462ff800 [2020-08-22T00:38:33.867Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:38:33.867Z] ---> Using cache [2020-08-22T00:38:33.867Z] ---> 1243d79bbebf [2020-08-22T00:38:33.867Z] Step 5/22 : RUN apk update && apk add make git [2020-08-22T00:38:33.867Z] ---> Using cache [2020-08-22T00:38:33.867Z] ---> 7f737f4c0a72 [2020-08-22T00:38:33.867Z] Step 6/22 : COPY go.mod . [2020-08-22T00:38:33.867Z] ---> Using cache [2020-08-22T00:38:33.867Z] ---> bde8105ee95d [2020-08-22T00:38:33.867Z] Step 7/22 : RUN go mod download [2020-08-22T00:38:33.867Z] ---> Using cache [2020-08-22T00:38:33.867Z] ---> 950c63c65708 [2020-08-22T00:38:33.867Z] Step 8/22 : COPY . . [2020-08-22T00:38:33.867Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-22T00:38:33.867Z] ---> Using cache [2020-08-22T00:38:33.867Z] ---> fcfeaefd5b96 [2020-08-22T00:38:33.867Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-22T00:38:33.867Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-22T00:38:34.829Z] ---> Running in 5709dc44561d [2020-08-22T00:38:34.829Z] Collecting idna<2.8,>=2.5 [2020-08-22T00:38:34.829Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-22T00:38:35.099Z] 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-22T00:38:35.099Z] 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-22T00:38:35.099Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-22T00:38:35.099Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-22T00:38:35.099Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-22T00:38:35.099Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-22T00:38:35.099Z] Installing collected packages: PyYAML, docopt, cached-property, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, docker-compose [2020-08-22T00:38:35.099Z] Running setup.py install for PyYAML: started [2020-08-22T00:38:37.110Z] 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-22T00:38:37.110Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-22T00:38:37.110Z] Running setup.py install for docopt: started [2020-08-22T00:38:37.720Z] Running setup.py install for docopt: finished with status 'done' [2020-08-22T00:38:37.990Z] Running setup.py install for texttable: started [2020-08-22T00:38:38.947Z] Running setup.py install for texttable: finished with status 'done' [2020-08-22T00:38:39.217Z] Attempting uninstall: urllib3 [2020-08-22T00:38:39.217Z] Found existing installation: urllib3 1.25.9 [2020-08-22T00:38:39.217Z] Uninstalling urllib3-1.25.9: [2020-08-22T00:38:39.848Z] Successfully uninstalled urllib3-1.25.9 [2020-08-22T00:38:39.848Z] Attempting uninstall: idna [2020-08-22T00:38:39.848Z] Found existing installation: idna 2.9 [2020-08-22T00:38:39.848Z] Uninstalling idna-2.9: [2020-08-22T00:38:40.465Z] Successfully uninstalled idna-2.9 [2020-08-22T00:38:40.750Z] Attempting uninstall: requests [2020-08-22T00:38:40.750Z] Found existing installation: requests 2.23.0 [2020-08-22T00:38:40.750Z] Uninstalling requests-2.23.0: [2020-08-22T00:38:40.750Z] Successfully uninstalled requests-2.23.0 [2020-08-22T00:38:43.393Z] ---> a9b6765917f4 [2020-08-22T00:38:43.393Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-22T00:38:43.683Z] Running setup.py install for dockerpty: started [2020-08-22T00:38:43.971Z] ---> Running in 3f65bcccdc0b [2020-08-22T00:38:44.277Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-22T00:38:44.922Z] 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-22T00:38:44.923Z] 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-22T00:38:48.130Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-22T00:38:48.333Z] Removing intermediate container 49ec7ef295a8 [2020-08-22T00:38:48.333Z] ---> 6a1a24813f12 [2020-08-22T00:38:48.333Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-22T00:38:48.333Z] ---> Running in 89f4df9d20d6 [2020-08-22T00:38:49.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:38:49.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:38:49.297Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-22T00:38:49.567Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-22T00:38:49.567Z] (3/3) Installing curl (7.69.1-r0) [2020-08-22T00:38:49.567Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:38:49.567Z] OK: 72 MiB in 58 packages [2020-08-22T00:38:50.537Z] Removing intermediate container 89f4df9d20d6 [2020-08-22T00:38:50.537Z] ---> 49884e4cee2b [2020-08-22T00:38:50.537Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-22T00:38:50.537Z] ---> Running in e0e56ebb81b0 [2020-08-22T00:38:50.804Z] Removing intermediate container e0e56ebb81b0 [2020-08-22T00:38:50.804Z] ---> db117f2668e0 [2020-08-22T00:38:50.804Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:38:51.079Z] ---> Running in 6afcad5d54c0 [2020-08-22T00:38:51.358Z] Removing intermediate container 6afcad5d54c0 [2020-08-22T00:38:51.358Z] ---> fd21df4c0295 [2020-08-22T00:38:51.358Z] Step 25/27 : LABEL arch=x86_64 [2020-08-22T00:38:52.326Z] ---> Running in d2e3ef9b08a6 [2020-08-22T00:38:52.614Z] Removing intermediate container d2e3ef9b08a6 [2020-08-22T00:38:52.614Z] ---> b7de2a2ef0bb [2020-08-22T00:38:52.614Z] Step 26/27 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:38:52.914Z] ---> Running in 7c217d881f60 [2020-08-22T00:38:53.194Z] Removing intermediate container 7c217d881f60 [2020-08-22T00:38:53.194Z] ---> faadfb93a161 [2020-08-22T00:38:53.194Z] Step 27/27 : LABEL version=0.0.0 [2020-08-22T00:38:53.194Z] ---> Running in 94196b1236c9 [2020-08-22T00:38:53.484Z] Removing intermediate container 94196b1236c9 [2020-08-22T00:38:53.484Z] ---> 595ecdca9357 [2020-08-22T00:38:53.484Z] [2020-08-22T00:38:53.764Z] Successfully built 595ecdca9357 [2020-08-22T00:38:53.764Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-22T00:38:53.764Z] Building docker-core-metadata-go [2020-08-22T00:39:06.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-22T00:39:06.538Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-22T00:39:06.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-22T00:39:06.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-22T00:39:06.538Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s [2020-08-22T00:39:06.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-22T00:39:06.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-22T00:39:06.538Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-22T00:39:07.977Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-22T00:39:08.954Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-22T00:39:08.954Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-22T00:39:08.954Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-22T00:39:08.954Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-22T00:39:12.116Z]  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:39:12.116Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:39:12.116Z] ---> 78640ae204c2 [2020-08-22T00:39:12.116Z] Step 3/22 : WORKDIR /edgex-go [2020-08-22T00:39:12.116Z] ---> Using cache [2020-08-22T00:39:12.116Z] ---> 4d62462ff800 [2020-08-22T00:39:12.116Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:39:12.116Z] ---> Using cache [2020-08-22T00:39:12.116Z] ---> 1243d79bbebf [2020-08-22T00:39:12.116Z] Step 5/22 : RUN apk update && apk add make git [2020-08-22T00:39:12.116Z] ---> Using cache [2020-08-22T00:39:12.116Z] ---> 7f737f4c0a72 [2020-08-22T00:39:12.116Z] Step 6/22 : COPY go.mod . [2020-08-22T00:39:12.116Z] ---> Using cache [2020-08-22T00:39:12.116Z] ---> bde8105ee95d [2020-08-22T00:39:12.116Z] Step 7/22 : RUN go mod download [2020-08-22T00:39:12.116Z] ---> Using cache [2020-08-22T00:39:12.116Z] ---> 950c63c65708 [2020-08-22T00:39:12.116Z] Step 8/22 : COPY . . [2020-08-22T00:39:12.116Z] ---> Using cache [2020-08-22T00:39:12.116Z] ---> fcfeaefd5b96 [2020-08-22T00:39:12.116Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-22T00:39:12.116Z] ---> Running in 08607e1de668 [2020-08-22T00:39:12.379Z] Removing intermediate container 3f377857b388 [2020-08-22T00:39:12.379Z] ---> 4cc7c79bafaa [2020-08-22T00:39:12.379Z] [2020-08-22T00:39:12.379Z] Step 10/20 : FROM alpine [2020-08-22T00:39:12.379Z] ---> a24bb4013296 [2020-08-22T00:39:12.379Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-22T00:39:12.645Z] ---> Running in 5f89ccba17d1 [2020-08-22T00:39:13.227Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-22T00:39:13.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:39:13.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:39:14.071Z] v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:39:14.071Z] v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:39:14.071Z] OK: 12746 distinct packages available [2020-08-22T00:39:14.334Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-22T00:39:14.334Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-22T00:39:14.334Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-22T00:39:14.334Z] (4/4) Installing curl (7.69.1-r0) [2020-08-22T00:39:14.334Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:39:14.334Z] Executing ca-certificates-20191127-r4.trigger [2020-08-22T00:39:14.334Z] OK: 7 MiB in 18 packages [2020-08-22T00:39:16.927Z] Removing intermediate container 5ebb2ea16294 [2020-08-22T00:39:16.927Z] ---> c327b52862c3 [2020-08-22T00:39:16.927Z] [2020-08-22T00:39:16.927Z] Step 10/24 : FROM scratch [2020-08-22T00:39:16.927Z] ---> [2020-08-22T00:39:16.927Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-22T00:39:18.344Z] ---> Using cache [2020-08-22T00:39:18.344Z] ---> 83335c54d748 [2020-08-22T00:39:18.344Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-22T00:39:19.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.164s coverage: 46.6% of statements [2020-08-22T00:39:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-22T00:39:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-22T00:39:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-22T00:39:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-22T00:39:19.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-22T00:39:19.788Z] ---> Running in 0f4b1b8c49cc [2020-08-22T00:39:20.060Z] Removing intermediate container 3f65bcccdc0b [2020-08-22T00:39:20.060Z] ---> 12aa0b84241b [2020-08-22T00:39:20.060Z] [2020-08-22T00:39:20.060Z] Step 9/29 : FROM alpine:latest [2020-08-22T00:39:20.060Z] ---> a24bb4013296 [2020-08-22T00:39:20.061Z] 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-22T00:39:20.061Z] Removing intermediate container 5f89ccba17d1 [2020-08-22T00:39:20.061Z] ---> 5580543ec088 [2020-08-22T00:39:20.061Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-22T00:39:21.508Z] ---> Running in b1c0351e9331 [2020-08-22T00:39:21.508Z] Removing intermediate container 5709dc44561d [2020-08-22T00:39:21.508Z] ---> 6628610de0b9 [2020-08-22T00:39:21.508Z] [2020-08-22T00:39:21.508Z] Step 10/22 : FROM scratch [2020-08-22T00:39:21.508Z] ---> [2020-08-22T00:39:21.508Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-22T00:39:21.508Z] ---> Using cache [2020-08-22T00:39:21.508Z] ---> c18cbbf4cf8d [2020-08-22T00:39:21.508Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-22T00:39:21.508Z] ---> Running in f2f0fbf44a80 [2020-08-22T00:39:21.508Z] Removing intermediate container 0f4b1b8c49cc [2020-08-22T00:39:21.508Z] ---> 1fd891ea43ab [2020-08-22T00:39:21.508Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-22T00:39:21.508Z] ---> Running in 27021d02334a [2020-08-22T00:39:21.508Z] ---> Running in dd44db5d7cb5 [2020-08-22T00:39:21.790Z] Removing intermediate container b1c0351e9331 [2020-08-22T00:39:21.790Z] ---> 15f970b676bc [2020-08-22T00:39:21.790Z] Step 11/29 : USER root [2020-08-22T00:39:21.790Z] Removing intermediate container f2f0fbf44a80 [2020-08-22T00:39:21.790Z] ---> 9d13ef89f0b0 [2020-08-22T00:39:21.790Z] Step 13/20 : WORKDIR /edgex [2020-08-22T00:39:22.068Z] Removing intermediate container 27021d02334a [2020-08-22T00:39:22.068Z] ---> c40e5ae781f1 [2020-08-22T00:39:22.068Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-22T00:39:22.341Z] ---> Running in 0ba58efd7da8 [2020-08-22T00:39:22.341Z] Removing intermediate container dd44db5d7cb5 [2020-08-22T00:39:22.341Z] ---> 2c5613657fbe [2020-08-22T00:39:22.341Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-22T00:39:22.341Z] ---> Running in 02d6371a52fc [2020-08-22T00:39:22.341Z] ---> Running in 88e0984d9090 [2020-08-22T00:39:22.608Z] Removing intermediate container 02d6371a52fc [2020-08-22T00:39:22.608Z] ---> 894716413505 [2020-08-22T00:39:22.608Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-22T00:39:24.008Z] ---> Running in 833314e9e996 [2020-08-22T00:39:24.008Z] ---> c408482811b7 [2020-08-22T00:39:24.008Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-22T00:39:24.286Z] Removing intermediate container 88e0984d9090 [2020-08-22T00:39:24.286Z] ---> 9dba1d6c65e6 [2020-08-22T00:39:24.286Z] Step 14/22 : WORKDIR / [2020-08-22T00:39:24.286Z] Removing intermediate container 0ba58efd7da8 [2020-08-22T00:39:24.286Z] ---> f5dd1f060485 [2020-08-22T00:39:24.286Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-22T00:39:24.563Z] ---> Running in f65382c74f75 [2020-08-22T00:39:25.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-22T00:39:25.523Z] ---> cc36f13309a0 [2020-08-22T00:39:25.523Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-22T00:39:25.523Z] Removing intermediate container f65382c74f75 [2020-08-22T00:39:25.523Z] ---> 1bfdf67b0ec4 [2020-08-22T00:39:25.523Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-22T00:39:25.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-22T00:39:25.799Z] ---> d1c1794dd9af [2020-08-22T00:39:25.799Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-22T00:39:25.799Z] v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:39:25.799Z] v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:39:25.799Z] OK: 12746 distinct packages available [2020-08-22T00:39:25.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.207s coverage: 27.2% of statements [2020-08-22T00:39:25.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-22T00:39:25.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-22T00:39:25.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-22T00:39:25.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-22T00:39:25.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-22T00:39:25.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-22T00:39:25.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2020-08-22T00:39:25.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-22T00:39:25.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2020-08-22T00:39:25.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-22T00:39:25.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-22T00:39:26.216Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-22T00:39:26.216Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-22T00:39:26.216Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:39:26.216Z] Executing ca-certificates-20191127-r4.trigger [2020-08-22T00:39:26.216Z] ---> 73db181347ef [2020-08-22T00:39:26.216Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-22T00:39:26.216Z] OK: 6 MiB in 16 packages [2020-08-22T00:39:27.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.368s coverage: 82.5% of statements [2020-08-22T00:39:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-22T00:39:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-22T00:39:27.342Z] ---> 4d4e876ee363 [2020-08-22T00:39:27.342Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-22T00:39:27.342Z] ---> f18352f34d80 [2020-08-22T00:39:27.342Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-22T00:39:27.342Z] ---> 23c722dd3b99 [2020-08-22T00:39:27.342Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-22T00:39:27.619Z] ---> Running in f49e832f1306 [2020-08-22T00:39:28.214Z] Removing intermediate container 833314e9e996 [2020-08-22T00:39:28.214Z] ---> 2fffc320b246 [2020-08-22T00:39:28.214Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-22T00:39:28.214Z] ---> 3630731dbaa3 [2020-08-22T00:39:28.214Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-22T00:39:28.214Z] ---> Running in dc252e489a69 [2020-08-22T00:39:28.214Z] Removing intermediate container f49e832f1306 [2020-08-22T00:39:28.214Z] ---> d0315d560aa6 [2020-08-22T00:39:28.214Z] Step 17/20 : CMD ["--init=true"] [2020-08-22T00:39:28.214Z] ---> df8d1fef65e9 [2020-08-22T00:39:28.214Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-22T00:39:28.478Z] ---> Running in 80af74e36282 [2020-08-22T00:39:28.478Z] ---> Running in d176e0171e59 [2020-08-22T00:39:28.478Z] Removing intermediate container dc252e489a69 [2020-08-22T00:39:28.478Z] ---> aaf0f569605a [2020-08-22T00:39:28.478Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-22T00:39:28.740Z] Removing intermediate container 80af74e36282 [2020-08-22T00:39:28.740Z] ---> 985b699fd825 [2020-08-22T00:39:28.740Z] Step 18/20 : LABEL arch=x86_64 [2020-08-22T00:39:28.740Z] ---> 7eeb31d2aa3d [2020-08-22T00:39:28.740Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-22T00:39:28.740Z] ---> Running in 158c2696e2e5 [2020-08-22T00:39:28.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.377s coverage: 92.9% of statements [2020-08-22T00:39:28.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-22T00:39:28.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-22T00:39:28.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-22T00:39:28.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-22T00:39:29.322Z] Removing intermediate container d176e0171e59 [2020-08-22T00:39:29.322Z] ---> 714cdac2c18e [2020-08-22T00:39:29.322Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:39:29.322Z] ---> Running in 1581ed825384 [2020-08-22T00:39:29.322Z] ---> Running in 8e722e74a05e [2020-08-22T00:39:29.590Z] Removing intermediate container 1581ed825384 [2020-08-22T00:39:29.591Z] ---> 5cebea744277 [2020-08-22T00:39:29.591Z] Step 19/20 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:39:29.862Z] Removing intermediate container 158c2696e2e5 [2020-08-22T00:39:29.862Z] ---> a9df09fd2645 [2020-08-22T00:39:29.862Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-22T00:39:29.862Z] ---> e8e51b401b3b [2020-08-22T00:39:29.862Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-22T00:39:29.862Z] Removing intermediate container 8e722e74a05e [2020-08-22T00:39:29.862Z] ---> 69c33fe1a46e [2020-08-22T00:39:29.862Z] Step 20/22 : LABEL arch=x86_64 [2020-08-22T00:39:29.862Z] ---> Running in 6a0fc338282b [2020-08-22T00:39:29.862Z] ---> Running in f9bfb45762bc [2020-08-22T00:39:30.125Z] ---> Running in 0ea30003993d [2020-08-22T00:39:30.125Z] ---> Running in 26559f27eb8d [2020-08-22T00:39:30.391Z] Removing intermediate container f9bfb45762bc [2020-08-22T00:39:30.391Z] ---> 6a78580b3052 [2020-08-22T00:39:30.391Z] Step 20/20 : LABEL version=0.0.0 [2020-08-22T00:39:30.391Z] Removing intermediate container 0ea30003993d [2020-08-22T00:39:30.391Z] ---> c155b9bf6039 [2020-08-22T00:39:30.391Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:39:30.971Z] Removing intermediate container 26559f27eb8d [2020-08-22T00:39:30.971Z] ---> a01b0bd51137 [2020-08-22T00:39:30.971Z] Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:39:30.971Z] ---> Running in 056a05f695e3 [2020-08-22T00:39:30.971Z] ---> Running in 4a6baa009a10 [2020-08-22T00:39:31.233Z] ---> Running in 672b43749e7b [2020-08-22T00:39:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements [2020-08-22T00:39:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-22T00:39:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-22T00:39:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-22T00:39:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-22T00:39:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-22T00:39:32.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2020-08-22T00:39:32.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-22T00:39:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2020-08-22T00:39:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-22T00:39:32.628Z] Removing intermediate container 4a6baa009a10 [2020-08-22T00:39:32.628Z] ---> f292a96197df [2020-08-22T00:39:32.628Z] [2020-08-22T00:39:32.628Z] Removing intermediate container 056a05f695e3 [2020-08-22T00:39:32.628Z] ---> d4e5d21b8fdf [2020-08-22T00:39:32.628Z] Step 22/24 : LABEL arch=x86_64 [2020-08-22T00:39:32.891Z] Successfully built f292a96197df [2020-08-22T00:39:33.153Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-22T00:39:33.153Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 672b43749e7b [2020-08-22T00:39:33.153Z] ---> b69d62346c31 [2020-08-22T00:39:33.153Z] Step 22/22 : LABEL version=0.0.0 [2020-08-22T00:39:33.153Z] ---> Running in 3ed953ef91bd [2020-08-22T00:39:33.153Z] Removing intermediate container 08607e1de668 [2020-08-22T00:39:33.153Z] ---> fa7f00af4995 [2020-08-22T00:39:33.153Z] [2020-08-22T00:39:33.153Z] Step 10/22 : FROM scratch [2020-08-22T00:39:33.153Z] ---> [2020-08-22T00:39:33.153Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-22T00:39:33.153Z] ---> Running in 730c026318fd [2020-08-22T00:39:33.153Z] ---> Using cache [2020-08-22T00:39:33.153Z] ---> c18cbbf4cf8d [2020-08-22T00:39:33.153Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-22T00:39:33.423Z] Removing intermediate container 3ed953ef91bd [2020-08-22T00:39:33.423Z] ---> 5e2f2788ce9e [2020-08-22T00:39:33.423Z] Step 23/24 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:39:33.423Z] Removing intermediate container 6a0fc338282b [2020-08-22T00:39:33.423Z] ---> cfc5beb4d20f [2020-08-22T00:39:33.423Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-22T00:39:33.423Z] ---> Running in 383aeb876bf1 [2020-08-22T00:39:33.423Z] ---> Running in 298a6d9e5584 [2020-08-22T00:39:33.423Z] Removing intermediate container 730c026318fd [2020-08-22T00:39:33.423Z] ---> 5883c1c164e7 [2020-08-22T00:39:33.423Z] [2020-08-22T00:39:33.687Z] Removing intermediate container 383aeb876bf1 [2020-08-22T00:39:33.687Z] ---> 9fb4613362cf [2020-08-22T00:39:33.687Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-22T00:39:34.262Z] Successfully built 5883c1c164e7 [2020-08-22T00:39:34.525Z] Successfully tagged docker-core-command-go:latest [2020-08-22T00:39:34.525Z]  Building docker-core-command-go ... done  ---> Running in 9f544f713bfc [2020-08-22T00:39:34.525Z] Removing intermediate container 298a6d9e5584 [2020-08-22T00:39:34.525Z] ---> 94acd820e8e6 [2020-08-22T00:39:34.525Z] Step 24/24 : LABEL version=0.0.0 [2020-08-22T00:39:34.525Z] ---> c1a1f0ae0263 [2020-08-22T00:39:34.525Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-22T00:39:34.788Z] ---> Running in 64a556411e27 [2020-08-22T00:39:34.788Z] Removing intermediate container 9f544f713bfc [2020-08-22T00:39:34.788Z] ---> 4cfeab500aca [2020-08-22T00:39:34.788Z] Step 14/22 : WORKDIR / [2020-08-22T00:39:35.050Z] ---> Running in 8d81d47c5466 [2020-08-22T00:39:35.050Z] ---> 6900a21a5f66 [2020-08-22T00:39:35.050Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-22T00:39:35.050Z] Removing intermediate container 64a556411e27 [2020-08-22T00:39:35.050Z] ---> b8d8c4f7d0ff [2020-08-22T00:39:35.050Z] [2020-08-22T00:39:35.050Z] Successfully built b8d8c4f7d0ff [2020-08-22T00:39:35.050Z] Removing intermediate container 8d81d47c5466 [2020-08-22T00:39:35.050Z] ---> 854bc8d268c2 [2020-08-22T00:39:35.050Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-22T00:39:35.050Z] Successfully tagged docker-support-notifications-go:latest [2020-08-22T00:39:35.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.076s coverage: 89.8% of statements [2020-08-22T00:39:35.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-22T00:39:35.316Z]  Building docker-support-notifications-go ... done  ---> 8f2efead78ab [2020-08-22T00:39:35.316Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-22T00:39:35.316Z] ---> 372a03b7baa2 [2020-08-22T00:39:35.316Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-22T00:39:35.578Z] ---> 45ae6623a8f1 [2020-08-22T00:39:35.578Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-22T00:39:35.841Z] ---> 9ef07bf66a6f [2020-08-22T00:39:35.841Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-22T00:39:35.841Z] ---> Running in f9c8bcc7010a [2020-08-22T00:39:35.841Z] ---> 2bb696ce9e44 [2020-08-22T00:39:35.841Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-22T00:39:36.417Z] ---> 871bda9cd37b [2020-08-22T00:39:36.417Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-22T00:39:36.417Z] ---> Running in 5205d0c358a4 [2020-08-22T00:39:36.417Z] Removing intermediate container 5205d0c358a4 [2020-08-22T00:39:36.417Z] ---> 32da569eb87f [2020-08-22T00:39:36.417Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:39:36.680Z] ---> Running in 9e056ef72c98 [2020-08-22T00:39:37.256Z] Removing intermediate container 9e056ef72c98 [2020-08-22T00:39:37.256Z] ---> 11d8b52ed8d9 [2020-08-22T00:39:37.256Z] Step 20/22 : LABEL arch=x86_64 [2020-08-22T00:39:37.256Z] Removing intermediate container f9c8bcc7010a [2020-08-22T00:39:37.256Z] ---> 1b468f49c0f2 [2020-08-22T00:39:37.256Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-22T00:39:37.518Z] ---> Running in e862aa61ecfc [2020-08-22T00:39:37.518Z] ---> e7cddb889d99 [2020-08-22T00:39:37.518Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-22T00:39:37.780Z] Removing intermediate container e862aa61ecfc [2020-08-22T00:39:37.780Z] ---> 49f176086c09 [2020-08-22T00:39:37.780Z] Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:39:37.780Z] ---> Running in 0c47b91cce40 [2020-08-22T00:39:37.780Z] ---> Running in f0dbf5c6160e [2020-08-22T00:39:38.048Z] Removing intermediate container f0dbf5c6160e [2020-08-22T00:39:38.048Z] ---> 530f315136b0 [2020-08-22T00:39:38.048Z] Step 22/22 : LABEL version=0.0.0 [2020-08-22T00:39:38.048Z] ---> Running in ca31c562248e [2020-08-22T00:39:38.314Z] Removing intermediate container ca31c562248e [2020-08-22T00:39:38.314Z] ---> 85c6c475ec10 [2020-08-22T00:39:38.314Z] [2020-08-22T00:39:38.314Z] Successfully built 85c6c475ec10 [2020-08-22T00:39:38.314Z] Successfully tagged docker-core-metadata-go:latest [2020-08-22T00:39:38.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-22T00:39:38.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.040s coverage: 100.0% of statements [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-22T00:39:38.531Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-22T00:39:38.531Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-22T00:39:38.889Z]  Building docker-core-metadata-go ... done Removing intermediate container 0c47b91cce40 [2020-08-22T00:39:38.889Z] ---> fff5bd7a7d3a [2020-08-22T00:39:38.889Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-22T00:39:38.889Z] ---> Running in e7ff8b487320 [2020-08-22T00:39:39.837Z] Removing intermediate container e7ff8b487320 [2020-08-22T00:39:39.837Z] ---> 431f46ed7eaa [2020-08-22T00:39:39.837Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-22T00:39:39.837Z] ---> Running in e6ad408fbe76 [2020-08-22T00:39:40.101Z] Removing intermediate container e6ad408fbe76 [2020-08-22T00:39:40.101Z] ---> 83e3ff96e52f [2020-08-22T00:39:40.101Z] Step 26/29 : CMD [ "generate" ] [2020-08-22T00:39:40.101Z] ---> Running in 747fe945658e [2020-08-22T00:39:40.101Z] Removing intermediate container 747fe945658e [2020-08-22T00:39:40.101Z] ---> aea4d59505db [2020-08-22T00:39:40.101Z] Step 27/29 : LABEL arch=x86_64 [2020-08-22T00:39:40.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 63.5% of statements [2020-08-22T00:39:40.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-22T00:39:40.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-22T00:39:40.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2020-08-22T00:39:41.495Z] ---> Running in 725f267c3608 [2020-08-22T00:39:41.496Z] Removing intermediate container 725f267c3608 [2020-08-22T00:39:41.496Z] ---> 14c87e86f01c [2020-08-22T00:39:41.496Z] Step 28/29 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:39:41.496Z] ---> Running in 1ee16782fdb1 [2020-08-22T00:39:41.758Z] Removing intermediate container 1ee16782fdb1 [2020-08-22T00:39:41.758Z] ---> 1fe4fe194e96 [2020-08-22T00:39:41.758Z] Step 29/29 : LABEL version=0.0.0 [2020-08-22T00:39:41.758Z] ---> Running in a129d3ec5f8e [2020-08-22T00:39:42.020Z] Removing intermediate container a129d3ec5f8e [2020-08-22T00:39:42.020Z] ---> f673fc3892ae [2020-08-22T00:39:42.020Z] [2020-08-22T00:39:42.020Z] Successfully built f673fc3892ae [2020-08-22T00:39:42.020Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-22T00:39:42.294Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-22T00:39:42.297Z] $ docker stop --time=1 db50c601563b36f8d601a3805a8299596343795ef9046dc7c297e94134fc6774 [2020-08-22T00:39:43.891Z] $ docker rm -f db50c601563b36f8d601a3805a8299596343795ef9046dc7c297e94134fc6774 [2020-08-22T00:39:43.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.235s coverage: 55.9% of statements [2020-08-22T00:39:43.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-22T00:39:43.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-22T00:39:43.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-22T00:39:43.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-22T00:39:44.379Z] + docker images [2020-08-22T00:39:44.379Z] + grep docker [2020-08-22T00:39:44.379Z] docker-security-secrets-setup-go latest f673fc3892ae 3 seconds ago 25.1MB [2020-08-22T00:39:44.379Z] docker-core-metadata-go latest 85c6c475ec10 6 seconds ago 14.4MB [2020-08-22T00:39:44.379Z] docker-support-notifications-go latest b8d8c4f7d0ff 10 seconds ago 14.5MB [2020-08-22T00:39:44.379Z] docker-core-command-go latest 5883c1c164e7 11 seconds ago 13MB [2020-08-22T00:39:44.379Z] docker-security-proxy-setup-go latest f292a96197df 13 seconds ago 16.4MB [2020-08-22T00:39:44.379Z] docker-sys-mgmt-agent-go latest 595ecdca9357 51 seconds ago 284MB [2020-08-22T00:39:44.379Z] docker-security-secretstore-setup-go latest dabe123ded1f About a minute ago 33.9MB [2020-08-22T00:39:44.379Z] docker-core-data-go latest ed433693920b About a minute ago 24.5MB [2020-08-22T00:39:44.379Z] docker-support-scheduler-go latest c629e259635f 2 minutes ago 13.1MB [2020-08-22T00:39:44.379Z] docker-support-logging-go latest 32a88889f5a1 2 minutes ago 11.8MB [2020-08-22T00:39:44.379Z] docker latest 81f5749c9058 8 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-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 26.151s coverage: 86.3% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.314s coverage: 72.2% of statements [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.591s coverage: 72.1% of statements [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.030s coverage: 48.4% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.022s coverage: 96.8% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.082s coverage: 31.1% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.357s coverage: 84.1% of statements [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.028s coverage: 100.0% of statements [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.033s coverage: 42.9% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.025s coverage: 100.0% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.062s coverage: 83.8% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 46.1% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.042s coverage: 100.0% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.038s coverage: 100.0% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-22T00:40:10.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements [2020-08-22T00:40:10.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-22T00:40:13.619Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.283s coverage: 29.1% of statements [2020-08-22T00:40:13.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-22T00:40:13.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-22T00:40:13.619Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-22T00:40:13.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-22T00:40:13.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-22T00:40:13.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2020-08-22T00:40:13.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-22T00:40:13.620Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2020-08-22T00:40:13.620Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-22T00:40:13.620Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2020-08-22T00:40:13.620Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-22T00:40:14.605Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-08-22T00:40:14.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-22T00:40:14.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-22T00:40:14.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-22T00:40:14.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-22T00:40:15.207Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2020-08-22T00:40:15.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-22T00:40:15.207Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-22T00:40:15.477Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements [2020-08-22T00:40:16.906Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2020-08-22T00:40:17.888Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-22T00:40:18.483Z] GO111MODULE=on go vet ./... [2020-08-22T00:40:36.777Z] gofmt -l . [2020-08-22T00:40:38.746Z] [ "`gofmt -l .`" = "" ] [2020-08-22T00:40:41.354Z] ./bin/test-go-mod-tidy.sh [2020-08-22T00:40:41.952Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-22T00:40:46.010Z] + ls -al . [2020-08-22T00:40:46.010Z] total 588 [2020-08-22T00:40:46.010Z] drwxrwxr-x 10 1001 1001 4096 Aug 22 00:40 . [2020-08-22T00:40:46.010Z] drwxr-xr-x 4 root root 4096 Aug 22 00:38 .. [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 11 Aug 22 00:36 .dockerignore [2020-08-22T00:40:46.010Z] drwxrwxr-x 8 1001 1001 4096 Aug 22 00:36 .git [2020-08-22T00:40:46.010Z] drwxrwxr-x 3 1001 1001 4096 Aug 22 00:36 .github [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 932 Aug 22 00:36 .gitignore [2020-08-22T00:40:46.010Z] drwxrwxr-x 3 1001 1001 4096 Aug 22 00:36 .semver [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 166 Aug 22 00:36 .sonarcloud.properties [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 3804 Aug 22 00:36 CONTRIBUTING.md [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 1035 Aug 22 00:36 Dockerfile.build [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 865 Aug 22 00:36 Jenkinsfile [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 10775 Aug 22 00:36 LICENSE [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 6237 Aug 22 00:36 Makefile [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 5652 Aug 22 00:36 README.md [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 259 Aug 22 00:36 SECURITY.md [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 5 Aug 22 00:32 VERSION [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 4131 Aug 22 00:36 ZMQWindows.md [2020-08-22T00:40:46.010Z] drwxrwxr-x 2 1001 1001 4096 Aug 22 00:36 bin [2020-08-22T00:40:46.010Z] drwxrwxr-x 15 1001 1001 4096 Aug 22 00:36 cmd [2020-08-22T00:40:46.010Z] -rw-r--r-- 1 root root 460866 Aug 22 00:40 coverage.out [2020-08-22T00:40:46.010Z] -rw-r--r-- 1 root root 983 Aug 22 00:40 go.mod [2020-08-22T00:40:46.010Z] -rw-r--r-- 1 root root 18581 Aug 22 00:40 go.sum [2020-08-22T00:40:46.010Z] drwxrwxr-x 8 1001 1001 4096 Aug 22 00:36 internal [2020-08-22T00:40:46.010Z] drwxrwxr-x 4 1001 1001 4096 Aug 22 00:36 openapi [2020-08-22T00:40:46.010Z] drwxrwxr-x 4 1001 1001 4096 Aug 22 00:36 snap [2020-08-22T00:40:46.010Z] -rw-rw-r-- 1 1001 1001 168 Aug 22 00:36 version.go [Pipeline] sh [2020-08-22T00:40:46.664Z] + '[' -e coverage.out ] [2020-08-22T00:40:46.664Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-22T00:40:46.721Z] Warning: overwriting stash ‘coverage-report’ [2020-08-22T00:40:47.898Z] Stashed 1 file(s) [Pipeline] sh [2020-08-22T00:40:48.586Z] + make build [2020-08-22T00:40:48.586Z] 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-22T00:41:10.745Z] 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-22T00:41:18.994Z] 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-22T00:41:25.724Z] 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-22T00:41:31.163Z] 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-22T00:41:37.919Z] 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-22T00:41:39.354Z] 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-22T00:41:44.758Z] 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-22T00:41:51.462Z] 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-22T00:41:55.754Z] 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-22T00:42:01.150Z] 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-22T00:42:06.545Z] 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-22T00:42:11.946Z] 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-22T00:42:16.252Z] $ docker stop --time=1 d8ae95097d2b3a322466d32f5826a2def09e5f43b519e91c26b7e001eed3df06 [2020-08-22T00:42:18.891Z] $ docker rm -f d8ae95097d2b3a322466d32f5826a2def09e5f43b519e91c26b7e001eed3df06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:42:20.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-22T00:42:20.967Z] [2020-08-22T00:42:20.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:42:21.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-22T00:42:21.627Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-22T00:42:21.627Z] 29e5d40040c1: Pulling fs layer [2020-08-22T00:42:21.627Z] 1ce36da41761: Pulling fs layer [2020-08-22T00:42:21.627Z] 25b303627fd3: Pulling fs layer [2020-08-22T00:42:21.627Z] 29e5d40040c1: Verifying Checksum [2020-08-22T00:42:21.627Z] 29e5d40040c1: Download complete [2020-08-22T00:42:22.260Z] 1ce36da41761: Verifying Checksum [2020-08-22T00:42:22.260Z] 1ce36da41761: Download complete [2020-08-22T00:42:22.583Z] 29e5d40040c1: Pull complete [2020-08-22T00:42:24.045Z] 1ce36da41761: Pull complete [2020-08-22T00:42:24.317Z] 25b303627fd3: Verifying Checksum [2020-08-22T00:42:24.317Z] 25b303627fd3: Download complete [2020-08-22T00:42:34.464Z] 25b303627fd3: Pull complete [2020-08-22T00:42:34.464Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-22T00:42:34.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-22T00:42:34.464Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-22T00:42:34.758Z] prd-ubuntu18.04-docker-arm64-4c-16g-711 does not seem to be running inside a container [2020-08-22T00:42:34.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-22T00:42:38.726Z] $ docker top 6adf8c0a5ddbabad77aa83413cb00297b5ef98195c26ed5eeedd1c1464b49cbe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-22T00:42:40.180Z] + docker-compose build --help [2020-08-22T00:42:40.180Z] + grep parallel [2020-08-22T00:42:45.563Z] --parallel Build images in parallel. [Pipeline] } [2020-08-22T00:42:45.845Z] $ docker stop --time=1 6adf8c0a5ddbabad77aa83413cb00297b5ef98195c26ed5eeedd1c1464b49cbe [2020-08-22T00:42:47.880Z] $ docker rm -f 6adf8c0a5ddbabad77aa83413cb00297b5ef98195c26ed5eeedd1c1464b49cbe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:42:48.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-22T00:42:48.736Z] . [Pipeline] withDockerContainer [2020-08-22T00:42:49.058Z] prd-ubuntu18.04-docker-arm64-4c-16g-711 does not seem to be running inside a container [2020-08-22T00:42:49.131Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-22T00:42:50.763Z] $ docker top d687e85cb2a2f91c9cae2ae38049bd07a0756508227be6ed7935abc1e919ad39 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-22T00:42:51.849Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-22T00:42:58.541Z] Building docker-core-command-go ... [2020-08-22T00:42:58.541Z] Building docker-core-data-go ... [2020-08-22T00:42:58.541Z] Building docker-core-metadata-go ... [2020-08-22T00:42:58.541Z] Building docker-security-proxy-setup-go ... [2020-08-22T00:42:58.541Z] Building docker-security-secrets-setup-go ... [2020-08-22T00:42:58.541Z] Building docker-security-secretstore-setup-go ... [2020-08-22T00:42:58.541Z] Building docker-support-logging-go ... [2020-08-22T00:42:58.541Z] Building docker-support-notifications-go ... [2020-08-22T00:42:58.541Z] Building docker-support-scheduler-go ... [2020-08-22T00:42:58.541Z] Building docker-sys-mgmt-agent-go ... [2020-08-22T00:42:58.541Z] Building docker-support-logging-go [2020-08-22T00:42:58.541Z] Building docker-support-scheduler-go [2020-08-22T00:42:58.541Z] Building docker-core-data-go [2020-08-22T00:42:58.541Z] Building docker-sys-mgmt-agent-go [2020-08-22T00:42:58.541Z] Building docker-support-notifications-go [2020-08-22T00:44:50.449Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:44:50.449Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:44:50.449Z] ---> f6360cd7840d [2020-08-22T00:44:50.449Z] Step 3/24 : WORKDIR /edgex-go [2020-08-22T00:44:50.449Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:44:50.449Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:44:50.449Z] ---> f6360cd7840d [2020-08-22T00:44:50.449Z] Step 3/23 : WORKDIR /edgex-go [2020-08-22T00:44:50.449Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:44:50.449Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:44:50.449Z] ---> f6360cd7840d [2020-08-22T00:44:50.449Z] Step 3/27 : WORKDIR /edgex-go [2020-08-22T00:44:50.449Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:44:50.449Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:44:50.450Z] ---> f6360cd7840d [2020-08-22T00:44:50.450Z] Step 3/22 : WORKDIR /edgex-go [2020-08-22T00:44:50.450Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:44:50.450Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:44:50.450Z] ---> f6360cd7840d [2020-08-22T00:44:50.450Z] Step 3/21 : WORKDIR /edgex-go [2020-08-22T00:44:50.450Z] ---> Running in 1e05a791efdb [2020-08-22T00:44:50.450Z] ---> Running in a2f160e56fd7 [2020-08-22T00:44:50.450Z] ---> Running in 1a3e0713e7ee [2020-08-22T00:44:50.450Z] ---> Running in 7dffa619771b [2020-08-22T00:44:50.450Z] ---> Running in a2a608e90376 [2020-08-22T00:44:50.450Z] Removing intermediate container a2f160e56fd7 [2020-08-22T00:44:50.450Z] ---> ddbd40b06072 [2020-08-22T00:44:50.450Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:44:50.450Z] Removing intermediate container 7dffa619771b [2020-08-22T00:44:50.450Z] ---> 2030ba264001 [2020-08-22T00:44:50.450Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:44:50.450Z] Removing intermediate container a2a608e90376 [2020-08-22T00:44:50.450Z] ---> 02fa03273ab5 [2020-08-22T00:44:50.450Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:44:50.450Z] Removing intermediate container 1e05a791efdb [2020-08-22T00:44:50.450Z] ---> 482e6b45fbe4 [2020-08-22T00:44:50.450Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:44:50.450Z] Removing intermediate container 1a3e0713e7ee [2020-08-22T00:44:50.450Z] ---> 3701c0c3de87 [2020-08-22T00:44:50.450Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:44:50.450Z] ---> Running in f9afa9352340 [2020-08-22T00:44:50.450Z] ---> Running in 6e52f2e466f9 [2020-08-22T00:44:50.450Z] ---> Running in 20da513ba85f [2020-08-22T00:44:50.450Z] ---> Running in f04bade06efc [2020-08-22T00:44:50.450Z] ---> Running in fca678d34084 [2020-08-22T00:44:50.450Z] Removing intermediate container f9afa9352340 [2020-08-22T00:44:50.450Z] ---> 13e2eacb43d9 [2020-08-22T00:44:50.450Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-22T00:44:50.450Z] ---> Running in d98ed01dab02 [2020-08-22T00:44:50.726Z] Removing intermediate container 20da513ba85f [2020-08-22T00:44:50.727Z] ---> 451b0219e7b7 [2020-08-22T00:44:50.727Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-22T00:44:51.003Z] ---> Running in 4543215a17cc [2020-08-22T00:44:51.003Z] Removing intermediate container fca678d34084 [2020-08-22T00:44:51.003Z] ---> b21787bcd6d4 [2020-08-22T00:44:51.003Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-22T00:44:51.278Z] Removing intermediate container 6e52f2e466f9 [2020-08-22T00:44:51.278Z] ---> f26ea08379e6 [2020-08-22T00:44:51.278Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-22T00:44:51.278Z] Removing intermediate container f04bade06efc [2020-08-22T00:44:51.278Z] ---> 07f629ef7d09 [2020-08-22T00:44:51.278Z] Step 5/21 : RUN apk update && apk add make git [2020-08-22T00:44:51.553Z] ---> Running in a8ba02db5e8e [2020-08-22T00:44:51.553Z] ---> Running in f09ba71a052d [2020-08-22T00:44:51.553Z] ---> Running in 561b63f8cb97 [2020-08-22T00:44:52.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:53.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:53.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:53.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:54.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:54.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:54.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:54.002Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:44:54.002Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:44:54.002Z] OK: 12617 distinct packages available [2020-08-22T00:44:54.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:54.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:54.871Z] OK: 217 MiB in 51 packages [2020-08-22T00:44:54.871Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:44:54.871Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:44:54.871Z] OK: 12617 distinct packages available [2020-08-22T00:44:54.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:44:55.859Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:44:55.859Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:44:55.859Z] OK: 12617 distinct packages available [2020-08-22T00:44:55.859Z] OK: 217 MiB in 51 packages [2020-08-22T00:44:55.859Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:44:55.859Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:44:55.859Z] OK: 12617 distinct packages available [2020-08-22T00:44:55.859Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:44:55.859Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:44:55.859Z] OK: 12617 distinct packages available [2020-08-22T00:44:56.464Z] Removing intermediate container d98ed01dab02 [2020-08-22T00:44:56.464Z] ---> 22b177dc8011 [2020-08-22T00:44:56.464Z] Step 6/27 : COPY go.mod . [2020-08-22T00:44:56.741Z] OK: 217 MiB in 51 packages [2020-08-22T00:44:56.741Z] OK: 217 MiB in 51 packages [2020-08-22T00:44:57.019Z] OK: 217 MiB in 51 packages [2020-08-22T00:44:57.628Z] OK: 217 MiB in 51 packages [2020-08-22T00:44:57.628Z] ---> e8ebc5b8a79b [2020-08-22T00:44:57.628Z] Step 7/27 : RUN go mod download [2020-08-22T00:44:57.897Z] Removing intermediate container 4543215a17cc [2020-08-22T00:44:57.897Z] ---> 11362cd5f0d6 [2020-08-22T00:44:57.897Z] Step 6/23 : COPY go.mod . [2020-08-22T00:44:57.897Z] ---> Running in d2ea5320755c [2020-08-22T00:44:58.878Z] ---> c93e0b67df34 [2020-08-22T00:44:58.878Z] Step 7/23 : RUN go mod download [2020-08-22T00:44:58.878Z] Removing intermediate container f09ba71a052d [2020-08-22T00:44:58.878Z] ---> 52097ea39c2f [2020-08-22T00:44:58.878Z] Step 6/24 : COPY go.mod . [2020-08-22T00:44:58.878Z] Removing intermediate container 561b63f8cb97 [2020-08-22T00:44:58.878Z] ---> 60d992e2c427 [2020-08-22T00:44:58.878Z] Step 6/21 : COPY go.mod . [2020-08-22T00:44:59.153Z] ---> Running in 8afd7b152a7c [2020-08-22T00:44:59.153Z] Removing intermediate container a8ba02db5e8e [2020-08-22T00:44:59.153Z] ---> a4f8bc0b457f [2020-08-22T00:44:59.153Z] Step 6/22 : COPY go.mod . [2020-08-22T00:45:00.140Z] ---> 913c84ffaa18 [2020-08-22T00:45:00.140Z] Step 7/24 : RUN go mod download [2020-08-22T00:45:00.140Z] ---> f52d0b04ec95 [2020-08-22T00:45:00.140Z] Step 7/21 : RUN go mod download [2020-08-22T00:45:00.140Z] ---> Running in b72840b10337 [2020-08-22T00:45:00.422Z] ---> 5f375fb920f7 [2020-08-22T00:45:00.422Z] Step 7/22 : RUN go mod download [2020-08-22T00:45:00.422Z] ---> Running in b803016d708a [2020-08-22T00:45:00.696Z] ---> Running in 02f3ae518b05 [2020-08-22T00:45:02.685Z] Removing intermediate container d2ea5320755c [2020-08-22T00:45:02.685Z] ---> f4736d66e4ae [2020-08-22T00:45:02.685Z] Step 8/27 : COPY . . [2020-08-22T00:45:03.289Z] Removing intermediate container 8afd7b152a7c [2020-08-22T00:45:03.289Z] ---> c55874c2ef17 [2020-08-22T00:45:03.289Z] Step 8/23 : COPY . . [2020-08-22T00:45:06.727Z] Removing intermediate container b72840b10337 [2020-08-22T00:45:06.727Z] ---> 10b2fe4d3190 [2020-08-22T00:45:06.727Z] Step 8/24 : COPY . . [2020-08-22T00:45:07.004Z] Removing intermediate container 02f3ae518b05 [2020-08-22T00:45:07.004Z] ---> c2d46ecb76bb [2020-08-22T00:45:07.004Z] Step 8/22 : COPY . . [2020-08-22T00:45:07.004Z] Removing intermediate container b803016d708a [2020-08-22T00:45:07.004Z] ---> 1cb2879ae4cc [2020-08-22T00:45:07.004Z] Step 8/21 : COPY . . [2020-08-22T00:45:39.380Z] ---> bb89f4db9281 [2020-08-22T00:45:39.380Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-22T00:45:39.380Z] ---> 4eca43b3b07e [2020-08-22T00:45:39.380Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-22T00:45:39.380Z] ---> 3cbcd4bfca30 [2020-08-22T00:45:39.380Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-22T00:45:39.380Z] ---> d4ddbd6c318e [2020-08-22T00:45:39.380Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-22T00:45:39.380Z] ---> 9e723b543dcc [2020-08-22T00:45:39.380Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-22T00:45:39.380Z] ---> Running in 691a84aa649c [2020-08-22T00:45:39.380Z] ---> Running in 22e28ddb51b5 [2020-08-22T00:45:39.380Z] ---> Running in 58fffec7c388 [2020-08-22T00:45:39.380Z] ---> Running in 2ae256abbe89 [2020-08-22T00:45:39.380Z] ---> Running in 0980c6cff2f1 [2020-08-22T00:45:39.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-22T00:45:39.380Z] 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-22T00:45:39.380Z] 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-22T00:45:39.380Z] 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-22T00:45:39.380Z] 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-22T00:47:31.239Z] Removing intermediate container 22e28ddb51b5 [2020-08-22T00:47:31.239Z] ---> 5650febb04fa [2020-08-22T00:47:31.239Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-22T00:47:31.239Z] ---> Running in 01321a6bc180 [2020-08-22T00:47:31.858Z] 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-22T00:47:31.858Z] Removing intermediate container 2ae256abbe89 [2020-08-22T00:47:31.858Z] ---> 8873e1e62e8e [2020-08-22T00:47:31.858Z] [2020-08-22T00:47:31.858Z] Step 10/22 : FROM scratch [2020-08-22T00:47:31.858Z] ---> [2020-08-22T00:47:31.858Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-22T00:47:32.142Z] ---> Running in 0aa2ad7ead76 [2020-08-22T00:47:32.750Z] Removing intermediate container 0aa2ad7ead76 [2020-08-22T00:47:32.750Z] ---> 99dbc7f32cf3 [2020-08-22T00:47:32.750Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-22T00:47:32.750Z] ---> Running in ea53d62c4dc4 [2020-08-22T00:47:33.730Z] Removing intermediate container ea53d62c4dc4 [2020-08-22T00:47:33.730Z] ---> d03879812deb [2020-08-22T00:47:33.730Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-22T00:47:33.730Z] ---> Running in 4214552a30cf [2020-08-22T00:47:34.329Z] Removing intermediate container 4214552a30cf [2020-08-22T00:47:34.329Z] ---> 8e9c3de5bb48 [2020-08-22T00:47:34.329Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-22T00:47:35.313Z] ---> c694f8303339 [2020-08-22T00:47:35.313Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-22T00:47:36.316Z] ---> 7a9491436526 [2020-08-22T00:47:36.316Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-22T00:47:38.950Z] Removing intermediate container 01321a6bc180 [2020-08-22T00:47:38.950Z] ---> 8e792c83fbde [2020-08-22T00:47:38.950Z] [2020-08-22T00:47:38.950Z] Step 11/27 : FROM docker:latest [2020-08-22T00:47:38.950Z] ---> ce9d55ae87f1 [2020-08-22T00:47:38.950Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-22T00:47:38.950Z] ---> 882a02c5a7be [2020-08-22T00:47:38.950Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-22T00:47:38.950Z] ---> Running in c1e1bfc73ea1 [2020-08-22T00:47:40.954Z] ---> 5ff4783d0401 [2020-08-22T00:47:40.954Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-22T00:47:41.229Z] ---> Running in c02d7c25b01b [2020-08-22T00:47:42.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:47:42.202Z] Removing intermediate container c02d7c25b01b [2020-08-22T00:47:42.202Z] ---> 11ced83b2321 [2020-08-22T00:47:42.202Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:47:42.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:47:42.800Z] (1/2) Installing readline (8.0.4-r0) [2020-08-22T00:47:42.800Z] (2/2) Installing bash (5.0.17-r0) [2020-08-22T00:47:42.800Z] ---> Running in f659667ce638 [2020-08-22T00:47:42.800Z] Executing bash-5.0.17-r0.post-install [2020-08-22T00:47:42.800Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:47:42.800Z] OK: 12 MiB in 22 packages [2020-08-22T00:47:44.821Z] Removing intermediate container f659667ce638 [2020-08-22T00:47:44.821Z] ---> a6d0400d2d16 [2020-08-22T00:47:44.821Z] Step 20/22 : LABEL arch=arm64 [2020-08-22T00:47:45.134Z] ---> Running in e86bed336448 [2020-08-22T00:47:46.146Z] Removing intermediate container 0980c6cff2f1 [2020-08-22T00:47:46.146Z] ---> e70a84defa43 [2020-08-22T00:47:46.146Z] [2020-08-22T00:47:46.146Z] Step 10/21 : FROM scratch [2020-08-22T00:47:46.146Z] ---> [2020-08-22T00:47:46.146Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-22T00:47:46.437Z] Removing intermediate container c1e1bfc73ea1 [2020-08-22T00:47:46.437Z] ---> ffbdcd0610df [2020-08-22T00:47:46.437Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-22T00:47:46.437Z] ---> Running in 6078c9e9bfb8 [2020-08-22T00:47:46.437Z] Removing intermediate container e86bed336448 [2020-08-22T00:47:46.437Z] ---> 8ea8439af533 [2020-08-22T00:47:46.765Z] Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:47:46.765Z] ---> Running in a39162e4127d [2020-08-22T00:47:47.059Z] Removing intermediate container 58fffec7c388 [2020-08-22T00:47:47.059Z] ---> 4049bb51c588 [2020-08-22T00:47:47.059Z] [2020-08-22T00:47:47.059Z] Step 10/24 : FROM scratch [2020-08-22T00:47:47.059Z] ---> [2020-08-22T00:47:47.059Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-22T00:47:47.059Z] ---> Using cache [2020-08-22T00:47:47.059Z] ---> 99dbc7f32cf3 [2020-08-22T00:47:47.059Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-22T00:47:47.332Z] ---> Running in e54fdefb7d5e [2020-08-22T00:47:47.332Z] ---> Running in 686bbed65dc5 [2020-08-22T00:47:47.332Z] Removing intermediate container 6078c9e9bfb8 [2020-08-22T00:47:47.332Z] ---> eba3d04e69ce [2020-08-22T00:47:47.332Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-22T00:47:47.608Z] ---> Running in 8455ee5dcce7 [2020-08-22T00:47:48.198Z] Removing intermediate container e54fdefb7d5e [2020-08-22T00:47:48.198Z] ---> 9c7f7c10fe5b [2020-08-22T00:47:48.198Z] Step 22/22 : LABEL version=0.0.0 [2020-08-22T00:47:48.198Z] Removing intermediate container 686bbed65dc5 [2020-08-22T00:47:48.198Z] ---> 9301d3916d12 [2020-08-22T00:47:48.198Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-22T00:47:48.198Z] Removing intermediate container 8455ee5dcce7 [2020-08-22T00:47:48.198Z] ---> 85a7cbb973c5 [2020-08-22T00:47:48.198Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-22T00:47:48.470Z] ---> Running in 5b46333405d6 [2020-08-22T00:47:48.470Z] ---> Running in bc6140508374 [2020-08-22T00:47:48.470Z] ---> Running in 80e53d95f6ba [2020-08-22T00:47:49.065Z] Removing intermediate container 5b46333405d6 [2020-08-22T00:47:49.065Z] ---> 4f9066997075 [2020-08-22T00:47:49.065Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-22T00:47:49.065Z] Removing intermediate container 80e53d95f6ba [2020-08-22T00:47:49.065Z] ---> 62166bcb8fd0 [2020-08-22T00:47:49.065Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-22T00:47:49.339Z] Removing intermediate container bc6140508374 [2020-08-22T00:47:49.339Z] ---> 07d03ad25b4f [2020-08-22T00:47:49.339Z] [2020-08-22T00:47:50.317Z] Successfully built 07d03ad25b4f [2020-08-22T00:47:50.317Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-22T00:47:50.317Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-08-22T00:47:50.590Z] ---> 4abffc0d1820 [2020-08-22T00:47:50.590Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-22T00:47:50.590Z] ---> 9db4abd19104 [2020-08-22T00:47:50.590Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-22T00:47:51.199Z] Removing intermediate container a39162e4127d [2020-08-22T00:47:51.199Z] ---> 41e25dbfbb61 [2020-08-22T00:47:51.199Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-22T00:47:51.475Z] ---> Running in 2440d179d646 [2020-08-22T00:47:53.462Z] Removing intermediate container 2440d179d646 [2020-08-22T00:47:53.462Z] ---> 0970f00e19c9 [2020-08-22T00:47:53.462Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-22T00:47:54.055Z] ---> 3c27ff082804 [2020-08-22T00:47:54.055Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-22T00:47:54.656Z] ---> 7aaba9fffdf5 [2020-08-22T00:47:54.656Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-22T00:47:54.926Z] ---> Running in c758c7eb755c [2020-08-22T00:47:56.901Z] Removing intermediate container c758c7eb755c [2020-08-22T00:47:56.901Z] ---> f0a0144f6656 [2020-08-22T00:47:56.901Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-22T00:47:56.901Z] ---> 5fc35c42ebe5 [2020-08-22T00:47:56.901Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-22T00:47:57.518Z] ---> 4c186bed3d57 [2020-08-22T00:47:57.518Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-22T00:47:57.518Z] ---> Running in 9d267218dd3c [2020-08-22T00:47:58.498Z] ---> Running in 3e9cb2fe3031 [2020-08-22T00:47:58.498Z] ---> 61602d32bfd7 [2020-08-22T00:47:58.498Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-22T00:47:58.498Z] Removing intermediate container 9d267218dd3c [2020-08-22T00:47:58.498Z] ---> 7843978eba5c [2020-08-22T00:47:58.498Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-22T00:47:59.487Z] Removing intermediate container 3e9cb2fe3031 [2020-08-22T00:47:59.487Z] ---> 6862dfc07f87 [2020-08-22T00:47:59.487Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:48:00.090Z] ---> Running in a7de0c6665d0 [2020-08-22T00:48:00.696Z] ---> 1dddb11cf303 [2020-08-22T00:48:00.696Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-22T00:48:00.696Z] ---> dad2208de1ff [2020-08-22T00:48:00.696Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-22T00:48:00.977Z] Removing intermediate container a7de0c6665d0 [2020-08-22T00:48:00.977Z] ---> ee1f5416f55b [2020-08-22T00:48:00.977Z] Step 19/21 : LABEL arch=arm64 [2020-08-22T00:48:01.252Z] ---> Running in 3cf1df4844cc [2020-08-22T00:48:02.234Z] ---> a151af0a6bc9 [2020-08-22T00:48:02.234Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-22T00:48:02.510Z] Removing intermediate container 3cf1df4844cc [2020-08-22T00:48:02.510Z] ---> 06d88d8f3c3f [2020-08-22T00:48:02.510Z] Step 20/21 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:48:02.510Z] ---> cd8e40c15cc0 [2020-08-22T00:48:02.781Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-22T00:48:03.375Z] ---> Running in 94dd0ab84284 [2020-08-22T00:48:03.375Z] ---> Running in 9d8518189c89 [2020-08-22T00:48:03.972Z] ---> 0963d198a9d3 [2020-08-22T00:48:03.972Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-22T00:48:04.566Z] ---> Running in 9a8769ee49d1 [2020-08-22T00:48:04.566Z] Removing intermediate container 94dd0ab84284 [2020-08-22T00:48:04.566Z] ---> cdb0adf420a4 [2020-08-22T00:48:04.566Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:48:04.566Z] Removing intermediate container 9d8518189c89 [2020-08-22T00:48:04.566Z] ---> f93f19639e10 [2020-08-22T00:48:04.566Z] Step 21/21 : LABEL version=0.0.0 [2020-08-22T00:48:06.538Z] ---> Running in febdfeeeb10b [2020-08-22T00:48:06.538Z] ---> Running in 44bba7d4dd5d [2020-08-22T00:48:08.007Z] Removing intermediate container 44bba7d4dd5d [2020-08-22T00:48:08.007Z] ---> df7693d3a871 [2020-08-22T00:48:08.007Z] [2020-08-22T00:48:08.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:48:08.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:48:08.280Z] Successfully built df7693d3a871 [2020-08-22T00:48:08.891Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-22T00:48:08.891Z] (2/33) Installing expat (2.2.9-r1) [2020-08-22T00:48:08.891Z] (3/33) Installing libffi (3.3-r2) [2020-08-22T00:48:08.891Z] (4/33) Installing gdbm (1.13-r1) [2020-08-22T00:48:08.891Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-22T00:48:08.891Z]  Building docker-support-scheduler-go ... done (5/33) Installing xz-libs (5.2.5-r0) [2020-08-22T00:48:08.891Z] Building docker-security-secretstore-setup-go [2020-08-22T00:48:08.891Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-22T00:48:08.891Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-22T00:48:08.891Z] Removing intermediate container febdfeeeb10b [2020-08-22T00:48:08.891Z] ---> b139056ec6cc [2020-08-22T00:48:08.891Z] Step 22/24 : LABEL arch=arm64 [2020-08-22T00:48:09.161Z] Removing intermediate container 691a84aa649c [2020-08-22T00:48:09.161Z] ---> 1737c72558d6 [2020-08-22T00:48:09.161Z] [2020-08-22T00:48:09.161Z] Step 10/23 : FROM alpine [2020-08-22T00:48:09.753Z] latest: Pulling from library/alpine [2020-08-22T00:48:10.028Z] ---> Running in 19c2009ef7c7 [2020-08-22T00:48:10.028Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-22T00:48:10.028Z] Status: Downloaded newer image for alpine:latest [2020-08-22T00:48:10.028Z] ---> 62ee0e9f8440 [2020-08-22T00:48:10.028Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-22T00:48:11.008Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-22T00:48:11.008Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-22T00:48:11.008Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-22T00:48:11.008Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-22T00:48:11.008Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-22T00:48:11.008Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-22T00:48:11.008Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-22T00:48:11.008Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-22T00:48:11.008Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-22T00:48:11.008Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-22T00:48:11.279Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-22T00:48:11.279Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-22T00:48:11.279Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-22T00:48:11.279Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-22T00:48:11.279Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-22T00:48:11.279Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-22T00:48:11.279Z] ---> Running in 66df707ad157 [2020-08-22T00:48:11.279Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-22T00:48:11.279Z] Removing intermediate container 19c2009ef7c7 [2020-08-22T00:48:11.279Z] ---> 9286ebfe9177 [2020-08-22T00:48:11.279Z] Step 23/24 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:48:11.279Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-22T00:48:11.279Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-22T00:48:11.564Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-22T00:48:11.564Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-22T00:48:11.564Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-22T00:48:11.565Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-22T00:48:11.565Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-22T00:48:11.565Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-22T00:48:11.565Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-22T00:48:11.565Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:48:11.565Z] OK: 71 MiB in 55 packages [2020-08-22T00:48:14.183Z] ---> Running in 6a917ae9c362 [2020-08-22T00:48:14.455Z] Removing intermediate container 66df707ad157 [2020-08-22T00:48:14.455Z] ---> b176d3b423ca [2020-08-22T00:48:14.455Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-22T00:48:14.455Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:48:14.455Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:48:14.455Z] ---> f6360cd7840d [2020-08-22T00:48:14.455Z] Step 3/22 : WORKDIR /edgex-go [2020-08-22T00:48:14.455Z] ---> Using cache [2020-08-22T00:48:14.455Z] ---> 3701c0c3de87 [2020-08-22T00:48:14.455Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:48:14.455Z] ---> Using cache [2020-08-22T00:48:14.455Z] ---> b21787bcd6d4 [2020-08-22T00:48:14.455Z] Step 5/22 : RUN apk update && apk add make git [2020-08-22T00:48:15.057Z] ---> Running in aee730454918 [2020-08-22T00:48:15.057Z] ---> Running in 3aa28051647c [2020-08-22T00:48:15.341Z] Removing intermediate container 6a917ae9c362 [2020-08-22T00:48:15.341Z] ---> 8de4aa63b2d7 [2020-08-22T00:48:15.341Z] Step 24/24 : LABEL version=0.0.0 [2020-08-22T00:48:16.800Z] ---> Running in 0f3ff0ef0ee4 [2020-08-22T00:48:16.800Z] Removing intermediate container 3aa28051647c [2020-08-22T00:48:16.800Z] ---> 3f07ef43f22f [2020-08-22T00:48:16.800Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-22T00:48:17.074Z] ---> Running in 402ec225c1f2 [2020-08-22T00:48:17.675Z] Removing intermediate container 0f3ff0ef0ee4 [2020-08-22T00:48:17.675Z] ---> feaa6cd39bfc [2020-08-22T00:48:17.675Z] [2020-08-22T00:48:18.285Z] Removing intermediate container 402ec225c1f2 [2020-08-22T00:48:18.285Z] ---> bc6fa24a0c4e [2020-08-22T00:48:18.285Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:48:18.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:48:18.579Z] Successfully built feaa6cd39bfc [2020-08-22T00:48:18.579Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-22T00:48:18.579Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-08-22T00:48:18.859Z] ---> Running in 84aee7690600 [2020-08-22T00:48:19.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:48:20.457Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:48:20.457Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:48:20.457Z] OK: 12617 distinct packages available [2020-08-22T00:48:21.440Z] OK: 217 MiB in 51 packages [2020-08-22T00:48:23.518Z] Removing intermediate container 9a8769ee49d1 [2020-08-22T00:48:23.518Z] ---> edb6efddce40 [2020-08-22T00:48:23.518Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-22T00:48:24.498Z] ---> Running in 0941308c1ce4 [2020-08-22T00:48:24.772Z] Removing intermediate container 84aee7690600 [2020-08-22T00:48:24.772Z] ---> 14f679b14e52 [2020-08-22T00:48:24.772Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-22T00:48:24.772Z] Removing intermediate container aee730454918 [2020-08-22T00:48:24.772Z] ---> 9292244cd8b5 [2020-08-22T00:48:24.772Z] Step 6/22 : COPY go.mod . [2020-08-22T00:48:25.761Z] ---> Running in d9cd06fa25e3 [2020-08-22T00:48:26.036Z] ---> 8042bb059af5 [2020-08-22T00:48:26.036Z] Step 7/22 : RUN go mod download [2020-08-22T00:48:26.648Z] ---> Running in 424bb64102b1 [2020-08-22T00:48:28.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:48:29.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:48:30.218Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-22T00:48:30.218Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-22T00:48:30.218Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-22T00:48:30.500Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-22T00:48:30.500Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-22T00:48:30.780Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:48:30.780Z] OK: 8 MiB in 19 packages [2020-08-22T00:48:34.212Z] Collecting docker-compose==1.23.2 [2020-08-22T00:48:34.212Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-22T00:48:34.212Z] Removing intermediate container 424bb64102b1 [2020-08-22T00:48:34.212Z] ---> 7658526cb699 [2020-08-22T00:48:34.497Z] Step 8/22 : COPY . . [2020-08-22T00:48:34.779Z] Removing intermediate container d9cd06fa25e3 [2020-08-22T00:48:34.779Z] ---> 9c9c9b941e22 [2020-08-22T00:48:34.779Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-22T00:48:34.779Z] Collecting texttable<0.10,>=0.9.0 [2020-08-22T00:48:35.060Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-22T00:48:37.701Z] ---> cf6e2e363855 [2020-08-22T00:48:37.701Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-22T00:48:37.978Z] 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-22T00:48:38.257Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-22T00:48:38.257Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-22T00:48:41.705Z] ---> eb4088bc6af0 [2020-08-22T00:48:41.705Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-22T00:48:41.705Z] Collecting docopt<0.7,>=0.6.1 [2020-08-22T00:48:41.705Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-22T00:48:43.708Z] ---> a467286395c1 [2020-08-22T00:48:43.708Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-22T00:48:43.986Z] ---> Running in 5bef6350b6d8 [2020-08-22T00:48:44.975Z] Collecting jsonschema<3,>=2.5.1 [2020-08-22T00:48:45.251Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-22T00:48:45.251Z] Removing intermediate container 5bef6350b6d8 [2020-08-22T00:48:45.251Z] ---> 56f9b11b700d [2020-08-22T00:48:45.251Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:48:45.858Z] ---> Running in 121df76e43ff [2020-08-22T00:48:45.858Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:48:45.858Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:48:45.858Z] ---> f6360cd7840d [2020-08-22T00:48:45.858Z] Step 3/26 : WORKDIR /edgex-go [2020-08-22T00:48:45.858Z] ---> Using cache [2020-08-22T00:48:45.858Z] ---> 3701c0c3de87 [2020-08-22T00:48:45.858Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:48:45.858Z] ---> Using cache [2020-08-22T00:48:45.858Z] ---> b21787bcd6d4 [2020-08-22T00:48:45.858Z] Step 5/26 : RUN apk update && apk add make git [2020-08-22T00:48:45.858Z] ---> Using cache [2020-08-22T00:48:45.858Z] ---> 9292244cd8b5 [2020-08-22T00:48:45.858Z] Step 6/26 : COPY go.mod . [2020-08-22T00:48:45.858Z] ---> Using cache [2020-08-22T00:48:45.858Z] ---> 8042bb059af5 [2020-08-22T00:48:45.858Z] Step 7/26 : RUN go mod download [2020-08-22T00:48:45.858Z] ---> Using cache [2020-08-22T00:48:45.858Z] ---> 7658526cb699 [2020-08-22T00:48:45.858Z] Step 8/26 : COPY . . [2020-08-22T00:48:46.475Z] Collecting docker<4.0,>=3.6.0 [2020-08-22T00:48:46.475Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-22T00:48:47.481Z] Removing intermediate container 121df76e43ff [2020-08-22T00:48:47.481Z] ---> 5e8149b7f973 [2020-08-22T00:48:47.481Z] Step 21/23 : LABEL arch=arm64 [2020-08-22T00:48:47.758Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-22T00:48:47.758Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-22T00:48:47.758Z] ---> Running in fef6d437ca36 [2020-08-22T00:48:48.758Z] Collecting PyYAML<4,>=3.10 [2020-08-22T00:48:48.758Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-22T00:48:49.363Z] Removing intermediate container fef6d437ca36 [2020-08-22T00:48:49.363Z] ---> e27aa687257e [2020-08-22T00:48:49.363Z] Step 22/23 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:48:50.363Z] ---> Running in 3637021d487c [2020-08-22T00:48:51.387Z] Removing intermediate container 3637021d487c [2020-08-22T00:48:51.387Z] ---> 81eb212fa39f [2020-08-22T00:48:51.387Z] Step 23/23 : LABEL version=0.0.0 [2020-08-22T00:48:51.993Z] ---> Running in 2e6854d5a449 [2020-08-22T00:48:52.977Z] Removing intermediate container 2e6854d5a449 [2020-08-22T00:48:52.977Z] ---> f599bfdb95fa [2020-08-22T00:48:52.977Z] [2020-08-22T00:48:53.954Z] Successfully built f599bfdb95fa [2020-08-22T00:48:53.954Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-22T00:48:53.954Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-08-22T00:48:54.941Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-22T00:48:54.941Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-22T00:48:55.537Z] Collecting cached-property<2,>=1.2.0 [2020-08-22T00:48:55.537Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-22T00:48:56.137Z] Collecting docker-pycreds>=0.4.0 [2020-08-22T00:48:56.137Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-22T00:48:56.411Z] Collecting idna<2.8,>=2.5 [2020-08-22T00:48:56.685Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-22T00:48:56.685Z] 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-22T00:48:56.685Z] 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-22T00:48:57.285Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-22T00:48:57.285Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-22T00:48:57.560Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-22T00:48:57.560Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-22T00:48:57.560Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-22T00:48:57.560Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-22T00:48:59.000Z] Installing collected packages: texttable, dockerpty, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, docker-compose [2020-08-22T00:48:59.000Z] Running setup.py install for texttable: started [2020-08-22T00:48:59.984Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:48:59.984Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:48:59.984Z] ---> f6360cd7840d [2020-08-22T00:48:59.984Z] Step 3/22 : WORKDIR /edgex-go [2020-08-22T00:48:59.984Z] ---> Using cache [2020-08-22T00:48:59.984Z] ---> 3701c0c3de87 [2020-08-22T00:48:59.984Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:48:59.984Z] ---> Using cache [2020-08-22T00:48:59.984Z] ---> b21787bcd6d4 [2020-08-22T00:48:59.984Z] Step 5/22 : RUN apk update && apk add make git [2020-08-22T00:48:59.984Z] ---> Using cache [2020-08-22T00:48:59.984Z] ---> 9292244cd8b5 [2020-08-22T00:48:59.984Z] Step 6/22 : COPY go.mod . [2020-08-22T00:48:59.984Z] ---> Using cache [2020-08-22T00:48:59.984Z] ---> 8042bb059af5 [2020-08-22T00:48:59.984Z] Step 7/22 : RUN go mod download [2020-08-22T00:48:59.984Z] ---> Using cache [2020-08-22T00:48:59.984Z] ---> 7658526cb699 [2020-08-22T00:48:59.984Z] Step 8/22 : COPY . . [2020-08-22T00:49:01.973Z] Running setup.py install for texttable: finished with status 'done' [2020-08-22T00:49:01.973Z] Running setup.py install for dockerpty: started [2020-08-22T00:49:04.636Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-22T00:49:04.636Z] Running setup.py install for docopt: started [2020-08-22T00:49:07.480Z] Running setup.py install for docopt: finished with status 'done' [2020-08-22T00:49:08.092Z] Attempting uninstall: idna [2020-08-22T00:49:08.092Z] Found existing installation: idna 2.9 [2020-08-22T00:49:08.092Z] Uninstalling idna-2.9: [2020-08-22T00:49:08.370Z] Successfully uninstalled idna-2.9 [2020-08-22T00:49:09.902Z] Attempting uninstall: urllib3 [2020-08-22T00:49:09.902Z] Found existing installation: urllib3 1.25.9 [2020-08-22T00:49:09.902Z] Uninstalling urllib3-1.25.9: [2020-08-22T00:49:09.902Z] Successfully uninstalled urllib3-1.25.9 [2020-08-22T00:49:11.403Z] Attempting uninstall: requests [2020-08-22T00:49:11.403Z] Found existing installation: requests 2.23.0 [2020-08-22T00:49:11.403Z] Uninstalling requests-2.23.0: [2020-08-22T00:49:11.678Z] Successfully uninstalled requests-2.23.0 [2020-08-22T00:49:11.961Z] ---> c52a056b328f [2020-08-22T00:49:11.961Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-22T00:49:13.980Z] ---> Running in 33c5bc70c2e5 [2020-08-22T00:49:14.580Z] Running setup.py install for PyYAML: started [2020-08-22T00:49:16.033Z] 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-22T00:49:18.061Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-22T00:49:19.058Z] ---> d9631c1f252f [2020-08-22T00:49:19.058Z] 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-22T00:49:19.058Z] 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-22T00:49:19.662Z] ---> Running in 2b807f6e9786 [2020-08-22T00:49:23.078Z] 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-22T00:49:26.496Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:49:26.496Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-22T00:49:26.496Z] ---> f6360cd7840d [2020-08-22T00:49:26.496Z] Step 3/29 : WORKDIR /edgex-go [2020-08-22T00:49:26.496Z] ---> Using cache [2020-08-22T00:49:26.496Z] ---> 3701c0c3de87 [2020-08-22T00:49:26.496Z] Step 4/29 : RUN apk update && apk add make git [2020-08-22T00:49:26.773Z] ---> Running in 1d69c1897b8a [2020-08-22T00:49:27.778Z] Removing intermediate container 0941308c1ce4 [2020-08-22T00:49:27.778Z] ---> f733fe829f59 [2020-08-22T00:49:27.778Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-22T00:49:28.055Z] ---> Running in 7b128611438d [2020-08-22T00:49:30.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:49:31.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:49:31.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:49:31.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:49:32.571Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-22T00:49:32.849Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-22T00:49:32.850Z] (3/3) Installing curl (7.69.1-r0) [2020-08-22T00:49:32.850Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:49:32.850Z] v3.12.0-256-gcb89326327 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:49:32.850Z] v3.12.0-257-ge0a127fd24 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:49:32.850Z] OK: 12617 distinct packages available [2020-08-22T00:49:32.850Z] OK: 71 MiB in 58 packages [2020-08-22T00:49:34.291Z] OK: 217 MiB in 51 packages [2020-08-22T00:49:36.290Z] Removing intermediate container 7b128611438d [2020-08-22T00:49:36.290Z] ---> 30c4087b351e [2020-08-22T00:49:36.290Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-22T00:49:36.290Z] ---> Running in 6dff19167098 [2020-08-22T00:49:36.568Z] ---> 7fd15be00605 [2020-08-22T00:49:36.568Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-22T00:49:36.568Z] Removing intermediate container 1d69c1897b8a [2020-08-22T00:49:36.568Z] ---> 745537326e03 [2020-08-22T00:49:36.850Z] Step 5/29 : COPY go.mod . [2020-08-22T00:49:36.850Z] ---> Running in 377fb6abe6fe [2020-08-22T00:49:37.463Z] Removing intermediate container 6dff19167098 [2020-08-22T00:49:37.463Z] ---> 7386f8836738 [2020-08-22T00:49:37.463Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:49:37.463Z] ---> Running in c93120fc90b8 [2020-08-22T00:49:38.471Z] Removing intermediate container c93120fc90b8 [2020-08-22T00:49:38.471Z] ---> 228e9d432b75 [2020-08-22T00:49:38.471Z] Step 25/27 : LABEL arch=arm64 [2020-08-22T00:49:38.747Z] ---> f9a2593725b7 [2020-08-22T00:49:38.747Z] Step 6/29 : RUN go mod download [2020-08-22T00:49:38.747Z] ---> Running in d1ce2b78f317 [2020-08-22T00:49:39.026Z] ---> Running in 5041fc34fe06 [2020-08-22T00:49:40.029Z] Removing intermediate container d1ce2b78f317 [2020-08-22T00:49:40.029Z] ---> 7cdd56e61f57 [2020-08-22T00:49:40.029Z] Step 26/27 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:49:40.029Z] 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-22T00:49:40.029Z] ---> Running in 7f039da4e689 [2020-08-22T00:49:41.034Z] Removing intermediate container 7f039da4e689 [2020-08-22T00:49:41.034Z] ---> 40aa4146afb6 [2020-08-22T00:49:41.034Z] Step 27/27 : LABEL version=0.0.0 [2020-08-22T00:49:41.315Z] ---> Running in 63b10cc759ad [2020-08-22T00:49:41.919Z] Removing intermediate container 63b10cc759ad [2020-08-22T00:49:41.919Z] ---> 1ee7000ed2dd [2020-08-22T00:49:41.919Z] [2020-08-22T00:49:42.925Z] Successfully built 1ee7000ed2dd [2020-08-22T00:49:42.925Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-22T00:49:42.925Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-08-22T00:49:45.577Z] Removing intermediate container 5041fc34fe06 [2020-08-22T00:49:45.577Z] ---> 641afe3970f5 [2020-08-22T00:49:45.577Z] Step 7/29 : COPY . . [2020-08-22T00:50:24.729Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-22T00:50:24.729Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-22T00:50:24.729Z] ---> f6360cd7840d [2020-08-22T00:50:24.729Z] Step 3/20 : WORKDIR /edgex-go [2020-08-22T00:50:24.729Z] ---> Using cache [2020-08-22T00:50:24.729Z] ---> 3701c0c3de87 [2020-08-22T00:50:24.729Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-22T00:50:24.729Z] ---> Using cache [2020-08-22T00:50:24.729Z] ---> b21787bcd6d4 [2020-08-22T00:50:24.729Z] Step 5/20 : RUN apk update && apk add make git [2020-08-22T00:50:24.729Z] ---> Using cache [2020-08-22T00:50:24.729Z] ---> 9292244cd8b5 [2020-08-22T00:50:24.729Z] Step 6/20 : COPY go.mod . [2020-08-22T00:50:24.729Z] ---> Using cache [2020-08-22T00:50:24.729Z] ---> 8042bb059af5 [2020-08-22T00:50:24.729Z] Step 7/20 : RUN go mod download [2020-08-22T00:50:24.729Z] ---> Using cache [2020-08-22T00:50:24.729Z] ---> 7658526cb699 [2020-08-22T00:50:24.729Z] Step 8/20 : COPY . . [2020-08-22T00:50:24.729Z] ---> Using cache [2020-08-22T00:50:24.729Z] ---> 7fd15be00605 [2020-08-22T00:50:24.729Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-22T00:50:24.729Z] ---> Running in 80f27aada70d [2020-08-22T00:50:24.729Z] ---> ff3aed53c099 [2020-08-22T00:50:24.729Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-22T00:50:24.729Z] ---> Running in 34f6a3683d13 [2020-08-22T00:50:24.729Z] 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-22T00:50:24.729Z] 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-22T00:50:51.554Z] 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-22T00:51:06.648Z] 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-22T00:51:19.081Z] Removing intermediate container 2b807f6e9786 [2020-08-22T00:51:19.081Z] ---> a276c9483020 [2020-08-22T00:51:19.081Z] [2020-08-22T00:51:19.081Z] Step 10/26 : FROM alpine:3.10 [2020-08-22T00:51:19.683Z] 3.10: Pulling from library/alpine [2020-08-22T00:51:21.132Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-22T00:51:21.132Z] Status: Downloaded newer image for alpine:3.10 [2020-08-22T00:51:21.132Z] ---> 536a684cf733 [2020-08-22T00:51:21.132Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-22T00:51:21.742Z] ---> Running in 6c499cb57bfc [2020-08-22T00:51:24.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:51:25.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:51:25.280Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-22T00:51:25.280Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-22T00:51:25.280Z] OK: 10167 distinct packages available [2020-08-22T00:51:26.271Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-22T00:51:26.549Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-22T00:51:26.549Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-22T00:51:26.549Z] (4/5) Installing curl (7.66.0-r0) [2020-08-22T00:51:26.549Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-22T00:51:26.549Z] Executing busybox-1.30.1-r3.trigger [2020-08-22T00:51:26.549Z] Executing ca-certificates-20191127-r2.trigger [2020-08-22T00:51:27.156Z] OK: 7 MiB in 19 packages [2020-08-22T00:51:29.788Z] Removing intermediate container 33c5bc70c2e5 [2020-08-22T00:51:29.788Z] ---> 45d31ca8bb80 [2020-08-22T00:51:29.788Z] [2020-08-22T00:51:29.788Z] Step 10/22 : FROM scratch [2020-08-22T00:51:29.788Z] ---> [2020-08-22T00:51:29.788Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-22T00:51:29.788Z] ---> Using cache [2020-08-22T00:51:29.788Z] ---> eba3d04e69ce [2020-08-22T00:51:29.788Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-22T00:51:30.063Z] ---> Running in 8c3cbda1f05e [2020-08-22T00:51:30.340Z] Removing intermediate container 6c499cb57bfc [2020-08-22T00:51:30.340Z] ---> e91fa5d4aef6 [2020-08-22T00:51:30.340Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-22T00:51:30.618Z] ---> Running in b404201cc08c [2020-08-22T00:51:30.901Z] Removing intermediate container 8c3cbda1f05e [2020-08-22T00:51:30.901Z] ---> 6a6b545f929d [2020-08-22T00:51:30.901Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-22T00:51:31.176Z] ---> Running in 49d76425cec5 [2020-08-22T00:51:31.176Z] Removing intermediate container b404201cc08c [2020-08-22T00:51:31.176Z] ---> b2f31a6cf69a [2020-08-22T00:51:31.176Z] Step 13/26 : WORKDIR / [2020-08-22T00:51:31.453Z] ---> Running in f819af6a38d8 [2020-08-22T00:51:31.726Z] Removing intermediate container 49d76425cec5 [2020-08-22T00:51:31.726Z] ---> 5c8741212b30 [2020-08-22T00:51:31.726Z] Step 14/22 : WORKDIR / [2020-08-22T00:51:32.002Z] ---> Running in 41417e641aec [2020-08-22T00:51:32.278Z] Removing intermediate container f819af6a38d8 [2020-08-22T00:51:32.278Z] ---> 44ba47aa9e73 [2020-08-22T00:51:32.554Z] 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-22T00:51:32.829Z] Removing intermediate container 41417e641aec [2020-08-22T00:51:32.829Z] ---> f3dc4228beb4 [2020-08-22T00:51:32.829Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-22T00:51:33.814Z] ---> 7e173be69b7f [2020-08-22T00:51:33.814Z] 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-22T00:51:34.088Z] ---> 6d8c3344de9c [2020-08-22T00:51:34.088Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-22T00:51:35.537Z] ---> ae157625034c [2020-08-22T00:51:35.537Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-22T00:51:36.519Z] ---> 5a799c44a512 [2020-08-22T00:51:36.519Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-22T00:51:36.519Z] ---> 95a2eef1add0 [2020-08-22T00:51:36.519Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-22T00:51:37.964Z] ---> f0c08d184a6b [2020-08-22T00:51:37.964Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-22T00:51:37.964Z] ---> 8660abce83de [2020-08-22T00:51:37.964Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-22T00:51:37.964Z] ---> Running in c0a5a5746c48 [2020-08-22T00:51:38.954Z] Removing intermediate container c0a5a5746c48 [2020-08-22T00:51:38.954Z] ---> e0d6c0f3f7df [2020-08-22T00:51:38.954Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:51:38.954Z] ---> Running in a70309a885dd [2020-08-22T00:51:39.931Z] ---> d9aada5eb747 [2020-08-22T00:51:39.932Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-22T00:51:40.216Z] Removing intermediate container a70309a885dd [2020-08-22T00:51:40.216Z] ---> 0dd41a89f95d [2020-08-22T00:51:40.216Z] Step 20/22 : LABEL arch=arm64 [2020-08-22T00:51:40.597Z] ---> Running in c8fe84022e05 [2020-08-22T00:51:41.733Z] Removing intermediate container c8fe84022e05 [2020-08-22T00:51:41.733Z] ---> e3c7bd3e53da [2020-08-22T00:51:41.733Z] Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:51:42.341Z] ---> 7d4ddeb2376a [2020-08-22T00:51:42.341Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-22T00:51:42.341Z] ---> Running in 05b4a69ee064 [2020-08-22T00:51:43.327Z] Removing intermediate container 05b4a69ee064 [2020-08-22T00:51:43.327Z] ---> 17de52f16010 [2020-08-22T00:51:43.327Z] Step 22/22 : LABEL version=0.0.0 [2020-08-22T00:51:43.924Z] ---> Running in bd270c3f739a [2020-08-22T00:51:44.208Z] ---> 18460e95e100 [2020-08-22T00:51:44.208Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-22T00:51:44.807Z] Removing intermediate container bd270c3f739a [2020-08-22T00:51:44.807Z] ---> b3456573e145 [2020-08-22T00:51:44.807Z] [2020-08-22T00:51:45.407Z] Successfully built b3456573e145 [2020-08-22T00:51:45.686Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-22T00:51:45.686Z]  Building docker-core-metadata-go ... done  ---> 2005d8cb3106 [2020-08-22T00:51:45.686Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-22T00:51:46.280Z] ---> Running in dbe6e1dd724f [2020-08-22T00:51:46.280Z] Removing intermediate container 34f6a3683d13 [2020-08-22T00:51:46.280Z] ---> d9a594c0344e [2020-08-22T00:51:46.280Z] [2020-08-22T00:51:46.280Z] Step 9/29 : FROM alpine:latest [2020-08-22T00:51:46.280Z] ---> 62ee0e9f8440 [2020-08-22T00:51:46.280Z] 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-22T00:51:46.876Z] ---> Running in 13aeb3228d9b [2020-08-22T00:51:47.149Z] Removing intermediate container 377fb6abe6fe [2020-08-22T00:51:47.149Z] ---> 954e6c102504 [2020-08-22T00:51:47.149Z] [2020-08-22T00:51:47.149Z] Step 10/22 : FROM scratch [2020-08-22T00:51:47.149Z] ---> [2020-08-22T00:51:47.149Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-22T00:51:47.149Z] Removing intermediate container 80f27aada70d [2020-08-22T00:51:47.149Z] ---> 4b7b9de8cbc3 [2020-08-22T00:51:47.149Z] [2020-08-22T00:51:47.149Z] Step 10/20 : FROM alpine [2020-08-22T00:51:47.149Z] ---> 62ee0e9f8440 [2020-08-22T00:51:47.149Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-22T00:51:47.149Z] ---> Using cache [2020-08-22T00:51:47.149Z] ---> eba3d04e69ce [2020-08-22T00:51:47.149Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-22T00:51:47.433Z] ---> Running in e9485926e0c9 [2020-08-22T00:51:47.433Z] ---> Running in 3e46a35bee04 [2020-08-22T00:51:47.433Z] Removing intermediate container 13aeb3228d9b [2020-08-22T00:51:47.433Z] ---> 1035965df0f1 [2020-08-22T00:51:47.433Z] Step 11/29 : USER root [2020-08-22T00:51:47.716Z] ---> Running in 8f788ba49eaa [2020-08-22T00:51:47.987Z] Removing intermediate container e9485926e0c9 [2020-08-22T00:51:47.987Z] ---> a432687b9916 [2020-08-22T00:51:47.987Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-22T00:51:48.258Z] ---> Running in cb618d8afc51 [2020-08-22T00:51:48.534Z] Removing intermediate container 8f788ba49eaa [2020-08-22T00:51:48.534Z] ---> bfe3dcd16221 [2020-08-22T00:51:48.534Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-22T00:51:48.808Z] ---> Running in 1a69076df489 [2020-08-22T00:51:48.808Z] Removing intermediate container cb618d8afc51 [2020-08-22T00:51:48.808Z] ---> 3e39ddf75176 [2020-08-22T00:51:48.808Z] Step 14/22 : WORKDIR / [2020-08-22T00:51:49.080Z] ---> Running in 197e38d7dd7e [2020-08-22T00:51:49.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:51:49.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:51:49.638Z] Removing intermediate container dbe6e1dd724f [2020-08-22T00:51:49.638Z] ---> 18eef18a9aed [2020-08-22T00:51:49.638Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-22T00:51:49.909Z] Removing intermediate container 197e38d7dd7e [2020-08-22T00:51:49.909Z] ---> b3406c616681 [2020-08-22T00:51:49.909Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-22T00:51:49.909Z] ---> Running in bbc16c986792 [2020-08-22T00:51:50.505Z] v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:51:50.505Z] v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:51:50.505Z] OK: 12617 distinct packages available [2020-08-22T00:51:50.780Z] Removing intermediate container bbc16c986792 [2020-08-22T00:51:50.780Z] ---> e853c9ccc3b9 [2020-08-22T00:51:50.780Z] Step 24/26 : LABEL arch=arm64 [2020-08-22T00:51:50.780Z] ---> e1b5ea5c86b2 [2020-08-22T00:51:50.780Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-22T00:51:50.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-22T00:51:50.780Z] ---> Running in b33c3df496ab [2020-08-22T00:51:51.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-22T00:51:51.327Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-22T00:51:51.327Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-22T00:51:51.327Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-22T00:51:51.604Z] (4/4) Installing curl (7.69.1-r0) [2020-08-22T00:51:51.604Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:51:51.604Z] Executing ca-certificates-20191127-r4.trigger [2020-08-22T00:51:51.604Z] Removing intermediate container b33c3df496ab [2020-08-22T00:51:51.604Z] ---> 850755802b27 [2020-08-22T00:51:51.604Z] Step 25/26 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:51:51.604Z] v3.12.0-256-gcb89326327 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-22T00:51:51.604Z] v3.12.0-257-ge0a127fd24 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-22T00:51:51.604Z] OK: 12617 distinct packages available [2020-08-22T00:51:51.604Z] OK: 7 MiB in 18 packages [2020-08-22T00:51:51.881Z] ---> Running in ba1f1045e885 [2020-08-22T00:51:52.479Z] ---> f390b09f5762 [2020-08-22T00:51:52.479Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-22T00:51:52.479Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-22T00:51:52.479Z] Removing intermediate container ba1f1045e885 [2020-08-22T00:51:52.479Z] ---> a29dcada0ef9 [2020-08-22T00:51:52.479Z] Step 26/26 : LABEL version=0.0.0 [2020-08-22T00:51:52.479Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-22T00:51:52.754Z] Executing busybox-1.31.1-r16.trigger [2020-08-22T00:51:52.754Z] Executing ca-certificates-20191127-r4.trigger [2020-08-22T00:51:52.754Z] ---> Running in 1d831fb128ba [2020-08-22T00:51:52.754Z] OK: 6 MiB in 16 packages [2020-08-22T00:51:53.731Z] Removing intermediate container 1d831fb128ba [2020-08-22T00:51:53.731Z] ---> b26af916022f [2020-08-22T00:51:53.731Z] [2020-08-22T00:51:53.731Z] ---> 95dd325b2978 [2020-08-22T00:51:53.731Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-22T00:51:53.731Z] Removing intermediate container 3e46a35bee04 [2020-08-22T00:51:53.731Z] ---> 0e7ed2484615 [2020-08-22T00:51:53.732Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-22T00:51:54.007Z] ---> Running in 6a040841e867 [2020-08-22T00:51:54.007Z] ---> Running in 027ab58b60f9 [2020-08-22T00:51:54.281Z] Successfully built b26af916022f [2020-08-22T00:51:54.281Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-22T00:51:54.877Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6a040841e867 [2020-08-22T00:51:54.877Z] ---> bff385b97e5e [2020-08-22T00:51:54.877Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-22T00:51:54.877Z] Removing intermediate container 027ab58b60f9 [2020-08-22T00:51:54.877Z] ---> aaa6343edb19 [2020-08-22T00:51:54.877Z] Step 13/20 : WORKDIR /edgex [2020-08-22T00:51:54.877Z] ---> Running in c0276dbf3f96 [2020-08-22T00:51:54.877Z] Removing intermediate container 1a69076df489 [2020-08-22T00:51:54.877Z] ---> 5831d5bb607e [2020-08-22T00:51:54.877Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-22T00:51:55.152Z] ---> Running in c732fc153a54 [2020-08-22T00:51:55.152Z] ---> Running in 6842e3988642 [2020-08-22T00:51:55.424Z] Removing intermediate container c0276dbf3f96 [2020-08-22T00:51:55.424Z] ---> 09eb62aef1b0 [2020-08-22T00:51:55.424Z] Step 20/22 : LABEL arch=arm64 [2020-08-22T00:51:55.699Z] ---> Running in b63ae1188ac7 [2020-08-22T00:51:55.699Z] Removing intermediate container c732fc153a54 [2020-08-22T00:51:55.699Z] ---> e22f2c6c57fe [2020-08-22T00:51:55.699Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-22T00:51:55.699Z] Removing intermediate container 6842e3988642 [2020-08-22T00:51:55.699Z] ---> 9e2e78d8e30a [2020-08-22T00:51:55.699Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-22T00:51:55.972Z] ---> Running in 400d4aa24da7 [2020-08-22T00:51:56.245Z] Removing intermediate container b63ae1188ac7 [2020-08-22T00:51:56.245Z] ---> 81b38bd3f6b3 [2020-08-22T00:51:56.245Z] Step 21/22 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:51:56.520Z] ---> Running in e9f3e1684bd4 [2020-08-22T00:51:56.520Z] Removing intermediate container 400d4aa24da7 [2020-08-22T00:51:56.520Z] ---> b5985d8832eb [2020-08-22T00:51:56.520Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-22T00:51:56.793Z] ---> a0ef2729547c [2020-08-22T00:51:56.793Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-22T00:51:56.793Z] ---> Running in df859ebf11b7 [2020-08-22T00:51:57.393Z] Removing intermediate container e9f3e1684bd4 [2020-08-22T00:51:57.393Z] ---> 5b231329d02b [2020-08-22T00:51:57.393Z] Step 22/22 : LABEL version=0.0.0 [2020-08-22T00:51:57.393Z] ---> Running in b33b00ae9009 [2020-08-22T00:51:57.998Z] Removing intermediate container b33b00ae9009 [2020-08-22T00:51:57.998Z] ---> 68ad148fa233 [2020-08-22T00:51:57.998Z] [2020-08-22T00:51:57.999Z] ---> edcb8c626a92 [2020-08-22T00:51:57.999Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-22T00:51:58.603Z] ---> Running in 3913a5bf9847 [2020-08-22T00:51:58.603Z] Successfully built 68ad148fa233 [2020-08-22T00:51:58.603Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-22T00:51:59.193Z]  Building docker-core-command-go ... done Removing intermediate container 3913a5bf9847 [2020-08-22T00:51:59.193Z] ---> 8f5a42cbcfc0 [2020-08-22T00:51:59.193Z] Step 17/20 : CMD ["--init=true"] [2020-08-22T00:51:59.193Z] ---> Running in 4131cbf59f30 [2020-08-22T00:51:59.783Z] Removing intermediate container df859ebf11b7 [2020-08-22T00:51:59.783Z] ---> 8b690a9146b2 [2020-08-22T00:51:59.783Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-22T00:51:59.783Z] Removing intermediate container 4131cbf59f30 [2020-08-22T00:51:59.783Z] ---> c8152abdbd4d [2020-08-22T00:51:59.783Z] Step 18/20 : LABEL arch=arm64 [2020-08-22T00:52:00.055Z] ---> Running in b71db8c6db72 [2020-08-22T00:52:00.652Z] Removing intermediate container b71db8c6db72 [2020-08-22T00:52:00.652Z] ---> e8f67240dbfc [2020-08-22T00:52:00.652Z] Step 19/20 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:52:00.926Z] ---> Running in 3f7962382372 [2020-08-22T00:52:00.926Z] ---> ddd9fca9b54a [2020-08-22T00:52:00.926Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-22T00:52:01.519Z] Removing intermediate container 3f7962382372 [2020-08-22T00:52:01.519Z] ---> 5c0d48dadbf4 [2020-08-22T00:52:01.519Z] Step 20/20 : LABEL version=0.0.0 [2020-08-22T00:52:01.519Z] ---> Running in 193bff7e933b [2020-08-22T00:52:01.788Z] ---> 7b28ec173399 [2020-08-22T00:52:01.788Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-22T00:52:02.060Z] Removing intermediate container 193bff7e933b [2020-08-22T00:52:02.060Z] ---> 8445cff7c71b [2020-08-22T00:52:02.060Z] [2020-08-22T00:52:02.331Z] Successfully built 8445cff7c71b [2020-08-22T00:52:02.331Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-22T00:52:02.920Z]  Building docker-security-proxy-setup-go ... done  ---> fd5f9b886fcc [2020-08-22T00:52:02.920Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-22T00:52:03.516Z] ---> a37a7b3f92e6 [2020-08-22T00:52:03.516Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-22T00:52:04.489Z] ---> c0ab20f0e045 [2020-08-22T00:52:04.489Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-22T00:52:04.489Z] ---> Running in 41894c7da1b8 [2020-08-22T00:52:07.099Z] Removing intermediate container 41894c7da1b8 [2020-08-22T00:52:07.099Z] ---> 68c2eea76952 [2020-08-22T00:52:07.099Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-22T00:52:07.692Z] ---> 8a88f5d419af [2020-08-22T00:52:07.692Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-22T00:52:07.692Z] ---> Running in b76355b2d682 [2020-08-22T00:52:10.297Z] Removing intermediate container b76355b2d682 [2020-08-22T00:52:10.297Z] ---> a81750169b2d [2020-08-22T00:52:10.297Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-22T00:52:10.297Z] ---> Running in 1e8c9d63b1be [2020-08-22T00:52:12.904Z] Removing intermediate container 1e8c9d63b1be [2020-08-22T00:52:12.904Z] ---> 59ba4eb3e0a4 [2020-08-22T00:52:12.904Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-22T00:52:12.904Z] ---> Running in f3d1715e9cbd [2020-08-22T00:52:13.495Z] Removing intermediate container f3d1715e9cbd [2020-08-22T00:52:13.495Z] ---> f22570be6cde [2020-08-22T00:52:13.495Z] Step 26/29 : CMD [ "generate" ] [2020-08-22T00:52:13.495Z] ---> Running in 05e4bba75487 [2020-08-22T00:52:14.088Z] Removing intermediate container 05e4bba75487 [2020-08-22T00:52:14.088Z] ---> e64cc76c4144 [2020-08-22T00:52:14.088Z] Step 27/29 : LABEL arch=arm64 [2020-08-22T00:52:14.088Z] ---> Running in 617e881c7945 [2020-08-22T00:52:14.690Z] Removing intermediate container 617e881c7945 [2020-08-22T00:52:14.690Z] ---> e75ad35bb307 [2020-08-22T00:52:14.690Z] Step 28/29 : LABEL git_sha=0a3cbf90209bea9491aaff912b0fe7316e668dc5 [2020-08-22T00:52:14.690Z] ---> Running in 41f7e6efe636 [2020-08-22T00:52:15.296Z] Removing intermediate container 41f7e6efe636 [2020-08-22T00:52:15.296Z] ---> 03bf814bde2b [2020-08-22T00:52:15.296Z] Step 29/29 : LABEL version=0.0.0 [2020-08-22T00:52:15.296Z] ---> Running in 6693623d37f3 [2020-08-22T00:52:15.897Z] Removing intermediate container 6693623d37f3 [2020-08-22T00:52:15.897Z] ---> b4aad1f1d5e2 [2020-08-22T00:52:15.897Z] [2020-08-22T00:52:16.176Z] Successfully built b4aad1f1d5e2 [2020-08-22T00:52:16.176Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-22T00:52:16.786Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-22T00:52:16.770Z] $ docker stop --time=1 d687e85cb2a2f91c9cae2ae38049bd07a0756508227be6ed7935abc1e919ad39 [2020-08-22T00:52:18.637Z] $ docker rm -f d687e85cb2a2f91c9cae2ae38049bd07a0756508227be6ed7935abc1e919ad39 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-22T00:52:19.321Z] + grep docker [2020-08-22T00:52:19.321Z] + docker images [2020-08-22T00:52:19.591Z] docker-security-secrets-setup-go-arm64 latest b4aad1f1d5e2 4 seconds ago 24.2MB [2020-08-22T00:52:19.591Z] docker-security-proxy-setup-go-arm64 latest 8445cff7c71b 18 seconds ago 15.8MB [2020-08-22T00:52:19.591Z] docker-core-command-go-arm64 latest 68ad148fa233 22 seconds ago 12.4MB [2020-08-22T00:52:19.591Z] docker-security-secretstore-setup-go-arm64 latest b26af916022f 26 seconds ago 32.5MB [2020-08-22T00:52:19.591Z] docker-core-metadata-go-arm64 latest b3456573e145 35 seconds ago 13.8MB [2020-08-22T00:52:19.591Z] docker-sys-mgmt-agent-go-arm64 latest 1ee7000ed2dd 2 minutes ago 266MB [2020-08-22T00:52:19.591Z] docker-core-data-go-arm64 latest f599bfdb95fa 3 minutes ago 23.3MB [2020-08-22T00:52:19.591Z] docker-support-notifications-go-arm64 latest feaa6cd39bfc 4 minutes ago 13.9MB [2020-08-22T00:52:19.591Z] docker-support-scheduler-go-arm64 latest df7693d3a871 4 minutes ago 12.6MB [2020-08-22T00:52:19.591Z] docker-support-logging-go-arm64 latest 07d03ad25b4f 4 minutes ago 11.4MB [2020-08-22T00:52:19.591Z] docker latest ce9d55ae87f1 8 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-22T00:52:21.154Z] provisioning config files... [2020-08-22T00:52:21.168Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config4402907444819032911tmp [Pipeline] { [Pipeline] sh [2020-08-22T00:52:21.558Z] + curl -s https://codecov.io/bash [2020-08-22T00:52:21.558Z] + bash -s - -t @/w/workspace/edgex-go/9@tmp/config4402907444819032911tmp [Pipeline] } [2020-08-22T00:54:43.117Z] 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-22T00:54:44.549Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-22T00:54:45.425Z] ---> package-listing.sh [2020-08-22T00:54:45.425Z] ++ facter osfamily [2020-08-22T00:54:45.425Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-22T00:54:45.425Z] + OS_FAMILY=redhat [2020-08-22T00:54:45.425Z] + workspace=/w/workspace/edgex-go/9 [2020-08-22T00:54:45.425Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-22T00:54:45.425Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-22T00:54:45.425Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-22T00:54:45.425Z] + PACKAGES=/tmp/packages_start.txt [2020-08-22T00:54:45.425Z] + '[' /w/workspace/edgex-go/9 ']' [2020-08-22T00:54:45.425Z] + PACKAGES=/tmp/packages_end.txt [2020-08-22T00:54:45.425Z] + case "${OS_FAMILY}" in [2020-08-22T00:54:45.425Z] + rpm -qa [2020-08-22T00:54:45.425Z] + sort [2020-08-22T00:54:49.740Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-22T00:54:49.740Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-22T00:54:49.740Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-22T00:54:49.740Z] + '[' /w/workspace/edgex-go/9 ']' [2020-08-22T00:54:49.740Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2020-08-22T00:54:49.740Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:54:50.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-22T00:54:50.122Z] [2020-08-22T00:54:50.122Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-22T00:54:50.470Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-22T00:54:50.470Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-22T00:54:50.470Z] c9b1b535fdd9: Pulling fs layer [2020-08-22T00:54:50.470Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-22T00:54:50.470Z] 756a868c4378: Pulling fs layer [2020-08-22T00:54:50.470Z] 444b2fc9a129: Pulling fs layer [2020-08-22T00:54:50.470Z] ea15f1150254: Pulling fs layer [2020-08-22T00:54:50.470Z] 41b27a9f41bf: Pulling fs layer [2020-08-22T00:54:50.470Z] 28c525ee5125: Pulling fs layer [2020-08-22T00:54:50.470Z] 094b1ea09ed8: Pulling fs layer [2020-08-22T00:54:50.470Z] 138eaada9080: Pulling fs layer [2020-08-22T00:54:50.470Z] 0622d0fa9048: Pulling fs layer [2020-08-22T00:54:50.470Z] 41b27a9f41bf: Waiting [2020-08-22T00:54:50.470Z] 28c525ee5125: Waiting [2020-08-22T00:54:50.470Z] 094b1ea09ed8: Waiting [2020-08-22T00:54:50.470Z] 138eaada9080: Waiting [2020-08-22T00:54:50.470Z] 0622d0fa9048: Waiting [2020-08-22T00:54:50.470Z] 444b2fc9a129: Waiting [2020-08-22T00:54:50.470Z] ea15f1150254: Waiting [2020-08-22T00:54:50.470Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-22T00:54:50.470Z] 2cc5ad85d9ab: Download complete [2020-08-22T00:54:50.470Z] 444b2fc9a129: Verifying Checksum [2020-08-22T00:54:50.470Z] 444b2fc9a129: Download complete [2020-08-22T00:54:50.470Z] c9b1b535fdd9: Verifying Checksum [2020-08-22T00:54:50.470Z] c9b1b535fdd9: Download complete [2020-08-22T00:54:50.470Z] ea15f1150254: Verifying Checksum [2020-08-22T00:54:50.470Z] ea15f1150254: Download complete [2020-08-22T00:54:50.470Z] 28c525ee5125: Verifying Checksum [2020-08-22T00:54:50.470Z] 28c525ee5125: Download complete [2020-08-22T00:54:51.058Z] 756a868c4378: Verifying Checksum [2020-08-22T00:54:51.058Z] 756a868c4378: Download complete [2020-08-22T00:54:51.058Z] c9b1b535fdd9: Pull complete [2020-08-22T00:54:51.058Z] 138eaada9080: Verifying Checksum [2020-08-22T00:54:51.058Z] 138eaada9080: Download complete [2020-08-22T00:54:51.058Z] 094b1ea09ed8: Verifying Checksum [2020-08-22T00:54:51.058Z] 094b1ea09ed8: Download complete [2020-08-22T00:54:51.058Z] 0622d0fa9048: Verifying Checksum [2020-08-22T00:54:51.058Z] 0622d0fa9048: Download complete [2020-08-22T00:54:51.325Z] 2cc5ad85d9ab: Pull complete [2020-08-22T00:54:51.586Z] 41b27a9f41bf: Verifying Checksum [2020-08-22T00:54:51.586Z] 41b27a9f41bf: Download complete [2020-08-22T00:54:52.985Z] 756a868c4378: Pull complete [2020-08-22T00:54:52.985Z] 444b2fc9a129: Pull complete [2020-08-22T00:54:53.245Z] ea15f1150254: Pull complete [2020-08-22T00:54:58.548Z] 41b27a9f41bf: Pull complete [2020-08-22T00:54:58.809Z] 28c525ee5125: Pull complete [2020-08-22T00:55:03.026Z] 094b1ea09ed8: Pull complete [2020-08-22T00:55:03.026Z] 138eaada9080: Pull complete [2020-08-22T00:55:03.026Z] 0622d0fa9048: Pull complete [2020-08-22T00:55:03.026Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-22T00:55:03.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-22T00:55:03.026Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-22T00:55:03.177Z] prd-centos7-docker-4c-2g-708 does not seem to be running inside a container [2020-08-22T00:55:03.227Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-22T00:55:08.524Z] $ docker top 2afb72aad9dca3007f8ff08db02da5d7d12c6cee37d1ea1c852deb74902a43b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-22T00:55:08.904Z] provisioning config files... [2020-08-22T00:55:08.921Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config6652733229924175523tmp [Pipeline] { [Pipeline] echo [2020-08-22T00:55:08.981Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-22T00:55:09.278Z] ---> create-netrc.sh [Pipeline] echo [2020-08-22T00:55:09.287Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-22T00:55:09.580Z] ---> logs-deploy.sh [2020-08-22T00:55:09.581Z] + ARCHIVE_ARTIFACTS= [2020-08-22T00:55:09.581Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-22T00:55:09.581Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-22T00:55:09.581Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-22T00:55:09.581Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/9 [2020-08-22T00:55:09.581Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/9/ [2020-08-22T00:55:09.581Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/9 /w/workspace/edgex-go/9 [2020-08-22T00:55:10.524Z] Archives upload complete. [2020-08-22T00:55:10.785Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/9/