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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from b459f24a59595e02172483bcc0427d5d0a58eb68+1421448afc2248c8ed7ba2afa89517a5a2307549 (509aa522fa71d89652ee17f8ca4193ad4e1e66f1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-499 in /w/workspace/edgexfoundry_edgex-go_PR-2666 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2666/head:refs/remotes/origin/PR-2666 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit b459f24a59595e02172483bcc0427d5d0a58eb68 Merge succeeded, producing 6c7920a26acf8e3ce43f5f469f219d81844a4fd2 Checking out Revision 6c7920a26acf8e3ce43f5f469f219d81844a4fd2 (PR-2666) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2666/head:refs/remotes/origin/PR-2666 # 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/2666/head:refs/remotes/origin/PR-2666 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b459f24a59595e02172483bcc0427d5d0a58eb68 # 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 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c7920a26acf8e3ce43f5f469f219d81844a4fd2 # timeout=10 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" > git rev-list --no-walk b459f24a59595e02172483bcc0427d5d0a58eb68 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-27T20:30:48.628Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-27T20:30:48.899Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-27T20:30:48.990Z] ========================================================= [2020-08-27T20:30:48.990Z] EdgeX Global Pipelines Version Info [2020-08-27T20:30:48.990Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:30:50.387Z] ------------------- [2020-08-27T20:30:50.387Z] stable info: [2020-08-27T20:30:50.387Z] ------------------- [2020-08-27T20:30:50.387Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-27T20:30:50.387Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-27T20:30:50.387Z] Message: update stable to v1.0.106 [2020-08-27T20:30:51.331Z] ------------------- [2020-08-27T20:30:51.331Z] experimental info: [2020-08-27T20:30:51.331Z] ------------------- [2020-08-27T20:30:51.331Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-27T20:30:51.331Z] Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 [2020-08-27T20:30:51.331Z] Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-27T20:30:53.679Z] ++ 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-27T20:30:53.679Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.679Z] ++ dirname cmd/core-command/Dockerfile [2020-08-27T20:30:53.679Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.679Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-27T20:30:53.680Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.680Z] ++ dirname cmd/core-data/Dockerfile [2020-08-27T20:30:53.680Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.680Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-27T20:30:53.680Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.680Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-27T20:30:53.680Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.680Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-27T20:30:53.680Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.680Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-27T20:30:53.680Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.680Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-27T20:30:53.680Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.680Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-27T20:30:53.680Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.680Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-27T20:30:53.680Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.680Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-27T20:30:53.680Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.680Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-27T20:30:53.680Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.680Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-27T20:30:53.680Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.680Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-27T20:30:53.680Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.680Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-27T20:30:53.680Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.680Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-27T20:30:53.680Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.680Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-27T20:30:53.680Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.680Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-27T20:30:53.680Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:30:53.680Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-27T20:30:53.680Z] ++ cut -d/ -f2 [2020-08-27T20:30:53.680Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-27T20:30:53.739Z] 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-27T20:30:54.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:30:54.692Z] [2020-08-27T20:30:54.692Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:30:55.063Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:30:55.063Z] latest: Pulling from edgex-devops/git-semver [2020-08-27T20:30:55.063Z] 31603596830f: Pulling fs layer [2020-08-27T20:30:55.063Z] 2a8b12db71e7: Pulling fs layer [2020-08-27T20:30:55.063Z] 6ca5941a6612: Pulling fs layer [2020-08-27T20:30:55.063Z] ecc8261a40a4: Pulling fs layer [2020-08-27T20:30:55.063Z] ecc8261a40a4: Waiting [2020-08-27T20:30:55.063Z] 2a8b12db71e7: Download complete [2020-08-27T20:30:55.063Z] 31603596830f: Download complete [2020-08-27T20:30:55.337Z] ecc8261a40a4: Verifying Checksum [2020-08-27T20:30:55.337Z] ecc8261a40a4: Download complete [2020-08-27T20:30:55.337Z] 6ca5941a6612: Verifying Checksum [2020-08-27T20:30:55.337Z] 6ca5941a6612: Download complete [2020-08-27T20:30:55.600Z] 31603596830f: Pull complete [2020-08-27T20:30:55.600Z] 2a8b12db71e7: Pull complete [2020-08-27T20:30:56.554Z] 6ca5941a6612: Pull complete [2020-08-27T20:30:56.554Z] ecc8261a40a4: Pull complete [2020-08-27T20:30:56.814Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-27T20:30:56.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:30:56.814Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-27T20:30:56.919Z] prd-centos7-docker-4c-2g-499 does not seem to be running inside a container [2020-08-27T20:30:56.973Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T20:30:59.434Z] $ docker top 03df4810e0f8c58a2658f14e8931e31d9b67dcba614f55836d0cf746cfa3d1a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T20:30:59.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T20:30:59.782Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T20:31:00.030Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T20:31:00.036Z] $ docker exec 03df4810e0f8c58a2658f14e8931e31d9b67dcba614f55836d0cf746cfa3d1a3 ssh-agent [2020-08-27T20:31:00.201Z] SSH_AUTH_SOCK=/tmp/ssh-tEUhclH8znGM/agent.12 [2020-08-27T20:31:00.201Z] SSH_AGENT_PID=17 [2020-08-27T20:31:00.303Z] Running ssh-add (command line suppressed) [2020-08-27T20:31:00.476Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_197506391163528818.key (/w/workspace/edgex-go/3@tmp/private_key_197506391163528818.key) [2020-08-27T20:31:00.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T20:31:00.942Z] + git describe --exact-match --tags HEAD [2020-08-27T20:31:00.942Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-27T20:31:00.968Z] $ docker exec --env ******** --env ******** 03df4810e0f8c58a2658f14e8931e31d9b67dcba614f55836d0cf746cfa3d1a3 ssh-agent -k [2020-08-27T20:31:01.083Z] unset SSH_AUTH_SOCK; [2020-08-27T20:31:01.083Z] unset SSH_AGENT_PID; [2020-08-27T20:31:01.084Z] echo Agent pid 17 killed; [2020-08-27T20:31:01.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-27T20:31:01.223Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-27T20:31:01.223Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-27T20:31:01.324Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T20:31:01.324Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T20:31:01.506Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T20:31:01.511Z] $ docker exec 03df4810e0f8c58a2658f14e8931e31d9b67dcba614f55836d0cf746cfa3d1a3 ssh-agent [2020-08-27T20:31:01.677Z] SSH_AUTH_SOCK=/tmp/ssh-sGHWp5AT08Cq/agent.45 [2020-08-27T20:31:01.677Z] SSH_AGENT_PID=50 [2020-08-27T20:31:01.685Z] Running ssh-add (command line suppressed) [2020-08-27T20:31:01.809Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8362088763710128207.key (/w/workspace/edgex-go/3@tmp/private_key_8362088763710128207.key) [2020-08-27T20:31:01.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T20:31:02.192Z] + git semver init [2020-08-27T20:31:02.192Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T20:31:02.192Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-08-27T20:31:02.192Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-08-27T20:31:02.192Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T20:31:02.192Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T20:31:02.192Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T20:31:02.192Z] # $SEMVER_BRANCH = PR-2666 [2020-08-27T20:31:02.192Z] # $SEMVER_TEMP = /tmp/semver-140633922 [2020-08-27T20:31:02.192Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-27T20:31:58.865Z] # '/tmp/semver-140633922' -> '/w/workspace/edgex-go/3/.semver' [2020-08-27T20:31:58.865Z] # -> Force: false [2020-08-27T20:31:58.865Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-08-27T20:31:58.881Z] $ docker exec --env ******** --env ******** 03df4810e0f8c58a2658f14e8931e31d9b67dcba614f55836d0cf746cfa3d1a3 ssh-agent -k [2020-08-27T20:31:59.136Z] unset SSH_AUTH_SOCK; [2020-08-27T20:31:59.137Z] unset SSH_AGENT_PID; [2020-08-27T20:31:59.137Z] echo Agent pid 50 killed; [2020-08-27T20:31:59.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T20:31:59.664Z] + git semver [Pipeline] } [2020-08-27T20:31:59.683Z] $ docker stop --time=1 03df4810e0f8c58a2658f14e8931e31d9b67dcba614f55836d0cf746cfa3d1a3 [2020-08-27T20:32:01.272Z] $ docker rm -f 03df4810e0f8c58a2658f14e8931e31d9b67dcba614f55836d0cf746cfa3d1a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-27T20:32:14.891Z] Stashed 39 file(s) [Pipeline] echo [2020-08-27T20:32:14.894Z] [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-27T20:32:15.691Z] ========================================================= [2020-08-27T20:32:15.691Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-27T20:32:15.691Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:32:16.024Z] + 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-27T20:32:20.254Z] Sending build context to Docker daemon 323.1MB [2020-08-27T20:32:20.254Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T20:32:20.254Z] Step 2/7 : FROM ${BASE} [2020-08-27T20:32:20.254Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-27T20:32:20.254Z] df20fa9351a1: Pulling fs layer [2020-08-27T20:32:20.254Z] ed8968b2872e: Pulling fs layer [2020-08-27T20:32:20.254Z] a92cc7c5fd73: Pulling fs layer [2020-08-27T20:32:20.254Z] 2dd03ba5bac4: Pulling fs layer [2020-08-27T20:32:20.254Z] 1e091d79d1de: Pulling fs layer [2020-08-27T20:32:20.254Z] 481702a1767f: Pulling fs layer [2020-08-27T20:32:20.254Z] f64a6f60c768: Pulling fs layer [2020-08-27T20:32:20.254Z] e78d2573fc39: Pulling fs layer [2020-08-27T20:32:20.254Z] e876d2f968b6: Pulling fs layer [2020-08-27T20:32:20.254Z] ce8a83651883: Pulling fs layer [2020-08-27T20:32:20.254Z] 07967f4d0e4b: Pulling fs layer [2020-08-27T20:32:20.254Z] f64a6f60c768: Waiting [2020-08-27T20:32:20.254Z] ce8a83651883: Waiting [2020-08-27T20:32:20.255Z] e876d2f968b6: Waiting [2020-08-27T20:32:20.255Z] 07967f4d0e4b: Waiting [2020-08-27T20:32:20.255Z] 2dd03ba5bac4: Waiting [2020-08-27T20:32:20.255Z] 481702a1767f: Waiting [2020-08-27T20:32:20.255Z] a92cc7c5fd73: Verifying Checksum [2020-08-27T20:32:20.255Z] a92cc7c5fd73: Download complete [2020-08-27T20:32:20.255Z] ed8968b2872e: Download complete [2020-08-27T20:32:20.255Z] 1e091d79d1de: Verifying Checksum [2020-08-27T20:32:20.255Z] 1e091d79d1de: Download complete [2020-08-27T20:32:20.255Z] 481702a1767f: Verifying Checksum [2020-08-27T20:32:20.255Z] 481702a1767f: Download complete [2020-08-27T20:32:20.255Z] df20fa9351a1: Verifying Checksum [2020-08-27T20:32:20.255Z] df20fa9351a1: Download complete [2020-08-27T20:32:20.521Z] df20fa9351a1: Pull complete [2020-08-27T20:32:21.120Z] ed8968b2872e: Pull complete [2020-08-27T20:32:21.731Z] f64a6f60c768: Verifying Checksum [2020-08-27T20:32:21.731Z] f64a6f60c768: Download complete [2020-08-27T20:32:21.731Z] e876d2f968b6: Download complete [2020-08-27T20:32:21.731Z] a92cc7c5fd73: Pull complete [2020-08-27T20:32:22.322Z] e78d2573fc39: Verifying Checksum [2020-08-27T20:32:22.322Z] e78d2573fc39: Download complete [2020-08-27T20:32:22.586Z] 07967f4d0e4b: Verifying Checksum [2020-08-27T20:32:22.586Z] 07967f4d0e4b: Download complete [2020-08-27T20:32:22.586Z] 2dd03ba5bac4: Verifying Checksum [2020-08-27T20:32:22.586Z] 2dd03ba5bac4: Download complete [2020-08-27T20:32:22.586Z] ce8a83651883: Download complete [2020-08-27T20:32:27.902Z] 2dd03ba5bac4: Pull complete [2020-08-27T20:32:27.902Z] 1e091d79d1de: Pull complete [2020-08-27T20:32:27.902Z] 481702a1767f: Pull complete [2020-08-27T20:32:30.452Z] Still waiting to schedule task [2020-08-27T20:32:30.452Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-27T20:32:36.073Z] f64a6f60c768: Pull complete [2020-08-27T20:32:38.649Z] e78d2573fc39: Pull complete [2020-08-27T20:32:38.649Z] e876d2f968b6: Pull complete [2020-08-27T20:32:39.611Z] ce8a83651883: Pull complete [2020-08-27T20:32:39.873Z] 07967f4d0e4b: Pull complete [2020-08-27T20:32:39.873Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-27T20:32:39.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-27T20:32:40.134Z] ---> 5d7c900382c6 [2020-08-27T20:32:40.134Z] 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-27T20:32:41.530Z] ---> Running in 5405774aacc1 [2020-08-27T20:32:41.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:32:42.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:32:43.309Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T20:32:43.309Z] (2/12) Installing file (5.38-r0) [2020-08-27T20:32:43.309Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T20:32:43.571Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T20:32:46.879Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T20:32:46.879Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T20:32:46.879Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T20:32:46.879Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T20:32:46.879Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T20:32:46.879Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T20:32:46.879Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T20:32:47.140Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T20:32:47.140Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:32:47.140Z] OK: 233 MiB in 51 packages [2020-08-27T20:32:50.851Z] Removing intermediate container 5405774aacc1 [2020-08-27T20:32:50.851Z] ---> a2eeacfc1283 [2020-08-27T20:32:50.851Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T20:32:51.126Z] ---> Running in 7f5f6dd7c077 [2020-08-27T20:32:51.126Z] Removing intermediate container 7f5f6dd7c077 [2020-08-27T20:32:51.126Z] ---> ecd04da0ce8c [2020-08-27T20:32:51.126Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T20:32:51.388Z] latest: Pulling from library/docker [2020-08-27T20:32:51.653Z] df20fa9351a1: Already exists [2020-08-27T20:32:51.653Z] 25ad7478873d: Pulling fs layer [2020-08-27T20:32:51.653Z] 4684f6177b5d: Pulling fs layer [2020-08-27T20:32:51.653Z] 46e300cec669: Pulling fs layer [2020-08-27T20:32:51.653Z] 63038576ad94: Pulling fs layer [2020-08-27T20:32:51.653Z] 0fdb76c4706c: Pulling fs layer [2020-08-27T20:32:51.653Z] cb7edeffdfd5: Pulling fs layer [2020-08-27T20:32:51.653Z] 63038576ad94: Waiting [2020-08-27T20:32:51.653Z] 0fdb76c4706c: Waiting [2020-08-27T20:32:51.653Z] cb7edeffdfd5: Waiting [2020-08-27T20:32:51.653Z] 4684f6177b5d: Verifying Checksum [2020-08-27T20:32:51.653Z] 4684f6177b5d: Download complete [2020-08-27T20:32:51.916Z] 25ad7478873d: Download complete [2020-08-27T20:32:51.916Z] 63038576ad94: Verifying Checksum [2020-08-27T20:32:51.916Z] 63038576ad94: Download complete [2020-08-27T20:32:51.916Z] 0fdb76c4706c: Verifying Checksum [2020-08-27T20:32:51.916Z] 0fdb76c4706c: Download complete [2020-08-27T20:32:52.181Z] 25ad7478873d: Pull complete [2020-08-27T20:32:52.181Z] cb7edeffdfd5: Verifying Checksum [2020-08-27T20:32:52.181Z] cb7edeffdfd5: Download complete [2020-08-27T20:32:52.181Z] 4684f6177b5d: Pull complete [2020-08-27T20:32:53.125Z] 46e300cec669: Verifying Checksum [2020-08-27T20:32:53.125Z] 46e300cec669: Download complete [2020-08-27T20:32:55.697Z] 46e300cec669: Pull complete [2020-08-27T20:32:55.697Z] 63038576ad94: Pull complete [2020-08-27T20:32:55.697Z] 0fdb76c4706c: Pull complete [2020-08-27T20:32:55.959Z] cb7edeffdfd5: Pull complete [2020-08-27T20:32:55.959Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T20:32:55.959Z] Status: Downloaded newer image for docker:latest [2020-08-27T20:32:57.883Z] ---> bb2c3b6d9ccd [2020-08-27T20:32:57.883Z] Step 6/7 : COPY go.mod . [2020-08-27T20:32:57.883Z] ---> 2ef2aeee1543 [2020-08-27T20:32:57.883Z] Step 7/7 : RUN go mod download [2020-08-27T20:32:57.883Z] ---> Running in b45f24347770 [2020-08-27T20:33:00.442Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T20:33:00.442Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T20:33:00.442Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T20:33:00.705Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T20:33:00.705Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T20:33:00.705Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T20:33:00.705Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T20:33:00.705Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T20:33:00.705Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-27T20:33:00.967Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T20:33:00.967Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T20:33:00.967Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T20:33:00.967Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T20:33:00.967Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T20:33:00.967Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T20:33:00.967Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T20:33:01.240Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T20:33:01.240Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T20:33:01.240Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T20:33:01.240Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T20:33:01.240Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T20:33:01.240Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T20:33:01.501Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T20:33:01.501Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T20:33:01.501Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T20:33:01.501Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T20:33:01.501Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T20:33:01.501Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T20:33:01.762Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T20:33:01.762Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T20:33:01.762Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T20:33:01.762Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T20:33:01.762Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T20:33:01.762Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T20:33:01.762Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T20:33:02.025Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T20:33:02.025Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T20:33:02.025Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T20:33:02.025Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T20:33:02.025Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T20:33:02.025Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T20:33:02.285Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T20:33:02.285Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T20:33:02.285Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T20:33:02.285Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T20:33:02.286Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T20:33:02.286Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T20:33:02.286Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T20:33:02.547Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T20:33:02.547Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T20:33:02.547Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T20:33:02.547Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T20:33:02.547Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T20:33:02.547Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T20:33:02.807Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T20:33:02.807Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T20:33:02.807Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T20:33:02.807Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T20:33:02.807Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T20:33:02.807Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T20:33:03.069Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T20:33:03.069Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T20:33:03.069Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T20:33:03.069Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T20:33:03.069Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T20:33:03.069Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T20:33:03.330Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T20:33:03.330Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T20:33:03.330Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T20:33:03.330Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T20:33:03.330Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T20:33:03.330Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T20:33:03.330Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T20:33:03.592Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T20:33:03.592Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T20:33:03.592Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T20:33:03.592Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T20:33:03.592Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T20:33:03.592Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T20:33:03.862Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T20:33:03.862Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T20:33:03.862Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T20:33:03.862Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T20:33:03.862Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T20:33:03.862Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T20:33:04.126Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T20:33:04.126Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-27T20:33:04.126Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T20:33:04.126Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T20:33:04.126Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T20:33:04.126Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T20:33:04.387Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T20:33:04.387Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T20:33:04.387Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T20:33:04.387Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T20:33:04.387Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T20:33:04.387Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T20:33:22.528Z] Removing intermediate container b45f24347770 [2020-08-27T20:33:22.528Z] ---> 3198c6b4d882 [2020-08-27T20:33:22.528Z] Successfully built 3198c6b4d882 [2020-08-27T20:33:22.528Z] 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-27T20:33:23.204Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-27T20:33:23.204Z] . [Pipeline] withDockerContainer [2020-08-27T20:33:23.301Z] prd-centos7-docker-4c-2g-499 does not seem to be running inside a container [2020-08-27T20:33:23.351Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T20:33:24.187Z] $ docker top 6664ff7f8f4cb766b7990aef5ab8cd78c5dd3135f22503afcbe85ec3498dec67 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:33:24.673Z] + go version [2020-08-27T20:33:24.673Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-27T20:33:24.684Z] ========================================================= [2020-08-27T20:33:24.684Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-27T20:33:24.684Z] ========================================================= [Pipeline] sh [2020-08-27T20:33:24.971Z] + make test [2020-08-27T20:33:24.971Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-27T20:33:27.520Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-27T20:33:37.636Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-27T20:33:41.928Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-27T20:33:41.928Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-27T20:33:41.928Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-27T20:33:41.928Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-27T20:33:44.578Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s [2020-08-27T20:33:44.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-27T20:33:44.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-27T20:33:44.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-27T20:33:44.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-27T20:33:44.852Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-27T20:33:44.852Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-27T20:33:44.852Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-27T20:33:44.852Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-27T20:33:50.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.024s coverage: 46.6% of statements [2020-08-27T20:33:50.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-27T20:33:50.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-27T20:33:50.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-27T20:33:50.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-27T20:33:50.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-27T20:33:55.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.036s coverage: 27.2% of statements [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-27T20:33:55.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-27T20:33:55.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.010s coverage: 100.0% of statements [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-27T20:33:55.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.017s coverage: 80.0% of statements [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-27T20:33:55.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.328s coverage: 92.9% of statements [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-27T20:33:55.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.106s coverage: 28.6% of statements [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-27T20:33:55.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-27T20:33:55.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.021s coverage: 100.0% of statements [2020-08-27T20:33:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-27T20:33:55.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.012s coverage: 100.0% of statements [2020-08-27T20:33:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-27T20:33:56.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.059s coverage: 89.8% of statements [2020-08-27T20:33:56.813Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-27T20:33:57.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.030s coverage: 97.5% of statements [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-27T20:33:57.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.013s coverage: 100.0% of statements [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-27T20:33:57.080Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.014s coverage: 58.8% of statements [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-27T20:33:57.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-27T20:33:58.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.048s coverage: 63.5% of statements [2020-08-27T20:33:58.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-27T20:33:58.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-27T20:33:58.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements [2020-08-27T20:33:58.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.086s coverage: 55.9% of statements [2020-08-27T20:33:58.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-27T20:33:58.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-27T20:33:58.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-27T20:33:58.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-27T20:34:01.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.084s coverage: 86.3% of statements [2020-08-27T20:34:01.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-27T20:34:01.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.257s coverage: 72.2% of statements [2020-08-27T20:34:01.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.114s coverage: 72.1% of statements [2020-08-27T20:34:01.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.019s coverage: 82.4% of statements [2020-08-27T20:34:01.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements [2020-08-27T20:34:01.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-27T20:34:01.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-27T20:34:01.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-27T20:34:01.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.032s coverage: 28.8% of statements [2020-08-27T20:34:01.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-27T20:34:01.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements [2020-08-27T20:34:01.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-27T20:34:02.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.034s coverage: 26.9% of statements [2020-08-27T20:34:02.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-27T20:34:02.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-27T20:34:02.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.156s coverage: 84.1% of statements [2020-08-27T20:34:02.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.007s coverage: 100.0% of statements [2020-08-27T20:34:02.930Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.007s coverage: 42.9% of statements [2020-08-27T20:34:02.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-27T20:34:02.930Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-27T20:34:03.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements [2020-08-27T20:34:03.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-27T20:34:03.477Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-08-27T20:34:03.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-27T20:34:05.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.020s coverage: 46.1% of statements [2020-08-27T20:34:05.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-27T20:34:05.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-27T20:34:05.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements [2020-08-27T20:34:05.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-27T20:34:05.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-27T20:34:05.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-27T20:34:05.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements [2020-08-27T20:34:05.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-27T20:34:05.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.031s coverage: 100.0% of statements [2020-08-27T20:34:05.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-27T20:34:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements [2020-08-27T20:34:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-27T20:34:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-27T20:34:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-27T20:34:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-27T20:34:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-27T20:34:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-08-27T20:34:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-27T20:34:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements [2020-08-27T20:34:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-27T20:34:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-27T20:34:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-27T20:34:07.448Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements [2020-08-27T20:34:07.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-27T20:34:07.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-27T20:34:07.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-27T20:34:07.448Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-27T20:34:07.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.021s coverage: 87.9% of statements [2020-08-27T20:34:07.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-27T20:34:07.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-27T20:34:07.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-08-27T20:34:08.290Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-27T20:34:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-27T20:34:08.815Z] GO111MODULE=on go vet ./... [2020-08-27T20:34:15.478Z] gofmt -l . [2020-08-27T20:34:16.050Z] [ "`gofmt -l .`" = "" ] [2020-08-27T20:34:16.624Z] ./bin/test-go-mod-tidy.sh [2020-08-27T20:34:17.571Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-27T20:34:19.576Z] + ls -al . [2020-08-27T20:34:19.576Z] total 552 [2020-08-27T20:34:19.576Z] drwxrwxr-x 10 1001 1001 4096 Aug 27 20:34 . [2020-08-27T20:34:19.576Z] drwxr-xr-x 4 root root 28 Aug 27 20:33 .. [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 11 Aug 27 20:30 .dockerignore [2020-08-27T20:34:19.576Z] drwxrwxr-x 8 1001 1001 179 Aug 27 20:30 .git [2020-08-27T20:34:19.576Z] drwxrwxr-x 3 1001 1001 60 Aug 27 20:30 .github [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 932 Aug 27 20:30 .gitignore [2020-08-27T20:34:19.576Z] drwx------ 3 1001 1001 47 Aug 27 20:31 .semver [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 166 Aug 27 20:30 .sonarcloud.properties [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:30 CONTRIBUTING.md [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:30 Dockerfile.build [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 865 Aug 27 20:30 Jenkinsfile [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:30 LICENSE [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:30 Makefile [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:30 README.md [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 259 Aug 27 20:30 SECURITY.md [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:30 ZMQWindows.md [2020-08-27T20:34:19.576Z] drwxrwxr-x 2 1001 1001 117 Aug 27 20:30 bin [2020-08-27T20:34:19.576Z] drwxrwxr-x 15 1001 1001 4096 Aug 27 20:30 cmd [2020-08-27T20:34:19.576Z] -rw-r--r-- 1 root root 458659 Aug 27 20:34 coverage.out [2020-08-27T20:34:19.576Z] -rw-r--r-- 1 root root 1019 Aug 27 20:34 go.mod [2020-08-27T20:34:19.576Z] -rw-r--r-- 1 root root 19185 Aug 27 20:34 go.sum [2020-08-27T20:34:19.576Z] drwxrwxr-x 8 1001 1001 127 Aug 27 20:30 internal [2020-08-27T20:34:19.576Z] drwxrwxr-x 4 1001 1001 26 Aug 27 20:30 openapi [2020-08-27T20:34:19.576Z] drwxrwxr-x 4 1001 1001 71 Aug 27 20:30 snap [2020-08-27T20:34:19.576Z] -rw-rw-r-- 1 1001 1001 168 Aug 27 20:30 version.go [Pipeline] sh [2020-08-27T20:34:19.880Z] + '[' -e coverage.out ] [2020-08-27T20:34:19.880Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-27T20:34:19.990Z] Stashed 1 file(s) [Pipeline] sh [2020-08-27T20:34:20.287Z] + make build [2020-08-27T20:34:20.287Z] 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-27T20:34:28.475Z] 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-27T20:34:31.039Z] 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-27T20:34:32.966Z] 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-27T20:34:34.883Z] 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-27T20:34:36.802Z] 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-27T20:34:37.062Z] 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-27T20:34:38.451Z] 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-27T20:34:41.753Z] 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-27T20:34:42.697Z] 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-27T20:34:43.964Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-503 in /w/workspace/edgexfoundry_edgex-go_PR-2666 [Pipeline] { [Pipeline] ws [2020-08-27T20:34:44.009Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-08-27T20:34:44.111Z] 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-27T20:34:45.531Z] 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-27T20:34:47.457Z] 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-27T20:34:48.595Z] $ docker stop --time=1 6664ff7f8f4cb766b7990aef5ab8cd78c5dd3135f22503afcbe85ec3498dec67 [2020-08-27T20:34:48.869Z] using credential edgex-jenkins-ssh [2020-08-27T20:34:48.921Z] Cloning the remote Git repository [2020-08-27T20:34:48.921Z] Cloning with configured refspecs honoured and without tags [2020-08-27T20:34:48.980Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:34:49.105Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-08-27T20:34:49.177Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:34:49.178Z] > git --version # timeout=10 [2020-08-27T20:34:50.298Z] $ docker rm -f 6664ff7f8f4cb766b7990aef5ab8cd78c5dd3135f22503afcbe85ec3498dec67 [2020-08-27T20:34:49.205Z] > git --version # 'git version 2.17.1' [2020-08-27T20:34:49.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:34:49.293Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2666/head:refs/remotes/origin/PR-2666 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:34:51.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:34:51.973Z] [2020-08-27T20:34:51.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:34:52.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:34:52.337Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-27T20:34:52.337Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-27T20:34:52.337Z] ca9280d653b3: Pulling fs layer [2020-08-27T20:34:52.337Z] 7e9c9ca2126c: Pulling fs layer [2020-08-27T20:34:52.337Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-27T20:34:52.337Z] cbdbe7a5bc2a: Download complete [2020-08-27T20:34:52.603Z] ca9280d653b3: Verifying Checksum [2020-08-27T20:34:52.603Z] ca9280d653b3: Download complete [2020-08-27T20:34:52.864Z] cbdbe7a5bc2a: Pull complete [2020-08-27T20:34:53.446Z] 7e9c9ca2126c: Verifying Checksum [2020-08-27T20:34:53.446Z] 7e9c9ca2126c: Download complete [2020-08-27T20:34:53.706Z] ca9280d653b3: Pull complete [2020-08-27T20:35:03.757Z] 7e9c9ca2126c: Pull complete [2020-08-27T20:35:03.757Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-27T20:35:03.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:35:03.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-27T20:35:03.930Z] prd-centos7-docker-4c-2g-499 does not seem to be running inside a container [2020-08-27T20:35:03.982Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T20:35:04.968Z] $ docker top e41809a5d9855dddbd3b0bb4e0366bc8e96fd798a42e1c372b2f1001cc62913a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:35:05.538Z] + + docker-composegrep build --help parallel [2020-08-27T20:35:05.538Z] [2020-08-27T20:35:06.927Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T20:35:06.941Z] $ docker stop --time=1 e41809a5d9855dddbd3b0bb4e0366bc8e96fd798a42e1c372b2f1001cc62913a [2020-08-27T20:35:08.346Z] $ docker rm -f e41809a5d9855dddbd3b0bb4e0366bc8e96fd798a42e1c372b2f1001cc62913a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:35:08.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:35:08.952Z] . [Pipeline] withDockerContainer [2020-08-27T20:35:09.016Z] Fetching without tags [2020-08-27T20:35:09.060Z] prd-centos7-docker-4c-2g-499 does not seem to be running inside a container [2020-08-27T20:35:09.118Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T20:35:09.551Z] Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit b459f24a59595e02172483bcc0427d5d0a58eb68 [2020-08-27T20:35:09.878Z] $ docker top 49831e0172141fde3f43a3a5092fdc5e6d06451fbb4a52279b099f1c528b1567 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:35:10.181Z] Merge succeeded, producing e9515e9bc39db6e98344dfead886bef398685d82 [2020-08-27T20:35:10.181Z] Checking out Revision e9515e9bc39db6e98344dfead886bef398685d82 (PR-2666) [2020-08-27T20:35:10.374Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T20:35:08.937Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T20:35:08.961Z] > git config --add remote.origin.fetch +refs/pull/2666/head:refs/remotes/origin/PR-2666 # timeout=10 [2020-08-27T20:35:08.979Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:35:08.999Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T20:35:09.036Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:35:09.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:35:09.051Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2666/head:refs/remotes/origin/PR-2666 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:35:09.577Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T20:35:09.593Z] > git checkout -f b459f24a59595e02172483bcc0427d5d0a58eb68 # timeout=10 [2020-08-27T20:35:09.893Z] > git remote # timeout=10 [2020-08-27T20:35:09.909Z] > git config --get remote.origin.url # timeout=10 [2020-08-27T20:35:09.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:35:09.932Z] > git merge 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 [2020-08-27T20:35:10.170Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-27T20:35:10.194Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T20:35:10.209Z] > git checkout -f e9515e9bc39db6e98344dfead886bef398685d82 # timeout=10 [2020-08-27T20:35:11.324Z] Building docker-core-command-go ... [2020-08-27T20:35:11.324Z] Building docker-core-data-go ... [2020-08-27T20:35:11.324Z] Building docker-core-metadata-go ... [2020-08-27T20:35:11.324Z] Building docker-security-proxy-setup-go ... [2020-08-27T20:35:11.324Z] Building docker-security-secrets-setup-go ... [2020-08-27T20:35:11.324Z] Building docker-security-secretstore-setup-go ... [2020-08-27T20:35:11.324Z] Building docker-support-logging-go ... [2020-08-27T20:35:11.324Z] Building docker-support-notifications-go ... [2020-08-27T20:35:11.324Z] Building docker-support-scheduler-go ... [2020-08-27T20:35:11.324Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T20:35:11.324Z] Building docker-support-notifications-go [2020-08-27T20:35:11.324Z] Building docker-core-metadata-go [2020-08-27T20:35:11.324Z] Building docker-security-proxy-setup-go [2020-08-27T20:35:11.324Z] Building docker-security-secrets-setup-go [2020-08-27T20:35:11.324Z] Building docker-security-secretstore-setup-go [2020-08-27T20:35:14.515Z] Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" [2020-08-27T20:35:14.529Z] > git rev-list --no-walk b459f24a59595e02172483bcc0427d5d0a58eb68 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-27T20:35:25.511Z] ========================================================= [2020-08-27T20:35:25.511Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-27T20:35:25.511Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:35:26.274Z] + 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-27T20:35:30.586Z] Sending build context to Docker daemon 323.1MB [2020-08-27T20:35:30.586Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T20:35:30.586Z] Step 2/7 : FROM ${BASE} [2020-08-27T20:35:30.586Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-27T20:35:30.586Z] b538f80385f9: Pulling fs layer [2020-08-27T20:35:30.586Z] 74f711af9a0d: Pulling fs layer [2020-08-27T20:35:30.586Z] 99f96fe45779: Pulling fs layer [2020-08-27T20:35:30.586Z] fd7a069fd194: Pulling fs layer [2020-08-27T20:35:30.586Z] 66aa3694b03b: Pulling fs layer [2020-08-27T20:35:30.586Z] 170f70906a0f: Pulling fs layer [2020-08-27T20:35:30.586Z] ad7c5574e4b9: Pulling fs layer [2020-08-27T20:35:30.586Z] e772456be8f7: Pulling fs layer [2020-08-27T20:35:30.586Z] c890913d741a: Pulling fs layer [2020-08-27T20:35:30.586Z] 2480fcc9aa5a: Pulling fs layer [2020-08-27T20:35:30.586Z] 09adf4765672: Pulling fs layer [2020-08-27T20:35:30.586Z] ad7c5574e4b9: Waiting [2020-08-27T20:35:30.586Z] e772456be8f7: Waiting [2020-08-27T20:35:30.586Z] c890913d741a: Waiting [2020-08-27T20:35:30.586Z] 2480fcc9aa5a: Waiting [2020-08-27T20:35:30.586Z] fd7a069fd194: Waiting [2020-08-27T20:35:30.586Z] 09adf4765672: Waiting [2020-08-27T20:35:30.586Z] 66aa3694b03b: Waiting [2020-08-27T20:35:30.586Z] 170f70906a0f: Waiting [2020-08-27T20:35:30.586Z] 99f96fe45779: Verifying Checksum [2020-08-27T20:35:30.586Z] 99f96fe45779: Download complete [2020-08-27T20:35:30.586Z] 74f711af9a0d: Download complete [2020-08-27T20:35:30.586Z] 66aa3694b03b: Verifying Checksum [2020-08-27T20:35:30.586Z] 66aa3694b03b: Download complete [2020-08-27T20:35:30.586Z] 170f70906a0f: Download complete [2020-08-27T20:35:30.586Z] b538f80385f9: Verifying Checksum [2020-08-27T20:35:31.184Z] b538f80385f9: Pull complete [2020-08-27T20:35:31.783Z] 74f711af9a0d: Pull complete [2020-08-27T20:35:32.072Z] 99f96fe45779: Pull complete [2020-08-27T20:35:33.058Z] ad7c5574e4b9: Verifying Checksum [2020-08-27T20:35:33.058Z] ad7c5574e4b9: Download complete [2020-08-27T20:35:33.058Z] c890913d741a: Download complete [2020-08-27T20:35:35.049Z] 2480fcc9aa5a: Verifying Checksum [2020-08-27T20:35:35.049Z] 2480fcc9aa5a: Download complete [2020-08-27T20:35:35.049Z] 09adf4765672: Download complete [2020-08-27T20:35:35.049Z] e772456be8f7: Verifying Checksum [2020-08-27T20:35:35.049Z] e772456be8f7: Download complete [2020-08-27T20:35:36.485Z] fd7a069fd194: Verifying Checksum [2020-08-27T20:35:36.485Z] fd7a069fd194: Download complete [2020-08-27T20:35:43.583Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:43.583Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T20:35:43.583Z] ---> 3198c6b4d882 [2020-08-27T20:35:43.583Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T20:35:43.583Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:43.583Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:35:43.583Z] ---> 3198c6b4d882 [2020-08-27T20:35:43.583Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:35:43.583Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:43.583Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:35:43.583Z] ---> 3198c6b4d882 [2020-08-27T20:35:43.583Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T20:35:43.583Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:43.583Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:35:43.583Z] ---> 3198c6b4d882 [2020-08-27T20:35:43.583Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T20:35:43.583Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:35:43.583Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:35:43.583Z] ---> 3198c6b4d882 [2020-08-27T20:35:43.583Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T20:35:43.583Z] ---> Running in 0cd8b9d28e36 [2020-08-27T20:35:43.583Z] ---> Running in 7304d6e304ba [2020-08-27T20:35:43.583Z] ---> Running in 8364eb6f0060 [2020-08-27T20:35:43.583Z] ---> Running in c796bbbfb69f [2020-08-27T20:35:43.583Z] ---> Running in 83b448ede4f3 [2020-08-27T20:35:43.583Z] Removing intermediate container 8364eb6f0060 [2020-08-27T20:35:43.583Z] ---> 0e7cc07f5d7f [2020-08-27T20:35:43.583Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:35:43.583Z] Removing intermediate container 83b448ede4f3 [2020-08-27T20:35:43.583Z] ---> 076f96be8d81 [2020-08-27T20:35:43.583Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:35:43.583Z] Removing intermediate container c796bbbfb69f [2020-08-27T20:35:43.583Z] ---> e3b5665486aa [2020-08-27T20:35:43.583Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:35:43.583Z] Removing intermediate container 7304d6e304ba [2020-08-27T20:35:43.583Z] ---> ca3656083729 [2020-08-27T20:35:43.583Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T20:35:43.583Z] Removing intermediate container 0cd8b9d28e36 [2020-08-27T20:35:43.583Z] ---> de583a1d3294 [2020-08-27T20:35:43.583Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:35:43.583Z] ---> Running in 8534ae90d51c [2020-08-27T20:35:43.583Z] ---> Running in 2df8a2268462 [2020-08-27T20:35:43.583Z] ---> Running in 78b2cf682d3f [2020-08-27T20:35:43.583Z] ---> Running in 6b2c346bac3e [2020-08-27T20:35:43.583Z] ---> Running in 99dce876d859 [2020-08-27T20:35:43.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:43.583Z] Removing intermediate container 78b2cf682d3f [2020-08-27T20:35:43.583Z] ---> 5670cfd5f76b [2020-08-27T20:35:43.583Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T20:35:43.583Z] ---> Running in 9696a769567b [2020-08-27T20:35:43.583Z] Removing intermediate container 2df8a2268462 [2020-08-27T20:35:43.583Z] ---> 1c2200f48ea0 [2020-08-27T20:35:43.583Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T20:35:43.848Z] ---> Running in 979f7a097ccd [2020-08-27T20:35:43.848Z] Removing intermediate container 8534ae90d51c [2020-08-27T20:35:43.848Z] ---> 77fd2f9e03fd [2020-08-27T20:35:43.848Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:35:44.120Z] Removing intermediate container 99dce876d859 [2020-08-27T20:35:44.120Z] ---> 4b97fb1cf5a4 [2020-08-27T20:35:44.120Z] Step 5/20 : RUN apk update && apk add make git [2020-08-27T20:35:44.120Z] ---> Running in 40c917f9131b [2020-08-27T20:35:44.120Z] ---> Running in 99cdd6eb2807 [2020-08-27T20:35:44.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:44.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:44.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:45.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:45.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:45.598Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:45.598Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:45.598Z] OK: 12746 distinct packages available [2020-08-27T20:35:45.862Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:46.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:46.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:46.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:46.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:35:46.388Z] Removing intermediate container 6b2c346bac3e [2020-08-27T20:35:46.388Z] ---> 268e142a5764 [2020-08-27T20:35:46.388Z] Step 5/29 : COPY go.mod . [2020-08-27T20:35:46.651Z] ---> 8baae1e5a410 [2020-08-27T20:35:46.651Z] Step 6/29 : RUN go mod download [2020-08-27T20:35:46.657Z] fd7a069fd194: Pull complete [2020-08-27T20:35:46.657Z] 66aa3694b03b: Pull complete [2020-08-27T20:35:46.919Z] ---> Running in 06c517e4d0fd [2020-08-27T20:35:46.943Z] 170f70906a0f: Pull complete [2020-08-27T20:35:47.504Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:47.504Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:47.504Z] OK: 12746 distinct packages available [2020-08-27T20:35:47.504Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:47.504Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:47.504Z] OK: 12746 distinct packages available [2020-08-27T20:35:47.504Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:47.504Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:47.504Z] OK: 12746 distinct packages available [2020-08-27T20:35:47.772Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:47.772Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:47.772Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:35:47.772Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:35:47.772Z] OK: 12746 distinct packages available [2020-08-27T20:35:48.038Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:48.319Z] OK: 233 MiB in 51 packages [2020-08-27T20:35:48.587Z] Removing intermediate container 9696a769567b [2020-08-27T20:35:48.587Z] ---> ee797eb87862 [2020-08-27T20:35:48.587Z] Step 6/26 : COPY go.mod . [2020-08-27T20:35:48.851Z] Removing intermediate container 979f7a097ccd [2020-08-27T20:35:48.851Z] ---> aa2943cc21ba [2020-08-27T20:35:48.851Z] Step 6/24 : COPY go.mod . [2020-08-27T20:35:49.114Z] Removing intermediate container 40c917f9131b [2020-08-27T20:35:49.114Z] ---> 3aaec07728c0 [2020-08-27T20:35:49.114Z] Step 6/22 : COPY go.mod . [2020-08-27T20:35:49.114Z] ---> 8d8624af1106 [2020-08-27T20:35:49.114Z] Step 7/26 : RUN go mod download [2020-08-27T20:35:49.114Z] Removing intermediate container 99cdd6eb2807 [2020-08-27T20:35:49.114Z] ---> 0d4fe4e40b94 [2020-08-27T20:35:49.114Z] Step 6/20 : COPY go.mod . [2020-08-27T20:35:49.114Z] ---> 0008c9b10124 [2020-08-27T20:35:49.114Z] Step 7/24 : RUN go mod download [2020-08-27T20:35:49.376Z] ---> Running in d9db0e1dae61 [2020-08-27T20:35:49.376Z] Removing intermediate container 06c517e4d0fd [2020-08-27T20:35:49.376Z] ---> b2149e089857 [2020-08-27T20:35:49.376Z] Step 7/29 : COPY . . [2020-08-27T20:35:49.950Z] ---> Running in 667c7c20dfeb [2020-08-27T20:35:49.950Z] ---> 171cb34ec639 [2020-08-27T20:35:49.950Z] Step 7/22 : RUN go mod download [2020-08-27T20:35:50.538Z] ---> d64e198de408 [2020-08-27T20:35:50.538Z] Step 7/20 : RUN go mod download [2020-08-27T20:35:50.538Z] ---> Running in 61c465d92c7d [2020-08-27T20:35:51.260Z] ad7c5574e4b9: Pull complete [2020-08-27T20:35:51.999Z] ---> Running in 84dd3fa931b2 [2020-08-27T20:35:54.593Z] Removing intermediate container d9db0e1dae61 [2020-08-27T20:35:54.593Z] ---> edea4943be5e [2020-08-27T20:35:54.593Z] Step 8/26 : COPY . . [2020-08-27T20:35:55.577Z] e772456be8f7: Pull complete [2020-08-27T20:35:55.859Z] c890913d741a: Pull complete [2020-08-27T20:35:58.493Z] 2480fcc9aa5a: Pull complete [2020-08-27T20:35:58.774Z] 09adf4765672: Pull complete [2020-08-27T20:35:58.774Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-27T20:35:58.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-27T20:35:58.774Z] ---> 2248a725d1cf [2020-08-27T20:35:58.774Z] 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-27T20:35:59.930Z] Removing intermediate container 667c7c20dfeb [2020-08-27T20:35:59.930Z] ---> 6367c9ffd786 [2020-08-27T20:35:59.930Z] Step 8/24 : COPY . . [2020-08-27T20:35:59.930Z] Removing intermediate container 61c465d92c7d [2020-08-27T20:35:59.930Z] ---> f1d9cba97c80 [2020-08-27T20:35:59.930Z] Step 8/22 : COPY . . [2020-08-27T20:35:59.930Z] Removing intermediate container 84dd3fa931b2 [2020-08-27T20:35:59.930Z] ---> 240ab95e6838 [2020-08-27T20:35:59.930Z] Step 8/20 : COPY . . [2020-08-27T20:36:05.469Z] ---> Running in 6f4ed18e5f1f [2020-08-27T20:36:06.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:36:07.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:36:09.396Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T20:36:09.670Z] (2/12) Installing file (5.38-r0) [2020-08-27T20:36:09.943Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T20:36:09.943Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T20:36:22.241Z] ---> 252d34fbc489 [2020-08-27T20:36:22.241Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T20:36:22.241Z] ---> Running in f5d55a8dd8ca [2020-08-27T20:36:22.321Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T20:36:22.322Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T20:36:22.322Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T20:36:22.322Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T20:36:22.322Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T20:36:22.322Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T20:36:22.322Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T20:36:22.322Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T20:36:22.322Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:36:22.322Z] OK: 217 MiB in 51 packages [2020-08-27T20:36:24.385Z] 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-27T20:36:25.718Z] Removing intermediate container 6f4ed18e5f1f [2020-08-27T20:36:25.718Z] ---> baf5b4b120d0 [2020-08-27T20:36:25.718Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T20:36:25.998Z] ---> Running in 42cfed517fe1 [2020-08-27T20:36:26.594Z] Removing intermediate container 42cfed517fe1 [2020-08-27T20:36:26.594Z] ---> 1c9947cefcd8 [2020-08-27T20:36:26.594Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T20:36:26.867Z] latest: Pulling from library/docker [2020-08-27T20:36:26.867Z] b538f80385f9: Already exists [2020-08-27T20:36:26.867Z] 259a493cd78d: Pulling fs layer [2020-08-27T20:36:26.867Z] b8e66b5100f5: Pulling fs layer [2020-08-27T20:36:26.867Z] 39dc9c94d07c: Pulling fs layer [2020-08-27T20:36:26.867Z] 551b823b3b82: Pulling fs layer [2020-08-27T20:36:26.867Z] 3c52a74df98c: Pulling fs layer [2020-08-27T20:36:26.867Z] 6c9b121b6998: Pulling fs layer [2020-08-27T20:36:26.867Z] 551b823b3b82: Waiting [2020-08-27T20:36:26.867Z] 3c52a74df98c: Waiting [2020-08-27T20:36:26.867Z] 6c9b121b6998: Waiting [2020-08-27T20:36:27.141Z] b8e66b5100f5: Verifying Checksum [2020-08-27T20:36:27.141Z] b8e66b5100f5: Download complete [2020-08-27T20:36:27.141Z] 259a493cd78d: Download complete [2020-08-27T20:36:27.426Z] 551b823b3b82: Verifying Checksum [2020-08-27T20:36:27.426Z] 551b823b3b82: Download complete [2020-08-27T20:36:27.426Z] 3c52a74df98c: Verifying Checksum [2020-08-27T20:36:27.426Z] 3c52a74df98c: Download complete [2020-08-27T20:36:27.426Z] 6c9b121b6998: Verifying Checksum [2020-08-27T20:36:27.426Z] 6c9b121b6998: Download complete [2020-08-27T20:36:28.026Z] 259a493cd78d: Pull complete [2020-08-27T20:36:28.302Z] b8e66b5100f5: Pull complete [2020-08-27T20:36:28.575Z] 39dc9c94d07c: Verifying Checksum [2020-08-27T20:36:28.575Z] 39dc9c94d07c: Download complete [2020-08-27T20:36:31.406Z] ---> 86c2930ee2ac [2020-08-27T20:36:31.407Z] 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-27T20:36:31.407Z] ---> 9cd286ef58c8 [2020-08-27T20:36:31.407Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T20:36:32.387Z] ---> Running in d0aff6b95d30 [2020-08-27T20:36:32.387Z] ---> Running in b331f17bccb2 [2020-08-27T20:36:32.388Z] ---> 72e6508444c1 [2020-08-27T20:36:32.388Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T20:36:32.388Z] ---> ce89afd4bae2 [2020-08-27T20:36:32.388Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T20:36:32.663Z] ---> Running in c14b9a9429b4 [2020-08-27T20:36:32.663Z] ---> Running in 045addcf7f2b [2020-08-27T20:36:32.976Z] 39dc9c94d07c: Pull complete [2020-08-27T20:36:32.976Z] 551b823b3b82: Pull complete [2020-08-27T20:36:32.976Z] 3c52a74df98c: Pull complete [2020-08-27T20:36:33.246Z] 6c9b121b6998: Pull complete [2020-08-27T20:36:33.246Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T20:36:33.246Z] Status: Downloaded newer image for docker:latest [2020-08-27T20:36:34.099Z] 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-27T20:36:34.099Z] 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-27T20:36:34.099Z] 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-27T20:36:34.099Z] 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-27T20:36:36.659Z] ---> d269f73d0c61 [2020-08-27T20:36:36.659Z] Step 6/7 : COPY go.mod . [2020-08-27T20:36:37.259Z] ---> 8ba57f619b11 [2020-08-27T20:36:37.259Z] Step 7/7 : RUN go mod download [2020-08-27T20:36:37.259Z] ---> Running in c3ab2a8adfa1 [2020-08-27T20:36:41.594Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T20:36:41.594Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T20:36:41.594Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T20:36:41.594Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T20:36:41.594Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T20:36:41.594Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T20:36:41.594Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T20:36:41.594Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T20:36:41.594Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-27T20:36:41.594Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T20:36:41.594Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T20:36:41.594Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T20:36:41.594Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T20:36:41.594Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T20:36:41.594Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T20:36:41.594Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T20:36:41.594Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T20:36:41.872Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T20:36:41.872Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T20:36:41.872Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T20:36:41.872Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T20:36:41.872Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T20:36:41.872Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T20:36:42.148Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T20:36:42.148Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T20:36:42.148Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T20:36:42.148Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T20:36:42.148Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T20:36:42.148Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T20:36:42.148Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T20:36:42.425Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T20:36:42.425Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T20:36:42.425Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T20:36:42.425Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T20:36:42.425Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T20:36:42.425Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T20:36:42.694Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T20:36:42.694Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T20:36:42.694Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T20:36:42.694Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T20:36:42.694Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T20:36:42.694Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T20:36:42.964Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T20:36:42.964Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T20:36:42.964Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T20:36:42.964Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T20:36:42.964Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T20:36:42.964Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T20:36:43.235Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T20:36:43.235Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T20:36:43.235Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T20:36:43.235Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T20:36:43.235Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T20:36:43.235Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T20:36:43.506Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T20:36:43.506Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T20:36:43.506Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T20:36:43.506Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T20:36:43.506Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T20:36:43.506Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T20:36:43.780Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T20:36:43.780Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T20:36:43.780Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T20:36:43.781Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T20:36:43.781Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T20:36:43.781Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T20:36:43.781Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T20:36:44.053Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T20:36:44.053Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T20:36:44.053Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T20:36:44.053Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T20:36:44.053Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T20:36:44.053Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T20:36:44.304Z] Removing intermediate container f5d55a8dd8ca [2020-08-27T20:36:44.305Z] ---> 519b456af9ae [2020-08-27T20:36:44.305Z] [2020-08-27T20:36:44.305Z] Step 9/29 : FROM alpine:latest [2020-08-27T20:36:44.327Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T20:36:44.327Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T20:36:44.327Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T20:36:44.327Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T20:36:44.327Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T20:36:44.327Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T20:36:44.327Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T20:36:44.573Z] latest: Pulling from library/alpine [2020-08-27T20:36:44.597Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T20:36:44.597Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T20:36:44.597Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T20:36:44.597Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T20:36:44.597Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T20:36:44.597Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T20:36:44.851Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T20:36:44.851Z] Status: Downloaded newer image for alpine:latest [2020-08-27T20:36:44.851Z] ---> a24bb4013296 [2020-08-27T20:36:44.851Z] 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-27T20:36:44.874Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-27T20:36:44.874Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T20:36:44.874Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T20:36:44.874Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T20:36:44.874Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T20:36:44.874Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T20:36:44.874Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T20:36:45.137Z] ---> Running in 756e23a2057c [2020-08-27T20:36:45.149Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T20:36:45.149Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T20:36:45.149Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T20:36:45.149Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T20:36:45.730Z] Removing intermediate container 756e23a2057c [2020-08-27T20:36:45.730Z] ---> a7a116f73ac3 [2020-08-27T20:36:45.730Z] Step 11/29 : USER root [2020-08-27T20:36:45.730Z] ---> Running in 5efa293ec16c [2020-08-27T20:36:46.003Z] Removing intermediate container 5efa293ec16c [2020-08-27T20:36:46.003Z] ---> de15d853c8fd [2020-08-27T20:36:46.003Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T20:36:46.003Z] ---> Running in f6d5da6196ae [2020-08-27T20:36:46.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:46.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:47.585Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:36:47.585Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:36:47.585Z] OK: 12746 distinct packages available [2020-08-27T20:36:48.174Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T20:36:48.174Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T20:36:48.174Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:36:48.174Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:36:48.174Z] OK: 6 MiB in 16 packages [2020-08-27T20:36:50.777Z] Removing intermediate container f6d5da6196ae [2020-08-27T20:36:50.777Z] ---> 50aab82fcdaa [2020-08-27T20:36:50.777Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T20:36:50.777Z] ---> Running in 9ac786e692e9 [2020-08-27T20:36:51.047Z] Removing intermediate container 9ac786e692e9 [2020-08-27T20:36:51.047Z] ---> 40a46a98dd01 [2020-08-27T20:36:51.047Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T20:36:51.047Z] ---> Running in 35905074a549 [2020-08-27T20:36:52.017Z] Removing intermediate container 35905074a549 [2020-08-27T20:36:52.017Z] ---> 021dc9d8122f [2020-08-27T20:36:52.017Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T20:36:52.289Z] ---> Running in 488d773c6051 [2020-08-27T20:36:54.280Z] Removing intermediate container 488d773c6051 [2020-08-27T20:36:54.280Z] ---> 3b0754d893a8 [2020-08-27T20:36:54.280Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T20:36:55.694Z] ---> 68045ebd69da [2020-08-27T20:36:55.694Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T20:36:56.285Z] ---> 31339427de09 [2020-08-27T20:36:56.285Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T20:36:56.879Z] ---> 58b0ff0be876 [2020-08-27T20:36:56.879Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T20:36:57.474Z] ---> 337cb671de2a [2020-08-27T20:36:57.474Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T20:37:00.101Z] ---> 694c9f90d6e6 [2020-08-27T20:37:00.101Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T20:37:00.101Z] 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-27T20:37:00.373Z] ---> Running in 9763ef5f8e77 [2020-08-27T20:37:02.994Z] Removing intermediate container c14b9a9429b4 [2020-08-27T20:37:02.994Z] ---> afeed082a5ae [2020-08-27T20:37:02.994Z] [2020-08-27T20:37:02.994Z] Step 10/20 : FROM alpine [2020-08-27T20:37:02.994Z] ---> a24bb4013296 [2020-08-27T20:37:02.994Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T20:37:02.994Z] ---> Running in ad1aacf95d7c [2020-08-27T20:37:02.994Z] Removing intermediate container 9763ef5f8e77 [2020-08-27T20:37:02.994Z] ---> 318d3c16f945 [2020-08-27T20:37:02.994Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:37:03.951Z] ---> 2ca538a0ed27 [2020-08-27T20:37:03.951Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:37:03.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:03.951Z] ---> Running in 636eff1ad88c [2020-08-27T20:37:03.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:04.233Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:37:04.233Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:37:04.233Z] OK: 12746 distinct packages available [2020-08-27T20:37:04.516Z] 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-27T20:37:04.516Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T20:37:04.516Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:37:04.516Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T20:37:04.516Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T20:37:04.516Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:37:04.516Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:37:04.789Z] OK: 7 MiB in 18 packages [2020-08-27T20:37:07.316Z] Removing intermediate container c3ab2a8adfa1 [2020-08-27T20:37:07.316Z] ---> 0e04d8f76abf [2020-08-27T20:37:07.316Z] Successfully built 0e04d8f76abf [2020-08-27T20:37:07.316Z] 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-27T20:37:08.114Z] + docker inspect -f . ci-base-image-arm64 [2020-08-27T20:37:08.114Z] . [Pipeline] withDockerContainer [2020-08-27T20:37:08.401Z] prd-ubuntu18.04-docker-arm64-4c-16g-503 does not seem to be running inside a container [2020-08-27T20:37:08.497Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-27T20:37:09.009Z] Removing intermediate container d0aff6b95d30 [2020-08-27T20:37:09.009Z] ---> 6fd361eb3600 [2020-08-27T20:37:09.009Z] [2020-08-27T20:37:09.009Z] Step 10/22 : FROM scratch [2020-08-27T20:37:09.009Z] ---> [2020-08-27T20:37:09.009Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:37:09.009Z] Removing intermediate container 045addcf7f2b [2020-08-27T20:37:09.009Z] ---> d5748486cfc1 [2020-08-27T20:37:09.009Z] [2020-08-27T20:37:09.009Z] Step 10/24 : FROM scratch [2020-08-27T20:37:09.009Z] ---> [2020-08-27T20:37:09.009Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:37:09.583Z] ---> Running in e24dc37df15a [2020-08-27T20:37:09.583Z] ---> Running in 334f74049d7f [2020-08-27T20:37:09.583Z] Removing intermediate container 636eff1ad88c [2020-08-27T20:37:09.583Z] ---> 61bbef0f6a0b [2020-08-27T20:37:09.583Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T20:37:09.583Z] Removing intermediate container ad1aacf95d7c [2020-08-27T20:37:09.583Z] ---> 3127fe004a7c [2020-08-27T20:37:09.583Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:37:09.788Z] $ docker top 58233c82a7179336cccc8bccf4ef3aad0e4bfb37711f4d2fcd2be0536037baee -eo pid,comm [2020-08-27T20:37:09.866Z] ---> Running in 51709813236a [2020-08-27T20:37:09.866Z] ---> Running in e9a105b97714 [Pipeline] { [2020-08-27T20:37:10.130Z] Removing intermediate container 334f74049d7f [2020-08-27T20:37:10.130Z] ---> 5b2be4db2059 [2020-08-27T20:37:10.130Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T20:37:10.130Z] Removing intermediate container e24dc37df15a [2020-08-27T20:37:10.130Z] ---> 6f343f44da39 [2020-08-27T20:37:10.130Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T20:37:10.130Z] ---> Running in 8b97eff73cf1 [2020-08-27T20:37:10.130Z] ---> Running in 793d2a403f00 [Pipeline] sh [2020-08-27T20:37:10.393Z] Removing intermediate container 51709813236a [2020-08-27T20:37:10.393Z] ---> be97b01ad361 [2020-08-27T20:37:10.393Z] Step 13/20 : WORKDIR /edgex [2020-08-27T20:37:10.667Z] ---> Running in 57411101f4e7 [2020-08-27T20:37:10.667Z] Removing intermediate container 8b97eff73cf1 [2020-08-27T20:37:10.667Z] ---> 009540bbadce [2020-08-27T20:37:10.667Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:37:10.667Z] Removing intermediate container 793d2a403f00 [2020-08-27T20:37:10.667Z] ---> 4333e0258c67 [2020-08-27T20:37:10.667Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-27T20:37:10.667Z] ---> Running in 02e232cb68e0 [2020-08-27T20:37:10.667Z] ---> Running in cdc1487c2c65 [2020-08-27T20:37:10.861Z] + go version [2020-08-27T20:37:10.861Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-27T20:37:10.880Z] ========================================================= [2020-08-27T20:37:10.880Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-27T20:37:10.880Z] ========================================================= [Pipeline] sh [2020-08-27T20:37:10.940Z] Removing intermediate container 57411101f4e7 [2020-08-27T20:37:10.941Z] ---> 7a20eedc2e83 [2020-08-27T20:37:10.941Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T20:37:11.208Z] Removing intermediate container 02e232cb68e0 [2020-08-27T20:37:11.208Z] ---> 35b4914beceb [2020-08-27T20:37:11.208Z] Step 14/22 : WORKDIR / [2020-08-27T20:37:11.208Z] Removing intermediate container cdc1487c2c65 [2020-08-27T20:37:11.208Z] ---> be2fee1de0dd [2020-08-27T20:37:11.208Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T20:37:11.208Z] ---> Running in 1aaf22e55eb8 [2020-08-27T20:37:11.530Z] + make test [2020-08-27T20:37:11.530Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-27T20:37:13.769Z] ---> 759389297a8e [2020-08-27T20:37:13.769Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T20:37:13.769Z] Removing intermediate container 1aaf22e55eb8 [2020-08-27T20:37:13.769Z] ---> d97c6288eb16 [2020-08-27T20:37:13.769Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-27T20:37:13.769Z] ---> dfec7af5fdbf [2020-08-27T20:37:13.769Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T20:37:13.769Z] Removing intermediate container b331f17bccb2 [2020-08-27T20:37:13.769Z] ---> 8b3a926cdd4a [2020-08-27T20:37:13.769Z] [2020-08-27T20:37:13.769Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T20:37:14.035Z] ---> 53c950604183 [2020-08-27T20:37:14.035Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T20:37:14.035Z] 3.10: Pulling from library/alpine [2020-08-27T20:37:14.154Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-27T20:37:14.299Z] Removing intermediate container e9a105b97714 [2020-08-27T20:37:14.299Z] ---> c1d00c25aa34 [2020-08-27T20:37:14.299Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:37:15.243Z] ---> Running in d524e050efd3 [2020-08-27T20:37:15.243Z] ---> 5e7209416e71 [2020-08-27T20:37:15.243Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T20:37:15.243Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T20:37:15.243Z] ---> 27b1ac7f482d [2020-08-27T20:37:15.243Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T20:37:15.243Z] ---> 5a2c68a944ea [2020-08-27T20:37:15.243Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:15.243Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T20:37:15.243Z] ---> be4e4bea2c2e [2020-08-27T20:37:15.243Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T20:37:15.243Z] ---> Running in ed1556370107 [2020-08-27T20:37:15.243Z] ---> Running in bdd657a463ff [2020-08-27T20:37:15.504Z] Removing intermediate container d524e050efd3 [2020-08-27T20:37:15.504Z] ---> 885fa109ff16 [2020-08-27T20:37:15.504Z] Step 26/29 : CMD [ "generate" ] [2020-08-27T20:37:15.767Z] ---> 04c2cbc7b793 [2020-08-27T20:37:15.767Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T20:37:15.767Z] ---> Running in 0a39242a5987 [2020-08-27T20:37:15.767Z] ---> fcad9547bde1 [2020-08-27T20:37:15.767Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T20:37:15.767Z] Removing intermediate container ed1556370107 [2020-08-27T20:37:15.767Z] ---> 2eec2419331a [2020-08-27T20:37:15.767Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T20:37:16.029Z] ---> Running in d017dfab5b87 [2020-08-27T20:37:16.029Z] ---> Running in b9b97f67a133 [2020-08-27T20:37:16.029Z] Removing intermediate container 0a39242a5987 [2020-08-27T20:37:16.029Z] ---> a46e86bc673a [2020-08-27T20:37:16.029Z] Step 27/29 : LABEL arch=x86_64 [2020-08-27T20:37:16.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:16.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:16.295Z] ---> Running in 82a3f726f9d3 [2020-08-27T20:37:16.295Z] Removing intermediate container d017dfab5b87 [2020-08-27T20:37:16.295Z] ---> 295c026b782e [2020-08-27T20:37:16.295Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:37:16.295Z] ---> 23f6c974919a [2020-08-27T20:37:16.295Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T20:37:16.295Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T20:37:16.295Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T20:37:16.295Z] OK: 10346 distinct packages available [2020-08-27T20:37:16.557Z] Removing intermediate container b9b97f67a133 [2020-08-27T20:37:16.557Z] ---> 217608125fd4 [2020-08-27T20:37:16.557Z] Step 18/20 : LABEL arch=x86_64 [2020-08-27T20:37:16.557Z] ---> Running in bab4509f0b8d [2020-08-27T20:37:16.557Z] ---> Running in e341b7f2904c [2020-08-27T20:37:16.557Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T20:37:16.557Z] Removing intermediate container 82a3f726f9d3 [2020-08-27T20:37:16.557Z] ---> 7e4c0fcfe798 [2020-08-27T20:37:16.557Z] Step 28/29 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:37:16.557Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T20:37:16.557Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T20:37:16.818Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T20:37:16.818Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T20:37:16.818Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T20:37:16.818Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T20:37:16.818Z] OK: 7 MiB in 19 packages [2020-08-27T20:37:18.208Z] ---> Running in 875b385bdee9 [2020-08-27T20:37:18.208Z] Removing intermediate container bab4509f0b8d [2020-08-27T20:37:18.208Z] ---> 267ef5c7fd6a [2020-08-27T20:37:18.208Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:37:18.208Z] ---> 21a5a9f081db [2020-08-27T20:37:18.208Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:18.208Z] Removing intermediate container e341b7f2904c [2020-08-27T20:37:18.208Z] ---> 61c1783548b3 [2020-08-27T20:37:18.208Z] Step 19/20 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:37:18.208Z] ---> Running in a2bfafdc1646 [2020-08-27T20:37:18.470Z] ---> Running in 10c2426c795c [2020-08-27T20:37:19.040Z] Removing intermediate container 875b385bdee9 [2020-08-27T20:37:19.040Z] ---> 100d91500b95 [2020-08-27T20:37:19.040Z] Step 29/29 : LABEL version=0.0.0 [2020-08-27T20:37:19.040Z] Removing intermediate container bdd657a463ff [2020-08-27T20:37:19.040Z] ---> 5ef5b3a6db25 [2020-08-27T20:37:19.040Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:37:19.040Z] ---> 51b69a7c1f0c [2020-08-27T20:37:19.040Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T20:37:19.615Z] Removing intermediate container a2bfafdc1646 [2020-08-27T20:37:19.615Z] ---> ff8379511bc9 [2020-08-27T20:37:19.615Z] Step 21/22 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:37:19.615Z] Removing intermediate container 10c2426c795c [2020-08-27T20:37:19.615Z] ---> 94f313c8c7f2 [2020-08-27T20:37:19.615Z] Step 20/20 : LABEL version=0.0.0 [2020-08-27T20:37:19.615Z] ---> Running in 69ea081214b0 [2020-08-27T20:37:19.615Z] ---> Running in 9edd92173411 [2020-08-27T20:37:19.615Z] ---> Running in 31999d915dec [2020-08-27T20:37:19.615Z] ---> Running in 8f82ab0c174b [2020-08-27T20:37:19.615Z] ---> Running in 93f668194214 [2020-08-27T20:37:19.876Z] Removing intermediate container 31999d915dec [2020-08-27T20:37:19.876Z] ---> 68c73d514e4e [2020-08-27T20:37:19.876Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:37:19.876Z] Removing intermediate container 9edd92173411 [2020-08-27T20:37:19.876Z] ---> 1d32d031c915 [2020-08-27T20:37:19.876Z] Step 13/26 : WORKDIR / [2020-08-27T20:37:20.145Z] Removing intermediate container 69ea081214b0 [2020-08-27T20:37:20.145Z] ---> acf38cd4c5b7 [2020-08-27T20:37:20.145Z] [2020-08-27T20:37:20.145Z] Removing intermediate container 8f82ab0c174b [2020-08-27T20:37:20.145Z] ---> f9cd7b079aa4 [2020-08-27T20:37:20.145Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:37:20.145Z] Removing intermediate container 93f668194214 [2020-08-27T20:37:20.145Z] ---> 50779419e16f [2020-08-27T20:37:20.145Z] [2020-08-27T20:37:20.145Z] ---> Running in 1a9c8c52c9d2 [2020-08-27T20:37:20.145Z] ---> Running in f0a7f8809191 [2020-08-27T20:37:20.413Z] Successfully built 50779419e16f [2020-08-27T20:37:20.413Z] Successfully built acf38cd4c5b7 [2020-08-27T20:37:20.413Z] ---> Running in 8b38e65fec93 [2020-08-27T20:37:20.413Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-27T20:37:20.413Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-security-secrets-setup-go:latest [2020-08-27T20:37:20.413Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-08-27T20:37:20.413Z] Building docker-support-logging-go [2020-08-27T20:37:20.413Z] Removing intermediate container 1a9c8c52c9d2 [2020-08-27T20:37:20.413Z] ---> 866593c2491f [2020-08-27T20:37:20.413Z] 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-27T20:37:20.679Z] Removing intermediate container f0a7f8809191 [2020-08-27T20:37:20.679Z] ---> c52d4cfc3cc3 [2020-08-27T20:37:20.679Z] Step 22/24 : LABEL arch=x86_64 [2020-08-27T20:37:20.679Z] Removing intermediate container 8b38e65fec93 [2020-08-27T20:37:20.679Z] ---> e90435b681fd [2020-08-27T20:37:20.679Z] [2020-08-27T20:37:20.944Z] ---> Running in 4dd7923b62ea [2020-08-27T20:37:20.944Z] Successfully built e90435b681fd [2020-08-27T20:37:20.944Z] Successfully tagged docker-core-metadata-go:latest [2020-08-27T20:37:20.944Z] Building docker-core-command-go [2020-08-27T20:37:20.944Z]  Building docker-core-metadata-go ... done  ---> a4dfba0e52ae [2020-08-27T20:37:20.944Z] 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-27T20:37:21.211Z] Removing intermediate container 4dd7923b62ea [2020-08-27T20:37:21.211Z] ---> be9447ad7c06 [2020-08-27T20:37:21.211Z] Step 23/24 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:37:24.537Z] ---> Running in af7635e8da33 [2020-08-27T20:37:27.096Z] ---> f94d2fa5f284 [2020-08-27T20:37:27.096Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:27.096Z] Removing intermediate container af7635e8da33 [2020-08-27T20:37:27.096Z] ---> fa532b60b83b [2020-08-27T20:37:27.096Z] Step 24/24 : LABEL version=0.0.0 [2020-08-27T20:37:30.411Z] ---> Running in 231d3f48314e [2020-08-27T20:37:30.411Z] ---> 329abfb3568a [2020-08-27T20:37:30.411Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T20:37:30.411Z] Removing intermediate container 231d3f48314e [2020-08-27T20:37:30.411Z] ---> 8e9a398ffacf [2020-08-27T20:37:30.411Z] [2020-08-27T20:37:30.411Z] ---> 2119c9add92d [2020-08-27T20:37:30.411Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T20:37:30.706Z] Successfully built 8e9a398ffacf [2020-08-27T20:37:30.706Z] Successfully tagged docker-support-notifications-go:latest [2020-08-27T20:37:30.706Z] Building docker-core-data-go [2020-08-27T20:37:36.194Z]  Building docker-support-notifications-go ... done  ---> 20c99469b8e0 [2020-08-27T20:37:36.194Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T20:37:36.788Z] ---> 47e152ffca2a [2020-08-27T20:37:36.788Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T20:37:37.759Z] ---> 21ea5bfdeaa0 [2020-08-27T20:37:37.759Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:37:38.348Z] ---> 00928c882003 [2020-08-27T20:37:38.348Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:37:38.946Z] ---> Running in 3847fc430b91 [2020-08-27T20:37:44.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:37:44.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:37:44.718Z] ---> 3198c6b4d882 [2020-08-27T20:37:44.718Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:37:44.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:37:44.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:37:44.718Z] ---> 3198c6b4d882 [2020-08-27T20:37:44.718Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:37:44.718Z] ---> Using cache [2020-08-27T20:37:44.718Z] ---> de583a1d3294 [2020-08-27T20:37:44.718Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:37:44.718Z] ---> Using cache [2020-08-27T20:37:44.718Z] ---> de583a1d3294 [2020-08-27T20:37:44.718Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:37:44.718Z] ---> Using cache [2020-08-27T20:37:44.718Z] ---> 4b97fb1cf5a4 [2020-08-27T20:37:44.718Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:37:44.718Z] ---> Using cache [2020-08-27T20:37:44.718Z] ---> 4b97fb1cf5a4 [2020-08-27T20:37:44.718Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T20:37:44.718Z] ---> Using cache [2020-08-27T20:37:44.718Z] ---> 0d4fe4e40b94 [2020-08-27T20:37:44.718Z] Step 6/22 : COPY go.mod . [2020-08-27T20:37:44.719Z] ---> Using cache [2020-08-27T20:37:44.719Z] ---> d64e198de408 [2020-08-27T20:37:44.719Z] Step 7/22 : RUN go mod download [2020-08-27T20:37:44.719Z] ---> Using cache [2020-08-27T20:37:44.719Z] ---> 240ab95e6838 [2020-08-27T20:37:44.719Z] Step 8/22 : COPY . . [2020-08-27T20:37:44.719Z] ---> Using cache [2020-08-27T20:37:44.719Z] ---> ce89afd4bae2 [2020-08-27T20:37:44.719Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T20:37:44.719Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:37:44.719Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:37:44.719Z] ---> 3198c6b4d882 [2020-08-27T20:37:44.719Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T20:37:44.719Z] ---> Using cache [2020-08-27T20:37:44.719Z] ---> de583a1d3294 [2020-08-27T20:37:44.719Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:37:44.719Z] ---> Using cache [2020-08-27T20:37:44.719Z] ---> 4b97fb1cf5a4 [2020-08-27T20:37:44.719Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T20:37:44.719Z] ---> Using cache [2020-08-27T20:37:44.719Z] ---> 0d4fe4e40b94 [2020-08-27T20:37:44.719Z] Step 6/21 : COPY go.mod . [2020-08-27T20:37:44.719Z] ---> Using cache [2020-08-27T20:37:44.719Z] ---> d64e198de408 [2020-08-27T20:37:44.719Z] Step 7/21 : RUN go mod download [2020-08-27T20:37:44.719Z] ---> Using cache [2020-08-27T20:37:44.719Z] ---> 240ab95e6838 [2020-08-27T20:37:44.719Z] Step 8/21 : COPY . . [2020-08-27T20:37:44.719Z] ---> Using cache [2020-08-27T20:37:44.719Z] ---> ce89afd4bae2 [2020-08-27T20:37:44.719Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T20:37:46.539Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-27T20:37:46.663Z] Removing intermediate container 3847fc430b91 [2020-08-27T20:37:46.663Z] ---> 4d7e73ad2211 [2020-08-27T20:37:46.663Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:37:46.663Z] ---> Running in cb750a93985f [2020-08-27T20:37:46.663Z] ---> Running in 199a19a0904f [2020-08-27T20:37:46.663Z] ---> Running in 662cfee61a10 [2020-08-27T20:37:46.928Z] ---> Running in d15b6cf9b9cb [2020-08-27T20:37:48.867Z] Removing intermediate container d15b6cf9b9cb [2020-08-27T20:37:48.867Z] ---> f002bde8205d [2020-08-27T20:37:48.867Z] Step 24/26 : LABEL arch=x86_64 [2020-08-27T20:37:48.867Z] ---> Running in e5248e894943 [2020-08-27T20:37:49.841Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:37:49.841Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:37:49.841Z] ---> 3198c6b4d882 [2020-08-27T20:37:49.841Z] Step 3/23 : WORKDIR /edgex-go [2020-08-27T20:37:49.841Z] ---> Using cache [2020-08-27T20:37:49.841Z] ---> de583a1d3294 [2020-08-27T20:37:49.841Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:37:49.841Z] ---> Using cache [2020-08-27T20:37:49.841Z] ---> 4b97fb1cf5a4 [2020-08-27T20:37:49.841Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T20:37:49.841Z] 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-27T20:37:49.841Z] 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-27T20:37:49.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:50.444Z] Removing intermediate container e5248e894943 [2020-08-27T20:37:50.444Z] ---> 3a033ac4389f [2020-08-27T20:37:50.444Z] Step 25/26 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:37:50.444Z] ---> Running in 4540037fd453 [2020-08-27T20:37:50.444Z] ---> Running in 0c5b36c0c1cf [2020-08-27T20:37:50.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:50.727Z] Removing intermediate container 0c5b36c0c1cf [2020-08-27T20:37:50.727Z] ---> 10f599d65feb [2020-08-27T20:37:50.727Z] Step 26/26 : LABEL version=0.0.0 [2020-08-27T20:37:50.727Z] ---> Running in ce1ee729ed1f [2020-08-27T20:37:51.005Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:37:51.005Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:37:51.005Z] OK: 12746 distinct packages available [2020-08-27T20:37:51.005Z] Removing intermediate container ce1ee729ed1f [2020-08-27T20:37:51.005Z] ---> 617fcb4210ef [2020-08-27T20:37:51.005Z] [2020-08-27T20:37:51.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:51.280Z] Successfully built 617fcb4210ef [2020-08-27T20:37:51.280Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-27T20:37:51.280Z] Building docker-sys-mgmt-agent-go [2020-08-27T20:37:51.559Z]  Building docker-security-secretstore-setup-go ... done OK: 233 MiB in 51 packages [2020-08-27T20:37:51.833Z] OK: 233 MiB in 51 packages [2020-08-27T20:37:52.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:53.896Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:37:53.896Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:37:53.896Z] OK: 12746 distinct packages available [2020-08-27T20:37:54.505Z] OK: 233 MiB in 51 packages [2020-08-27T20:37:57.123Z] Removing intermediate container 4540037fd453 [2020-08-27T20:37:57.123Z] ---> 22e312fac6e4 [2020-08-27T20:37:57.123Z] Step 6/23 : COPY go.mod . [2020-08-27T20:37:57.123Z] Removing intermediate container cb750a93985f [2020-08-27T20:37:57.123Z] ---> 1528bf62495f [2020-08-27T20:37:57.123Z] Step 6/22 : COPY go.mod . [2020-08-27T20:37:58.538Z] ---> 8e15dd69b201 [2020-08-27T20:37:58.538Z] Step 7/23 : RUN go mod download [2020-08-27T20:37:58.538Z] ---> f859f2dd14f4 [2020-08-27T20:37:58.538Z] Step 7/22 : RUN go mod download [2020-08-27T20:37:58.811Z] ---> Running in d0cb1f09d408 [2020-08-27T20:37:58.811Z] ---> Running in 8b370e4a3fde [2020-08-27T20:38:04.173Z] Removing intermediate container d0cb1f09d408 [2020-08-27T20:38:04.173Z] ---> f07b269b0026 [2020-08-27T20:38:04.173Z] Step 8/23 : COPY . . [2020-08-27T20:38:04.173Z] Removing intermediate container 8b370e4a3fde [2020-08-27T20:38:04.173Z] ---> b8cb2b38005c [2020-08-27T20:38:04.173Z] Step 8/22 : COPY . . [2020-08-27T20:38:04.856Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-27T20:38:04.856Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-27T20:38:04.856Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-27T20:38:04.856Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-27T20:38:05.130Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s [2020-08-27T20:38:05.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-27T20:38:05.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-27T20:38:05.130Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-27T20:38:07.109Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-27T20:38:08.099Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-27T20:38:08.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-27T20:38:08.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-27T20:38:08.375Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-27T20:38:15.565Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:38:15.565Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:38:15.565Z] ---> 3198c6b4d882 [2020-08-27T20:38:15.565Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T20:38:15.565Z] ---> Using cache [2020-08-27T20:38:15.565Z] ---> de583a1d3294 [2020-08-27T20:38:15.565Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:38:15.565Z] ---> Using cache [2020-08-27T20:38:15.565Z] ---> 4b97fb1cf5a4 [2020-08-27T20:38:15.565Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-27T20:38:16.994Z] ---> Running in c23a385840ed [2020-08-27T20:38:18.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.060s coverage: 46.6% of statements [2020-08-27T20:38:18.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-27T20:38:18.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-27T20:38:18.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-27T20:38:18.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-27T20:38:18.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-27T20:38:19.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:20.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:21.507Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:38:21.507Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:38:21.507Z] OK: 12746 distinct packages available [2020-08-27T20:38:21.776Z] OK: 233 MiB in 51 packages [2020-08-27T20:38:25.118Z] Removing intermediate container c23a385840ed [2020-08-27T20:38:25.118Z] ---> 8c745d81fe5e [2020-08-27T20:38:25.118Z] Step 6/27 : COPY go.mod . [2020-08-27T20:38:25.698Z] ---> 9f89222c35ea [2020-08-27T20:38:25.698Z] Step 7/27 : RUN go mod download [2020-08-27T20:38:27.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.235s coverage: 27.2% of statements [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-27T20:38:27.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-27T20:38:27.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-27T20:38:27.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.065s coverage: 80.0% of statements [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-27T20:38:27.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-27T20:38:27.636Z] ---> Running in 64de97896778 [2020-08-27T20:38:28.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 92.9% of statements [2020-08-27T20:38:28.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-27T20:38:28.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-27T20:38:28.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-27T20:38:28.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-27T20:38:32.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.265s coverage: 28.6% of statements [2020-08-27T20:38:32.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-27T20:38:32.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-27T20:38:32.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-27T20:38:32.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-27T20:38:32.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-27T20:38:32.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2020-08-27T20:38:32.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-27T20:38:33.864Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2020-08-27T20:38:33.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-27T20:38:34.300Z] ---> 2e5ca5f50b5c [2020-08-27T20:38:34.300Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T20:38:34.300Z] Removing intermediate container 199a19a0904f [2020-08-27T20:38:34.300Z] ---> 844d93a59af7 [2020-08-27T20:38:34.300Z] [2020-08-27T20:38:34.300Z] Step 10/21 : FROM scratch [2020-08-27T20:38:34.300Z] ---> [2020-08-27T20:38:34.300Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:38:34.300Z] ---> 76695f280a63 [2020-08-27T20:38:34.300Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T20:38:34.300Z] Removing intermediate container 662cfee61a10 [2020-08-27T20:38:34.300Z] ---> 760f85e0999d [2020-08-27T20:38:34.300Z] [2020-08-27T20:38:34.300Z] Step 10/22 : FROM scratch [2020-08-27T20:38:34.300Z] ---> [2020-08-27T20:38:34.300Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:38:34.300Z] ---> Running in d4b23d373916 [2020-08-27T20:38:34.300Z] ---> Running in 5d8782da7134 [2020-08-27T20:38:34.300Z] ---> Using cache [2020-08-27T20:38:34.300Z] ---> 5b2be4db2059 [2020-08-27T20:38:34.300Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T20:38:34.300Z] ---> Using cache [2020-08-27T20:38:34.300Z] ---> 5b2be4db2059 [2020-08-27T20:38:34.300Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T20:38:34.300Z] Removing intermediate container 64de97896778 [2020-08-27T20:38:34.300Z] ---> 72c685024507 [2020-08-27T20:38:34.300Z] Step 8/27 : COPY . . [2020-08-27T20:38:34.300Z] ---> Running in dd0ed8b03424 [2020-08-27T20:38:34.300Z] ---> Running in 170ca96bccc8 [2020-08-27T20:38:34.968Z] 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-27T20:38:35.243Z] 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-27T20:38:35.243Z] Removing intermediate container 170ca96bccc8 [2020-08-27T20:38:35.243Z] ---> 2fbd1f274a5b [2020-08-27T20:38:35.243Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:38:35.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 89.8% of statements [2020-08-27T20:38:35.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-27T20:38:35.521Z] Removing intermediate container dd0ed8b03424 [2020-08-27T20:38:35.521Z] ---> 37bf21b99526 [2020-08-27T20:38:35.521Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T20:38:35.521Z] ---> Running in da0958033b06 [2020-08-27T20:38:35.521Z] ---> Running in e2461572eed5 [2020-08-27T20:38:38.838Z] Removing intermediate container da0958033b06 [2020-08-27T20:38:38.839Z] ---> 84d7f581f7ae [2020-08-27T20:38:38.839Z] Step 14/22 : WORKDIR / [2020-08-27T20:38:39.124Z] Removing intermediate container e2461572eed5 [2020-08-27T20:38:39.124Z] ---> 5921073b12e2 [2020-08-27T20:38:39.124Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T20:38:39.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-27T20:38:39.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 100.0% of statements [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-27T20:38:39.649Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-27T20:38:39.650Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-27T20:38:39.650Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-27T20:38:39.650Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-27T20:38:39.650Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-27T20:38:39.650Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-27T20:38:39.650Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-27T20:38:39.650Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2020-08-27T20:38:39.650Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-27T20:38:39.650Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-27T20:38:39.650Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-27T20:38:40.113Z] ---> Running in e8e42bf5ae5d [2020-08-27T20:38:40.418Z] ---> fa5f08af767b [2020-08-27T20:38:40.418Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T20:38:41.450Z] Removing intermediate container e8e42bf5ae5d [2020-08-27T20:38:41.450Z] ---> 4d65a65d4a62 [2020-08-27T20:38:41.450Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T20:38:42.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2020-08-27T20:38:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-27T20:38:42.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-27T20:38:42.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2020-08-27T20:38:42.618Z] ---> c6abb1895185 [2020-08-27T20:38:42.618Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T20:38:44.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 55.9% of statements [2020-08-27T20:38:44.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-27T20:38:44.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-27T20:38:44.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-27T20:38:44.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-27T20:38:44.725Z] ---> 8bb3c5a56b9f [2020-08-27T20:38:44.725Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-27T20:38:45.106Z] ---> 379d8352ea9d [2020-08-27T20:38:45.106Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T20:38:47.215Z] ---> 3fbb78944419 [2020-08-27T20:38:47.215Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T20:38:47.215Z] ---> fdd7d65c24c7 [2020-08-27T20:38:47.215Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T20:38:47.531Z] ---> Running in 19d4ed0d6587 [2020-08-27T20:38:47.531Z] ---> Running in 151b4a8c81ce [2020-08-27T20:38:49.111Z] Removing intermediate container 151b4a8c81ce [2020-08-27T20:38:49.111Z] ---> cc968da6867e [2020-08-27T20:38:49.111Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:38:49.111Z] Removing intermediate container 19d4ed0d6587 [2020-08-27T20:38:49.111Z] ---> 5ef7edee0b1b [2020-08-27T20:38:49.111Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:38:49.111Z] ---> Running in f337d6cb5a2c [2020-08-27T20:38:49.111Z] ---> Running in a73871a27061 [2020-08-27T20:38:50.158Z] Removing intermediate container f337d6cb5a2c [2020-08-27T20:38:50.158Z] ---> 84ca09ef332a [2020-08-27T20:38:50.158Z] Step 19/21 : LABEL arch=x86_64 [2020-08-27T20:38:50.158Z] Removing intermediate container a73871a27061 [2020-08-27T20:38:50.158Z] ---> a43dffae05a3 [2020-08-27T20:38:50.158Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:38:50.158Z] ---> Running in 8ca162d8d8a6 [2020-08-27T20:38:50.428Z] ---> Running in 6357754bcb3b [2020-08-27T20:38:51.043Z] Removing intermediate container 8ca162d8d8a6 [2020-08-27T20:38:51.043Z] ---> e5ee7130789f [2020-08-27T20:38:51.043Z] Step 20/21 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:38:51.043Z] Removing intermediate container 6357754bcb3b [2020-08-27T20:38:51.043Z] ---> a798be2f7ecb [2020-08-27T20:38:51.043Z] Step 21/22 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:38:51.043Z] ---> Running in 34b27a6aa5d4 [2020-08-27T20:38:51.324Z] ---> Running in e7d068776d7d [2020-08-27T20:38:51.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.807s coverage: 86.3% of statements [2020-08-27T20:38:51.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-27T20:38:51.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.221s coverage: 72.2% of statements [2020-08-27T20:38:51.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.414s coverage: 72.1% of statements [2020-08-27T20:38:51.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements [2020-08-27T20:38:51.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-08-27T20:38:51.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-27T20:38:51.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-27T20:38:51.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-27T20:38:51.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.079s coverage: 28.8% of statements [2020-08-27T20:38:51.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-27T20:38:52.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.049s coverage: 96.8% of statements [2020-08-27T20:38:52.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-27T20:38:53.351Z] Removing intermediate container 34b27a6aa5d4 [2020-08-27T20:38:53.351Z] ---> c2dd8dd219ba [2020-08-27T20:38:53.351Z] Step 21/21 : LABEL version=0.0.0 [2020-08-27T20:38:53.622Z] Removing intermediate container e7d068776d7d [2020-08-27T20:38:53.622Z] ---> e94edf1dd2f8 [2020-08-27T20:38:53.622Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:38:53.905Z] ---> Running in 716bd6b03116 [2020-08-27T20:38:54.189Z] ---> Running in b7a503fd4c94 [2020-08-27T20:38:54.803Z] Removing intermediate container 716bd6b03116 [2020-08-27T20:38:54.803Z] ---> 659509889672 [2020-08-27T20:38:54.803Z] [2020-08-27T20:38:54.803Z] Removing intermediate container b7a503fd4c94 [2020-08-27T20:38:54.803Z] ---> 14482a49760c [2020-08-27T20:38:54.803Z] [2020-08-27T20:38:55.100Z] Successfully built 659509889672 [2020-08-27T20:38:55.100Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-27T20:38:55.100Z]  Building docker-support-scheduler-go ... done Successfully built 14482a49760c [2020-08-27T20:38:55.100Z] Successfully tagged docker-core-command-go:latest [2020-08-27T20:38:56.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 26.9% of statements [2020-08-27T20:38:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-27T20:38:56.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-27T20:38:56.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.408s coverage: 84.1% of statements [2020-08-27T20:38:57.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2020-08-27T20:38:58.561Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.073s coverage: 42.9% of statements [2020-08-27T20:38:58.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-27T20:38:58.561Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-27T20:38:59.415Z]  Building docker-core-command-go ... done  ---> 915f81a5beb2 [2020-08-27T20:38:59.415Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T20:38:59.415Z] ---> Running in 34bb653cc4be [2020-08-27T20:39:00.570Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.044s coverage: 100.0% of statements [2020-08-27T20:39:00.570Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-27T20:39:00.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.078s coverage: 83.8% of statements [2020-08-27T20:39:00.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-27T20:39:00.866Z] 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-27T20:39:03.476Z] Removing intermediate container 5d8782da7134 [2020-08-27T20:39:03.476Z] ---> a5cc98a4b65b [2020-08-27T20:39:03.476Z] [2020-08-27T20:39:03.476Z] Step 10/22 : FROM scratch [2020-08-27T20:39:03.476Z] ---> [2020-08-27T20:39:03.476Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:39:03.476Z] ---> Using cache [2020-08-27T20:39:03.476Z] ---> 6f343f44da39 [2020-08-27T20:39:03.476Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T20:39:03.751Z] ---> Running in 76eac5e7c113 [2020-08-27T20:39:04.034Z] Removing intermediate container 76eac5e7c113 [2020-08-27T20:39:04.034Z] ---> 25d48b4af62a [2020-08-27T20:39:04.034Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:39:04.034Z] ---> Running in a644e32ae10f [2020-08-27T20:39:04.313Z] Removing intermediate container a644e32ae10f [2020-08-27T20:39:04.313Z] ---> 692896f847fe [2020-08-27T20:39:04.313Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T20:39:04.590Z] ---> b9d15c92460a [2020-08-27T20:39:04.590Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T20:39:05.585Z] ---> db4ea025792e [2020-08-27T20:39:05.585Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T20:39:06.204Z] ---> d78b2a6cb5d4 [2020-08-27T20:39:06.204Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T20:39:06.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 46.1% of statements [2020-08-27T20:39:06.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-27T20:39:06.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-27T20:39:06.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-08-27T20:39:06.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-27T20:39:06.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-27T20:39:06.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-27T20:39:06.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2020-08-27T20:39:06.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-27T20:39:06.271Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2020-08-27T20:39:06.271Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-27T20:39:08.816Z] ---> efc12b1616ba [2020-08-27T20:39:08.816Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T20:39:08.816Z] ---> Running in 7694c7134659 [2020-08-27T20:39:09.414Z] Removing intermediate container 7694c7134659 [2020-08-27T20:39:09.414Z] ---> 48cdb5fdaf70 [2020-08-27T20:39:09.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:39:09.414Z] ---> Running in 37cc517eb9f1 [2020-08-27T20:39:09.692Z] Removing intermediate container 37cc517eb9f1 [2020-08-27T20:39:09.692Z] ---> 3ed1a2b251a2 [2020-08-27T20:39:09.692Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:39:10.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.182s coverage: 29.1% of statements [2020-08-27T20:39:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-27T20:39:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-27T20:39:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-27T20:39:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-27T20:39:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-27T20:39:10.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements [2020-08-27T20:39:10.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-27T20:39:10.648Z] ---> Running in 5b9e7cd27fdd [2020-08-27T20:39:10.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-08-27T20:39:10.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-27T20:39:10.905Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements [2020-08-27T20:39:10.905Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-27T20:39:10.914Z] Removing intermediate container 5b9e7cd27fdd [2020-08-27T20:39:10.914Z] ---> fceee1ef827b [2020-08-27T20:39:10.914Z] Step 21/22 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:39:10.914Z] ---> Running in c490a940211a [2020-08-27T20:39:11.533Z] Removing intermediate container c490a940211a [2020-08-27T20:39:11.533Z] ---> ba862d0cf250 [2020-08-27T20:39:11.533Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:39:11.533Z] ---> Running in 906443bb9d44 [2020-08-27T20:39:12.133Z] Removing intermediate container 906443bb9d44 [2020-08-27T20:39:12.133Z] ---> 8069270d5aa9 [2020-08-27T20:39:12.133Z] [2020-08-27T20:39:12.133Z] Successfully built 8069270d5aa9 [2020-08-27T20:39:12.133Z] Successfully tagged docker-support-logging-go:latest [2020-08-27T20:39:13.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements [2020-08-27T20:39:13.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-27T20:39:13.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-27T20:39:13.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-27T20:39:13.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-27T20:39:14.171Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2020-08-27T20:39:14.171Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-27T20:39:14.171Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-27T20:39:14.171Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2020-08-27T20:39:14.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.024s coverage: 32.1% of statements [2020-08-27T20:39:15.470Z]  Building docker-support-logging-go ... done Removing intermediate container d4b23d373916 [2020-08-27T20:39:15.470Z] ---> afb2a427181a [2020-08-27T20:39:15.470Z] [2020-08-27T20:39:15.470Z] Step 10/23 : FROM alpine [2020-08-27T20:39:15.470Z] ---> a24bb4013296 [2020-08-27T20:39:15.470Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:39:15.470Z] ---> Running in edda19f7782d [2020-08-27T20:39:15.470Z] Removing intermediate container edda19f7782d [2020-08-27T20:39:15.470Z] ---> 5fde33ae3c19 [2020-08-27T20:39:15.470Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T20:39:15.470Z] ---> Running in e52021f57e03 [2020-08-27T20:39:15.733Z] Removing intermediate container e52021f57e03 [2020-08-27T20:39:15.733Z] ---> 6944121c8e76 [2020-08-27T20:39:15.733Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T20:39:15.733Z] ---> Running in 6e13d0b7b898 [2020-08-27T20:39:15.997Z] Removing intermediate container 6e13d0b7b898 [2020-08-27T20:39:15.997Z] ---> d7bf9c561f98 [2020-08-27T20:39:15.997Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:39:16.427Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-08-27T20:39:17.024Z] GO111MODULE=on go vet ./... [2020-08-27T20:39:17.393Z] ---> Running in 7c2537f417dc [2020-08-27T20:39:17.393Z] Removing intermediate container 34bb653cc4be [2020-08-27T20:39:17.393Z] ---> 754102892302 [2020-08-27T20:39:17.393Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T20:39:18.350Z] ---> Running in 650570a450e7 [2020-08-27T20:39:18.931Z] 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-27T20:39:19.521Z] Removing intermediate container 7c2537f417dc [2020-08-27T20:39:19.521Z] ---> 7bd9c5a8e4c2 [2020-08-27T20:39:19.521Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T20:39:19.521Z] ---> Running in fe5cbc515416 [2020-08-27T20:39:20.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:20.376Z] Removing intermediate container 650570a450e7 [2020-08-27T20:39:20.376Z] ---> eb7f43f66cfb [2020-08-27T20:39:20.376Z] [2020-08-27T20:39:20.376Z] Step 11/27 : FROM docker:latest [2020-08-27T20:39:20.376Z] ---> 81f5749c9058 [2020-08-27T20:39:20.376Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T20:39:20.376Z] ---> Running in f0d9b9505f8f [2020-08-27T20:39:20.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:20.903Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T20:39:20.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:21.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:21.169Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T20:39:21.169Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T20:39:21.169Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T20:39:21.169Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T20:39:21.169Z] Executing bash-5.0.17-r0.post-install [2020-08-27T20:39:21.169Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:39:21.430Z] OK: 12 MiB in 22 packages [2020-08-27T20:39:21.430Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T20:39:21.430Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T20:39:21.696Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:39:21.696Z] OK: 8 MiB in 19 packages [2020-08-27T20:39:23.224Z] Removing intermediate container f0d9b9505f8f [2020-08-27T20:39:23.224Z] ---> a06a3fa65e8f [2020-08-27T20:39:23.224Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T20:39:23.224Z] ---> Running in 5e1793bbb83d [2020-08-27T20:39:23.545Z] Removing intermediate container fe5cbc515416 [2020-08-27T20:39:23.545Z] ---> 6ec99f3c8830 [2020-08-27T20:39:23.545Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T20:39:23.852Z] ---> b2ed83a16bb4 [2020-08-27T20:39:23.852Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T20:39:24.440Z] Removing intermediate container 5e1793bbb83d [2020-08-27T20:39:24.440Z] ---> b76aaca925dd [2020-08-27T20:39:24.440Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T20:39:24.440Z] ---> Running in 7d3690e2414a [2020-08-27T20:39:24.440Z] ---> bb587787bde0 [2020-08-27T20:39:24.440Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T20:39:24.703Z] Removing intermediate container 7d3690e2414a [2020-08-27T20:39:24.703Z] ---> adf58687ded9 [2020-08-27T20:39:24.703Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T20:39:24.703Z] ---> Running in f26d0b1d3084 [2020-08-27T20:39:24.703Z] ---> f41a40430654 [2020-08-27T20:39:24.703Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T20:39:24.966Z] ---> Running in 25169e283bb2 [2020-08-27T20:39:24.966Z] Removing intermediate container f26d0b1d3084 [2020-08-27T20:39:24.966Z] ---> 215c3786acee [2020-08-27T20:39:24.966Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T20:39:24.966Z] ---> Running in e24dff4e4666 [2020-08-27T20:39:24.966Z] Removing intermediate container 25169e283bb2 [2020-08-27T20:39:24.966Z] ---> 14d4add92797 [2020-08-27T20:39:24.966Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:39:25.232Z] ---> Running in dc4393767059 [2020-08-27T20:39:25.232Z] Removing intermediate container e24dff4e4666 [2020-08-27T20:39:25.232Z] ---> 3629463724b6 [2020-08-27T20:39:25.232Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T20:39:25.232Z] Removing intermediate container dc4393767059 [2020-08-27T20:39:25.232Z] ---> 6b557f63b156 [2020-08-27T20:39:25.232Z] Step 21/23 : LABEL arch=x86_64 [2020-08-27T20:39:25.495Z] ---> Running in a79cacbc1d78 [2020-08-27T20:39:25.759Z] Removing intermediate container a79cacbc1d78 [2020-08-27T20:39:25.759Z] ---> 62e88a5e5882 [2020-08-27T20:39:25.759Z] Step 22/23 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:39:25.759Z] ---> 44bdb3e66e80 [2020-08-27T20:39:25.759Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T20:39:25.759Z] ---> Running in 7b0134cf2e65 [2020-08-27T20:39:26.029Z] ---> 120db5d9b798 [2020-08-27T20:39:26.029Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T20:39:26.029Z] Removing intermediate container 7b0134cf2e65 [2020-08-27T20:39:26.029Z] ---> 22fa418d51ef [2020-08-27T20:39:26.029Z] Step 23/23 : LABEL version=0.0.0 [2020-08-27T20:39:26.029Z] ---> Running in 7c0fa04663b5 [2020-08-27T20:39:26.294Z] Removing intermediate container 7c0fa04663b5 [2020-08-27T20:39:26.294Z] ---> c260da6b789d [2020-08-27T20:39:26.294Z] [2020-08-27T20:39:26.294Z] ---> a22e94f197d5 [2020-08-27T20:39:26.294Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T20:39:26.294Z] Successfully built c260da6b789d [2020-08-27T20:39:26.560Z] Successfully tagged docker-core-data-go:latest [2020-08-27T20:39:26.560Z]  Building docker-core-data-go ... done  ---> Running in 99c57612980a [2020-08-27T20:39:26.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:27.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:27.087Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T20:39:27.087Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T20:39:27.087Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T20:39:27.087Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T20:39:27.087Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T20:39:27.087Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T20:39:27.087Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T20:39:28.033Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T20:39:28.033Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T20:39:28.033Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T20:39:28.034Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T20:39:28.034Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T20:39:28.034Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T20:39:28.034Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T20:39:28.295Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T20:39:28.295Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T20:39:28.295Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T20:39:28.295Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T20:39:28.295Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T20:39:28.295Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T20:39:28.295Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T20:39:28.295Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T20:39:28.295Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T20:39:28.295Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T20:39:28.295Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T20:39:28.295Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T20:39:28.295Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T20:39:28.296Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T20:39:28.296Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T20:39:28.296Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T20:39:28.296Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T20:39:28.296Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T20:39:28.296Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T20:39:28.566Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:39:28.566Z] OK: 71 MiB in 55 packages [2020-08-27T20:39:38.599Z] Removing intermediate container 99c57612980a [2020-08-27T20:39:38.599Z] ---> d155f79d2ab2 [2020-08-27T20:39:38.599Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T20:39:38.599Z] ---> Running in 5f27f1bd09ac [2020-08-27T20:39:38.863Z] Collecting docker-compose==1.23.2 [2020-08-27T20:39:38.863Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T20:39:39.126Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T20:39:39.126Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T20:39:39.244Z] gofmt -l . [2020-08-27T20:39:39.244Z] [ "`gofmt -l .`" = "" ] [2020-08-27T20:39:39.702Z] 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-27T20:39:39.702Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T20:39:39.702Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T20:39:39.965Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T20:39:39.965Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T20:39:40.542Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T20:39:40.542Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T20:39:40.542Z] Collecting texttable<0.10,>=0.9.0 [2020-08-27T20:39:40.542Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T20:39:41.123Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T20:39:41.123Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T20:39:41.123Z] Collecting docker<4.0,>=3.6.0 [2020-08-27T20:39:41.123Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T20:39:41.222Z] ./bin/test-go-mod-tidy.sh [2020-08-27T20:39:41.385Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T20:39:41.386Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T20:39:41.386Z] Collecting PyYAML<4,>=3.10 [2020-08-27T20:39:41.386Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T20:39:42.207Z] ./bin/test-attribution-txt.sh [2020-08-27T20:39:42.335Z] Collecting idna<2.8,>=2.5 [2020-08-27T20:39:42.335Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T20:39:42.335Z] 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-27T20:39:42.335Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T20:39:42.335Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T20:39:42.598Z] 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-27T20:39:42.598Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T20:39:42.598Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T20:39:42.598Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T20:39:42.598Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T20:39:42.598Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T20:39:42.598Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T20:39:42.861Z] Installing collected packages: dockerpty, idna, urllib3, requests, docopt, cached-property, texttable, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, docker-compose [2020-08-27T20:39:42.861Z] Running setup.py install for dockerpty: started [2020-08-27T20:39:43.122Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T20:39:43.122Z] Attempting uninstall: idna [2020-08-27T20:39:43.122Z] Found existing installation: idna 2.9 [2020-08-27T20:39:43.122Z] Uninstalling idna-2.9: [2020-08-27T20:39:43.122Z] Successfully uninstalled idna-2.9 [2020-08-27T20:39:43.386Z] Attempting uninstall: urllib3 [2020-08-27T20:39:43.386Z] Found existing installation: urllib3 1.25.9 [2020-08-27T20:39:43.386Z] Uninstalling urllib3-1.25.9: [2020-08-27T20:39:43.386Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T20:39:43.647Z] Attempting uninstall: requests [2020-08-27T20:39:43.647Z] Found existing installation: requests 2.23.0 [2020-08-27T20:39:43.647Z] Uninstalling requests-2.23.0: [2020-08-27T20:39:43.647Z] Successfully uninstalled requests-2.23.0 [2020-08-27T20:39:43.908Z] Running setup.py install for docopt: started [2020-08-27T20:39:44.171Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T20:39:44.434Z] Running setup.py install for texttable: started [2020-08-27T20:39:44.697Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T20:39:45.274Z] Running setup.py install for PyYAML: started [Pipeline] sh [2020-08-27T20:39:45.849Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T20:39:46.112Z] 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-27T20:39:46.300Z] + ls -al . [2020-08-27T20:39:46.300Z] total 584 [2020-08-27T20:39:46.300Z] drwxrwxr-x 10 1001 1001 4096 Aug 27 20:39 . [2020-08-27T20:39:46.300Z] drwxr-xr-x 4 root root 4096 Aug 27 20:37 .. [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 11 Aug 27 20:35 .dockerignore [2020-08-27T20:39:46.300Z] drwxrwxr-x 8 1001 1001 4096 Aug 27 20:35 .git [2020-08-27T20:39:46.300Z] drwxrwxr-x 3 1001 1001 4096 Aug 27 20:35 .github [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 932 Aug 27 20:35 .gitignore [2020-08-27T20:39:46.300Z] drwxrwxr-x 3 1001 1001 4096 Aug 27 20:35 .semver [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 166 Aug 27 20:35 .sonarcloud.properties [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:35 CONTRIBUTING.md [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:35 Dockerfile.build [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 865 Aug 27 20:35 Jenkinsfile [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:35 LICENSE [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:35 Makefile [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:35 README.md [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 259 Aug 27 20:35 SECURITY.md [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:35 ZMQWindows.md [2020-08-27T20:39:46.300Z] drwxrwxr-x 2 1001 1001 4096 Aug 27 20:35 bin [2020-08-27T20:39:46.300Z] drwxrwxr-x 15 1001 1001 4096 Aug 27 20:35 cmd [2020-08-27T20:39:46.300Z] -rw-r--r-- 1 root root 458659 Aug 27 20:39 coverage.out [2020-08-27T20:39:46.300Z] -rw-r--r-- 1 root root 1019 Aug 27 20:39 go.mod [2020-08-27T20:39:46.300Z] -rw-r--r-- 1 root root 19185 Aug 27 20:39 go.sum [2020-08-27T20:39:46.300Z] drwxrwxr-x 8 1001 1001 4096 Aug 27 20:35 internal [2020-08-27T20:39:46.300Z] drwxrwxr-x 4 1001 1001 4096 Aug 27 20:35 openapi [2020-08-27T20:39:46.300Z] drwxrwxr-x 4 1001 1001 4096 Aug 27 20:35 snap [2020-08-27T20:39:46.300Z] -rw-rw-r-- 1 1001 1001 168 Aug 27 20:35 version.go [Pipeline] sh [2020-08-27T20:39:46.992Z] + '[' -e coverage.out ] [2020-08-27T20:39:46.992Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-27T20:39:47.014Z] Warning: overwriting stash ‘coverage-report’ [2020-08-27T20:39:48.349Z] Stashed 1 file(s) [Pipeline] sh [2020-08-27T20:39:49.012Z] + make build [2020-08-27T20:39:49.012Z] 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-27T20:39:49.434Z] Removing intermediate container 5f27f1bd09ac [2020-08-27T20:39:49.434Z] ---> 901cd561d957 [2020-08-27T20:39:49.434Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T20:39:49.434Z] ---> Running in 212d4395baa2 [2020-08-27T20:39:50.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:50.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:50.010Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:39:50.010Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T20:39:50.010Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T20:39:50.010Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:39:50.274Z] OK: 72 MiB in 58 packages [2020-08-27T20:39:50.537Z] Removing intermediate container 212d4395baa2 [2020-08-27T20:39:50.537Z] ---> 95acf18450c5 [2020-08-27T20:39:50.537Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T20:39:50.801Z] ---> Running in 6a94d7926931 [2020-08-27T20:39:50.801Z] Removing intermediate container 6a94d7926931 [2020-08-27T20:39:50.801Z] ---> 6bc26eaae885 [2020-08-27T20:39:50.801Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:39:51.065Z] ---> Running in 6c25e83942a7 [2020-08-27T20:39:51.066Z] Removing intermediate container 6c25e83942a7 [2020-08-27T20:39:51.066Z] ---> 5db0f6b0258c [2020-08-27T20:39:51.066Z] Step 25/27 : LABEL arch=x86_64 [2020-08-27T20:39:51.066Z] ---> Running in acc7daa454ba [2020-08-27T20:39:51.329Z] Removing intermediate container acc7daa454ba [2020-08-27T20:39:51.329Z] ---> 8bafb887757e [2020-08-27T20:39:51.329Z] Step 26/27 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:39:51.329Z] ---> Running in 942ac457fcbb [2020-08-27T20:39:51.593Z] Removing intermediate container 942ac457fcbb [2020-08-27T20:39:51.593Z] ---> b5eebb24380e [2020-08-27T20:39:51.593Z] Step 27/27 : LABEL version=0.0.0 [2020-08-27T20:39:51.593Z] ---> Running in 502bcea54181 [2020-08-27T20:39:51.857Z] Removing intermediate container 502bcea54181 [2020-08-27T20:39:51.857Z] ---> 45d709daff01 [2020-08-27T20:39:51.857Z] [2020-08-27T20:39:52.805Z] Successfully built 45d709daff01 [2020-08-27T20:39:52.805Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-27T20:39:53.081Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-27T20:39:53.099Z] $ docker stop --time=1 49831e0172141fde3f43a3a5092fdc5e6d06451fbb4a52279b099f1c528b1567 [2020-08-27T20:39:54.727Z] $ docker rm -f 49831e0172141fde3f43a3a5092fdc5e6d06451fbb4a52279b099f1c528b1567 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T20:39:55.268Z] + docker images [2020-08-27T20:39:55.268Z] + grep docker [2020-08-27T20:39:55.268Z] docker-sys-mgmt-agent-go latest 45d709daff01 4 seconds ago 284MB [2020-08-27T20:39:55.268Z] docker-core-data-go latest c260da6b789d 29 seconds ago 24.5MB [2020-08-27T20:39:55.268Z] docker-support-logging-go latest 8069270d5aa9 44 seconds ago 11.8MB [2020-08-27T20:39:55.268Z] docker-support-scheduler-go latest 659509889672 About a minute ago 13.1MB [2020-08-27T20:39:55.268Z] docker-core-command-go latest 14482a49760c About a minute ago 13MB [2020-08-27T20:39:55.268Z] docker-security-secretstore-setup-go latest 617fcb4210ef 2 minutes ago 33.9MB [2020-08-27T20:39:55.268Z] docker-support-notifications-go latest 8e9a398ffacf 2 minutes ago 14.5MB [2020-08-27T20:39:55.268Z] docker-core-metadata-go latest e90435b681fd 2 minutes ago 14.4MB [2020-08-27T20:39:55.268Z] docker-security-secrets-setup-go latest acf38cd4c5b7 2 minutes ago 25.1MB [2020-08-27T20:39:55.268Z] docker-security-proxy-setup-go latest 50779419e16f 2 minutes ago 16.4MB [2020-08-27T20:39:55.268Z] docker latest 81f5749c9058 2 months 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-27T20:40:11.179Z] 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-27T20:40:21.306Z] 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-27T20:40:26.730Z] 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-27T20:40:31.013Z] 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-27T20:40:36.383Z] 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-27T20:40:37.808Z] 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-27T20:40:42.102Z] 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-27T20:40:47.485Z] 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-27T20:40:51.785Z] 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-27T20:40:57.168Z] 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-27T20:41:01.450Z] 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-27T20:41:06.831Z] 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-27T20:41:11.167Z] $ docker stop --time=1 58233c82a7179336cccc8bccf4ef3aad0e4bfb37711f4d2fcd2be0536037baee [2020-08-27T20:41:13.654Z] $ docker rm -f 58233c82a7179336cccc8bccf4ef3aad0e4bfb37711f4d2fcd2be0536037baee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:41:15.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:41:15.489Z] [2020-08-27T20:41:15.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:41:15.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:41:16.138Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-27T20:41:16.138Z] 29e5d40040c1: Pulling fs layer [2020-08-27T20:41:16.138Z] 1ce36da41761: Pulling fs layer [2020-08-27T20:41:16.138Z] 25b303627fd3: Pulling fs layer [2020-08-27T20:41:16.138Z] 29e5d40040c1: Verifying Checksum [2020-08-27T20:41:16.138Z] 29e5d40040c1: Download complete [2020-08-27T20:41:16.410Z] 1ce36da41761: Verifying Checksum [2020-08-27T20:41:16.410Z] 1ce36da41761: Download complete [2020-08-27T20:41:17.004Z] 29e5d40040c1: Pull complete [2020-08-27T20:41:18.432Z] 1ce36da41761: Pull complete [2020-08-27T20:41:18.432Z] 25b303627fd3: Verifying Checksum [2020-08-27T20:41:18.432Z] 25b303627fd3: Download complete [2020-08-27T20:41:28.588Z] 25b303627fd3: Pull complete [2020-08-27T20:41:28.588Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-27T20:41:28.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:41:28.588Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-27T20:41:28.897Z] prd-ubuntu18.04-docker-arm64-4c-16g-503 does not seem to be running inside a container [2020-08-27T20:41:29.067Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-27T20:41:32.825Z] $ docker top c20882dd14cafb6b0e925faf86620124d4d042b8e8ab88023c9e07d645b6a39b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:41:34.252Z] + grep parallel [2020-08-27T20:41:34.252Z] + docker-compose build --help [2020-08-27T20:41:38.613Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T20:41:38.658Z] $ docker stop --time=1 c20882dd14cafb6b0e925faf86620124d4d042b8e8ab88023c9e07d645b6a39b [2020-08-27T20:41:40.659Z] $ docker rm -f c20882dd14cafb6b0e925faf86620124d4d042b8e8ab88023c9e07d645b6a39b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:41:41.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:41:41.424Z] . [Pipeline] withDockerContainer [2020-08-27T20:41:41.700Z] prd-ubuntu18.04-docker-arm64-4c-16g-503 does not seem to be running inside a container [2020-08-27T20:41:41.818Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T20:41:43.196Z] $ docker top 312b80523632d2dfa46bdbd7af9d9b62d143b3714703bea2e4c4bd9f95bfe1b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:41:44.167Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T20:41:48.469Z] Building docker-core-command-go ... [2020-08-27T20:41:48.469Z] Building docker-core-data-go ... [2020-08-27T20:41:48.469Z] Building docker-core-metadata-go ... [2020-08-27T20:41:48.469Z] Building docker-security-proxy-setup-go ... [2020-08-27T20:41:48.469Z] Building docker-security-secrets-setup-go ... [2020-08-27T20:41:48.469Z] Building docker-security-secretstore-setup-go ... [2020-08-27T20:41:48.469Z] Building docker-support-logging-go ... [2020-08-27T20:41:48.469Z] Building docker-support-notifications-go ... [2020-08-27T20:41:48.469Z] Building docker-support-scheduler-go ... [2020-08-27T20:41:48.469Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T20:41:48.469Z] Building docker-core-command-go [2020-08-27T20:41:48.469Z] Building docker-support-scheduler-go [2020-08-27T20:41:48.469Z] Building docker-support-notifications-go [2020-08-27T20:41:48.469Z] Building docker-core-metadata-go [2020-08-27T20:41:48.469Z] Building docker-sys-mgmt-agent-go [2020-08-27T20:43:40.262Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:40.262Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:40.262Z] ---> 0e04d8f76abf [2020-08-27T20:43:40.262Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T20:43:40.262Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:40.262Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:40.262Z] ---> 0e04d8f76abf [2020-08-27T20:43:40.262Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:43:40.262Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:40.262Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:40.262Z] ---> 0e04d8f76abf [2020-08-27T20:43:40.262Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T20:43:40.262Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:40.262Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:40.262Z] ---> 0e04d8f76abf [2020-08-27T20:43:40.262Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:43:40.262Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:43:40.262Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:43:40.262Z] ---> 0e04d8f76abf [2020-08-27T20:43:40.262Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T20:43:40.262Z] ---> Running in cac9c2d8bc54 [2020-08-27T20:43:40.262Z] ---> Running in 9d0381a58464 [2020-08-27T20:43:40.262Z] ---> Running in bdb2f68a0443 [2020-08-27T20:43:40.262Z] ---> Running in 2c4ca29cb096 [2020-08-27T20:43:40.262Z] ---> Running in 0e64dd7d8b71 [2020-08-27T20:43:40.262Z] Removing intermediate container cac9c2d8bc54 [2020-08-27T20:43:40.262Z] ---> 6b6d572f70ef [2020-08-27T20:43:40.262Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:40.262Z] Removing intermediate container 2c4ca29cb096 [2020-08-27T20:43:40.262Z] ---> e16131d9162a [2020-08-27T20:43:40.262Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:40.262Z] Removing intermediate container 0e64dd7d8b71 [2020-08-27T20:43:40.262Z] ---> c71d386ee6ce [2020-08-27T20:43:40.262Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:40.262Z] Removing intermediate container bdb2f68a0443 [2020-08-27T20:43:40.262Z] ---> 772914c827ad [2020-08-27T20:43:40.262Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:40.262Z] Removing intermediate container 9d0381a58464 [2020-08-27T20:43:40.262Z] ---> ca34ec21104d [2020-08-27T20:43:40.262Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:43:40.262Z] ---> Running in 7c11a5e8f858 [2020-08-27T20:43:40.532Z] ---> Running in 3a5b02c22c6b [2020-08-27T20:43:40.532Z] ---> Running in 84b463c4f118 [2020-08-27T20:43:40.532Z] ---> Running in 09e2ae9ab1cd [2020-08-27T20:43:40.532Z] ---> Running in 39b001eac071 [2020-08-27T20:43:44.838Z] Removing intermediate container 7c11a5e8f858 [2020-08-27T20:43:44.838Z] ---> 5194885b5799 [2020-08-27T20:43:44.839Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T20:43:44.839Z] ---> Running in 3c03ac2cb938 [2020-08-27T20:43:44.839Z] Removing intermediate container 3a5b02c22c6b [2020-08-27T20:43:44.839Z] ---> 5d4da50f30cb [2020-08-27T20:43:44.839Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:43:45.109Z] ---> Running in 7e20bee4ef2f [2020-08-27T20:43:45.109Z] Removing intermediate container 84b463c4f118 [2020-08-27T20:43:45.109Z] ---> 55f55349f867 [2020-08-27T20:43:45.109Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:43:45.109Z] Removing intermediate container 39b001eac071 [2020-08-27T20:43:45.109Z] ---> ffb762d90ce0 [2020-08-27T20:43:45.109Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-27T20:43:45.381Z] ---> Running in 0cb04b0b159a [2020-08-27T20:43:45.381Z] ---> Running in 3438dbd76aed [2020-08-27T20:43:45.655Z] Removing intermediate container 09e2ae9ab1cd [2020-08-27T20:43:45.655Z] ---> 34d7a01044e4 [2020-08-27T20:43:45.655Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T20:43:45.926Z] ---> Running in 5c8e2f38c98c [2020-08-27T20:43:46.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:47.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:47.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:47.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:48.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:48.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:48.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:48.650Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:48.650Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:48.650Z] OK: 12617 distinct packages available [2020-08-27T20:43:48.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:48.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:48.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:43:48.920Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:48.920Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:48.920Z] OK: 12617 distinct packages available [2020-08-27T20:43:49.516Z] OK: 217 MiB in 51 packages [2020-08-27T20:43:49.793Z] OK: 217 MiB in 51 packages [2020-08-27T20:43:49.793Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:49.793Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:49.793Z] OK: 12617 distinct packages available [2020-08-27T20:43:50.069Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:50.069Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:50.069Z] OK: 12617 distinct packages available [2020-08-27T20:43:50.069Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:43:50.069Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:43:50.069Z] OK: 12617 distinct packages available [2020-08-27T20:43:51.059Z] OK: 217 MiB in 51 packages [2020-08-27T20:43:51.059Z] OK: 217 MiB in 51 packages [2020-08-27T20:43:51.059Z] OK: 217 MiB in 51 packages [2020-08-27T20:43:51.334Z] Removing intermediate container 3c03ac2cb938 [2020-08-27T20:43:51.334Z] ---> 78c2726e12cf [2020-08-27T20:43:51.334Z] Step 6/24 : COPY go.mod . [2020-08-27T20:43:51.621Z] Removing intermediate container 7e20bee4ef2f [2020-08-27T20:43:51.621Z] ---> e5cba4a59b24 [2020-08-27T20:43:51.621Z] Step 6/22 : COPY go.mod . [2020-08-27T20:43:52.595Z] ---> 62d1306760dd [2020-08-27T20:43:52.595Z] Step 7/24 : RUN go mod download [2020-08-27T20:43:52.595Z] Removing intermediate container 3438dbd76aed [2020-08-27T20:43:52.595Z] ---> eb12bbd3220a [2020-08-27T20:43:52.595Z] Step 6/27 : COPY go.mod . [2020-08-27T20:43:52.595Z] ---> c842037d032d [2020-08-27T20:43:52.595Z] Step 7/22 : RUN go mod download [2020-08-27T20:43:52.595Z] ---> Running in 657b760e410e [2020-08-27T20:43:52.872Z] ---> Running in 89c8b72e878d [2020-08-27T20:43:52.872Z] Removing intermediate container 5c8e2f38c98c [2020-08-27T20:43:52.872Z] ---> 8d02571f1a16 [2020-08-27T20:43:52.872Z] Step 6/21 : COPY go.mod . [2020-08-27T20:43:53.145Z] Removing intermediate container 0cb04b0b159a [2020-08-27T20:43:53.145Z] ---> f7a3a611b599 [2020-08-27T20:43:53.145Z] Step 6/22 : COPY go.mod . [2020-08-27T20:43:53.754Z] ---> 8521f68092ae [2020-08-27T20:43:53.754Z] Step 7/27 : RUN go mod download [2020-08-27T20:43:54.050Z] ---> Running in 44b183e05e46 [2020-08-27T20:43:54.050Z] ---> 073b97949e50 [2020-08-27T20:43:54.050Z] Step 7/21 : RUN go mod download [2020-08-27T20:43:54.395Z] ---> Running in 88a0d6dc7f46 [2020-08-27T20:43:54.395Z] ---> 420ab89ae01d [2020-08-27T20:43:54.395Z] Step 7/22 : RUN go mod download [2020-08-27T20:43:55.106Z] ---> Running in e3a18d3632ba [2020-08-27T20:43:58.504Z] Removing intermediate container 89c8b72e878d [2020-08-27T20:43:58.504Z] ---> 46e1857eedd8 [2020-08-27T20:43:58.504Z] Step 8/22 : COPY . . [2020-08-27T20:43:58.504Z] Removing intermediate container 657b760e410e [2020-08-27T20:43:58.504Z] ---> 5b759765c9f8 [2020-08-27T20:43:58.504Z] Step 8/24 : COPY . . [2020-08-27T20:43:59.482Z] Removing intermediate container 44b183e05e46 [2020-08-27T20:43:59.482Z] ---> 7aede26cb36a [2020-08-27T20:43:59.482Z] Step 8/27 : COPY . . [2020-08-27T20:44:00.458Z] Removing intermediate container 88a0d6dc7f46 [2020-08-27T20:44:00.458Z] ---> b333071c5271 [2020-08-27T20:44:00.458Z] Step 8/21 : COPY . . [2020-08-27T20:44:00.732Z] Removing intermediate container e3a18d3632ba [2020-08-27T20:44:00.732Z] ---> 0ef69aea6c79 [2020-08-27T20:44:00.732Z] Step 8/22 : COPY . . [2020-08-27T20:44:33.136Z] ---> 8587c9a0641f [2020-08-27T20:44:33.136Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T20:44:33.136Z] ---> 160955c00517 [2020-08-27T20:44:33.136Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T20:44:33.136Z] ---> 13aeb7ab6d42 [2020-08-27T20:44:33.136Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T20:44:33.136Z] ---> 3bc724612385 [2020-08-27T20:44:33.136Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T20:44:33.136Z] ---> Running in 0e89cfa2eed1 [2020-08-27T20:44:33.136Z] ---> 0e95760782d0 [2020-08-27T20:44:33.136Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T20:44:33.136Z] ---> Running in d88e40711c9f [2020-08-27T20:44:33.136Z] ---> Running in e97b68f0f974 [2020-08-27T20:44:33.136Z] ---> Running in 31b9659898af [2020-08-27T20:44:33.136Z] ---> Running in 513b93f48b65 [2020-08-27T20:44:33.414Z] 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-27T20:44:34.019Z] 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-27T20:44:34.019Z] 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-27T20:44:34.019Z] 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-27T20:44:34.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T20:46:26.165Z] Removing intermediate container 513b93f48b65 [2020-08-27T20:46:26.165Z] ---> 4c966d843a00 [2020-08-27T20:46:26.165Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T20:46:26.165Z] ---> Running in 9381813c1053 [2020-08-27T20:46:26.165Z] 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-27T20:46:26.165Z] Removing intermediate container 9381813c1053 [2020-08-27T20:46:26.165Z] ---> d6d23df2c388 [2020-08-27T20:46:26.165Z] [2020-08-27T20:46:26.165Z] Step 11/27 : FROM docker:latest [2020-08-27T20:46:26.165Z] ---> ce9d55ae87f1 [2020-08-27T20:46:26.165Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T20:46:26.165Z] ---> Running in a3d18596b455 [2020-08-27T20:46:26.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:46:26.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:46:27.430Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T20:46:27.430Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T20:46:27.430Z] Executing bash-5.0.17-r0.post-install [2020-08-27T20:46:27.430Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:46:27.430Z] OK: 12 MiB in 22 packages [2020-08-27T20:46:29.444Z] Removing intermediate container a3d18596b455 [2020-08-27T20:46:29.444Z] ---> 2247e7eada02 [2020-08-27T20:46:29.444Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T20:46:29.733Z] ---> Running in 6a4f533709e5 [2020-08-27T20:46:35.219Z] Removing intermediate container 6a4f533709e5 [2020-08-27T20:46:35.219Z] ---> b8d73d092c6e [2020-08-27T20:46:35.219Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T20:46:35.219Z] ---> Running in dc2aa8a035c7 [2020-08-27T20:46:36.230Z] Removing intermediate container dc2aa8a035c7 [2020-08-27T20:46:36.230Z] ---> c6d54dfd9a43 [2020-08-27T20:46:36.230Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T20:46:37.224Z] ---> Running in ff16b748e5ed [2020-08-27T20:46:38.232Z] Removing intermediate container ff16b748e5ed [2020-08-27T20:46:38.232Z] ---> 2cff9e7a10dc [2020-08-27T20:46:38.232Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T20:46:38.851Z] ---> Running in ae9c0b347dd0 [2020-08-27T20:46:39.128Z] Removing intermediate container d88e40711c9f [2020-08-27T20:46:39.128Z] ---> 60113f788316 [2020-08-27T20:46:39.128Z] [2020-08-27T20:46:39.128Z] Step 10/24 : FROM scratch [2020-08-27T20:46:39.128Z] ---> [2020-08-27T20:46:39.128Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:46:39.403Z] Removing intermediate container 0e89cfa2eed1 [2020-08-27T20:46:39.403Z] ---> 738023d15461 [2020-08-27T20:46:39.403Z] [2020-08-27T20:46:39.403Z] Step 10/22 : FROM scratch [2020-08-27T20:46:39.403Z] ---> [2020-08-27T20:46:39.403Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:46:39.696Z] ---> Running in 567878a09ac7 [2020-08-27T20:46:39.696Z] ---> Running in 070e80838e86 [2020-08-27T20:46:40.290Z] Removing intermediate container ae9c0b347dd0 [2020-08-27T20:46:40.290Z] ---> 045dec236d27 [2020-08-27T20:46:40.290Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T20:46:40.290Z] Removing intermediate container 070e80838e86 [2020-08-27T20:46:40.290Z] ---> 6eabaed9352b [2020-08-27T20:46:40.290Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T20:46:40.562Z] Removing intermediate container 567878a09ac7 [2020-08-27T20:46:40.562Z] ---> a3ac2439eafd [2020-08-27T20:46:40.562Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T20:46:40.562Z] Removing intermediate container e97b68f0f974 [2020-08-27T20:46:40.562Z] ---> f580d7d2f27e [2020-08-27T20:46:40.562Z] [2020-08-27T20:46:40.562Z] Step 10/21 : FROM scratch [2020-08-27T20:46:40.562Z] ---> [2020-08-27T20:46:40.562Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:46:40.838Z] ---> Using cache [2020-08-27T20:46:40.838Z] ---> a3ac2439eafd [2020-08-27T20:46:40.838Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T20:46:40.838Z] ---> Running in f191365ad4dd [2020-08-27T20:46:40.838Z] ---> Running in 447a29965af5 [2020-08-27T20:46:40.838Z] ---> Running in 6d5cff7e0a80 [2020-08-27T20:46:41.835Z] Removing intermediate container 447a29965af5 [2020-08-27T20:46:41.835Z] ---> de182d213bf8 [2020-08-27T20:46:41.835Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:46:41.835Z] Removing intermediate container f191365ad4dd [2020-08-27T20:46:41.835Z] ---> 36e4f324dc64 [2020-08-27T20:46:41.835Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-27T20:46:41.835Z] ---> ef7381e10e2f [2020-08-27T20:46:41.835Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T20:46:42.105Z] ---> Running in df4282f033d2 [2020-08-27T20:46:42.105Z] ---> Running in d19981b6e164 [2020-08-27T20:46:42.105Z] Removing intermediate container 6d5cff7e0a80 [2020-08-27T20:46:42.105Z] ---> f56cb12c9d64 [2020-08-27T20:46:42.105Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T20:46:42.105Z] ---> Running in 294bae9f63ea [2020-08-27T20:46:42.700Z] Removing intermediate container df4282f033d2 [2020-08-27T20:46:42.700Z] ---> 314859c7cd6b [2020-08-27T20:46:42.700Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T20:46:42.701Z] Removing intermediate container d19981b6e164 [2020-08-27T20:46:42.701Z] ---> 66e8aac9cd08 [2020-08-27T20:46:42.701Z] Step 14/22 : WORKDIR / [2020-08-27T20:46:42.971Z] ---> 7b45e2282b4a [2020-08-27T20:46:42.971Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T20:46:42.971Z] Removing intermediate container 294bae9f63ea [2020-08-27T20:46:42.971Z] ---> a7153b070ac1 [2020-08-27T20:46:42.971Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T20:46:42.971Z] ---> Running in 9e132061a93a [2020-08-27T20:46:43.946Z] Removing intermediate container 9e132061a93a [2020-08-27T20:46:43.946Z] ---> 968d5202c1d3 [2020-08-27T20:46:43.946Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T20:46:44.237Z] ---> a7be43d7066d [2020-08-27T20:46:44.237Z] ---> 7f0a6c256b3a [2020-08-27T20:46:44.237Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T20:46:44.237Z] Removing intermediate container 31b9659898af [2020-08-27T20:46:44.237Z] ---> 8d762978be8d [2020-08-27T20:46:44.237Z] [2020-08-27T20:46:44.237Z] Step 10/22 : FROM scratch [2020-08-27T20:46:44.237Z] ---> [2020-08-27T20:46:44.237Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:46:44.237Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T20:46:44.237Z] ---> Using cache [2020-08-27T20:46:44.237Z] ---> a3ac2439eafd [2020-08-27T20:46:44.237Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T20:46:44.509Z] ---> Running in 99ec695714d5 [2020-08-27T20:46:44.509Z] ---> efac2bbe09be [2020-08-27T20:46:44.509Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T20:46:44.787Z] ---> Running in d205d1e9d823 [2020-08-27T20:46:45.382Z] ---> 02ea79a249ab [2020-08-27T20:46:45.382Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T20:46:45.655Z] Removing intermediate container 99ec695714d5 [2020-08-27T20:46:45.655Z] ---> 3dbc34427843 [2020-08-27T20:46:45.655Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:46:45.930Z] ---> Running in ae673cd4a94b [2020-08-27T20:46:46.212Z] ---> 5cc8b9eea093 [2020-08-27T20:46:46.212Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> e70eddfeb3a9 [2020-08-27T20:46:46.212Z] [2020-08-27T20:46:46.212Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T20:46:46.487Z] Removing intermediate container ae673cd4a94b [2020-08-27T20:46:46.487Z] ---> 33f890edafa7 [2020-08-27T20:46:46.487Z] Step 14/22 : WORKDIR / [2020-08-27T20:46:46.763Z] ---> Running in 545434a30b8c [2020-08-27T20:46:47.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:46:47.037Z] ---> 4ccca9195f3f [2020-08-27T20:46:47.037Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T20:46:47.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:46:47.311Z] ---> fce57d4f7d20 [2020-08-27T20:46:47.311Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T20:46:47.585Z] Removing intermediate container 545434a30b8c [2020-08-27T20:46:47.585Z] ---> 616532c0969b [2020-08-27T20:46:47.585Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-27T20:46:47.585Z] ---> Running in eb989c1290ad [2020-08-27T20:46:47.855Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T20:46:47.855Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T20:46:47.855Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T20:46:47.855Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T20:46:47.855Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T20:46:47.855Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T20:46:47.855Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T20:46:48.130Z] ---> 61a1c43f483c [2020-08-27T20:46:48.130Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T20:46:48.406Z] Removing intermediate container eb989c1290ad [2020-08-27T20:46:48.406Z] ---> 256ddf32fe7a [2020-08-27T20:46:48.406Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:46:48.406Z] ---> 261dac8fd8ee [2020-08-27T20:46:48.406Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T20:46:48.689Z] ---> Running in 24b36030b91b [2020-08-27T20:46:48.689Z] ---> Running in 2196fdf0e110 [2020-08-27T20:46:48.689Z] ---> 7cbb93811996 [2020-08-27T20:46:48.689Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T20:46:49.290Z] ---> 30d7aa59ecd2 [2020-08-27T20:46:49.290Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T20:46:49.568Z] Removing intermediate container 24b36030b91b [2020-08-27T20:46:49.568Z] ---> 6cd0812349f6 [2020-08-27T20:46:49.568Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:46:49.568Z] Removing intermediate container 2196fdf0e110 [2020-08-27T20:46:49.568Z] ---> 03395fbdc424 [2020-08-27T20:46:49.568Z] Step 19/21 : LABEL arch=arm64 [2020-08-27T20:46:50.189Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T20:46:50.189Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T20:46:50.189Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T20:46:50.189Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T20:46:50.189Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T20:46:50.189Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T20:46:50.189Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T20:46:50.189Z] ---> Running in 8c280edba932 [2020-08-27T20:46:50.189Z] ---> Running in 25127cc1af62 [2020-08-27T20:46:50.465Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T20:46:50.465Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T20:46:50.465Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T20:46:50.465Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T20:46:50.465Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T20:46:50.465Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T20:46:50.465Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T20:46:50.465Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T20:46:50.465Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T20:46:50.739Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T20:46:50.739Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T20:46:50.739Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T20:46:50.739Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T20:46:50.739Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T20:46:50.739Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T20:46:50.739Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T20:46:50.739Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T20:46:50.739Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T20:46:50.739Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T20:46:51.020Z] ---> ff39ab181ac1 [2020-08-27T20:46:51.020Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-27T20:46:51.020Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:46:51.020Z] OK: 71 MiB in 55 packages [2020-08-27T20:46:51.297Z] ---> 349ca17297b6 [2020-08-27T20:46:51.297Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-27T20:46:51.297Z] Removing intermediate container 25127cc1af62 [2020-08-27T20:46:51.297Z] ---> 1722d30efce3 [2020-08-27T20:46:51.297Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:46:51.297Z] Removing intermediate container 8c280edba932 [2020-08-27T20:46:51.297Z] ---> bd6c47749ded [2020-08-27T20:46:51.297Z] Step 20/21 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:46:51.297Z] ---> Running in e4b4dbd24e0b [2020-08-27T20:46:51.297Z] ---> Running in 72ca28ea0eec [2020-08-27T20:46:51.899Z] ---> 8859645c83ea [2020-08-27T20:46:51.899Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T20:46:52.175Z] ---> Running in d4710d5ab6bb [2020-08-27T20:46:52.175Z] Removing intermediate container 72ca28ea0eec [2020-08-27T20:46:52.175Z] ---> 4e9476b07592 [2020-08-27T20:46:52.175Z] Step 21/21 : LABEL version=0.0.0 [2020-08-27T20:46:52.467Z] Removing intermediate container e4b4dbd24e0b [2020-08-27T20:46:52.467Z] ---> 8a9925b23372 [2020-08-27T20:46:52.467Z] Step 21/22 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:46:52.467Z] ---> Running in af03c458ec49 [2020-08-27T20:46:52.467Z] ---> be28c7f081bd [2020-08-27T20:46:52.467Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T20:46:52.745Z] ---> Running in 48e68d55a753 [2020-08-27T20:46:52.745Z] ---> Running in b4383002a429 [2020-08-27T20:46:52.745Z] Removing intermediate container d4710d5ab6bb [2020-08-27T20:46:52.745Z] ---> d2409a5cb143 [2020-08-27T20:46:52.745Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:46:53.027Z] ---> Running in 372fe31b89bd [2020-08-27T20:46:53.303Z] Removing intermediate container af03c458ec49 [2020-08-27T20:46:53.303Z] ---> 3d6aaffd416e [2020-08-27T20:46:53.303Z] [2020-08-27T20:46:53.303Z] Removing intermediate container 48e68d55a753 [2020-08-27T20:46:53.303Z] ---> dabcbbcfc8dc [2020-08-27T20:46:53.303Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:46:53.591Z] Removing intermediate container b4383002a429 [2020-08-27T20:46:53.591Z] ---> b9e8c174dd16 [2020-08-27T20:46:53.591Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:46:53.591Z] ---> Running in 22654cb2d519 [2020-08-27T20:46:53.863Z] ---> Running in 6c9e22119826 [2020-08-27T20:46:53.863Z] Removing intermediate container 372fe31b89bd [2020-08-27T20:46:53.863Z] ---> 7bed701101d3 [2020-08-27T20:46:53.863Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:46:54.138Z] ---> Running in e56878497b97 [2020-08-27T20:46:54.426Z] Successfully built 3d6aaffd416e [2020-08-27T20:46:54.426Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-27T20:46:54.426Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-08-27T20:46:54.426Z] Removing intermediate container 22654cb2d519 [2020-08-27T20:46:54.426Z] ---> 1a6e0252beb2 [2020-08-27T20:46:54.426Z] [2020-08-27T20:46:54.710Z] Removing intermediate container 6c9e22119826 [2020-08-27T20:46:54.710Z] ---> 7e46dae7514d [2020-08-27T20:46:54.710Z] Step 22/24 : LABEL arch=arm64 [2020-08-27T20:46:54.997Z] ---> Running in 42d205481080 [2020-08-27T20:46:55.284Z] Removing intermediate container e56878497b97 [2020-08-27T20:46:55.284Z] ---> 496a28b42cec [2020-08-27T20:46:55.284Z] Step 21/22 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:46:55.598Z] ---> Running in 6c4119540a9c [2020-08-27T20:46:56.230Z] Successfully built 1a6e0252beb2 [2020-08-27T20:46:56.505Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-27T20:46:56.505Z] Building docker-security-secretstore-setup-go [2020-08-27T20:46:56.505Z]  Building docker-core-command-go ... done Removing intermediate container 42d205481080 [2020-08-27T20:46:56.505Z] ---> d3960458018f [2020-08-27T20:46:56.505Z] Step 23/24 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:46:56.799Z] Removing intermediate container 6c4119540a9c [2020-08-27T20:46:56.799Z] ---> 57111cc7d35c [2020-08-27T20:46:56.799Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:46:57.107Z] ---> Running in f5f6b252dbce [2020-08-27T20:46:57.381Z] ---> Running in 21bddb3760bb [2020-08-27T20:46:58.368Z] Removing intermediate container f5f6b252dbce [2020-08-27T20:46:58.368Z] ---> c7c4418cd01e [2020-08-27T20:46:58.368Z] Step 24/24 : LABEL version=0.0.0 [2020-08-27T20:46:59.368Z] Removing intermediate container 21bddb3760bb [2020-08-27T20:46:59.368Z] ---> e408ae32b466 [2020-08-27T20:46:59.368Z] [2020-08-27T20:47:00.371Z] Successfully built e408ae32b466 [2020-08-27T20:47:00.651Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-27T20:47:00.651Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-08-27T20:47:00.651Z] ---> Running in 7ac2d9059669 [2020-08-27T20:47:01.259Z] Removing intermediate container d205d1e9d823 [2020-08-27T20:47:01.259Z] ---> c46de2cf79b5 [2020-08-27T20:47:01.259Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T20:47:01.855Z] Removing intermediate container 7ac2d9059669 [2020-08-27T20:47:01.856Z] ---> 5ec10888685d [2020-08-27T20:47:01.856Z] [2020-08-27T20:47:02.131Z] ---> Running in d52daec2db9f [2020-08-27T20:47:02.407Z] Successfully built 5ec10888685d [2020-08-27T20:47:02.682Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-27T20:47:02.682Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-08-27T20:47:09.390Z] Collecting docker-compose==1.23.2 [2020-08-27T20:47:09.390Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T20:47:09.986Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T20:47:10.261Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T20:47:12.878Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T20:47:12.878Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T20:47:13.469Z] Collecting texttable<0.10,>=0.9.0 [2020-08-27T20:47:13.469Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T20:47:16.853Z] Collecting docker<4.0,>=3.6.0 [2020-08-27T20:47:16.853Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T20:47:17.839Z] Collecting PyYAML<4,>=3.10 [2020-08-27T20:47:17.839Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T20:47:21.224Z] 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-27T20:47:21.817Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T20:47:21.817Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T20:47:23.252Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T20:47:23.252Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T20:47:24.229Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T20:47:24.229Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T20:47:24.499Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T20:47:24.499Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T20:47:27.869Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T20:47:27.869Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T20:47:27.869Z] 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-27T20:47:27.869Z] Collecting idna<2.8,>=2.5 [2020-08-27T20:47:27.869Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T20:47:28.843Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T20:47:28.844Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T20:47:29.114Z] 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-27T20:47:29.114Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T20:47:29.386Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T20:47:29.386Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T20:47:29.386Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T20:47:30.806Z] Installing collected packages: dockerpty, jsonschema, texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, docopt, docker-compose [2020-08-27T20:47:30.806Z] Running setup.py install for dockerpty: started [2020-08-27T20:47:33.430Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T20:47:34.028Z] Running setup.py install for texttable: started [2020-08-27T20:47:36.635Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T20:47:36.635Z] Attempting uninstall: idna [2020-08-27T20:47:36.635Z] Found existing installation: idna 2.9 [2020-08-27T20:47:36.635Z] Uninstalling idna-2.9: [2020-08-27T20:47:36.912Z] Successfully uninstalled idna-2.9 [2020-08-27T20:47:39.545Z] Attempting uninstall: urllib3 [2020-08-27T20:47:39.545Z] Found existing installation: urllib3 1.25.9 [2020-08-27T20:47:39.545Z] Uninstalling urllib3-1.25.9: [2020-08-27T20:47:39.545Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T20:47:41.532Z] Attempting uninstall: requests [2020-08-27T20:47:41.532Z] Found existing installation: requests 2.23.0 [2020-08-27T20:47:41.532Z] Uninstalling requests-2.23.0: [2020-08-27T20:47:41.809Z] Successfully uninstalled requests-2.23.0 [2020-08-27T20:47:43.804Z] Running setup.py install for PyYAML: started [2020-08-27T20:47:46.447Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T20:47:46.447Z] Running setup.py install for docopt: started [2020-08-27T20:47:49.075Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T20:47:50.513Z] 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-27T20:48:00.668Z] Removing intermediate container d52daec2db9f [2020-08-27T20:48:00.668Z] ---> 5018c0c0c902 [2020-08-27T20:48:00.669Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T20:48:00.669Z] ---> Running in 8a1a92d80a1e [2020-08-27T20:48:00.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:01.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:01.824Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:01.824Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:01.824Z] ---> 0e04d8f76abf [2020-08-27T20:48:01.824Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T20:48:01.824Z] ---> Using cache [2020-08-27T20:48:01.824Z] ---> ca34ec21104d [2020-08-27T20:48:01.824Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:01.824Z] ---> Using cache [2020-08-27T20:48:01.824Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:48:01.824Z] ---> ffb762d90ce0 [2020-08-27T20:48:01.824Z] Step 5/20 : RUN apk update && apk add make git [2020-08-27T20:48:01.824Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T20:48:01.824Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T20:48:01.824Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:48:01.824Z] OK: 71 MiB in 58 packages [2020-08-27T20:48:02.424Z] ---> Running in 81567c75de76 [2020-08-27T20:48:03.870Z] Removing intermediate container 8a1a92d80a1e [2020-08-27T20:48:03.870Z] ---> 0ce28423ae7e [2020-08-27T20:48:03.870Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T20:48:03.870Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:03.870Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:03.870Z] ---> 0e04d8f76abf [2020-08-27T20:48:03.870Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T20:48:03.870Z] ---> Using cache [2020-08-27T20:48:03.870Z] ---> ca34ec21104d [2020-08-27T20:48:03.870Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:04.151Z] ---> Using cache [2020-08-27T20:48:04.151Z] ---> ffb762d90ce0 [2020-08-27T20:48:04.151Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T20:48:04.151Z] ---> Running in d6611d62e079 [2020-08-27T20:48:04.431Z] ---> Running in aab2ee19db24 [2020-08-27T20:48:05.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:05.039Z] Removing intermediate container aab2ee19db24 [2020-08-27T20:48:05.039Z] ---> 67ba44521795 [2020-08-27T20:48:05.039Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:48:05.634Z] ---> Running in 1cd1117884d4 [2020-08-27T20:48:05.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:06.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:06.257Z] Removing intermediate container 1cd1117884d4 [2020-08-27T20:48:06.257Z] ---> 9111f374eeed [2020-08-27T20:48:06.257Z] Step 25/27 : LABEL arch=arm64 [2020-08-27T20:48:06.530Z] ---> Running in e37f261d7ab9 [2020-08-27T20:48:06.805Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:48:06.805Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:48:06.805Z] OK: 12617 distinct packages available [2020-08-27T20:48:07.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:07.365Z] Removing intermediate container e37f261d7ab9 [2020-08-27T20:48:07.365Z] ---> 96a9a4a6749d [2020-08-27T20:48:07.365Z] Step 26/27 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:48:07.638Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:07.914Z] ---> Running in 5525a0a92878 [2020-08-27T20:48:08.193Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:48:08.193Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:48:08.193Z] OK: 12617 distinct packages available [2020-08-27T20:48:08.791Z] Removing intermediate container 5525a0a92878 [2020-08-27T20:48:08.791Z] ---> 721c5bcf2bb5 [2020-08-27T20:48:08.791Z] Step 27/27 : LABEL version=0.0.0 [2020-08-27T20:48:08.791Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:08.791Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T20:48:08.791Z] ---> 0e04d8f76abf [2020-08-27T20:48:08.791Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T20:48:08.791Z] ---> Using cache [2020-08-27T20:48:08.791Z] ---> ca34ec21104d [2020-08-27T20:48:08.791Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T20:48:08.791Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:09.065Z] ---> Running in 561de1c209bd [2020-08-27T20:48:09.065Z] ---> Running in 7a186c29be2d [2020-08-27T20:48:09.342Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:09.342Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:09.342Z] ---> 0e04d8f76abf [2020-08-27T20:48:09.342Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:48:09.342Z] ---> Using cache [2020-08-27T20:48:09.342Z] ---> ca34ec21104d [2020-08-27T20:48:09.342Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:09.342Z] ---> Using cache [2020-08-27T20:48:09.342Z] ---> ffb762d90ce0 [2020-08-27T20:48:09.342Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T20:48:09.342Z] ---> Running in 8933cd7b4804 [2020-08-27T20:48:09.937Z] Removing intermediate container 81567c75de76 [2020-08-27T20:48:09.937Z] ---> edb0e8dda38a [2020-08-27T20:48:09.937Z] Step 6/20 : COPY go.mod . [2020-08-27T20:48:09.937Z] Removing intermediate container 7a186c29be2d [2020-08-27T20:48:09.937Z] ---> d12303c064c6 [2020-08-27T20:48:09.937Z] [2020-08-27T20:48:10.542Z] Removing intermediate container d6611d62e079 [2020-08-27T20:48:10.542Z] ---> 4dc10ca94e7b [2020-08-27T20:48:10.542Z] Step 6/26 : COPY go.mod . [2020-08-27T20:48:10.825Z] Successfully built d12303c064c6 [2020-08-27T20:48:10.825Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-27T20:48:10.825Z] ---> 92efe4bd5c3d [2020-08-27T20:48:10.825Z] Step 7/20 : RUN go mod download [2020-08-27T20:48:10.825Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-08-27T20:48:11.109Z] ---> Running in 24bb8d3f206b [2020-08-27T20:48:11.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:11.662Z] ---> 438fb1f87fc3 [2020-08-27T20:48:11.662Z] Step 7/26 : RUN go mod download [2020-08-27T20:48:11.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:11.946Z] ---> Running in ca3d1e4623e2 [2020-08-27T20:48:12.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:12.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:13.526Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:48:13.526Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:48:13.526Z] OK: 12617 distinct packages available [2020-08-27T20:48:13.801Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:48:13.801Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:48:13.801Z] OK: 12617 distinct packages available [2020-08-27T20:48:14.402Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:14.676Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:15.671Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:19.107Z] Removing intermediate container 24bb8d3f206b [2020-08-27T20:48:19.107Z] ---> 284d45c6cb86 [2020-08-27T20:48:19.107Z] Step 8/20 : COPY . . [2020-08-27T20:48:19.107Z] Removing intermediate container ca3d1e4623e2 [2020-08-27T20:48:19.107Z] ---> 29108a4e7db3 [2020-08-27T20:48:19.107Z] Step 8/26 : COPY . . [2020-08-27T20:48:19.380Z] Removing intermediate container 8933cd7b4804 [2020-08-27T20:48:19.380Z] ---> 4d750e640f96 [2020-08-27T20:48:19.380Z] Step 6/22 : COPY go.mod . [2020-08-27T20:48:19.380Z] Removing intermediate container 561de1c209bd [2020-08-27T20:48:19.380Z] ---> c38b31ab96e3 [2020-08-27T20:48:19.380Z] Step 5/29 : COPY go.mod . [2020-08-27T20:48:22.029Z] ---> 4c246f3ddca3 [2020-08-27T20:48:22.029Z] Step 6/29 : RUN go mod download [2020-08-27T20:48:22.629Z] ---> 4229dbfda001 [2020-08-27T20:48:22.629Z] Step 7/22 : RUN go mod download [2020-08-27T20:48:22.904Z] ---> Running in e64cc94df833 [2020-08-27T20:48:22.904Z] ---> Running in 48e2a5e964c6 [2020-08-27T20:48:31.308Z] Removing intermediate container e64cc94df833 [2020-08-27T20:48:31.308Z] ---> ee0ac8ba3385 [2020-08-27T20:48:31.308Z] Step 7/29 : COPY . . [2020-08-27T20:48:31.308Z] Removing intermediate container 48e2a5e964c6 [2020-08-27T20:48:31.308Z] ---> 460ac9840e26 [2020-08-27T20:48:31.308Z] Step 8/22 : COPY . . [2020-08-27T20:48:35.652Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:35.652Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:35.652Z] ---> 0e04d8f76abf [2020-08-27T20:48:35.652Z] Step 3/23 : WORKDIR /edgex-go [2020-08-27T20:48:35.652Z] ---> Using cache [2020-08-27T20:48:35.652Z] ---> ca34ec21104d [2020-08-27T20:48:35.652Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:35.652Z] ---> Using cache [2020-08-27T20:48:35.652Z] ---> ffb762d90ce0 [2020-08-27T20:48:35.652Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T20:48:42.455Z] ---> Running in 4e6fefe6e0cc [2020-08-27T20:48:44.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:44.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:46.291Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:48:46.291Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:48:46.291Z] OK: 12617 distinct packages available [2020-08-27T20:48:46.569Z] ---> 15dc0a4da0c4 [2020-08-27T20:48:46.569Z] 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-27T20:48:46.849Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:47.133Z] ---> 20ce9a013afc [2020-08-27T20:48:47.133Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T20:48:47.413Z] ---> Running in f18454544356 [2020-08-27T20:48:47.688Z] ---> Running in 9b5ad1733926 [2020-08-27T20:48:49.680Z] Removing intermediate container 4e6fefe6e0cc [2020-08-27T20:48:49.680Z] ---> ea3c2e2738d6 [2020-08-27T20:48:49.680Z] Step 6/23 : COPY go.mod . [2020-08-27T20:48:49.680Z] 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-27T20:48:50.281Z] 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-27T20:48:51.276Z] ---> ef2a637d2800 [2020-08-27T20:48:51.276Z] Step 7/23 : RUN go mod download [2020-08-27T20:48:51.553Z] ---> Running in 86304a619ecd [2020-08-27T20:48:59.850Z] Removing intermediate container 86304a619ecd [2020-08-27T20:48:59.850Z] ---> 0fe0e3adbe19 [2020-08-27T20:48:59.850Z] Step 8/23 : COPY . . [2020-08-27T20:49:05.267Z] ---> 21e3d667d894 [2020-08-27T20:49:05.267Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T20:49:05.575Z] ---> 82dc7c6f1207 [2020-08-27T20:49:05.575Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T20:49:05.853Z] ---> Running in 0ca0ca4279fe [2020-08-27T20:49:06.132Z] ---> Running in 49c500774ca6 [2020-08-27T20:49:09.547Z] 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-27T20:49:09.824Z] 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-27T20:49:32.052Z] ---> 01f7d245beae [2020-08-27T20:49:32.052Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T20:49:32.052Z] ---> Running in 322ba4270a88 [2020-08-27T20:49:32.052Z] 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-27T20:50:11.075Z] 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-27T20:50:12.525Z] Removing intermediate container 9b5ad1733926 [2020-08-27T20:50:12.525Z] ---> 00c5be1dab7d [2020-08-27T20:50:12.525Z] [2020-08-27T20:50:12.525Z] Step 10/20 : FROM alpine [2020-08-27T20:50:12.803Z] latest: Pulling from library/alpine [2020-08-27T20:50:13.077Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T20:50:13.077Z] Status: Downloaded newer image for alpine:latest [2020-08-27T20:50:13.077Z] ---> 62ee0e9f8440 [2020-08-27T20:50:13.077Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T20:50:13.350Z] ---> Running in 16b5fee79675 [2020-08-27T20:50:16.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:16.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:17.337Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:50:17.337Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:50:17.337Z] OK: 12617 distinct packages available [2020-08-27T20:50:18.315Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T20:50:18.315Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:50:18.315Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T20:50:18.315Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T20:50:18.315Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:50:18.315Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:50:18.595Z] OK: 7 MiB in 18 packages [2020-08-27T20:50:19.197Z] 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-27T20:50:21.186Z] Removing intermediate container 16b5fee79675 [2020-08-27T20:50:21.186Z] ---> c50b405b5a99 [2020-08-27T20:50:21.186Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:50:21.186Z] ---> Running in 501b6a7d18cf [2020-08-27T20:50:21.793Z] Removing intermediate container 501b6a7d18cf [2020-08-27T20:50:21.793Z] ---> 841651acd8ee [2020-08-27T20:50:21.793Z] Step 13/20 : WORKDIR /edgex [2020-08-27T20:50:22.076Z] ---> Running in b1a9be118ad1 [2020-08-27T20:50:22.684Z] Removing intermediate container b1a9be118ad1 [2020-08-27T20:50:22.684Z] ---> bd03ddecc892 [2020-08-27T20:50:22.684Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T20:50:23.935Z] ---> f6944fb1cacd [2020-08-27T20:50:23.935Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T20:50:26.027Z] ---> 7d1c1a72a446 [2020-08-27T20:50:26.027Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T20:50:26.027Z] ---> Running in acb6175a31f4 [2020-08-27T20:50:26.650Z] Removing intermediate container acb6175a31f4 [2020-08-27T20:50:26.650Z] ---> 0bc76746559e [2020-08-27T20:50:26.650Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T20:50:26.650Z] ---> Running in f9fe086692a1 [2020-08-27T20:50:27.630Z] Removing intermediate container f9fe086692a1 [2020-08-27T20:50:27.630Z] ---> 9583a1e441ef [2020-08-27T20:50:27.630Z] Step 18/20 : LABEL arch=arm64 [2020-08-27T20:50:27.630Z] ---> Running in 41e93fea0322 [2020-08-27T20:50:28.228Z] Removing intermediate container 41e93fea0322 [2020-08-27T20:50:28.228Z] ---> 8830df67b03e [2020-08-27T20:50:28.228Z] Step 19/20 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:50:28.509Z] ---> Running in 1a8942226c31 [2020-08-27T20:50:29.103Z] Removing intermediate container 1a8942226c31 [2020-08-27T20:50:29.103Z] ---> 41e5127f4ebf [2020-08-27T20:50:29.103Z] Step 20/20 : LABEL version=0.0.0 [2020-08-27T20:50:29.373Z] ---> Running in a4d0bc68271f [2020-08-27T20:50:30.370Z] Removing intermediate container a4d0bc68271f [2020-08-27T20:50:30.370Z] ---> ab3a19690783 [2020-08-27T20:50:30.370Z] [2020-08-27T20:50:30.662Z] Successfully built ab3a19690783 [2020-08-27T20:50:30.662Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-27T20:50:37.437Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f18454544356 [2020-08-27T20:50:37.437Z] ---> b1e767a0ad5b [2020-08-27T20:50:37.437Z] [2020-08-27T20:50:37.437Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T20:50:37.437Z] Removing intermediate container 0ca0ca4279fe [2020-08-27T20:50:37.437Z] ---> 6eb2c3bc9f25 [2020-08-27T20:50:37.437Z] [2020-08-27T20:50:37.437Z] Step 9/29 : FROM alpine:latest [2020-08-27T20:50:37.437Z] ---> 62ee0e9f8440 [2020-08-27T20:50:37.437Z] 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-27T20:50:37.437Z] ---> Running in 113a0e098623 [2020-08-27T20:50:37.712Z] 3.10: Pulling from library/alpine [2020-08-27T20:50:38.319Z] Removing intermediate container 113a0e098623 [2020-08-27T20:50:38.319Z] ---> 8fd100897b8f [2020-08-27T20:50:38.319Z] Step 11/29 : USER root [2020-08-27T20:50:38.607Z] ---> Running in ae81c2756939 [2020-08-27T20:50:39.617Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T20:50:39.617Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T20:50:39.617Z] ---> 536a684cf733 [2020-08-27T20:50:39.617Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T20:50:39.617Z] Removing intermediate container ae81c2756939 [2020-08-27T20:50:39.617Z] ---> 0a41a7216d00 [2020-08-27T20:50:39.617Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T20:50:39.617Z] ---> Running in f1d32d2d6823 [2020-08-27T20:50:39.907Z] ---> Running in 6ae1514e4fb6 [2020-08-27T20:50:42.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:42.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:42.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:43.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:50:43.095Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T20:50:43.095Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T20:50:43.095Z] OK: 10167 distinct packages available [2020-08-27T20:50:43.695Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:50:43.695Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:50:43.695Z] OK: 12617 distinct packages available [2020-08-27T20:50:43.970Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T20:50:43.970Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T20:50:43.970Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T20:50:43.970Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T20:50:43.970Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T20:50:43.970Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T20:50:44.243Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T20:50:44.518Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T20:50:44.518Z] OK: 7 MiB in 19 packages [2020-08-27T20:50:44.518Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T20:50:44.518Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:50:44.518Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:50:44.801Z] OK: 6 MiB in 16 packages [2020-08-27T20:50:48.208Z] Removing intermediate container f1d32d2d6823 [2020-08-27T20:50:48.208Z] ---> 6a59e2bb30ec [2020-08-27T20:50:48.208Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:50:48.208Z] Removing intermediate container 6ae1514e4fb6 [2020-08-27T20:50:48.208Z] ---> d3eebac03cde [2020-08-27T20:50:48.208Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T20:50:48.208Z] ---> Running in 34dc393ee01c [2020-08-27T20:50:48.208Z] ---> Running in 57ad879cbb45 [2020-08-27T20:50:49.192Z] Removing intermediate container 34dc393ee01c [2020-08-27T20:50:49.192Z] ---> 4789c22dbb11 [2020-08-27T20:50:49.192Z] Step 13/26 : WORKDIR / [2020-08-27T20:50:49.192Z] Removing intermediate container 57ad879cbb45 [2020-08-27T20:50:49.192Z] ---> 4f91cfe65c55 [2020-08-27T20:50:49.192Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T20:50:49.192Z] ---> Running in c8e7ad191dab [2020-08-27T20:50:49.466Z] ---> Running in 049f2738dfc4 [2020-08-27T20:50:50.919Z] Removing intermediate container 049f2738dfc4 [2020-08-27T20:50:50.919Z] Removing intermediate container c8e7ad191dab [2020-08-27T20:50:50.919Z] ---> 72857e372e08 [2020-08-27T20:50:50.919Z] 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-27T20:50:50.919Z] ---> 2ee8d4c7032d [2020-08-27T20:50:50.919Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T20:50:51.199Z] ---> Running in 76e95aa63b2a [2020-08-27T20:50:52.638Z] Removing intermediate container 49c500774ca6 [2020-08-27T20:50:52.638Z] ---> 96e4f7f6a3a5 [2020-08-27T20:50:52.638Z] [2020-08-27T20:50:52.638Z] Step 10/22 : FROM scratch [2020-08-27T20:50:52.638Z] ---> [2020-08-27T20:50:52.638Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:50:52.915Z] ---> 2b116be87c39 [2020-08-27T20:50:52.915Z] 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-27T20:50:53.196Z] ---> Using cache [2020-08-27T20:50:53.196Z] ---> 6eabaed9352b [2020-08-27T20:50:53.196Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T20:50:53.467Z] ---> Running in 723a6026b309 [2020-08-27T20:50:54.080Z] Removing intermediate container 723a6026b309 [2020-08-27T20:50:54.080Z] ---> cde0ea1e1c2b [2020-08-27T20:50:54.080Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:50:54.369Z] ---> Running in 288fa9bc87e6 [2020-08-27T20:50:54.643Z] ---> 7aeb6d05b4f7 [2020-08-27T20:50:54.643Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T20:50:55.642Z] Removing intermediate container 288fa9bc87e6 [2020-08-27T20:50:55.642Z] ---> 2369e9ca5b65 [2020-08-27T20:50:55.642Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T20:50:56.241Z] ---> 0e9e71d4a582 [2020-08-27T20:50:56.241Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T20:50:56.241Z] Removing intermediate container 76e95aa63b2a [2020-08-27T20:50:56.241Z] ---> 8d7511b8b2f7 [2020-08-27T20:50:56.241Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T20:50:57.229Z] ---> 05f2383f4f36 [2020-08-27T20:50:57.229Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T20:50:57.507Z] ---> 9a06d6307709 [2020-08-27T20:50:57.507Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T20:50:58.493Z] ---> ef761bf24fea [2020-08-27T20:50:58.493Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T20:50:58.769Z] ---> 4305e4600270 [2020-08-27T20:50:58.769Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T20:51:00.218Z] ---> fa0b63207869 [2020-08-27T20:51:00.218Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T20:51:00.218Z] ---> cff81e8525a1 [2020-08-27T20:51:00.218Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T20:51:01.664Z] ---> 2d260482319d [2020-08-27T20:51:01.664Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T20:51:01.664Z] ---> dfb4ec60fb4d [2020-08-27T20:51:01.664Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T20:51:02.274Z] ---> 8c78cb1c1011 [2020-08-27T20:51:02.274Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T20:51:03.260Z] ---> 885b2192a195 [2020-08-27T20:51:03.260Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T20:51:03.260Z] ---> Running in dfacc304bd94 [2020-08-27T20:51:03.538Z] ---> 60500fcc3783 [2020-08-27T20:51:03.538Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T20:51:04.141Z] Removing intermediate container dfacc304bd94 [2020-08-27T20:51:04.141Z] ---> 5cc4fd7bb6f5 [2020-08-27T20:51:04.141Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:51:04.141Z] ---> 5fbec6f9f49a [2020-08-27T20:51:04.141Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:51:04.141Z] ---> Running in efc233a23cee [2020-08-27T20:51:04.411Z] ---> 42d866bbca38 [2020-08-27T20:51:04.411Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T20:51:04.694Z] ---> Running in 81b0857cd1d3 [2020-08-27T20:51:04.694Z] Removing intermediate container efc233a23cee [2020-08-27T20:51:04.694Z] ---> 253478d000ff [2020-08-27T20:51:04.694Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:51:04.976Z] ---> Running in c7a90737f120 [2020-08-27T20:51:05.252Z] ---> 4076ef8e4c2e [2020-08-27T20:51:05.252Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:51:05.525Z] ---> Running in b7c85caafa6a [2020-08-27T20:51:05.800Z] Removing intermediate container c7a90737f120 [2020-08-27T20:51:05.800Z] ---> d22a8f5dc244 [2020-08-27T20:51:05.800Z] Step 21/22 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:51:06.074Z] ---> Running in 4aca54b000b1 [2020-08-27T20:51:06.668Z] Removing intermediate container 4aca54b000b1 [2020-08-27T20:51:06.668Z] ---> d51996cc74f3 [2020-08-27T20:51:06.668Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:51:06.965Z] ---> Running in 459418d44209 [2020-08-27T20:51:07.240Z] Removing intermediate container 459418d44209 [2020-08-27T20:51:07.240Z] ---> 0366280b5524 [2020-08-27T20:51:07.240Z] [2020-08-27T20:51:08.363Z] Successfully built 0366280b5524 [2020-08-27T20:51:08.363Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-27T20:51:08.684Z]  Building docker-support-logging-go ... done Removing intermediate container 81b0857cd1d3 [2020-08-27T20:51:08.988Z] ---> 62087dc9fee7 [2020-08-27T20:51:08.988Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:51:09.267Z] Removing intermediate container b7c85caafa6a [2020-08-27T20:51:09.267Z] ---> 6b45787d7250 [2020-08-27T20:51:09.267Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:51:09.267Z] ---> Running in 14a88a737080 [2020-08-27T20:51:09.867Z] Removing intermediate container 14a88a737080 [2020-08-27T20:51:09.867Z] ---> c091c2402908 [2020-08-27T20:51:09.867Z] Step 24/26 : LABEL arch=arm64 [2020-08-27T20:51:09.867Z] ---> 9cc4aaf1dbe9 [2020-08-27T20:51:09.867Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:51:10.139Z] ---> Running in e1592811ac24 [2020-08-27T20:51:10.139Z] ---> Running in 9c9be2aea19d [2020-08-27T20:51:10.730Z] Removing intermediate container e1592811ac24 [2020-08-27T20:51:10.730Z] ---> bcfdc62aa97a [2020-08-27T20:51:10.730Z] Step 25/26 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:51:10.730Z] ---> Running in 2b193610f0b0 [2020-08-27T20:51:11.319Z] Removing intermediate container 2b193610f0b0 [2020-08-27T20:51:11.319Z] ---> 2108c12710d8 [2020-08-27T20:51:11.319Z] Step 26/26 : LABEL version=0.0.0 [2020-08-27T20:51:11.319Z] ---> Running in 4956939b0668 [2020-08-27T20:51:11.920Z] Removing intermediate container 4956939b0668 [2020-08-27T20:51:11.920Z] ---> 4605c0b4509d [2020-08-27T20:51:11.920Z] [2020-08-27T20:51:12.526Z] Successfully built 4605c0b4509d [2020-08-27T20:51:12.526Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-27T20:51:13.505Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9c9be2aea19d [2020-08-27T20:51:13.505Z] ---> 5f616e951f0d [2020-08-27T20:51:13.505Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T20:51:13.505Z] ---> Running in 58a235d7281a [2020-08-27T20:51:16.886Z] Removing intermediate container 58a235d7281a [2020-08-27T20:51:16.886Z] ---> f19fe29a6484 [2020-08-27T20:51:16.886Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:51:16.886Z] ---> Running in 9e68fc8f5df7 [2020-08-27T20:51:17.162Z] Removing intermediate container 9e68fc8f5df7 [2020-08-27T20:51:17.162Z] ---> cc5ed2a0c1d7 [2020-08-27T20:51:17.162Z] Step 26/29 : CMD [ "generate" ] [2020-08-27T20:51:17.433Z] ---> Running in 6de1c94d814c [2020-08-27T20:51:18.023Z] Removing intermediate container 6de1c94d814c [2020-08-27T20:51:18.023Z] ---> cffaa1687dba [2020-08-27T20:51:18.023Z] Step 27/29 : LABEL arch=arm64 [2020-08-27T20:51:18.023Z] ---> Running in c609dc8ec581 [2020-08-27T20:51:18.306Z] Removing intermediate container c609dc8ec581 [2020-08-27T20:51:18.306Z] ---> 22f36544adb2 [2020-08-27T20:51:18.306Z] Step 28/29 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:51:18.578Z] ---> Running in 4e6da1fd48fc [2020-08-27T20:51:19.174Z] Removing intermediate container 4e6da1fd48fc [2020-08-27T20:51:19.174Z] ---> 494123570e88 [2020-08-27T20:51:19.174Z] Step 29/29 : LABEL version=0.0.0 [2020-08-27T20:51:19.174Z] ---> Running in 5ef289a7b375 [2020-08-27T20:51:19.770Z] Removing intermediate container 5ef289a7b375 [2020-08-27T20:51:19.770Z] ---> 014a654084b3 [2020-08-27T20:51:19.770Z] [2020-08-27T20:51:20.365Z] Successfully built 014a654084b3 [2020-08-27T20:51:20.365Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-27T20:51:23.739Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 322ba4270a88 [2020-08-27T20:51:23.739Z] ---> d336561ac2a2 [2020-08-27T20:51:23.739Z] [2020-08-27T20:51:23.739Z] Step 10/23 : FROM alpine [2020-08-27T20:51:23.739Z] ---> 62ee0e9f8440 [2020-08-27T20:51:23.739Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:51:23.739Z] ---> Running in d4020e3da612 [2020-08-27T20:51:24.331Z] Removing intermediate container d4020e3da612 [2020-08-27T20:51:24.331Z] ---> a6a9ea2ccebb [2020-08-27T20:51:24.331Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T20:51:24.331Z] ---> Running in bd0b605d9092 [2020-08-27T20:51:24.920Z] Removing intermediate container bd0b605d9092 [2020-08-27T20:51:24.920Z] ---> 02c41e7eb291 [2020-08-27T20:51:24.920Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T20:51:24.920Z] ---> Running in 50b3382977f3 [2020-08-27T20:51:25.513Z] Removing intermediate container 50b3382977f3 [2020-08-27T20:51:25.513Z] ---> bd9eca00dcef [2020-08-27T20:51:25.513Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:51:25.513Z] ---> Running in 02281e938570 [2020-08-27T20:51:28.111Z] Removing intermediate container 02281e938570 [2020-08-27T20:51:28.111Z] ---> bf784c3bbbef [2020-08-27T20:51:28.111Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T20:51:28.111Z] ---> Running in 648dd6da0889 [2020-08-27T20:51:29.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:30.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:31.089Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T20:51:31.089Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T20:51:31.089Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T20:51:31.360Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T20:51:31.630Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T20:51:31.630Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:51:31.630Z] OK: 8 MiB in 19 packages [2020-08-27T20:51:33.055Z] Removing intermediate container 648dd6da0889 [2020-08-27T20:51:33.055Z] ---> 1251e7584442 [2020-08-27T20:51:33.055Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T20:51:33.648Z] ---> 63de90f0facf [2020-08-27T20:51:33.648Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T20:51:35.167Z] ---> c6a4fdc81275 [2020-08-27T20:51:35.167Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T20:51:35.764Z] ---> 10206548a1e3 [2020-08-27T20:51:35.764Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T20:51:35.764Z] ---> Running in b8dc9e7b51f2 [2020-08-27T20:51:36.362Z] Removing intermediate container b8dc9e7b51f2 [2020-08-27T20:51:36.362Z] ---> 8da4dd49c5ec [2020-08-27T20:51:36.362Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:51:36.362Z] ---> Running in c806a9f218ba [2020-08-27T20:51:36.970Z] Removing intermediate container c806a9f218ba [2020-08-27T20:51:36.970Z] ---> 19170a8d655c [2020-08-27T20:51:36.970Z] Step 21/23 : LABEL arch=arm64 [2020-08-27T20:51:36.970Z] ---> Running in b1b00ff3d202 [2020-08-27T20:51:37.564Z] Removing intermediate container b1b00ff3d202 [2020-08-27T20:51:37.564Z] ---> 3e44e46b42e7 [2020-08-27T20:51:37.564Z] Step 22/23 : LABEL git_sha=6c7920a26acf8e3ce43f5f469f219d81844a4fd2 [2020-08-27T20:51:37.564Z] ---> Running in 19bf3fbc9dae [2020-08-27T20:51:38.161Z] Removing intermediate container 19bf3fbc9dae [2020-08-27T20:51:38.161Z] ---> b2d5403511b1 [2020-08-27T20:51:38.161Z] Step 23/23 : LABEL version=0.0.0 [2020-08-27T20:51:38.161Z] ---> Running in 6fe636f48fbe [2020-08-27T20:51:38.756Z] Removing intermediate container 6fe636f48fbe [2020-08-27T20:51:38.756Z] ---> d53943cbca7c [2020-08-27T20:51:38.756Z] [2020-08-27T20:51:39.028Z] Successfully built d53943cbca7c [2020-08-27T20:51:39.301Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-27T20:51:39.587Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-27T20:51:39.631Z] $ docker stop --time=1 312b80523632d2dfa46bdbd7af9d9b62d143b3714703bea2e4c4bd9f95bfe1b4 [2020-08-27T20:51:41.618Z] $ docker rm -f 312b80523632d2dfa46bdbd7af9d9b62d143b3714703bea2e4c4bd9f95bfe1b4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T20:51:42.323Z] + docker images [2020-08-27T20:51:42.323Z] + grep docker [2020-08-27T20:51:42.595Z] docker-core-data-go-arm64 latest d53943cbca7c 4 seconds ago 23.3MB [2020-08-27T20:51:42.595Z] docker-security-secrets-setup-go-arm64 latest 014a654084b3 23 seconds ago 24.2MB [2020-08-27T20:51:42.595Z] docker-security-secretstore-setup-go-arm64 latest 4605c0b4509d 31 seconds ago 32.6MB [2020-08-27T20:51:42.595Z] docker-support-logging-go-arm64 latest 0366280b5524 35 seconds ago 11.4MB [2020-08-27T20:51:42.595Z] docker-security-proxy-setup-go-arm64 latest ab3a19690783 About a minute ago 15.8MB [2020-08-27T20:51:42.595Z] docker-sys-mgmt-agent-go-arm64 latest d12303c064c6 3 minutes ago 266MB [2020-08-27T20:51:42.595Z] docker-support-notifications-go-arm64 latest 5ec10888685d 4 minutes ago 13.9MB [2020-08-27T20:51:42.595Z] docker-core-metadata-go-arm64 latest e408ae32b466 4 minutes ago 13.8MB [2020-08-27T20:51:42.595Z] docker-core-command-go-arm64 latest 1a6e0252beb2 4 minutes ago 12.4MB [2020-08-27T20:51:42.595Z] docker-support-scheduler-go-arm64 latest 3d6aaffd416e 4 minutes ago 12.6MB [2020-08-27T20:51:42.595Z] docker latest ce9d55ae87f1 2 months 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-27T20:51:44.421Z] provisioning config files... [2020-08-27T20:51:44.438Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1321151230057101814tmp [Pipeline] { [Pipeline] sh [2020-08-27T20:51:44.799Z] + curl -s https://codecov.io/bash [2020-08-27T20:51:44.799Z] + bash -s - -t @/w/workspace/edgex-go/3@tmp/config1321151230057101814tmp [Pipeline] } [2020-08-27T20:51:45.385Z] 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-27T20:51:47.159Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:51:48.044Z] ---> package-listing.sh [2020-08-27T20:51:48.044Z] ++ facter osfamily [2020-08-27T20:51:48.044Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-27T20:51:48.044Z] + OS_FAMILY=redhat [2020-08-27T20:51:48.044Z] + workspace=/w/workspace/edgex-go/3 [2020-08-27T20:51:48.044Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-27T20:51:48.044Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-27T20:51:48.044Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-27T20:51:48.044Z] + PACKAGES=/tmp/packages_start.txt [2020-08-27T20:51:48.044Z] + '[' /w/workspace/edgex-go/3 ']' [2020-08-27T20:51:48.044Z] + PACKAGES=/tmp/packages_end.txt [2020-08-27T20:51:48.044Z] + case "${OS_FAMILY}" in [2020-08-27T20:51:48.044Z] + rpm -qa [2020-08-27T20:51:48.044Z] + sort [2020-08-27T20:51:52.251Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-27T20:51:52.251Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-27T20:51:52.251Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-27T20:51:52.251Z] + '[' /w/workspace/edgex-go/3 ']' [2020-08-27T20:51:52.251Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-08-27T20:51:52.251Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:51:52.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:51:52.984Z] [2020-08-27T20:51:52.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:51:53.325Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:51:53.325Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-27T20:51:53.325Z] c9b1b535fdd9: Pulling fs layer [2020-08-27T20:51:53.325Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-27T20:51:53.325Z] 756a868c4378: Pulling fs layer [2020-08-27T20:51:53.325Z] 444b2fc9a129: Pulling fs layer [2020-08-27T20:51:53.325Z] ea15f1150254: Pulling fs layer [2020-08-27T20:51:53.325Z] 41b27a9f41bf: Pulling fs layer [2020-08-27T20:51:53.325Z] 28c525ee5125: Pulling fs layer [2020-08-27T20:51:53.325Z] 094b1ea09ed8: Pulling fs layer [2020-08-27T20:51:53.325Z] 138eaada9080: Pulling fs layer [2020-08-27T20:51:53.325Z] 0622d0fa9048: Pulling fs layer [2020-08-27T20:51:53.325Z] 444b2fc9a129: Waiting [2020-08-27T20:51:53.325Z] ea15f1150254: Waiting [2020-08-27T20:51:53.325Z] 41b27a9f41bf: Waiting [2020-08-27T20:51:53.325Z] 28c525ee5125: Waiting [2020-08-27T20:51:53.325Z] 094b1ea09ed8: Waiting [2020-08-27T20:51:53.325Z] 138eaada9080: Waiting [2020-08-27T20:51:53.325Z] 0622d0fa9048: Waiting [2020-08-27T20:51:53.325Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-27T20:51:53.325Z] 2cc5ad85d9ab: Download complete [2020-08-27T20:51:53.325Z] 444b2fc9a129: Verifying Checksum [2020-08-27T20:51:53.325Z] 444b2fc9a129: Download complete [2020-08-27T20:51:53.325Z] c9b1b535fdd9: Verifying Checksum [2020-08-27T20:51:53.325Z] c9b1b535fdd9: Download complete [2020-08-27T20:51:53.594Z] ea15f1150254: Verifying Checksum [2020-08-27T20:51:53.594Z] ea15f1150254: Download complete [2020-08-27T20:51:53.594Z] 28c525ee5125: Verifying Checksum [2020-08-27T20:51:53.594Z] 28c525ee5125: Download complete [2020-08-27T20:51:53.859Z] 756a868c4378: Verifying Checksum [2020-08-27T20:51:53.859Z] 756a868c4378: Download complete [2020-08-27T20:51:53.859Z] 138eaada9080: Verifying Checksum [2020-08-27T20:51:53.859Z] 138eaada9080: Download complete [2020-08-27T20:51:53.859Z] 0622d0fa9048: Verifying Checksum [2020-08-27T20:51:53.859Z] 0622d0fa9048: Download complete [2020-08-27T20:51:53.859Z] c9b1b535fdd9: Pull complete [2020-08-27T20:51:54.120Z] 094b1ea09ed8: Verifying Checksum [2020-08-27T20:51:54.120Z] 094b1ea09ed8: Download complete [2020-08-27T20:51:54.380Z] 41b27a9f41bf: Verifying Checksum [2020-08-27T20:51:54.380Z] 41b27a9f41bf: Download complete [2020-08-27T20:51:54.647Z] 2cc5ad85d9ab: Pull complete [2020-08-27T20:51:56.040Z] 756a868c4378: Pull complete [2020-08-27T20:51:56.303Z] 444b2fc9a129: Pull complete [2020-08-27T20:51:56.567Z] ea15f1150254: Pull complete [2020-08-27T20:52:01.884Z] 41b27a9f41bf: Pull complete [2020-08-27T20:52:01.884Z] 28c525ee5125: Pull complete [2020-08-27T20:52:04.435Z] 094b1ea09ed8: Pull complete [2020-08-27T20:52:05.835Z] 138eaada9080: Pull complete [2020-08-27T20:52:05.835Z] 0622d0fa9048: Pull complete [2020-08-27T20:52:05.835Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-27T20:52:05.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:52:05.835Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-27T20:52:06.049Z] prd-centos7-docker-4c-2g-499 does not seem to be running inside a container [2020-08-27T20:52:06.113Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T20:52:09.988Z] $ docker top 3a4680fa0e92ce8d19600d5494c7b2194bf44d44a7a7c43718190675727c043f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-27T20:52:10.339Z] provisioning config files... [2020-08-27T20:52:10.381Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6527957239423435438tmp [Pipeline] { [Pipeline] echo [2020-08-27T20:52:10.452Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:52:10.752Z] ---> create-netrc.sh [Pipeline] echo [2020-08-27T20:52:10.765Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:52:11.063Z] ---> logs-deploy.sh [2020-08-27T20:52:11.063Z] + ARCHIVE_ARTIFACTS= [2020-08-27T20:52:11.063Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-27T20:52:11.063Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-27T20:52:11.063Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-27T20:52:11.063Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2666/3 [2020-08-27T20:52:11.063Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2666/3/ [2020-08-27T20:52:11.063Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2666/3 /w/workspace/edgex-go/3 [2020-08-27T20:52:12.006Z] Archives upload complete. [2020-08-27T20:52:12.266Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2666/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2666/3/