Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from 0c0d710efaecfb2775162c296903c6b0e43da2fa+a7ec3a865ede80db86ffd188b897ddab9785937f (cf66ac4bf4cf180a0e8064c5356164d0b36e361e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-328 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/36 [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/36 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 0c0d710efaecfb2775162c296903c6b0e43da2fa Merge succeeded, producing 670c3ab64233bb9a445e74c7a7d05d61f00a0d33 Checking out Revision 670c3ab64233bb9a445e74c7a7d05d61f00a0d33 (PR-2610) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c0d710efaecfb2775162c296903c6b0e43da2fa # 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 a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 670c3ab64233bb9a445e74c7a7d05d61f00a0d33 # timeout=10 Commit message: "Merge commit 'a7ec3a865ede80db86ffd188b897ddab9785937f' into HEAD" > git rev-list --no-walk 0c0d710efaecfb2775162c296903c6b0e43da2fa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-18T00:31:21.171Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-18T00:31:21.370Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-18T00:31:21.450Z] ========================================================= [2020-08-18T00:31:21.450Z] EdgeX Global Pipelines Version Info [2020-08-18T00:31:21.450Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-18T00:31:23.578Z] ------------------- [2020-08-18T00:31:23.578Z] stable info: [2020-08-18T00:31:23.578Z] ------------------- [2020-08-18T00:31:23.578Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-18T00:31:23.578Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-18T00:31:23.578Z] Message: update stable to v1.0.106 [2020-08-18T00:31:24.152Z] ------------------- [2020-08-18T00:31:24.152Z] experimental info: [2020-08-18T00:31:24.152Z] ------------------- [2020-08-18T00:31:24.152Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-18T00:31:24.152Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-18T00:31:24.152Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-18T00:31:25.903Z] ++ 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-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/core-command/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/core-data/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-18T00:31:25.903Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T00:31:25.903Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-18T00:31:25.903Z] ++ cut -d/ -f2 [2020-08-18T00:31:25.903Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-18T00:31:25.971Z] 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-18T00:31:26.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T00:31:27.051Z] [2020-08-18T00:31:27.051Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:31:27.427Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T00:31:27.427Z] latest: Pulling from edgex-devops/git-semver [2020-08-18T00:31:27.427Z] 31603596830f: Pulling fs layer [2020-08-18T00:31:27.427Z] 2a8b12db71e7: Pulling fs layer [2020-08-18T00:31:27.427Z] 6ca5941a6612: Pulling fs layer [2020-08-18T00:31:27.427Z] ecc8261a40a4: Pulling fs layer [2020-08-18T00:31:27.427Z] ecc8261a40a4: Waiting [2020-08-18T00:31:27.427Z] 2a8b12db71e7: Verifying Checksum [2020-08-18T00:31:27.427Z] 2a8b12db71e7: Download complete [2020-08-18T00:31:27.427Z] 31603596830f: Verifying Checksum [2020-08-18T00:31:27.427Z] 31603596830f: Download complete [2020-08-18T00:31:27.698Z] 6ca5941a6612: Verifying Checksum [2020-08-18T00:31:27.698Z] 6ca5941a6612: Download complete [2020-08-18T00:31:27.698Z] ecc8261a40a4: Verifying Checksum [2020-08-18T00:31:27.698Z] ecc8261a40a4: Download complete [2020-08-18T00:31:27.969Z] 31603596830f: Pull complete [2020-08-18T00:31:27.969Z] 2a8b12db71e7: Pull complete [2020-08-18T00:31:28.949Z] 6ca5941a6612: Pull complete [2020-08-18T00:31:29.213Z] ecc8261a40a4: Pull complete [2020-08-18T00:31:29.213Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-18T00:31:29.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T00:31:29.213Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-18T00:31:29.345Z] prd-centos7-docker-4c-2g-328 does not seem to be running inside a container [2020-08-18T00:31:29.397Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-18T00:31:31.841Z] $ docker top c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T00:31:32.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T00:31:32.125Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T00:31:32.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T00:31:32.354Z] $ docker exec c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a ssh-agent [2020-08-18T00:31:32.583Z] SSH_AUTH_SOCK=/tmp/ssh-ihhn4dyavxnQ/agent.11 [2020-08-18T00:31:32.583Z] SSH_AGENT_PID=16 [2020-08-18T00:31:32.683Z] Running ssh-add (command line suppressed) [2020-08-18T00:31:32.853Z] Identity added: /w/workspace/edgex-go/36@tmp/private_key_7095922219769318439.key (/w/workspace/edgex-go/36@tmp/private_key_7095922219769318439.key) [2020-08-18T00:31:32.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T00:31:33.269Z] + git describe --exact-match --tags HEAD [2020-08-18T00:31:33.269Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-18T00:31:33.292Z] $ docker exec --env ******** --env ******** c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a ssh-agent -k [2020-08-18T00:31:33.455Z] unset SSH_AUTH_SOCK; [2020-08-18T00:31:33.455Z] unset SSH_AGENT_PID; [2020-08-18T00:31:33.455Z] echo Agent pid 16 killed; [2020-08-18T00:31:33.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-18T00:31:33.598Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-18T00:31:33.598Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-18T00:31:33.690Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T00:31:33.691Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T00:31:33.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T00:31:33.882Z] $ docker exec c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a ssh-agent [2020-08-18T00:31:34.083Z] SSH_AUTH_SOCK=/tmp/ssh-oeEtF0DBUDqv/agent.47 [2020-08-18T00:31:34.083Z] SSH_AGENT_PID=53 [2020-08-18T00:31:34.090Z] Running ssh-add (command line suppressed) [2020-08-18T00:31:34.223Z] Identity added: /w/workspace/edgex-go/36@tmp/private_key_3539293548990459018.key (/w/workspace/edgex-go/36@tmp/private_key_3539293548990459018.key) [2020-08-18T00:31:34.281Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T00:31:34.645Z] + git semver init [2020-08-18T00:31:34.645Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T00:31:34.645Z] # $GIT_DIR = /w/workspace/edgex-go/36/.git [2020-08-18T00:31:34.645Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/36 [2020-08-18T00:31:34.645Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T00:31:34.645Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T00:31:34.645Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T00:31:34.645Z] # $SEMVER_BRANCH = PR-2610 [2020-08-18T00:31:34.645Z] # $SEMVER_TEMP = /tmp/semver-543744739 [2020-08-18T00:31:34.645Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-18T00:32:01.290Z] # '/tmp/semver-543744739' -> '/w/workspace/edgex-go/36/.semver' [2020-08-18T00:32:01.290Z] # -> Force: false [2020-08-18T00:32:01.290Z] # $SEMVER_DIR = /w/workspace/edgex-go/36/.semver [Pipeline] } [2020-08-18T00:32:01.299Z] $ docker exec --env ******** --env ******** c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a ssh-agent -k [2020-08-18T00:32:01.520Z] unset SSH_AUTH_SOCK; [2020-08-18T00:32:01.521Z] unset SSH_AGENT_PID; [2020-08-18T00:32:01.522Z] echo Agent pid 53 killed; [2020-08-18T00:32:01.616Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T00:32:02.376Z] + git semver [Pipeline] } [2020-08-18T00:32:02.389Z] $ docker stop --time=1 c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a [2020-08-18T00:32:03.840Z] $ docker rm -f c64a4dea0fdef2097ceafe8ff57f795ee56b01663f0d0b626339a43ea87e429a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-18T00:32:19.594Z] Stashed 34 file(s) [Pipeline] echo [2020-08-18T00:32:19.595Z] [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-18T00:32:20.133Z] ========================================================= [2020-08-18T00:32:20.133Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-18T00:32:20.133Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:32:20.477Z] + 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-18T00:32:24.720Z] Sending build context to Docker daemon 323.1MB [2020-08-18T00:32:24.720Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T00:32:24.720Z] Step 2/7 : FROM ${BASE} [2020-08-18T00:32:24.720Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-18T00:32:24.720Z] df20fa9351a1: Pulling fs layer [2020-08-18T00:32:24.720Z] ed8968b2872e: Pulling fs layer [2020-08-18T00:32:24.720Z] a92cc7c5fd73: Pulling fs layer [2020-08-18T00:32:24.720Z] 2dd03ba5bac4: Pulling fs layer [2020-08-18T00:32:24.720Z] 1e091d79d1de: Pulling fs layer [2020-08-18T00:32:24.720Z] 481702a1767f: Pulling fs layer [2020-08-18T00:32:24.720Z] f64a6f60c768: Pulling fs layer [2020-08-18T00:32:24.720Z] e78d2573fc39: Pulling fs layer [2020-08-18T00:32:24.720Z] e876d2f968b6: Pulling fs layer [2020-08-18T00:32:24.720Z] ce8a83651883: Pulling fs layer [2020-08-18T00:32:24.720Z] 07967f4d0e4b: Pulling fs layer [2020-08-18T00:32:24.720Z] f64a6f60c768: Waiting [2020-08-18T00:32:24.720Z] e78d2573fc39: Waiting [2020-08-18T00:32:24.720Z] 2dd03ba5bac4: Waiting [2020-08-18T00:32:24.720Z] 1e091d79d1de: Waiting [2020-08-18T00:32:24.720Z] 481702a1767f: Waiting [2020-08-18T00:32:24.720Z] e876d2f968b6: Waiting [2020-08-18T00:32:24.720Z] ce8a83651883: Waiting [2020-08-18T00:32:24.720Z] 07967f4d0e4b: Waiting [2020-08-18T00:32:24.720Z] a92cc7c5fd73: Verifying Checksum [2020-08-18T00:32:24.720Z] a92cc7c5fd73: Download complete [2020-08-18T00:32:24.720Z] ed8968b2872e: Verifying Checksum [2020-08-18T00:32:24.720Z] ed8968b2872e: Download complete [2020-08-18T00:32:24.720Z] 1e091d79d1de: Download complete [2020-08-18T00:32:24.720Z] 481702a1767f: Verifying Checksum [2020-08-18T00:32:24.720Z] 481702a1767f: Download complete [2020-08-18T00:32:24.720Z] df20fa9351a1: Verifying Checksum [2020-08-18T00:32:25.000Z] df20fa9351a1: Pull complete [2020-08-18T00:32:25.267Z] ed8968b2872e: Pull complete [2020-08-18T00:32:25.268Z] a92cc7c5fd73: Pull complete [2020-08-18T00:32:26.711Z] f64a6f60c768: Verifying Checksum [2020-08-18T00:32:26.711Z] f64a6f60c768: Download complete [2020-08-18T00:32:26.711Z] e876d2f968b6: Verifying Checksum [2020-08-18T00:32:26.711Z] e876d2f968b6: Download complete [2020-08-18T00:32:27.311Z] e78d2573fc39: Verifying Checksum [2020-08-18T00:32:27.311Z] e78d2573fc39: Download complete [2020-08-18T00:32:27.311Z] 2dd03ba5bac4: Verifying Checksum [2020-08-18T00:32:27.311Z] 2dd03ba5bac4: Download complete [2020-08-18T00:32:27.311Z] 07967f4d0e4b: Verifying Checksum [2020-08-18T00:32:27.311Z] 07967f4d0e4b: Download complete [2020-08-18T00:32:27.311Z] ce8a83651883: Verifying Checksum [2020-08-18T00:32:27.311Z] ce8a83651883: Download complete [2020-08-18T00:32:34.936Z] Still waiting to schedule task [2020-08-18T00:32:34.936Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-18T00:32:35.493Z] 2dd03ba5bac4: Pull complete [2020-08-18T00:32:35.493Z] 1e091d79d1de: Pull complete [2020-08-18T00:32:35.493Z] 481702a1767f: Pull complete [2020-08-18T00:32:42.163Z] f64a6f60c768: Pull complete [2020-08-18T00:32:46.421Z] e78d2573fc39: Pull complete [2020-08-18T00:32:46.421Z] e876d2f968b6: Pull complete [2020-08-18T00:32:47.374Z] ce8a83651883: Pull complete [2020-08-18T00:32:47.374Z] 07967f4d0e4b: Pull complete [2020-08-18T00:32:47.374Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-18T00:32:47.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-18T00:32:47.639Z] ---> 5d7c900382c6 [2020-08-18T00:32:47.639Z] 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-18T00:32:49.029Z] ---> Running in 8c51f6644a30 [2020-08-18T00:32:49.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:32:50.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:32:50.752Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T00:32:51.017Z] (2/12) Installing file (5.38-r0) [2020-08-18T00:32:51.017Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T00:32:51.279Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T00:32:53.827Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T00:32:53.827Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T00:32:53.827Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T00:32:53.827Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T00:32:54.089Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T00:32:54.089Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T00:32:54.354Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T00:32:54.354Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T00:32:54.354Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:32:54.354Z] OK: 233 MiB in 51 packages [2020-08-18T00:32:57.672Z] Removing intermediate container 8c51f6644a30 [2020-08-18T00:32:57.672Z] ---> 11a053c8ce61 [2020-08-18T00:32:57.672Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T00:32:57.934Z] ---> Running in 182bcd23ef6d [2020-08-18T00:32:57.934Z] Removing intermediate container 182bcd23ef6d [2020-08-18T00:32:57.934Z] ---> 8854a2d8b8da [2020-08-18T00:32:57.934Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T00:32:58.198Z] latest: Pulling from library/docker [2020-08-18T00:32:58.461Z] df20fa9351a1: Already exists [2020-08-18T00:32:58.461Z] 25ad7478873d: Pulling fs layer [2020-08-18T00:32:58.461Z] 4684f6177b5d: Pulling fs layer [2020-08-18T00:32:58.461Z] 46e300cec669: Pulling fs layer [2020-08-18T00:32:58.461Z] 63038576ad94: Pulling fs layer [2020-08-18T00:32:58.461Z] 0fdb76c4706c: Pulling fs layer [2020-08-18T00:32:58.461Z] cb7edeffdfd5: Pulling fs layer [2020-08-18T00:32:58.461Z] 63038576ad94: Waiting [2020-08-18T00:32:58.461Z] 0fdb76c4706c: Waiting [2020-08-18T00:32:58.461Z] cb7edeffdfd5: Waiting [2020-08-18T00:32:58.751Z] 4684f6177b5d: Verifying Checksum [2020-08-18T00:32:58.752Z] 4684f6177b5d: Download complete [2020-08-18T00:32:58.752Z] 63038576ad94: Verifying Checksum [2020-08-18T00:32:58.752Z] 63038576ad94: Download complete [2020-08-18T00:32:59.052Z] 25ad7478873d: Verifying Checksum [2020-08-18T00:32:59.052Z] 25ad7478873d: Download complete [2020-08-18T00:32:59.328Z] 0fdb76c4706c: Verifying Checksum [2020-08-18T00:32:59.328Z] 0fdb76c4706c: Download complete [2020-08-18T00:32:59.328Z] cb7edeffdfd5: Verifying Checksum [2020-08-18T00:32:59.328Z] cb7edeffdfd5: Download complete [2020-08-18T00:32:59.328Z] 25ad7478873d: Pull complete [2020-08-18T00:32:59.328Z] 46e300cec669: Retrying in 5 seconds [2020-08-18T00:32:59.328Z] 4684f6177b5d: Pull complete [2020-08-18T00:33:00.722Z] 46e300cec669: Retrying in 4 seconds [2020-08-18T00:33:01.298Z] 46e300cec669: Retrying in 3 seconds [2020-08-18T00:33:02.690Z] 46e300cec669: Retrying in 2 seconds [2020-08-18T00:33:03.634Z] 46e300cec669: Retrying in 1 second [2020-08-18T00:33:05.027Z] 46e300cec669: Verifying Checksum [2020-08-18T00:33:05.027Z] 46e300cec669: Download complete [2020-08-18T00:33:07.607Z] 46e300cec669: Pull complete [2020-08-18T00:33:07.607Z] 63038576ad94: Pull complete [2020-08-18T00:33:07.607Z] 0fdb76c4706c: Pull complete [2020-08-18T00:33:07.869Z] cb7edeffdfd5: Pull complete [2020-08-18T00:33:07.869Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T00:33:07.869Z] Status: Downloaded newer image for docker:latest [2020-08-18T00:33:09.796Z] ---> 0752c644f780 [2020-08-18T00:33:09.796Z] Step 6/7 : COPY go.mod . [2020-08-18T00:33:09.796Z] ---> 2c0fdb8cf6d4 [2020-08-18T00:33:09.796Z] Step 7/7 : RUN go mod download [2020-08-18T00:33:09.796Z] ---> Running in b963947b703a [2020-08-18T00:33:12.351Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T00:33:12.351Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T00:33:12.614Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T00:33:12.614Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T00:33:12.614Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T00:33:12.614Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T00:33:12.614Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T00:33:12.614Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T00:33:12.614Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T00:33:12.614Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T00:33:12.614Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T00:33:12.614Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T00:33:12.614Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T00:33:12.875Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T00:33:12.875Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.69 [2020-08-18T00:33:12.875Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T00:33:12.875Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T00:33:12.875Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T00:33:12.875Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T00:33:12.875Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T00:33:12.875Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T00:33:12.875Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T00:33:12.875Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T00:33:13.137Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T00:33:13.137Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-18T00:33:13.137Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-18T00:33:13.137Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-18T00:33:13.137Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-18T00:33:13.137Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T00:33:13.137Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T00:33:13.137Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T00:33:13.137Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T00:33:13.137Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T00:33:13.137Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T00:33:13.137Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T00:33:13.398Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T00:33:13.663Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T00:33:13.663Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T00:33:13.663Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T00:33:13.663Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T00:33:13.663Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T00:33:13.663Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T00:33:13.663Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T00:33:13.663Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T00:33:13.663Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T00:33:13.663Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T00:33:13.663Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T00:33:13.663Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T00:33:13.925Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-18T00:33:13.925Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T00:33:13.925Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T00:33:13.925Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T00:33:13.925Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T00:33:13.925Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T00:33:13.925Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T00:33:13.925Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T00:33:13.925Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T00:33:13.925Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T00:33:13.925Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T00:33:13.925Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T00:33:14.186Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T00:33:14.186Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T00:33:14.186Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-18T00:33:14.186Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T00:33:14.186Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T00:33:14.186Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T00:33:14.186Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T00:33:14.186Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T00:33:14.186Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T00:33:14.186Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T00:33:14.186Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T00:33:14.449Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T00:33:14.449Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T00:33:14.449Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T00:33:14.449Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T00:33:14.449Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T00:33:14.449Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T00:33:14.449Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T00:33:14.449Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T00:33:14.449Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T00:33:14.449Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T00:33:14.449Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T00:33:14.449Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T00:33:14.713Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T00:33:14.713Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T00:33:14.713Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T00:33:14.713Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T00:33:32.946Z] Removing intermediate container b963947b703a [2020-08-18T00:33:32.946Z] ---> db39464a70d0 [2020-08-18T00:33:32.946Z] Successfully built db39464a70d0 [2020-08-18T00:33:32.946Z] 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-18T00:33:33.629Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-18T00:33:33.629Z] . [Pipeline] withDockerContainer [2020-08-18T00:33:34.015Z] prd-centos7-docker-4c-2g-328 does not seem to be running inside a container [2020-08-18T00:33:34.078Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-18T00:33:35.023Z] $ docker top b47b0b90b9eb767189b76da1db6850bc6827fc5c0915a4d36c08386d7d62ceb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T00:33:35.595Z] + go version [2020-08-18T00:33:35.595Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-18T00:33:35.614Z] ========================================================= [2020-08-18T00:33:35.614Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-18T00:33:35.614Z] ========================================================= [Pipeline] sh [2020-08-18T00:33:35.927Z] + make test [2020-08-18T00:33:35.927Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T00:33:39.632Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-18T00:33:50.086Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-18T00:33:56.792Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-18T00:33:56.792Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-18T00:33:56.792Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-18T00:33:56.792Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-18T00:33:59.401Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s [2020-08-18T00:33:59.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-18T00:33:59.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-18T00:33:59.401Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-18T00:33:59.401Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-18T00:34:00.380Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-18T00:34:00.380Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-18T00:34:00.380Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-18T00:34:00.380Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-18T00:34:05.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.027s coverage: 46.6% of statements [2020-08-18T00:34:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-18T00:34:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-18T00:34:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-18T00:34:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-18T00:34:05.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-18T00:34:10.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.126s coverage: 27.2% of statements [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-18T00:34:10.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-18T00:34:10.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-18T00:34:10.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.337s coverage: 82.5% of statements [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-18T00:34:10.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.048s coverage: 92.9% of statements [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-18T00:34:10.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-18T00:34:11.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.083s coverage: 28.6% of statements [2020-08-18T00:34:11.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-18T00:34:11.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-18T00:34:11.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-18T00:34:11.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-18T00:34:11.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-18T00:34:11.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements [2020-08-18T00:34:11.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-18T00:34:11.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.020s coverage: 100.0% of statements [2020-08-18T00:34:11.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-18T00:34:13.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements [2020-08-18T00:34:13.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-18T00:34:13.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.058s coverage: 97.5% of statements [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-18T00:34:13.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.014s coverage: 100.0% of statements [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-18T00:34:13.759Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.016s coverage: 58.8% of statements [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-18T00:34:13.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-18T00:34:15.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.145s coverage: 63.5% of statements [2020-08-18T00:34:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-18T00:34:15.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-18T00:34:15.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.015s coverage: 100.0% of statements [2020-08-18T00:34:16.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.159s coverage: 55.9% of statements [2020-08-18T00:34:16.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-18T00:34:16.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-18T00:34:16.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-18T00:34:16.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.901s coverage: 86.3% of statements [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.395s coverage: 72.2% of statements [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.187s coverage: 72.1% of statements [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.027s coverage: 82.4% of statements [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.029s coverage: 28.8% of statements [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.028s coverage: 96.8% of statements [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 26.9% of statements [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.121s coverage: 84.1% of statements [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.019s coverage: 100.0% of statements [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.012s coverage: 42.9% of statements [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-18T00:34:21.980Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.032s coverage: 100.0% of statements [2020-08-18T00:34:21.980Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-18T00:34:22.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.010s coverage: 83.8% of statements [2020-08-18T00:34:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-18T00:34:24.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 45.9% of statements [2020-08-18T00:34:24.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-18T00:34:24.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-18T00:34:24.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements [2020-08-18T00:34:24.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-18T00:34:24.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-18T00:34:24.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-18T00:34:24.236Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2020-08-18T00:34:24.236Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-18T00:34:24.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2020-08-18T00:34:24.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-18T00:34:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.088s coverage: 29.1% of statements [2020-08-18T00:34:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-18T00:34:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-18T00:34:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-18T00:34:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-18T00:34:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-18T00:34:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2020-08-18T00:34:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-18T00:34:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements [2020-08-18T00:34:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-18T00:34:26.469Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements [2020-08-18T00:34:26.469Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-18T00:34:27.071Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-08-18T00:34:27.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-18T00:34:27.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-18T00:34:27.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-18T00:34:27.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-18T00:34:27.346Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.024s coverage: 87.9% of statements [2020-08-18T00:34:27.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-18T00:34:27.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-18T00:34:27.621Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements [2020-08-18T00:34:27.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements [2020-08-18T00:34:28.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-18T00:34:28.728Z] GO111MODULE=on go vet ./... [2020-08-18T00:34:36.938Z] gofmt -l . [2020-08-18T00:34:36.938Z] [ "`gofmt -l .`" = "" ] [2020-08-18T00:34:37.200Z] ./bin/test-go-mod-tidy.sh [2020-08-18T00:34:38.145Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-18T00:34:40.380Z] + ls -al . [2020-08-18T00:34:40.380Z] total 552 [2020-08-18T00:34:40.380Z] drwxrwxr-x 10 1001 1001 4096 Aug 18 00:34 . [2020-08-18T00:34:40.380Z] drwxr-xr-x 4 root root 30 Aug 18 00:33 .. [2020-08-18T00:34:40.380Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 00:31 .dockerignore [2020-08-18T00:34:40.380Z] drwxrwxr-x 8 1001 1001 179 Aug 18 00:31 .git [2020-08-18T00:34:40.380Z] drwxrwxr-x 3 1001 1001 60 Aug 18 00:31 .github [2020-08-18T00:34:40.380Z] -rw-rw-r-- 1 1001 1001 932 Aug 18 00:31 .gitignore [2020-08-18T00:34:40.381Z] drwx------ 3 1001 1001 47 Aug 18 00:31 .semver [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 00:31 .sonarcloud.properties [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 00:31 CONTRIBUTING.md [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 1035 Aug 18 00:31 Dockerfile.build [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 865 Aug 18 00:31 Jenkinsfile [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 00:31 LICENSE [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 6237 Aug 18 00:31 Makefile [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 5652 Aug 18 00:31 README.md [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 259 Aug 18 00:31 SECURITY.md [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 00:32 VERSION [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 00:31 ZMQWindows.md [2020-08-18T00:34:40.381Z] drwxrwxr-x 2 1001 1001 117 Aug 18 00:31 bin [2020-08-18T00:34:40.381Z] drwxrwxr-x 15 1001 1001 4096 Aug 18 00:31 cmd [2020-08-18T00:34:40.381Z] -rw-r--r-- 1 root root 458658 Aug 18 00:34 coverage.out [2020-08-18T00:34:40.381Z] -rw-r--r-- 1 root root 1019 Aug 18 00:34 go.mod [2020-08-18T00:34:40.381Z] -rw-r--r-- 1 root root 19185 Aug 18 00:34 go.sum [2020-08-18T00:34:40.381Z] drwxrwxr-x 8 1001 1001 127 Aug 18 00:31 internal [2020-08-18T00:34:40.381Z] drwxrwxr-x 4 1001 1001 26 Aug 18 00:31 openapi [2020-08-18T00:34:40.381Z] drwxrwxr-x 4 1001 1001 71 Aug 18 00:31 snap [2020-08-18T00:34:40.381Z] -rw-rw-r-- 1 1001 1001 168 Aug 18 00:31 version.go [Pipeline] sh [2020-08-18T00:34:40.688Z] + '[' -e coverage.out ] [2020-08-18T00:34:40.688Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-18T00:34:40.849Z] Stashed 1 file(s) [Pipeline] sh [2020-08-18T00:34:41.156Z] + make build [2020-08-18T00:34:41.156Z] 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-18T00:34:49.363Z] 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-18T00:34:53.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T00:34:55.009Z] 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-18T00:34:56.412Z] 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-18T00:34:59.012Z] 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-18T00:34:59.012Z] 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-18T00:35:01.734Z] 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-18T00:35:03.664Z] 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-18T00:35:05.057Z] 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-18T00:35:07.014Z] 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-18T00:35:08.402Z] 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-18T00:35:09.788Z] 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-18T00:35:10.747Z] $ docker stop --time=1 b47b0b90b9eb767189b76da1db6850bc6827fc5c0915a4d36c08386d7d62ceb9 [2020-08-18T00:35:13.171Z] $ docker rm -f b47b0b90b9eb767189b76da1db6850bc6827fc5c0915a4d36c08386d7d62ceb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:35:14.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T00:35:14.595Z] [2020-08-18T00:35:14.595Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:35:14.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T00:35:14.952Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-18T00:35:14.952Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-18T00:35:14.952Z] ca9280d653b3: Pulling fs layer [2020-08-18T00:35:14.952Z] 7e9c9ca2126c: Pulling fs layer [2020-08-18T00:35:14.952Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-18T00:35:14.952Z] cbdbe7a5bc2a: Download complete [2020-08-18T00:35:15.219Z] ca9280d653b3: Verifying Checksum [2020-08-18T00:35:15.219Z] ca9280d653b3: Download complete [2020-08-18T00:35:15.485Z] cbdbe7a5bc2a: Pull complete [2020-08-18T00:35:16.070Z] 7e9c9ca2126c: Verifying Checksum [2020-08-18T00:35:16.070Z] 7e9c9ca2126c: Download complete [2020-08-18T00:35:16.654Z] ca9280d653b3: Pull complete [2020-08-18T00:35:26.702Z] 7e9c9ca2126c: Pull complete [2020-08-18T00:35:26.702Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-18T00:35:26.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T00:35:26.702Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-18T00:35:26.858Z] prd-centos7-docker-4c-2g-328 does not seem to be running inside a container [2020-08-18T00:35:26.909Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-18T00:35:28.923Z] $ docker top 6733fb23fadeb8d122592a3b7be9b8e2aff86250ce888edea74f0a43bcac68e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T00:35:29.493Z] + docker-compose build --help [2020-08-18T00:35:29.493Z] + grep parallel [2020-08-18T00:35:30.900Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T00:35:30.913Z] $ docker stop --time=1 6733fb23fadeb8d122592a3b7be9b8e2aff86250ce888edea74f0a43bcac68e0 [2020-08-18T00:35:32.400Z] $ docker rm -f 6733fb23fadeb8d122592a3b7be9b8e2aff86250ce888edea74f0a43bcac68e0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:35:33.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T00:35:33.009Z] . [Pipeline] withDockerContainer [2020-08-18T00:35:33.125Z] prd-centos7-docker-4c-2g-328 does not seem to be running inside a container [2020-08-18T00:35:33.198Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-18T00:35:34.172Z] $ docker top 25751d61aba29bcc7c1a345842c3f3ca41732b83b0cb8b34d76f1992b35b2ee7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T00:35:34.693Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T00:35:36.102Z] Building docker-core-command-go ... [2020-08-18T00:35:36.102Z] Building docker-core-data-go ... [2020-08-18T00:35:36.102Z] Building docker-core-metadata-go ... [2020-08-18T00:35:36.102Z] Building docker-security-proxy-setup-go ... [2020-08-18T00:35:36.102Z] Building docker-security-secrets-setup-go ... [2020-08-18T00:35:36.102Z] Building docker-security-secretstore-setup-go ... [2020-08-18T00:35:36.102Z] Building docker-support-logging-go ... [2020-08-18T00:35:36.102Z] Building docker-support-notifications-go ... [2020-08-18T00:35:36.102Z] Building docker-support-scheduler-go ... [2020-08-18T00:35:36.102Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T00:35:36.102Z] Building docker-support-notifications-go [2020-08-18T00:35:36.102Z] Building docker-core-metadata-go [2020-08-18T00:35:36.102Z] Building docker-security-proxy-setup-go [2020-08-18T00:35:36.102Z] Building docker-sys-mgmt-agent-go [2020-08-18T00:35:36.102Z] Building docker-security-secrets-setup-go [2020-08-18T00:35:59.507Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-334 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-08-18T00:35:59.549Z] Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout [2020-08-18T00:36:04.527Z] using credential edgex-jenkins-ssh [2020-08-18T00:36:04.585Z] Cloning the remote Git repository [2020-08-18T00:36:04.585Z] Cloning with configured refspecs honoured and without tags [2020-08-18T00:36:04.654Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-18T00:36:04.770Z] > git init /w/workspace/edgex-go/36 # timeout=10 [2020-08-18T00:36:04.837Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T00:36:04.838Z] > git --version # timeout=10 [2020-08-18T00:36:04.863Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T00:36:04.949Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T00:36:15.009Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:36:15.009Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T00:36:15.009Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:36:15.009Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:36:15.009Z] ---> db39464a70d0 [2020-08-18T00:36:15.009Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T00:36:15.009Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:36:15.009Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:36:15.009Z] ---> db39464a70d0 [2020-08-18T00:36:15.009Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T00:36:15.009Z] ---> db39464a70d0 [2020-08-18T00:36:15.009Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T00:36:15.009Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:36:15.009Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:36:15.009Z] ---> db39464a70d0 [2020-08-18T00:36:15.009Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T00:36:15.009Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:36:15.009Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:36:15.009Z] ---> db39464a70d0 [2020-08-18T00:36:15.009Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T00:36:15.009Z] ---> Running in f086bd5919f6 [2020-08-18T00:36:15.009Z] ---> Running in 963ca4db3799 [2020-08-18T00:36:15.009Z] ---> Running in 450c7b26b829 [2020-08-18T00:36:15.009Z] ---> Running in b7ad16efa27b [2020-08-18T00:36:15.009Z] ---> Running in c9fe71d79965 [2020-08-18T00:36:15.009Z] Removing intermediate container 450c7b26b829 [2020-08-18T00:36:15.009Z] ---> 6a336bd54ab3 [2020-08-18T00:36:15.009Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T00:36:15.009Z] Removing intermediate container 963ca4db3799 [2020-08-18T00:36:15.009Z] ---> a654191feb59 [2020-08-18T00:36:15.009Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:36:15.009Z] Removing intermediate container f086bd5919f6 [2020-08-18T00:36:15.009Z] ---> a36a70c5a231 [2020-08-18T00:36:15.009Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:36:15.009Z] Removing intermediate container c9fe71d79965 [2020-08-18T00:36:15.009Z] ---> ca729287ba18 [2020-08-18T00:36:15.009Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:36:15.009Z] Removing intermediate container b7ad16efa27b [2020-08-18T00:36:15.009Z] ---> 7bf3ca43415a [2020-08-18T00:36:15.009Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:36:15.009Z] ---> Running in 55040849a57e [2020-08-18T00:36:15.009Z] ---> Running in 2124e309673f [2020-08-18T00:36:15.009Z] ---> Running in fe342eca59f6 [2020-08-18T00:36:15.009Z] ---> Running in 3f2188ee58ec [2020-08-18T00:36:15.009Z] ---> Running in 815c52962bde [2020-08-18T00:36:15.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:15.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:15.277Z] Removing intermediate container 2124e309673f [2020-08-18T00:36:15.277Z] ---> 3af10f04367d [2020-08-18T00:36:15.277Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T00:36:15.277Z] Removing intermediate container fe342eca59f6 [2020-08-18T00:36:15.277Z] ---> 55b1d151cbae [2020-08-18T00:36:15.277Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T00:36:15.542Z] ---> Running in dcecafee9129 [2020-08-18T00:36:15.542Z] ---> Running in e2266c4e73d9 [2020-08-18T00:36:15.542Z] Removing intermediate container 815c52962bde [2020-08-18T00:36:15.542Z] ---> 338d421bd094 [2020-08-18T00:36:15.542Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T00:36:15.807Z] Removing intermediate container 3f2188ee58ec [2020-08-18T00:36:15.807Z] ---> 0624dc3d870d [2020-08-18T00:36:15.807Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T00:36:15.807Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:36:15.807Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:36:15.807Z] OK: 12746 distinct packages available [2020-08-18T00:36:15.807Z] ---> Running in 65e568604dd9 [2020-08-18T00:36:16.095Z] ---> Running in d1796e2e8de5 [2020-08-18T00:36:16.095Z] OK: 233 MiB in 51 packages [2020-08-18T00:36:16.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:16.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:16.953Z] Removing intermediate container 55040849a57e [2020-08-18T00:36:16.953Z] ---> 31eb04b6741d [2020-08-18T00:36:16.953Z] Step 5/29 : COPY go.mod . [2020-08-18T00:36:16.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:16.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:17.214Z] ---> f7d4533f8225 [2020-08-18T00:36:17.214Z] Step 6/29 : RUN go mod download [2020-08-18T00:36:17.214Z] ---> Running in 8e354c2824ad [2020-08-18T00:36:17.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:17.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:17.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:17.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:36:18.273Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:36:18.274Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:36:18.274Z] OK: 12746 distinct packages available [2020-08-18T00:36:18.274Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:36:18.274Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:36:18.274Z] OK: 12746 distinct packages available [2020-08-18T00:36:18.274Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:36:18.274Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:36:18.274Z] OK: 12746 distinct packages available [2020-08-18T00:36:18.274Z] OK: 233 MiB in 51 packages [2020-08-18T00:36:18.274Z] OK: 233 MiB in 51 packages [2020-08-18T00:36:18.274Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:36:18.274Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:36:18.274Z] OK: 12746 distinct packages available [2020-08-18T00:36:18.587Z] OK: 233 MiB in 51 packages [2020-08-18T00:36:18.587Z] OK: 233 MiB in 51 packages [2020-08-18T00:36:19.180Z] Removing intermediate container e2266c4e73d9 [2020-08-18T00:36:19.180Z] ---> a28dd75e745c [2020-08-18T00:36:19.180Z] Step 6/20 : COPY go.mod . [2020-08-18T00:36:19.465Z] Removing intermediate container dcecafee9129 [2020-08-18T00:36:19.465Z] ---> 6855b17e5847 [2020-08-18T00:36:19.465Z] Step 6/26 : COPY go.mod . [2020-08-18T00:36:19.465Z] Removing intermediate container 65e568604dd9 [2020-08-18T00:36:19.465Z] ---> 428e5def71bd [2020-08-18T00:36:19.465Z] Step 6/23 : COPY go.mod . [2020-08-18T00:36:19.758Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T00:36:19.781Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-08-18T00:36:19.892Z] Fetching without tags [2020-08-18T00:36:20.056Z] Removing intermediate container d1796e2e8de5 [2020-08-18T00:36:20.056Z] ---> ee9080a08a5c [2020-08-18T00:36:20.056Z] Step 6/21 : COPY go.mod . [2020-08-18T00:36:20.056Z] ---> ed7daea79135 [2020-08-18T00:36:20.056Z] Step 7/20 : RUN go mod download [2020-08-18T00:36:20.056Z] ---> 282a56638b72 [2020-08-18T00:36:20.056Z] Step 7/26 : RUN go mod download [2020-08-18T00:36:20.056Z] ---> 3a528a576c37 [2020-08-18T00:36:20.056Z] Step 7/23 : RUN go mod download [2020-08-18T00:36:20.056Z] Removing intermediate container 8e354c2824ad [2020-08-18T00:36:20.056Z] ---> a4f528e0d282 [2020-08-18T00:36:20.056Z] Step 7/29 : COPY . . [2020-08-18T00:36:20.056Z] ---> Running in 85e259f39e03 [2020-08-18T00:36:20.056Z] ---> Running in 4e47fb1a9910 [2020-08-18T00:36:20.056Z] ---> Running in eefa953ca0dd [2020-08-18T00:36:20.428Z] Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 0c0d710efaecfb2775162c296903c6b0e43da2fa [2020-08-18T00:36:21.034Z] ---> 890d6dea07e2 [2020-08-18T00:36:21.034Z] Step 7/21 : RUN go mod download [2020-08-18T00:36:21.099Z] Merge succeeded, producing ed62ea05e115aa05933ca3bd7bc538efbdf527a6 [2020-08-18T00:36:21.099Z] Checking out Revision ed62ea05e115aa05933ca3bd7bc538efbdf527a6 (PR-2610) [2020-08-18T00:36:19.808Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T00:36:19.829Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T00:36:19.900Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T00:36:19.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T00:36:19.915Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T00:36:20.443Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T00:36:20.467Z] > git checkout -f 0c0d710efaecfb2775162c296903c6b0e43da2fa # timeout=10 [2020-08-18T00:36:20.741Z] > git remote # timeout=10 [2020-08-18T00:36:20.761Z] > git config --get remote.origin.url # timeout=10 [2020-08-18T00:36:20.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T00:36:20.784Z] > git merge a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 [2020-08-18T00:36:21.082Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-18T00:36:21.102Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T00:36:21.120Z] > git checkout -f ed62ea05e115aa05933ca3bd7bc538efbdf527a6 # timeout=10 [2020-08-18T00:36:22.972Z] ---> Running in 3d9cccc2c00c [2020-08-18T00:36:25.251Z] Commit message: "Merge commit 'a7ec3a865ede80db86ffd188b897ddab9785937f' into HEAD" [2020-08-18T00:36:25.256Z] > git rev-list --no-walk 0c0d710efaecfb2775162c296903c6b0e43da2fa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-18T00:36:26.326Z] Removing intermediate container 85e259f39e03 [2020-08-18T00:36:26.326Z] ---> 12a96f804e28 [2020-08-18T00:36:26.326Z] Step 8/20 : COPY . . [2020-08-18T00:36:30.591Z] Removing intermediate container 4e47fb1a9910 [2020-08-18T00:36:30.591Z] ---> 84c5bb5fd93f [2020-08-18T00:36:30.591Z] Step 8/26 : COPY . . [2020-08-18T00:36:30.863Z] Removing intermediate container eefa953ca0dd [2020-08-18T00:36:30.863Z] ---> 4ca99843a5d7 [2020-08-18T00:36:30.863Z] Step 8/23 : COPY . . [2020-08-18T00:36:35.205Z] Removing intermediate container 3d9cccc2c00c [2020-08-18T00:36:35.205Z] ---> 35c1baafba72 [2020-08-18T00:36:35.205Z] Step 8/21 : COPY . . [Pipeline] echo [2020-08-18T00:36:36.793Z] ========================================================= [2020-08-18T00:36:36.793Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-18T00:36:36.793Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:36:37.733Z] + 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-18T00:36:42.060Z] Sending build context to Docker daemon 323.1MB [2020-08-18T00:36:42.060Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T00:36:42.060Z] Step 2/7 : FROM ${BASE} [2020-08-18T00:36:42.060Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-18T00:36:42.060Z] b538f80385f9: Pulling fs layer [2020-08-18T00:36:42.060Z] 74f711af9a0d: Pulling fs layer [2020-08-18T00:36:42.060Z] 99f96fe45779: Pulling fs layer [2020-08-18T00:36:42.060Z] fd7a069fd194: Pulling fs layer [2020-08-18T00:36:42.060Z] 66aa3694b03b: Pulling fs layer [2020-08-18T00:36:42.060Z] 170f70906a0f: Pulling fs layer [2020-08-18T00:36:42.060Z] ad7c5574e4b9: Pulling fs layer [2020-08-18T00:36:42.060Z] e772456be8f7: Pulling fs layer [2020-08-18T00:36:42.060Z] c890913d741a: Pulling fs layer [2020-08-18T00:36:42.060Z] 2480fcc9aa5a: Pulling fs layer [2020-08-18T00:36:42.060Z] 09adf4765672: Pulling fs layer [2020-08-18T00:36:42.060Z] 09adf4765672: Waiting [2020-08-18T00:36:42.060Z] 66aa3694b03b: Waiting [2020-08-18T00:36:42.060Z] 170f70906a0f: Waiting [2020-08-18T00:36:42.060Z] ad7c5574e4b9: Waiting [2020-08-18T00:36:42.060Z] e772456be8f7: Waiting [2020-08-18T00:36:42.060Z] c890913d741a: Waiting [2020-08-18T00:36:42.060Z] fd7a069fd194: Waiting [2020-08-18T00:36:42.060Z] 2480fcc9aa5a: Waiting [2020-08-18T00:36:42.060Z] 99f96fe45779: Verifying Checksum [2020-08-18T00:36:42.060Z] 99f96fe45779: Download complete [2020-08-18T00:36:42.060Z] 74f711af9a0d: Verifying Checksum [2020-08-18T00:36:42.060Z] 74f711af9a0d: Download complete [2020-08-18T00:36:42.060Z] 66aa3694b03b: Verifying Checksum [2020-08-18T00:36:42.060Z] 66aa3694b03b: Download complete [2020-08-18T00:36:42.339Z] 170f70906a0f: Verifying Checksum [2020-08-18T00:36:42.339Z] 170f70906a0f: Download complete [2020-08-18T00:36:42.339Z] b538f80385f9: Verifying Checksum [2020-08-18T00:36:42.339Z] b538f80385f9: Download complete [2020-08-18T00:36:42.947Z] b538f80385f9: Pull complete [2020-08-18T00:36:43.555Z] 74f711af9a0d: Pull complete [2020-08-18T00:36:44.153Z] 99f96fe45779: Pull complete [2020-08-18T00:36:45.594Z] ad7c5574e4b9: Verifying Checksum [2020-08-18T00:36:45.594Z] ad7c5574e4b9: Download complete [2020-08-18T00:36:45.594Z] c890913d741a: Verifying Checksum [2020-08-18T00:36:45.594Z] c890913d741a: Download complete [2020-08-18T00:36:47.020Z] e772456be8f7: Verifying Checksum [2020-08-18T00:36:47.020Z] e772456be8f7: Download complete [2020-08-18T00:36:47.292Z] 09adf4765672: Verifying Checksum [2020-08-18T00:36:47.576Z] 2480fcc9aa5a: Verifying Checksum [2020-08-18T00:36:47.576Z] 2480fcc9aa5a: Download complete [2020-08-18T00:36:47.576Z] fd7a069fd194: Verifying Checksum [2020-08-18T00:36:47.576Z] fd7a069fd194: Download complete [2020-08-18T00:36:53.515Z] ---> 8928ce4104a5 [2020-08-18T00:36:53.515Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T00:36:54.542Z] ---> Running in 19e5f7d5bed8 [2020-08-18T00:36:59.978Z] 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-18T00:37:00.052Z] fd7a069fd194: Pull complete [2020-08-18T00:37:00.052Z] 66aa3694b03b: Pull complete [2020-08-18T00:37:00.652Z] 170f70906a0f: Pull complete [2020-08-18T00:37:04.299Z] ---> 9781006e123a [2020-08-18T00:37:04.299Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T00:37:04.982Z] ad7c5574e4b9: Pull complete [2020-08-18T00:37:05.289Z] ---> Running in dfbca0e427aa [2020-08-18T00:37:05.882Z] ---> 1ca1fa3352ba [2020-08-18T00:37:05.882Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T00:37:06.494Z] ---> Running in 249af6d95f4b [2020-08-18T00:37:06.768Z] ---> e83696d2d570 [2020-08-18T00:37:06.768Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T00:37:06.768Z] ---> 650dd3aa46af [2020-08-18T00:37:06.768Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T00:37:06.768Z] ---> Running in d768cac86fc5 [2020-08-18T00:37:07.034Z] ---> Running in 2c0a9460eb0d [2020-08-18T00:37:07.304Z] 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-18T00:37:07.583Z] 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-18T00:37:07.848Z] 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-18T00:37:08.117Z] 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-18T00:37:09.291Z] e772456be8f7: Pull complete [2020-08-18T00:37:09.291Z] c890913d741a: Pull complete [2020-08-18T00:37:11.943Z] 2480fcc9aa5a: Pull complete [2020-08-18T00:37:12.216Z] 09adf4765672: Pull complete [2020-08-18T00:37:12.216Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-18T00:37:12.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-18T00:37:12.216Z] ---> 2248a725d1cf [2020-08-18T00:37:12.216Z] 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-18T00:37:16.507Z] ---> Running in 08f0496548b4 [2020-08-18T00:37:17.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:37:18.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:37:19.879Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T00:37:20.153Z] (2/12) Installing file (5.38-r0) [2020-08-18T00:37:20.153Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T00:37:20.424Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T00:37:23.790Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T00:37:23.790Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T00:37:23.790Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T00:37:24.060Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T00:37:24.060Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T00:37:24.060Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T00:37:24.332Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T00:37:24.332Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T00:37:24.332Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:37:24.332Z] OK: 217 MiB in 51 packages [2020-08-18T00:37:26.374Z] Removing intermediate container 19e5f7d5bed8 [2020-08-18T00:37:26.374Z] ---> 36cd5485eb33 [2020-08-18T00:37:26.374Z] [2020-08-18T00:37:26.374Z] Step 9/29 : FROM alpine:latest [2020-08-18T00:37:26.374Z] latest: Pulling from library/alpine [2020-08-18T00:37:26.374Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T00:37:26.374Z] Status: Downloaded newer image for alpine:latest [2020-08-18T00:37:26.374Z] ---> a24bb4013296 [2020-08-18T00:37:26.374Z] 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-18T00:37:26.959Z] ---> Running in b504791ea889 [2020-08-18T00:37:27.237Z] Removing intermediate container b504791ea889 [2020-08-18T00:37:27.237Z] ---> 7d619dcfddb4 [2020-08-18T00:37:27.237Z] Step 11/29 : USER root [2020-08-18T00:37:27.237Z] ---> Running in d6deaf2ee6f0 [2020-08-18T00:37:27.508Z] Removing intermediate container d6deaf2ee6f0 [2020-08-18T00:37:27.508Z] ---> d66857af0629 [2020-08-18T00:37:27.508Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T00:37:27.775Z] ---> Running in 1196f41e651c [2020-08-18T00:37:28.632Z] Removing intermediate container 08f0496548b4 [2020-08-18T00:37:28.632Z] ---> ddac91e2d724 [2020-08-18T00:37:28.632Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T00:37:28.632Z] ---> Running in e67513d22475 [2020-08-18T00:37:28.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:37:28.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:37:29.027Z] v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:37:29.027Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:37:29.027Z] OK: 12746 distinct packages available [2020-08-18T00:37:29.226Z] Removing intermediate container e67513d22475 [2020-08-18T00:37:29.226Z] ---> 174462417296 [2020-08-18T00:37:29.226Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T00:37:29.308Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T00:37:29.308Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T00:37:29.308Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:37:29.308Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T00:37:29.497Z] latest: Pulling from library/docker [2020-08-18T00:37:29.497Z] b538f80385f9: Already exists [2020-08-18T00:37:29.595Z] OK: 6 MiB in 16 packages [2020-08-18T00:37:29.775Z] 259a493cd78d: Pulling fs layer [2020-08-18T00:37:29.775Z] b8e66b5100f5: Pulling fs layer [2020-08-18T00:37:29.775Z] 39dc9c94d07c: Pulling fs layer [2020-08-18T00:37:29.775Z] 551b823b3b82: Pulling fs layer [2020-08-18T00:37:29.775Z] 3c52a74df98c: Pulling fs layer [2020-08-18T00:37:29.775Z] 6c9b121b6998: Pulling fs layer [2020-08-18T00:37:29.775Z] 3c52a74df98c: Waiting [2020-08-18T00:37:29.775Z] 551b823b3b82: Waiting [2020-08-18T00:37:29.775Z] 6c9b121b6998: Waiting [2020-08-18T00:37:29.775Z] b8e66b5100f5: Verifying Checksum [2020-08-18T00:37:29.775Z] b8e66b5100f5: Download complete [2020-08-18T00:37:29.775Z] 259a493cd78d: Verifying Checksum [2020-08-18T00:37:30.053Z] 551b823b3b82: Verifying Checksum [2020-08-18T00:37:30.053Z] 551b823b3b82: Download complete [2020-08-18T00:37:30.053Z] 3c52a74df98c: Verifying Checksum [2020-08-18T00:37:30.053Z] 3c52a74df98c: Download complete [2020-08-18T00:37:30.053Z] 6c9b121b6998: Verifying Checksum [2020-08-18T00:37:30.053Z] 6c9b121b6998: Download complete [2020-08-18T00:37:30.657Z] 259a493cd78d: Pull complete [2020-08-18T00:37:30.935Z] b8e66b5100f5: Pull complete [2020-08-18T00:37:31.215Z] 39dc9c94d07c: Verifying Checksum [2020-08-18T00:37:31.215Z] 39dc9c94d07c: Download complete [2020-08-18T00:37:31.650Z] Removing intermediate container 1196f41e651c [2020-08-18T00:37:31.650Z] ---> f0c638967387 [2020-08-18T00:37:31.650Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T00:37:31.650Z] ---> Running in 0dce636124fc [2020-08-18T00:37:32.249Z] Removing intermediate container 0dce636124fc [2020-08-18T00:37:32.249Z] ---> 492927f27495 [2020-08-18T00:37:32.249Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T00:37:32.844Z] ---> Running in 0e5f008382f4 [2020-08-18T00:37:33.119Z] Removing intermediate container 0e5f008382f4 [2020-08-18T00:37:33.119Z] ---> bfd2adea6cc8 [2020-08-18T00:37:33.119Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T00:37:33.119Z] ---> Running in 78b5fad2a20d [2020-08-18T00:37:34.606Z] 39dc9c94d07c: Pull complete [2020-08-18T00:37:34.606Z] 551b823b3b82: Pull complete [2020-08-18T00:37:34.878Z] 3c52a74df98c: Pull complete [2020-08-18T00:37:35.475Z] 6c9b121b6998: Pull complete [2020-08-18T00:37:35.475Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T00:37:35.475Z] Status: Downloaded newer image for docker:latest [2020-08-18T00:37:37.443Z] Removing intermediate container 78b5fad2a20d [2020-08-18T00:37:37.443Z] ---> e15e58a53ed3 [2020-08-18T00:37:37.443Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T00:37:38.051Z] ---> db4b83b9e5ce [2020-08-18T00:37:38.051Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T00:37:38.875Z] ---> b4c10d9199f5 [2020-08-18T00:37:38.875Z] Step 6/7 : COPY go.mod . [2020-08-18T00:37:39.147Z] ---> ba040725497b [2020-08-18T00:37:39.147Z] Step 7/7 : RUN go mod download [2020-08-18T00:37:39.419Z] ---> Running in b2374ed9b62e [2020-08-18T00:37:40.049Z] ---> b5a5591132a8 [2020-08-18T00:37:40.049Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T00:37:40.314Z] Removing intermediate container dfbca0e427aa [2020-08-18T00:37:40.314Z] ---> 530e8cec4061 [2020-08-18T00:37:40.314Z] [2020-08-18T00:37:40.314Z] Step 10/20 : FROM alpine [2020-08-18T00:37:40.597Z] ---> a24bb4013296 [2020-08-18T00:37:40.597Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T00:37:40.597Z] ---> a31a934b11ea [2020-08-18T00:37:40.597Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T00:37:40.597Z] Removing intermediate container 249af6d95f4b [2020-08-18T00:37:40.597Z] ---> 03f28d502dd6 [2020-08-18T00:37:40.597Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T00:37:40.882Z] ---> Running in 3024cc201b27 [2020-08-18T00:37:40.882Z] ---> Running in 172e8a5cf675 [2020-08-18T00:37:41.175Z] ---> 811464ac4342 [2020-08-18T00:37:41.175Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T00:37:41.802Z] ---> c558e7918e80 [2020-08-18T00:37:41.802Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T00:37:41.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:37:42.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:37:42.066Z] ---> Running in 9f34db231818 [2020-08-18T00:37:42.066Z] 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-18T00:37:42.345Z] v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:37:42.345Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:37:42.345Z] OK: 12746 distinct packages available [2020-08-18T00:37:42.628Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T00:37:42.628Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T00:37:42.628Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T00:37:42.628Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T00:37:42.628Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:37:42.628Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T00:37:42.798Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T00:37:42.798Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T00:37:42.798Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T00:37:42.798Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T00:37:42.798Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T00:37:42.798Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T00:37:42.798Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T00:37:42.798Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T00:37:42.798Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T00:37:42.798Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T00:37:42.798Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T00:37:42.798Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T00:37:42.798Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T00:37:42.798Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T00:37:42.798Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.69 [2020-08-18T00:37:42.798Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T00:37:42.798Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T00:37:42.798Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T00:37:42.918Z] OK: 7 MiB in 18 packages [2020-08-18T00:37:43.070Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T00:37:43.070Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T00:37:43.070Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T00:37:43.070Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T00:37:43.070Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T00:37:43.070Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T00:37:43.070Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-18T00:37:43.070Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-18T00:37:43.070Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-18T00:37:43.070Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-18T00:37:43.070Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T00:37:43.340Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T00:37:43.340Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T00:37:43.340Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T00:37:43.340Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T00:37:43.340Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T00:37:43.340Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T00:37:43.340Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T00:37:43.340Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T00:37:43.340Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T00:37:43.340Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T00:37:43.340Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T00:37:43.609Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T00:37:43.879Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T00:37:43.879Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T00:37:43.879Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T00:37:43.879Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T00:37:43.879Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T00:37:43.879Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T00:37:43.879Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T00:37:43.879Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-18T00:37:43.879Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T00:37:43.879Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T00:37:43.879Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T00:37:43.879Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T00:37:44.149Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T00:37:44.149Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T00:37:44.149Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T00:37:44.149Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T00:37:44.149Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T00:37:44.149Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T00:37:44.149Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T00:37:44.149Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T00:37:44.149Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T00:37:44.149Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-18T00:37:44.419Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T00:37:44.419Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T00:37:44.419Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T00:37:44.419Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T00:37:44.419Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T00:37:44.419Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T00:37:44.419Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T00:37:44.419Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T00:37:44.419Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T00:37:44.419Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T00:37:44.419Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T00:37:44.689Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T00:37:44.690Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T00:37:44.690Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T00:37:44.690Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T00:37:44.690Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T00:37:44.690Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T00:37:44.690Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T00:37:44.690Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T00:37:44.690Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T00:37:44.690Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T00:37:44.690Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T00:37:44.973Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T00:37:44.973Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T00:37:46.230Z] Removing intermediate container 2c0a9460eb0d [2020-08-18T00:37:46.230Z] ---> c95e03f8078f [2020-08-18T00:37:46.230Z] [2020-08-18T00:37:46.230Z] Step 10/23 : FROM scratch [2020-08-18T00:37:46.230Z] ---> [2020-08-18T00:37:46.230Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T00:37:46.823Z] ---> Running in ba5b4f78126d [2020-08-18T00:37:48.224Z] Removing intermediate container ba5b4f78126d [2020-08-18T00:37:48.224Z] ---> dd8f177852a6 [2020-08-18T00:37:48.224Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T00:37:48.224Z] Removing intermediate container 3024cc201b27 [2020-08-18T00:37:48.224Z] ---> 5dfd919129c4 [2020-08-18T00:37:48.224Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T00:37:48.490Z] ---> Running in 0b3225af2c84 [2020-08-18T00:37:48.490Z] ---> Running in e850d868fa4c [2020-08-18T00:37:48.490Z] Removing intermediate container 172e8a5cf675 [2020-08-18T00:37:48.490Z] ---> a223e9c50206 [2020-08-18T00:37:48.490Z] [2020-08-18T00:37:48.490Z] Step 11/26 : FROM docker:latest [2020-08-18T00:37:48.490Z] ---> 81f5749c9058 [2020-08-18T00:37:48.490Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T00:37:48.763Z] Removing intermediate container d768cac86fc5 [2020-08-18T00:37:48.763Z] ---> 9a7f18ad58e3 [2020-08-18T00:37:48.763Z] [2020-08-18T00:37:48.763Z] Step 10/21 : FROM scratch [2020-08-18T00:37:48.763Z] ---> [2020-08-18T00:37:48.763Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T00:37:48.763Z] ---> Running in 7fe8480cad67 [2020-08-18T00:37:48.763Z] Removing intermediate container 9f34db231818 [2020-08-18T00:37:48.763Z] ---> 291b54f40ae1 [2020-08-18T00:37:48.763Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T00:37:49.030Z] ---> Running in 2ca544cdca89 [2020-08-18T00:37:49.030Z] Removing intermediate container 0b3225af2c84 [2020-08-18T00:37:49.030Z] ---> 63ac7fcd9bb2 [2020-08-18T00:37:49.030Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T00:37:49.030Z] Removing intermediate container e850d868fa4c [2020-08-18T00:37:49.030Z] ---> 132419aedc29 [2020-08-18T00:37:49.030Z] Step 13/20 : WORKDIR /edgex [2020-08-18T00:37:49.030Z] ---> Running in 8269cde341bc [2020-08-18T00:37:49.296Z] ---> Running in 4670afacf21c [2020-08-18T00:37:49.296Z] Removing intermediate container 2ca544cdca89 [2020-08-18T00:37:49.296Z] ---> 8a59b3e13ccb [2020-08-18T00:37:49.296Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T00:37:50.243Z] ---> 97865dae3ce9 [2020-08-18T00:37:50.243Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T00:37:50.243Z] ---> Running in 98ee8213db8a [2020-08-18T00:37:50.243Z] Removing intermediate container 8269cde341bc [2020-08-18T00:37:50.243Z] ---> ca1915523804 [2020-08-18T00:37:50.243Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T00:37:50.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:37:50.243Z] ---> Running in 5963271e7443 [2020-08-18T00:37:50.243Z] Removing intermediate container 4670afacf21c [2020-08-18T00:37:50.243Z] ---> b60a88697242 [2020-08-18T00:37:50.243Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T00:37:50.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:37:50.511Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T00:37:50.511Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T00:37:50.511Z] Executing bash-5.0.17-r0.post-install [2020-08-18T00:37:50.511Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:37:50.511Z] OK: 12 MiB in 22 packages [2020-08-18T00:37:50.511Z] Removing intermediate container 98ee8213db8a [2020-08-18T00:37:50.511Z] ---> 15e7c2cb153c [2020-08-18T00:37:50.511Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T00:37:50.777Z] ---> b2e6485b9957 [2020-08-18T00:37:50.777Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T00:37:50.777Z] ---> f098c9560c63 [2020-08-18T00:37:50.777Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T00:37:51.046Z] ---> Running in 718cfc3bb832 [2020-08-18T00:37:51.308Z] Removing intermediate container 718cfc3bb832 [2020-08-18T00:37:51.308Z] ---> 5f98315da05a [2020-08-18T00:37:51.308Z] Step 14/21 : WORKDIR / [2020-08-18T00:37:51.573Z] ---> Running in 2ad1111a9792 [2020-08-18T00:37:51.847Z] Removing intermediate container 7fe8480cad67 [2020-08-18T00:37:51.847Z] ---> e522603b042c [2020-08-18T00:37:51.847Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T00:37:51.847Z] ---> 498d5f4e28a2 [2020-08-18T00:37:51.847Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-18T00:37:52.117Z] ---> 969939a842cf [2020-08-18T00:37:52.117Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T00:37:52.693Z] ---> Running in 2dee4b458245 [2020-08-18T00:37:52.693Z] Removing intermediate container 2ad1111a9792 [2020-08-18T00:37:52.693Z] ---> f84ec6bcd69c [2020-08-18T00:37:52.693Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T00:37:52.693Z] ---> Running in dee37ff9015a [2020-08-18T00:37:52.955Z] Removing intermediate container 5963271e7443 [2020-08-18T00:37:52.955Z] ---> bcc9a8d1ee23 [2020-08-18T00:37:52.955Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T00:37:53.217Z] ---> 4d7dea64ccac [2020-08-18T00:37:53.217Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T00:37:53.217Z] ---> Running in 8d5fe2cf0617 [2020-08-18T00:37:53.217Z] Removing intermediate container dee37ff9015a [2020-08-18T00:37:53.217Z] ---> 5d6d1f7559e5 [2020-08-18T00:37:53.217Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T00:37:53.217Z] ---> 6e1c42b100fc [2020-08-18T00:37:53.217Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T00:37:53.490Z] ---> Running in 84fc48435695 [2020-08-18T00:37:53.759Z] ---> bb465682e36d [2020-08-18T00:37:53.759Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T00:37:53.759Z] Removing intermediate container 84fc48435695 [2020-08-18T00:37:53.759Z] ---> 8691a64c11da [2020-08-18T00:37:53.759Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T00:37:54.031Z] ---> Running in 491436a2112b [2020-08-18T00:37:54.393Z] ---> 635dd371f47e [2020-08-18T00:37:54.393Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T00:37:54.393Z] Removing intermediate container 491436a2112b [2020-08-18T00:37:54.393Z] ---> b71590a4a574 [2020-08-18T00:37:54.393Z] Step 19/20 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:37:54.393Z] Removing intermediate container 2dee4b458245 [2020-08-18T00:37:54.393Z] ---> 8e1e9fbc1b34 [2020-08-18T00:37:54.393Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T00:37:54.714Z] ---> Running in 4bad17dbcab8 [2020-08-18T00:37:54.714Z] ---> Running in d241f87d283b [2020-08-18T00:37:54.714Z] ---> fc5acbc878d2 [2020-08-18T00:37:54.714Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:37:54.714Z] ---> 09016dcf9877 [2020-08-18T00:37:54.714Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T00:37:55.000Z] ---> Running in 8a3f089aadf7 [2020-08-18T00:37:55.000Z] Removing intermediate container d241f87d283b [2020-08-18T00:37:55.000Z] ---> ae4cf6413f39 [2020-08-18T00:37:55.000Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T00:37:55.000Z] Removing intermediate container 4bad17dbcab8 [2020-08-18T00:37:55.000Z] ---> 363da22e3794 [2020-08-18T00:37:55.000Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T00:37:55.263Z] ---> Running in 2b56b1a43b5c [2020-08-18T00:37:55.263Z] ---> Running in 4052e928447a [2020-08-18T00:37:55.263Z] Removing intermediate container 8a3f089aadf7 [2020-08-18T00:37:55.263Z] ---> d76cc1f2828e [2020-08-18T00:37:55.263Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T00:37:55.525Z] ---> 89f0e28535fb [2020-08-18T00:37:55.526Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:37:55.526Z] Removing intermediate container 8d5fe2cf0617 [2020-08-18T00:37:55.526Z] ---> 387e6b3bca01 [2020-08-18T00:37:55.526Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T00:37:55.526Z] ---> Running in 89588c019516 [2020-08-18T00:37:55.788Z] ---> Running in a0039b42ea72 [2020-08-18T00:37:55.788Z] ---> Running in 4e5f0d0ac4a3 [2020-08-18T00:37:55.788Z] Removing intermediate container 2b56b1a43b5c [2020-08-18T00:37:55.788Z] ---> 39b4c56b2e60 [2020-08-18T00:37:55.788Z] [2020-08-18T00:37:55.788Z] Removing intermediate container 4052e928447a [2020-08-18T00:37:55.788Z] ---> 11997b6e7671 [2020-08-18T00:37:55.788Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T00:37:56.052Z] ---> Running in 33bd36b6a981 [2020-08-18T00:37:56.052Z] Removing intermediate container 89588c019516 [2020-08-18T00:37:56.052Z] ---> dc1a7f13bb7e [2020-08-18T00:37:56.052Z] Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:37:56.052Z] Successfully built 39b4c56b2e60 [2020-08-18T00:37:56.052Z] Removing intermediate container a0039b42ea72 [2020-08-18T00:37:56.052Z] ---> 9fcdb7c47ceb [2020-08-18T00:37:56.052Z] Step 21/23 : LABEL arch=x86_64 [2020-08-18T00:37:56.052Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-18T00:37:56.052Z] Removing intermediate container 4e5f0d0ac4a3 [2020-08-18T00:37:56.052Z]  Building docker-security-proxy-setup-go ... done  ---> 592b040944a3 [2020-08-18T00:37:56.052Z] Building docker-security-secretstore-setup-go [2020-08-18T00:37:56.052Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T00:37:56.316Z] ---> Running in 1fe12d04207e [2020-08-18T00:37:56.316Z] Removing intermediate container 33bd36b6a981 [2020-08-18T00:37:56.316Z] ---> 725cb089f3a3 [2020-08-18T00:37:56.316Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T00:37:56.316Z] ---> Running in 49d7cd92d80a [2020-08-18T00:37:56.316Z] ---> Running in da09489dfe88 [2020-08-18T00:37:56.579Z] Removing intermediate container 1fe12d04207e [2020-08-18T00:37:56.579Z] ---> 7bb9af3e6a2d [2020-08-18T00:37:56.579Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T00:37:56.844Z] Removing intermediate container da09489dfe88 [2020-08-18T00:37:56.844Z] ---> 95d4d2431b42 [2020-08-18T00:37:56.844Z] Step 27/29 : LABEL arch=x86_64 [2020-08-18T00:37:57.110Z] Removing intermediate container 49d7cd92d80a [2020-08-18T00:37:57.110Z] ---> 12d62df19217 [2020-08-18T00:37:57.110Z] Step 22/23 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:37:57.692Z] ---> Running in b824bab6afbb [2020-08-18T00:37:58.648Z] ---> Running in 69d6bd9c3013 [2020-08-18T00:38:00.043Z] ---> 7f07a4229e4f [2020-08-18T00:38:00.043Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T00:38:00.043Z] ---> Running in 9b6ae71f2052 [2020-08-18T00:38:00.991Z] Removing intermediate container b824bab6afbb [2020-08-18T00:38:00.991Z] ---> 77499d515c13 [2020-08-18T00:38:00.991Z] [2020-08-18T00:38:00.991Z] Successfully built 77499d515c13 [2020-08-18T00:38:01.256Z] Removing intermediate container 69d6bd9c3013 [2020-08-18T00:38:01.256Z] ---> bc091d2dced7 [2020-08-18T00:38:01.256Z] Step 28/29 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:38:01.256Z] Successfully tagged docker-core-metadata-go:latest [2020-08-18T00:38:01.256Z] Building docker-support-logging-go [2020-08-18T00:38:01.256Z]  Building docker-core-metadata-go ... done Removing intermediate container 9b6ae71f2052 [2020-08-18T00:38:01.256Z] ---> f5d30f216874 [2020-08-18T00:38:01.256Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T00:38:01.256Z] ---> c86c901ff03d [2020-08-18T00:38:01.256Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T00:38:01.256Z] ---> Running in 07286e6f44c0 [2020-08-18T00:38:02.218Z] ---> Running in ee0941a6f525 [2020-08-18T00:38:04.815Z] Removing intermediate container 07286e6f44c0 [2020-08-18T00:38:04.815Z] ---> 68b29a147b66 [2020-08-18T00:38:04.815Z] Step 29/29 : LABEL version=0.0.0 [2020-08-18T00:38:04.815Z] Removing intermediate container ee0941a6f525 [2020-08-18T00:38:04.815Z] ---> bc002d329b84 [2020-08-18T00:38:04.815Z] [2020-08-18T00:38:04.815Z] ---> 0594b19decb3 [2020-08-18T00:38:04.815Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T00:38:05.082Z] Successfully built bc002d329b84 [2020-08-18T00:38:05.344Z] ---> Running in 7724ba8e775c [2020-08-18T00:38:05.344Z] Successfully tagged docker-support-notifications-go:latest [2020-08-18T00:38:05.344Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-08-18T00:38:05.936Z] ---> Running in 8d72618121a4 [2020-08-18T00:38:06.915Z] Removing intermediate container 7724ba8e775c [2020-08-18T00:38:06.915Z] ---> 42117722088c [2020-08-18T00:38:06.915Z] [2020-08-18T00:38:06.915Z] Successfully built 42117722088c [2020-08-18T00:38:07.118Z] Removing intermediate container b2374ed9b62e [2020-08-18T00:38:07.118Z] ---> 08708db36025 [2020-08-18T00:38:07.118Z] Successfully built 08708db36025 [2020-08-18T00:38:07.118Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-08-18T00:38:07.189Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-18T00:38:07.189Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:38:07.773Z] + docker inspect -f . ci-base-image-arm64 [2020-08-18T00:38:07.773Z] . [Pipeline] withDockerContainer [2020-08-18T00:38:08.064Z] prd-ubuntu18.04-docker-arm64-4c-16g-334 does not seem to be running inside a container [2020-08-18T00:38:08.147Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-18T00:38:09.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:38:09.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:38:09.416Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T00:38:09.416Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T00:38:09.416Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T00:38:09.416Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T00:38:09.563Z] $ docker top 09dad4249b2ac486db42c10da323c8eaf30e62f35e189968d01f76bab3865ea1 -eo pid,comm [2020-08-18T00:38:09.711Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T00:38:09.711Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T00:38:09.711Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] { [Pipeline] sh [2020-08-18T00:38:10.610Z] + go version [2020-08-18T00:38:10.610Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-18T00:38:10.628Z] ========================================================= [2020-08-18T00:38:10.629Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-18T00:38:10.629Z] ========================================================= [Pipeline] sh [2020-08-18T00:38:11.281Z] + make test [2020-08-18T00:38:11.281Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T00:38:13.918Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-18T00:38:17.982Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T00:38:17.982Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T00:38:17.982Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T00:38:17.982Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T00:38:17.982Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T00:38:17.982Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T00:38:17.982Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T00:38:17.982Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T00:38:17.982Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T00:38:17.982Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T00:38:17.982Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T00:38:17.982Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T00:38:17.982Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T00:38:17.982Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T00:38:17.982Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T00:38:17.982Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T00:38:18.249Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T00:38:18.249Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T00:38:18.249Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T00:38:18.249Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T00:38:18.249Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T00:38:18.249Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T00:38:18.249Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T00:38:18.524Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T00:38:18.524Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T00:38:18.524Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:38:18.524Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:38:18.524Z] ---> db39464a70d0 [2020-08-18T00:38:18.524Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T00:38:18.524Z] ---> Using cache [2020-08-18T00:38:18.524Z] ---> 7bf3ca43415a [2020-08-18T00:38:18.524Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:38:18.524Z] ---> Using cache [2020-08-18T00:38:18.524Z] ---> 338d421bd094 [2020-08-18T00:38:18.524Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T00:38:18.524Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T00:38:20.014Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:38:21.031Z] OK: 71 MiB in 55 packages [2020-08-18T00:38:21.637Z] ---> Running in 9342d8a699b4 [2020-08-18T00:38:23.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:38:24.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:38:24.693Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:38:24.693Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:38:24.693Z] OK: 12746 distinct packages available [2020-08-18T00:38:25.006Z] OK: 233 MiB in 51 packages [2020-08-18T00:38:25.604Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:38:25.604Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:38:25.604Z] ---> db39464a70d0 [2020-08-18T00:38:25.604Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T00:38:25.875Z] ---> Using cache [2020-08-18T00:38:25.875Z] ---> 7bf3ca43415a [2020-08-18T00:38:25.875Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:38:25.875Z] ---> Using cache [2020-08-18T00:38:25.875Z] ---> 338d421bd094 [2020-08-18T00:38:25.875Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T00:38:27.866Z] ---> Running in edc46c6df2ad [2020-08-18T00:38:30.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:38:30.494Z] Removing intermediate container 9342d8a699b4 [2020-08-18T00:38:30.494Z] ---> 80bed2692660 [2020-08-18T00:38:30.494Z] Step 6/26 : COPY go.mod . [2020-08-18T00:38:31.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:38:31.790Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:38:31.790Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:38:31.790Z] OK: 12746 distinct packages available [2020-08-18T00:38:32.071Z] OK: 233 MiB in 51 packages [2020-08-18T00:38:32.380Z] ---> a877c24e54d8 [2020-08-18T00:38:32.380Z] Step 7/26 : RUN go mod download [2020-08-18T00:38:32.656Z] OK: 233 MiB in 51 packages [2020-08-18T00:38:33.654Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:38:33.654Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:38:33.654Z] ---> db39464a70d0 [2020-08-18T00:38:33.654Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T00:38:33.654Z] ---> Using cache [2020-08-18T00:38:33.654Z] ---> 7bf3ca43415a [2020-08-18T00:38:33.654Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:38:33.654Z] ---> Using cache [2020-08-18T00:38:33.654Z] ---> 338d421bd094 [2020-08-18T00:38:33.654Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T00:38:33.654Z] ---> Using cache [2020-08-18T00:38:33.654Z] ---> 80bed2692660 [2020-08-18T00:38:33.654Z] Step 6/20 : COPY go.mod . [2020-08-18T00:38:33.654Z] ---> Using cache [2020-08-18T00:38:33.654Z] ---> a877c24e54d8 [2020-08-18T00:38:33.654Z] Step 7/20 : RUN go mod download [2020-08-18T00:38:33.654Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:38:33.654Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:38:33.654Z] ---> db39464a70d0 [2020-08-18T00:38:33.654Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T00:38:33.654Z] ---> Using cache [2020-08-18T00:38:33.654Z] ---> 7bf3ca43415a [2020-08-18T00:38:33.654Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:38:33.654Z] ---> Using cache [2020-08-18T00:38:33.654Z] ---> 338d421bd094 [2020-08-18T00:38:33.654Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T00:38:33.654Z] ---> Using cache [2020-08-18T00:38:33.654Z] ---> 80bed2692660 [2020-08-18T00:38:33.654Z] Step 6/21 : COPY go.mod . [2020-08-18T00:38:33.654Z] ---> Using cache [2020-08-18T00:38:33.654Z] ---> a877c24e54d8 [2020-08-18T00:38:33.654Z] Step 7/21 : RUN go mod download [2020-08-18T00:38:35.618Z] ---> Running in 55c5ee7226dc [2020-08-18T00:38:35.618Z] ---> Running in b29cee3da287 [2020-08-18T00:38:35.618Z] ---> Running in ebe7121d161b [2020-08-18T00:38:36.601Z] Removing intermediate container edc46c6df2ad [2020-08-18T00:38:36.601Z] ---> fc1ffa98295b [2020-08-18T00:38:36.601Z] Step 6/21 : COPY go.mod . [2020-08-18T00:38:37.249Z] ---> 97c9e12e3cdb [2020-08-18T00:38:37.249Z] Step 7/21 : RUN go mod download [2020-08-18T00:38:37.922Z] ---> Running in 21158e18a5c0 [2020-08-18T00:38:39.459Z] Removing intermediate container 55c5ee7226dc [2020-08-18T00:38:39.459Z] ---> 02fabebce4e2 [2020-08-18T00:38:39.459Z] Step 8/21 : COPY . . [2020-08-18T00:38:40.448Z] Removing intermediate container b29cee3da287 [2020-08-18T00:38:40.448Z] ---> 46d63f775c75 [2020-08-18T00:38:40.448Z] Step 8/20 : COPY . . [2020-08-18T00:38:40.727Z] Removing intermediate container ebe7121d161b [2020-08-18T00:38:40.727Z] ---> 1faa30dfd42b [2020-08-18T00:38:40.727Z] Step 8/26 : COPY . . [2020-08-18T00:38:42.174Z] Removing intermediate container 21158e18a5c0 [2020-08-18T00:38:42.174Z] ---> 2073384c76c0 [2020-08-18T00:38:42.174Z] Step 8/21 : COPY . . [2020-08-18T00:38:44.808Z] Removing intermediate container 8d72618121a4 [2020-08-18T00:38:44.808Z] ---> bd8e458ec4c1 [2020-08-18T00:38:44.808Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T00:38:46.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-18T00:38:50.290Z] ---> Running in aae5562f3a0e [2020-08-18T00:39:01.823Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-18T00:39:01.823Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-18T00:39:01.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-18T00:39:01.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-18T00:39:01.823Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.061s [2020-08-18T00:39:01.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-18T00:39:01.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-18T00:39:01.823Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-18T00:39:03.270Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-18T00:39:05.265Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-18T00:39:05.265Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-18T00:39:05.265Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-18T00:39:05.265Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-18T00:39:13.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements [2020-08-18T00:39:13.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-18T00:39:13.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-18T00:39:13.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-18T00:39:13.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-18T00:39:13.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-18T00:39:13.587Z] Collecting docker-compose==1.23.2 [2020-08-18T00:39:13.587Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T00:39:13.587Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T00:39:13.587Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T00:39:13.587Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T00:39:13.587Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T00:39:13.587Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T00:39:13.587Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T00:39:14.575Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T00:39:14.575Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T00:39:16.526Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T00:39:16.526Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T00:39:17.485Z] Collecting PyYAML<4,>=3.10 [2020-08-18T00:39:17.485Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-18T00:39:17.485Z] ---> c1877b094b52 [2020-08-18T00:39:17.485Z] 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-18T00:39:17.485Z] ---> c8343e277b04 [2020-08-18T00:39:17.485Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T00:39:17.485Z] ---> 0f37620c2dcf [2020-08-18T00:39:17.485Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T00:39:17.485Z] ---> bc386bb2ca6b [2020-08-18T00:39:17.485Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T00:39:17.762Z] ---> Running in 76dc6ae65ef3 [2020-08-18T00:39:17.762Z] ---> Running in 484427286fc9 [2020-08-18T00:39:17.762Z] ---> Running in 88e4d3321bd4 [2020-08-18T00:39:17.762Z] ---> Running in 88721c8602b0 [2020-08-18T00:39:18.760Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-18T00:39:18.760Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T00:39:18.760Z] 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-18T00:39:19.032Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T00:39:19.032Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T00:39:19.032Z] 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-18T00:39:19.032Z] 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-18T00:39:19.032Z] 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-18T00:39:19.312Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T00:39:19.312Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T00:39:19.312Z] 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-18T00:39:19.616Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T00:39:19.616Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T00:39:19.616Z] 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-18T00:39:19.885Z] Collecting idna<2.8,>=2.5 [2020-08-18T00:39:19.885Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T00:39:19.885Z] 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-18T00:39:19.885Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T00:39:19.885Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T00:39:19.885Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T00:39:19.885Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T00:39:19.885Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T00:39:19.885Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T00:39:20.158Z] Installing collected packages: websocket-client, cached-property, texttable, dockerpty, docopt, PyYAML, urllib3, idna, requests, jsonschema, docker-pycreds, docker, docker-compose [2020-08-18T00:39:20.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.2% of statements [2020-08-18T00:39:20.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-18T00:39:20.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-18T00:39:20.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-18T00:39:20.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-18T00:39:20.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-18T00:39:20.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-18T00:39:20.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2020-08-18T00:39:20.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-18T00:39:20.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-08-18T00:39:20.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-18T00:39:20.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-18T00:39:20.434Z] Running setup.py install for texttable: started [2020-08-18T00:39:20.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.349s coverage: 82.5% of statements [2020-08-18T00:39:20.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-18T00:39:20.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-18T00:39:21.423Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T00:39:21.423Z] Running setup.py install for dockerpty: started [2020-08-18T00:39:22.399Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T00:39:22.399Z] Running setup.py install for docopt: started [2020-08-18T00:39:23.415Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T00:39:23.415Z] Running setup.py install for PyYAML: started [2020-08-18T00:39:23.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.404s coverage: 92.9% of statements [2020-08-18T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-18T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-18T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-18T00:39:23.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-18T00:39:24.837Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T00:39:24.837Z] Attempting uninstall: urllib3 [2020-08-18T00:39:24.837Z] Found existing installation: urllib3 1.25.9 [2020-08-18T00:39:24.837Z] Uninstalling urllib3-1.25.9: [2020-08-18T00:39:25.109Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T00:39:25.386Z] Attempting uninstall: idna [2020-08-18T00:39:25.386Z] Found existing installation: idna 2.9 [2020-08-18T00:39:25.386Z] Uninstalling idna-2.9: [2020-08-18T00:39:25.661Z] Successfully uninstalled idna-2.9 [2020-08-18T00:39:25.934Z] Attempting uninstall: requests [2020-08-18T00:39:25.934Z] Found existing installation: requests 2.23.0 [2020-08-18T00:39:25.934Z] Uninstalling requests-2.23.0: [2020-08-18T00:39:26.207Z] Successfully uninstalled requests-2.23.0 [2020-08-18T00:39:27.641Z] 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-18T00:39:27.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2020-08-18T00:39:27.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-18T00:39:27.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-18T00:39:27.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-18T00:39:27.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-18T00:39:27.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-18T00:39:27.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2020-08-18T00:39:27.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-18T00:39:27.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.028s coverage: 100.0% of statements [2020-08-18T00:39:27.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-18T00:39:29.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 89.8% of statements [2020-08-18T00:39:29.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-18T00:39:31.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-18T00:39:31.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 100.0% of statements [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-18T00:39:31.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-18T00:39:31.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-18T00:39:33.040Z] Removing intermediate container aae5562f3a0e [2020-08-18T00:39:33.040Z] ---> 07281622cf3a [2020-08-18T00:39:33.040Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T00:39:33.319Z] ---> Running in e2b0a150ce19 [2020-08-18T00:39:34.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements [2020-08-18T00:39:34.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-18T00:39:34.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-18T00:39:34.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2020-08-18T00:39:34.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:39:34.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:39:35.045Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T00:39:35.045Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T00:39:35.045Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T00:39:35.045Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:39:35.045Z] OK: 72 MiB in 58 packages [2020-08-18T00:39:36.482Z] Removing intermediate container e2b0a150ce19 [2020-08-18T00:39:36.482Z] ---> 5fdad96b6f58 [2020-08-18T00:39:36.482Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:39:36.482Z] ---> Running in f85f28d1f5c0 [2020-08-18T00:39:36.759Z] Removing intermediate container f85f28d1f5c0 [2020-08-18T00:39:36.759Z] ---> 0a3feb84f53e [2020-08-18T00:39:36.759Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T00:39:37.037Z] ---> Running in 0ab21f43b0e0 [2020-08-18T00:39:37.310Z] Removing intermediate container 0ab21f43b0e0 [2020-08-18T00:39:37.310Z] ---> 04b5aceee8ce [2020-08-18T00:39:37.310Z] Step 25/26 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:39:37.594Z] ---> Running in ef7c7b686d20 [2020-08-18T00:39:37.867Z] Removing intermediate container ef7c7b686d20 [2020-08-18T00:39:37.867Z] ---> 7294a3416367 [2020-08-18T00:39:37.867Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T00:39:37.867Z] ---> Running in 577cde7cf2d4 [2020-08-18T00:39:38.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 55.9% of statements [2020-08-18T00:39:38.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-18T00:39:38.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-18T00:39:38.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-18T00:39:38.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-18T00:39:38.463Z] Removing intermediate container 577cde7cf2d4 [2020-08-18T00:39:38.463Z] ---> 38e641620226 [2020-08-18T00:39:38.463Z] [2020-08-18T00:39:38.463Z] Successfully built 38e641620226 [2020-08-18T00:39:38.463Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-18T00:39:38.463Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-08-18T00:39:46.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.388s coverage: 86.3% of statements [2020-08-18T00:39:46.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-18T00:39:46.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.005s coverage: 72.2% of statements [2020-08-18T00:39:46.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.486s coverage: 72.1% of statements [2020-08-18T00:39:46.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements [2020-08-18T00:39:46.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements [2020-08-18T00:39:46.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-18T00:39:46.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-18T00:39:46.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-18T00:39:46.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.041s coverage: 28.8% of statements [2020-08-18T00:39:46.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-18T00:39:46.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.049s coverage: 96.8% of statements [2020-08-18T00:39:46.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-18T00:39:48.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 26.9% of statements [2020-08-18T00:39:48.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-18T00:39:48.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-18T00:39:48.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.1% of statements [2020-08-18T00:39:48.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements [2020-08-18T00:39:50.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 42.9% of statements [2020-08-18T00:39:50.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-18T00:39:50.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-18T00:39:50.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements [2020-08-18T00:39:50.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-18T00:39:51.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.080s coverage: 83.8% of statements [2020-08-18T00:39:51.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-18T00:39:56.825Z] 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-18T00:39:58.798Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.091s coverage: 46.1% of statements [2020-08-18T00:39:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-18T00:39:58.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-18T00:39:58.798Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.099s coverage: 100.0% of statements [2020-08-18T00:39:58.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-18T00:39:58.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-18T00:39:58.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-18T00:39:58.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.158s coverage: 100.0% of statements [2020-08-18T00:39:58.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-18T00:39:58.799Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.029s coverage: 100.0% of statements [2020-08-18T00:39:58.799Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-18T00:40:01.143Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:40:01.143Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:40:01.143Z] ---> db39464a70d0 [2020-08-18T00:40:01.143Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T00:40:01.143Z] ---> Using cache [2020-08-18T00:40:01.143Z] ---> 7bf3ca43415a [2020-08-18T00:40:01.143Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:40:01.143Z] ---> Using cache [2020-08-18T00:40:01.143Z] ---> 338d421bd094 [2020-08-18T00:40:01.143Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T00:40:02.547Z] ---> Running in 29327a13ad0d [2020-08-18T00:40:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.177s coverage: 29.1% of statements [2020-08-18T00:40:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-18T00:40:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-18T00:40:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-18T00:40:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-18T00:40:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-18T00:40:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.054s coverage: 99.0% of statements [2020-08-18T00:40:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-18T00:40:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2020-08-18T00:40:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-18T00:40:03.128Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements [2020-08-18T00:40:03.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-18T00:40:03.543Z] 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-18T00:40:03.543Z] Removing intermediate container 484427286fc9 [2020-08-18T00:40:03.543Z] ---> d6013a1d60be [2020-08-18T00:40:03.543Z] [2020-08-18T00:40:03.544Z] Step 10/21 : FROM scratch [2020-08-18T00:40:03.544Z] ---> [2020-08-18T00:40:03.544Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T00:40:03.731Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2020-08-18T00:40:03.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-18T00:40:03.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-18T00:40:03.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-18T00:40:03.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-18T00:40:04.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:40:04.407Z] ---> Using cache [2020-08-18T00:40:04.407Z] ---> dd8f177852a6 [2020-08-18T00:40:04.407Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T00:40:04.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:40:05.170Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2020-08-18T00:40:05.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-18T00:40:05.170Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-18T00:40:05.263Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:40:05.263Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:40:05.263Z] OK: 12746 distinct packages available [2020-08-18T00:40:05.545Z] OK: 233 MiB in 51 packages [2020-08-18T00:40:05.545Z] ---> Running in 3dadf8e36cd1 [2020-08-18T00:40:06.153Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-08-18T00:40:07.129Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-08-18T00:40:07.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-08-18T00:40:07.997Z] GO111MODULE=on go vet ./... [2020-08-18T00:40:08.879Z] Removing intermediate container 88e4d3321bd4 [2020-08-18T00:40:08.879Z] ---> ad4f25d691c9 [2020-08-18T00:40:08.879Z] [2020-08-18T00:40:08.879Z] Step 10/21 : FROM scratch [2020-08-18T00:40:08.879Z] ---> [2020-08-18T00:40:08.879Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T00:40:08.879Z] Removing intermediate container 3dadf8e36cd1 [2020-08-18T00:40:08.879Z] ---> 8af34b60a3bc [2020-08-18T00:40:08.879Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T00:40:08.879Z] ---> Using cache [2020-08-18T00:40:08.879Z] ---> 8a59b3e13ccb [2020-08-18T00:40:08.879Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T00:40:08.879Z] ---> Running in 7bd9e619d176 [2020-08-18T00:40:08.879Z] ---> Running in e39e6e9d9bc1 [2020-08-18T00:40:08.879Z] Removing intermediate container 76dc6ae65ef3 [2020-08-18T00:40:08.879Z] ---> d87263539b68 [2020-08-18T00:40:08.879Z] [2020-08-18T00:40:08.879Z] Step 10/20 : FROM scratch [2020-08-18T00:40:08.879Z] ---> [2020-08-18T00:40:08.879Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T00:40:08.879Z] ---> Using cache [2020-08-18T00:40:08.879Z] ---> 8a59b3e13ccb [2020-08-18T00:40:08.879Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T00:40:08.879Z] ---> Running in caa8abe79d13 [2020-08-18T00:40:08.879Z] Removing intermediate container e39e6e9d9bc1 [2020-08-18T00:40:08.879Z] ---> ca3db3e3b6fe [2020-08-18T00:40:08.879Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T00:40:08.879Z] Removing intermediate container 7bd9e619d176 [2020-08-18T00:40:08.879Z] ---> 487d924d082d [2020-08-18T00:40:08.879Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T00:40:09.146Z] ---> Running in d68ec8dadc97 [2020-08-18T00:40:09.146Z] Removing intermediate container 29327a13ad0d [2020-08-18T00:40:09.146Z] ---> 098ecff41773 [2020-08-18T00:40:09.146Z] Step 6/22 : COPY go.mod . [2020-08-18T00:40:09.146Z] Removing intermediate container caa8abe79d13 [2020-08-18T00:40:09.146Z] ---> 19bfbef34a89 [2020-08-18T00:40:09.146Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T00:40:10.101Z] ---> Running in b35d4698cdbe [2020-08-18T00:40:10.682Z] Removing intermediate container d68ec8dadc97 [2020-08-18T00:40:10.682Z] ---> 606a15275e8e [2020-08-18T00:40:10.682Z] Step 14/21 : WORKDIR / [2020-08-18T00:40:11.642Z] ---> 2728dd160c1f [2020-08-18T00:40:11.642Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T00:40:11.642Z] ---> 05ded4175fca [2020-08-18T00:40:11.642Z] Step 7/22 : RUN go mod download [2020-08-18T00:40:11.642Z] ---> Running in 481b2c2fac3b [2020-08-18T00:40:11.642Z] Removing intermediate container b35d4698cdbe [2020-08-18T00:40:11.642Z] ---> b3da939f362e [2020-08-18T00:40:11.642Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T00:40:11.906Z] ---> Running in 948228f6a9e5 [2020-08-18T00:40:11.906Z] Removing intermediate container 88721c8602b0 [2020-08-18T00:40:11.906Z] ---> e790c895443a [2020-08-18T00:40:11.906Z] [2020-08-18T00:40:11.906Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T00:40:11.906Z] ---> de1d996807eb [2020-08-18T00:40:11.906Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T00:40:12.175Z] Removing intermediate container 481b2c2fac3b [2020-08-18T00:40:12.175Z] ---> bd37a746da13 [2020-08-18T00:40:12.175Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T00:40:12.175Z] ---> 5b564eb0f904 [2020-08-18T00:40:12.175Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T00:40:12.175Z] 3.10: Pulling from library/alpine [2020-08-18T00:40:12.765Z] ---> ab2cb315b914 [2020-08-18T00:40:12.765Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T00:40:12.765Z] ---> 032b96382658 [2020-08-18T00:40:12.765Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T00:40:14.167Z] ---> 5fddbd9c4670 [2020-08-18T00:40:14.167Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T00:40:14.167Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T00:40:14.167Z] ---> e4c51ff3310e [2020-08-18T00:40:14.167Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:40:14.167Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T00:40:14.167Z] ---> be4e4bea2c2e [2020-08-18T00:40:14.167Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T00:40:14.167Z] ---> 0eebb16eddc7 [2020-08-18T00:40:14.167Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-18T00:40:14.167Z] ---> Running in 10a18f19ba5e [2020-08-18T00:40:14.437Z] ---> Running in d2da5ff24503 [2020-08-18T00:40:14.437Z] ---> dc78ab2f5f7b [2020-08-18T00:40:14.437Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:40:14.703Z] ---> Running in 52233932f8a2 [2020-08-18T00:40:14.703Z] Removing intermediate container 948228f6a9e5 [2020-08-18T00:40:14.703Z] ---> e0f75780396a [2020-08-18T00:40:14.703Z] Step 8/22 : COPY . . [2020-08-18T00:40:14.703Z] ---> 8b620fed842f [2020-08-18T00:40:14.703Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:40:14.703Z] Removing intermediate container 10a18f19ba5e [2020-08-18T00:40:14.703Z] ---> 9f30ded74854 [2020-08-18T00:40:14.703Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T00:40:16.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:40:16.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:40:16.637Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T00:40:16.637Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T00:40:16.637Z] OK: 10346 distinct packages available [2020-08-18T00:40:16.905Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T00:40:16.905Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T00:40:16.905Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T00:40:16.905Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T00:40:16.905Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T00:40:16.905Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T00:40:16.905Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T00:40:16.905Z] OK: 7 MiB in 19 packages [2020-08-18T00:40:17.548Z] ---> Running in 75e918ac60a3 [2020-08-18T00:40:17.820Z] ---> Running in 3f3f16d86649 [2020-08-18T00:40:18.837Z] Removing intermediate container 52233932f8a2 [2020-08-18T00:40:18.837Z] ---> 9b74359817ff [2020-08-18T00:40:18.837Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T00:40:20.795Z] ---> Running in dd3c5e1f047c [2020-08-18T00:40:21.384Z] Removing intermediate container 75e918ac60a3 [2020-08-18T00:40:21.384Z] ---> cb881322615f [2020-08-18T00:40:21.384Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T00:40:21.648Z] Removing intermediate container 3f3f16d86649 [2020-08-18T00:40:21.648Z] ---> 1751f458dfbe [2020-08-18T00:40:21.648Z] Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:40:23.057Z] Removing intermediate container dd3c5e1f047c [2020-08-18T00:40:23.057Z] ---> Running in 0fc5d11796fd [2020-08-18T00:40:23.057Z] ---> Running in 60e494833955 [2020-08-18T00:40:23.057Z] ---> 9d385fcaa168 [2020-08-18T00:40:23.057Z] Step 19/20 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:40:24.997Z] Removing intermediate container d2da5ff24503 [2020-08-18T00:40:24.997Z] ---> 98ec688b591e [2020-08-18T00:40:24.997Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T00:40:26.314Z] gofmt -l . [2020-08-18T00:40:27.574Z] Removing intermediate container 0fc5d11796fd [2020-08-18T00:40:27.574Z] ---> e5813f8ba6a8 [2020-08-18T00:40:27.574Z] Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:40:27.734Z] [ "`gofmt -l .`" = "" ] [2020-08-18T00:40:27.838Z] ---> Running in bc4d9340b94c [2020-08-18T00:40:27.838Z] Removing intermediate container 60e494833955 [2020-08-18T00:40:27.838Z] ---> 74a3645d90b7 [2020-08-18T00:40:27.838Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T00:40:29.239Z] ---> Running in 757b75a866f9 [2020-08-18T00:40:29.239Z] ---> Running in 07b55d78cc75 [2020-08-18T00:40:29.239Z] ---> Running in 28d0c9d6aefd [2020-08-18T00:40:29.697Z] ./bin/test-go-mod-tidy.sh [2020-08-18T00:40:29.816Z] Removing intermediate container bc4d9340b94c [2020-08-18T00:40:29.816Z] ---> be239d7965a3 [2020-08-18T00:40:29.816Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T00:40:30.080Z] Removing intermediate container 07b55d78cc75 [2020-08-18T00:40:30.080Z] ---> 9209e922de7d [2020-08-18T00:40:30.080Z] [2020-08-18T00:40:30.080Z] Removing intermediate container 28d0c9d6aefd [2020-08-18T00:40:30.080Z] ---> 47a014f4c275 [2020-08-18T00:40:30.080Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T00:40:30.293Z] ./bin/test-attribution-txt.sh [2020-08-18T00:40:30.346Z] ---> Running in 20d227aeee59 [2020-08-18T00:40:30.346Z] Removing intermediate container 757b75a866f9 [2020-08-18T00:40:30.346Z] ---> af2b75bd8609 [2020-08-18T00:40:30.346Z] Step 13/26 : WORKDIR / [2020-08-18T00:40:30.346Z] Successfully built 9209e922de7d [2020-08-18T00:40:30.346Z] Successfully tagged docker-support-logging-go:latest [2020-08-18T00:40:31.743Z]  Building docker-support-logging-go ... done  ---> Running in c80e66c10dd2 [2020-08-18T00:40:32.317Z] ---> Running in 2c505627079e [2020-08-18T00:40:32.317Z] Removing intermediate container 20d227aeee59 [2020-08-18T00:40:32.317Z] ---> ba8f98d76573 [2020-08-18T00:40:32.317Z] [2020-08-18T00:40:32.892Z] Successfully built ba8f98d76573 [2020-08-18T00:40:33.156Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-18T00:40:33.156Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2c505627079e [2020-08-18T00:40:33.156Z] ---> a98ee43a7ae5 [2020-08-18T00:40:33.156Z] [2020-08-18T00:40:33.156Z] Successfully built a98ee43a7ae5 [2020-08-18T00:40:33.156Z] ---> 102a1a7b1475 [2020-08-18T00:40:33.156Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T00:40:33.156Z] Successfully tagged docker-core-command-go:latest [2020-08-18T00:40:33.156Z]  Building docker-core-command-go ... done Removing intermediate container c80e66c10dd2 [2020-08-18T00:40:33.156Z] ---> ae8cdce21f92 [2020-08-18T00:40:33.156Z] 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-18T00:40:33.417Z] ---> Running in f14acccd7673 [2020-08-18T00:40:33.678Z] ---> aa15f9e37d4b [2020-08-18T00:40:33.678Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] sh [2020-08-18T00:40:33.947Z] 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-18T00:40:33.947Z] ---> fdc18fcfa019 [2020-08-18T00:40:33.947Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T00:40:34.210Z] ---> 1e829e771356 [2020-08-18T00:40:34.210Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T00:40:34.327Z] + ls -al . [2020-08-18T00:40:34.327Z] total 584 [2020-08-18T00:40:34.327Z] drwxrwxr-x 10 1001 1001 4096 Aug 18 00:40 . [2020-08-18T00:40:34.327Z] drwxr-xr-x 4 root root 4096 Aug 18 00:38 .. [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 00:36 .dockerignore [2020-08-18T00:40:34.327Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 00:36 .git [2020-08-18T00:40:34.327Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 00:36 .github [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 932 Aug 18 00:36 .gitignore [2020-08-18T00:40:34.327Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 00:36 .semver [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 00:36 .sonarcloud.properties [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 00:36 CONTRIBUTING.md [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 1035 Aug 18 00:36 Dockerfile.build [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 865 Aug 18 00:36 Jenkinsfile [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 00:36 LICENSE [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 6237 Aug 18 00:36 Makefile [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 5652 Aug 18 00:36 README.md [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 259 Aug 18 00:36 SECURITY.md [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 00:32 VERSION [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 00:36 ZMQWindows.md [2020-08-18T00:40:34.327Z] drwxrwxr-x 2 1001 1001 4096 Aug 18 00:36 bin [2020-08-18T00:40:34.327Z] drwxrwxr-x 15 1001 1001 4096 Aug 18 00:36 cmd [2020-08-18T00:40:34.327Z] -rw-r--r-- 1 root root 458658 Aug 18 00:40 coverage.out [2020-08-18T00:40:34.327Z] -rw-r--r-- 1 root root 1019 Aug 18 00:40 go.mod [2020-08-18T00:40:34.327Z] -rw-r--r-- 1 root root 19185 Aug 18 00:40 go.sum [2020-08-18T00:40:34.327Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 00:36 internal [2020-08-18T00:40:34.327Z] drwxrwxr-x 4 1001 1001 4096 Aug 18 00:36 openapi [2020-08-18T00:40:34.327Z] drwxrwxr-x 4 1001 1001 4096 Aug 18 00:36 snap [2020-08-18T00:40:34.327Z] -rw-rw-r-- 1 1001 1001 168 Aug 18 00:36 version.go [Pipeline] sh [2020-08-18T00:40:34.482Z] ---> 104153b09d7b [2020-08-18T00:40:34.482Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T00:40:34.982Z] + '[' -e coverage.out ] [2020-08-18T00:40:34.982Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-18T00:40:35.133Z] Warning: overwriting stash ‘coverage-report’ [2020-08-18T00:40:35.318Z] ---> 426468efdf99 [2020-08-18T00:40:35.318Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T00:40:36.200Z] Stashed 1 file(s) [Pipeline] sh [2020-08-18T00:40:36.318Z] ---> 3068108af4c3 [2020-08-18T00:40:36.318Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T00:40:36.858Z] + make build [2020-08-18T00:40:36.858Z] 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-18T00:40:37.296Z] ---> 2434b9cb9624 [2020-08-18T00:40:37.296Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T00:40:37.566Z] ---> 07bda276ef67 [2020-08-18T00:40:37.566Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T00:40:37.566Z] ---> Running in 5d0210053773 [2020-08-18T00:40:40.184Z] Removing intermediate container 5d0210053773 [2020-08-18T00:40:40.184Z] ---> 27d904e7c22e [2020-08-18T00:40:40.184Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T00:40:40.184Z] ---> Running in 71de8662ca73 [2020-08-18T00:40:40.184Z] Removing intermediate container 71de8662ca73 [2020-08-18T00:40:40.184Z] ---> cc920991ecbb [2020-08-18T00:40:40.184Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T00:40:40.184Z] ---> Running in 2aa43a6c687f [2020-08-18T00:40:40.459Z] Removing intermediate container 2aa43a6c687f [2020-08-18T00:40:40.459Z] ---> c92810d7f52a [2020-08-18T00:40:40.459Z] Step 25/26 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:40:40.459Z] ---> Running in e111c7d1eaee [2020-08-18T00:40:40.733Z] Removing intermediate container e111c7d1eaee [2020-08-18T00:40:40.733Z] ---> c64e452ba621 [2020-08-18T00:40:40.733Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T00:40:41.013Z] ---> Running in 44c49beffdd2 [2020-08-18T00:40:41.288Z] Removing intermediate container 44c49beffdd2 [2020-08-18T00:40:41.288Z] ---> 5d2153325ddc [2020-08-18T00:40:41.288Z] [2020-08-18T00:40:41.288Z] Successfully built 5d2153325ddc [2020-08-18T00:40:41.288Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-18T00:40:51.905Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f14acccd7673 [2020-08-18T00:40:51.905Z] ---> c95e04eda606 [2020-08-18T00:40:51.905Z] [2020-08-18T00:40:51.905Z] Step 10/22 : FROM alpine [2020-08-18T00:40:51.905Z] ---> a24bb4013296 [2020-08-18T00:40:51.905Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T00:40:51.905Z] ---> Running in 2e046ca10683 [2020-08-18T00:40:51.905Z] Removing intermediate container 2e046ca10683 [2020-08-18T00:40:51.905Z] ---> e756d606db28 [2020-08-18T00:40:51.905Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T00:40:51.905Z] ---> Running in 59fb35c70cf1 [2020-08-18T00:40:51.905Z] Removing intermediate container 59fb35c70cf1 [2020-08-18T00:40:51.905Z] ---> 1b122350394d [2020-08-18T00:40:51.905Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-18T00:40:51.905Z] ---> Running in d47b84d61510 [2020-08-18T00:40:52.165Z] Removing intermediate container d47b84d61510 [2020-08-18T00:40:52.165Z] ---> bd762d049b57 [2020-08-18T00:40:52.165Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:40:52.165Z] ---> Running in bc2de4d96181 [2020-08-18T00:40:53.109Z] Removing intermediate container bc2de4d96181 [2020-08-18T00:40:53.109Z] ---> 7e75c99185dd [2020-08-18T00:40:53.109Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T00:40:53.109Z] ---> Running in 9bea143dc2de [2020-08-18T00:40:53.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T00:40:54.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T00:40:54.513Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T00:40:54.513Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T00:40:54.773Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T00:40:54.773Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T00:40:55.035Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T00:40:55.035Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:40:55.035Z] OK: 8 MiB in 19 packages [2020-08-18T00:40:55.152Z] 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-18T00:40:55.605Z] Removing intermediate container 9bea143dc2de [2020-08-18T00:40:55.605Z] ---> 140f46576af6 [2020-08-18T00:40:55.605Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T00:40:55.865Z] ---> 9a38a16b9e03 [2020-08-18T00:40:55.865Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T00:40:56.435Z] ---> 58e1e227fc55 [2020-08-18T00:40:56.435Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T00:40:56.696Z] ---> 5b1c16ebf05c [2020-08-18T00:40:56.696Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:40:56.696Z] ---> Running in 47b9078293da [2020-08-18T00:40:56.957Z] Removing intermediate container 47b9078293da [2020-08-18T00:40:56.957Z] ---> b458105ac534 [2020-08-18T00:40:56.957Z] Step 20/22 : LABEL arch=x86_64 [2020-08-18T00:40:56.957Z] ---> Running in d66e54bb9b12 [2020-08-18T00:40:56.957Z] Removing intermediate container d66e54bb9b12 [2020-08-18T00:40:56.957Z] ---> 6b245eac1d2d [2020-08-18T00:40:56.957Z] Step 21/22 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:40:57.221Z] ---> Running in 54d7ffdc8f8c [2020-08-18T00:40:57.221Z] Removing intermediate container 54d7ffdc8f8c [2020-08-18T00:40:57.221Z] ---> e332dd2c4518 [2020-08-18T00:40:57.221Z] Step 22/22 : LABEL version=0.0.0 [2020-08-18T00:40:57.221Z] ---> Running in 50e703068bb9 [2020-08-18T00:40:57.482Z] Removing intermediate container 50e703068bb9 [2020-08-18T00:40:57.482Z] ---> bbc224e83933 [2020-08-18T00:40:57.482Z] [2020-08-18T00:40:57.482Z] Successfully built bbc224e83933 [2020-08-18T00:40:57.482Z] Successfully tagged docker-core-data-go:latest [2020-08-18T00:40:59.703Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-18T00:40:59.764Z] $ docker stop --time=1 25751d61aba29bcc7c1a345842c3f3ca41732b83b0cb8b34d76f1992b35b2ee7 [2020-08-18T00:41:01.587Z] $ docker rm -f 25751d61aba29bcc7c1a345842c3f3ca41732b83b0cb8b34d76f1992b35b2ee7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T00:41:02.196Z] + docker images [2020-08-18T00:41:02.196Z] + grep docker [2020-08-18T00:41:02.458Z] docker-core-data-go latest bbc224e83933 5 seconds ago 24.5MB [2020-08-18T00:41:02.458Z] docker-security-secretstore-setup-go latest 5d2153325ddc 22 seconds ago 33.9MB [2020-08-18T00:41:02.458Z] docker-core-command-go latest a98ee43a7ae5 30 seconds ago 13MB [2020-08-18T00:41:02.458Z] docker-support-scheduler-go latest ba8f98d76573 31 seconds ago 13.1MB [2020-08-18T00:41:02.458Z] docker-support-logging-go latest 9209e922de7d 33 seconds ago 11.8MB [2020-08-18T00:41:02.458Z] docker-sys-mgmt-agent-go latest 38e641620226 About a minute ago 284MB [2020-08-18T00:41:02.458Z] docker-security-secrets-setup-go latest 42117722088c 2 minutes ago 25.1MB [2020-08-18T00:41:02.458Z] docker-support-notifications-go latest bc002d329b84 2 minutes ago 14.5MB [2020-08-18T00:41:02.458Z] docker-core-metadata-go latest 77499d515c13 3 minutes ago 14.4MB [2020-08-18T00:41:02.458Z] docker-security-proxy-setup-go latest 39b4c56b2e60 3 minutes ago 16.4MB [2020-08-18T00:41:02.458Z] docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-18T00:41:05.310Z] 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-18T00:41:10.702Z] 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-18T00:41:15.011Z] 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-18T00:41:21.707Z] 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-18T00:41:22.690Z] 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-18T00:41:28.084Z] 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-18T00:41:33.802Z] 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-18T00:41:37.231Z] 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-18T00:41:42.636Z] 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-18T00:41:46.940Z] 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-18T00:41:51.266Z] 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-18T00:41:55.587Z] $ docker stop --time=1 09dad4249b2ac486db42c10da323c8eaf30e62f35e189968d01f76bab3865ea1 [2020-08-18T00:41:58.008Z] $ docker rm -f 09dad4249b2ac486db42c10da323c8eaf30e62f35e189968d01f76bab3865ea1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:41:59.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T00:41:59.529Z] [2020-08-18T00:41:59.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:42:00.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T00:42:00.175Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-18T00:42:00.175Z] 29e5d40040c1: Pulling fs layer [2020-08-18T00:42:00.175Z] 1ce36da41761: Pulling fs layer [2020-08-18T00:42:00.175Z] 25b303627fd3: Pulling fs layer [2020-08-18T00:42:00.450Z] 29e5d40040c1: Download complete [2020-08-18T00:42:01.062Z] 1ce36da41761: Verifying Checksum [2020-08-18T00:42:01.062Z] 1ce36da41761: Download complete [2020-08-18T00:42:01.062Z] 29e5d40040c1: Pull complete [2020-08-18T00:42:02.490Z] 1ce36da41761: Pull complete [2020-08-18T00:42:02.490Z] 25b303627fd3: Verifying Checksum [2020-08-18T00:42:02.490Z] 25b303627fd3: Download complete [2020-08-18T00:42:14.908Z] 25b303627fd3: Pull complete [2020-08-18T00:42:14.908Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-18T00:42:14.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T00:42:14.908Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-18T00:42:15.140Z] prd-ubuntu18.04-docker-arm64-4c-16g-334 does not seem to be running inside a container [2020-08-18T00:42:15.215Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-18T00:42:18.497Z] $ docker top be66be829d38d34b018308e8163af6c5fb1069691d1620fe56ecbb0c332f5dc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T00:42:19.918Z] + docker-compose build --help [2020-08-18T00:42:19.918Z] + grep parallel [2020-08-18T00:42:23.289Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T00:42:23.301Z] $ docker stop --time=1 be66be829d38d34b018308e8163af6c5fb1069691d1620fe56ecbb0c332f5dc8 [2020-08-18T00:42:25.146Z] $ docker rm -f be66be829d38d34b018308e8163af6c5fb1069691d1620fe56ecbb0c332f5dc8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:42:25.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T00:42:25.887Z] . [Pipeline] withDockerContainer [2020-08-18T00:42:26.152Z] prd-ubuntu18.04-docker-arm64-4c-16g-334 does not seem to be running inside a container [2020-08-18T00:42:26.223Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-18T00:42:27.576Z] $ docker top be020674a03d6daca11ce307860d712e811960d9a4d1cfe7a41c6e82bcf640c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T00:42:28.602Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T00:42:32.894Z] Building docker-core-command-go ... [2020-08-18T00:42:32.894Z] Building docker-core-data-go ... [2020-08-18T00:42:32.894Z] Building docker-core-metadata-go ... [2020-08-18T00:42:32.894Z] Building docker-security-proxy-setup-go ... [2020-08-18T00:42:32.894Z] Building docker-security-secrets-setup-go ... [2020-08-18T00:42:32.894Z] Building docker-security-secretstore-setup-go ... [2020-08-18T00:42:32.894Z] Building docker-support-logging-go ... [2020-08-18T00:42:32.894Z] Building docker-support-notifications-go ... [2020-08-18T00:42:32.894Z] Building docker-support-scheduler-go ... [2020-08-18T00:42:32.894Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T00:42:32.894Z] Building docker-core-metadata-go [2020-08-18T00:42:32.894Z] Building docker-core-data-go [2020-08-18T00:42:32.894Z] Building docker-security-secrets-setup-go [2020-08-18T00:42:32.894Z] Building docker-security-secretstore-setup-go [2020-08-18T00:42:32.894Z] Building docker-support-notifications-go [2020-08-18T00:44:39.726Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:44:39.726Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:44:39.726Z] ---> 08708db36025 [2020-08-18T00:44:39.726Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T00:44:39.726Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:44:39.726Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:44:39.726Z] ---> 08708db36025 [2020-08-18T00:44:39.726Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T00:44:39.726Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:44:39.726Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:44:39.726Z] ---> 08708db36025 [2020-08-18T00:44:39.726Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T00:44:39.726Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:44:39.726Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T00:44:39.726Z] ---> 08708db36025 [2020-08-18T00:44:39.726Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T00:44:39.726Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:44:39.726Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:44:39.726Z] ---> 08708db36025 [2020-08-18T00:44:39.726Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T00:44:39.726Z] ---> Running in d42971e32cfc [2020-08-18T00:44:39.726Z] ---> Running in ff2774a6a762 [2020-08-18T00:44:39.726Z] ---> Running in b6a2258d1cae [2020-08-18T00:44:39.726Z] ---> Running in 47e3340ae113 [2020-08-18T00:44:39.726Z] ---> Running in 6eebc74b6721 [2020-08-18T00:44:39.726Z] Removing intermediate container d42971e32cfc [2020-08-18T00:44:39.726Z] ---> 54ea8783a851 [2020-08-18T00:44:39.726Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:44:39.726Z] Removing intermediate container 6eebc74b6721 [2020-08-18T00:44:39.726Z] ---> f1e4b3ca6029 [2020-08-18T00:44:39.726Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:44:39.726Z] Removing intermediate container 47e3340ae113 [2020-08-18T00:44:39.726Z] ---> 60de11032ba5 [2020-08-18T00:44:39.726Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:44:39.726Z] Removing intermediate container b6a2258d1cae [2020-08-18T00:44:39.726Z] ---> d204382732d5 [2020-08-18T00:44:39.726Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:44:39.726Z] Removing intermediate container ff2774a6a762 [2020-08-18T00:44:39.726Z] ---> d4c62c433e77 [2020-08-18T00:44:39.726Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T00:44:39.726Z] ---> Running in ebc29fd66dd4 [2020-08-18T00:44:39.726Z] ---> Running in d148a707746f [2020-08-18T00:44:39.726Z] ---> Running in 3c85750c167f [2020-08-18T00:44:39.726Z] ---> Running in 32158183ee5d [2020-08-18T00:44:39.726Z] ---> Running in 6a26e0b2dc04 [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] Removing intermediate container 3c85750c167f [2020-08-18T00:44:39.726Z] ---> dc8ca7545099 [2020-08-18T00:44:39.726Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T00:44:39.726Z] ---> Running in 2492ae9c5a18 [2020-08-18T00:44:39.726Z] Removing intermediate container 32158183ee5d [2020-08-18T00:44:39.726Z] ---> 624e65537491 [2020-08-18T00:44:39.726Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T00:44:39.726Z] Removing intermediate container d148a707746f [2020-08-18T00:44:39.726Z] ---> c3990ec73225 [2020-08-18T00:44:39.726Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T00:44:39.726Z] ---> Running in ceddf3a9a7d7 [2020-08-18T00:44:39.726Z] ---> Running in eacd83bd1d20 [2020-08-18T00:44:39.726Z] Removing intermediate container ebc29fd66dd4 [2020-08-18T00:44:39.726Z] ---> af89d05251f5 [2020-08-18T00:44:39.726Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T00:44:39.726Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:44:39.726Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:44:39.726Z] OK: 12617 distinct packages available [2020-08-18T00:44:39.726Z] ---> Running in 5715541bdf56 [2020-08-18T00:44:39.726Z] OK: 217 MiB in 51 packages [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] Removing intermediate container 6a26e0b2dc04 [2020-08-18T00:44:39.726Z] ---> 559f610628c2 [2020-08-18T00:44:39.726Z] Step 5/29 : COPY go.mod . [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:44:39.726Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:44:39.726Z] OK: 12617 distinct packages available [2020-08-18T00:44:39.726Z] ---> 663bdccaa429 [2020-08-18T00:44:39.726Z] Step 6/29 : RUN go mod download [2020-08-18T00:44:39.726Z] ---> Running in 0fa0e0af4dee [2020-08-18T00:44:39.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:44:39.726Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:44:39.726Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:44:39.726Z] OK: 12617 distinct packages available [2020-08-18T00:44:39.726Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:44:39.726Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:44:39.726Z] OK: 12617 distinct packages available [2020-08-18T00:44:39.726Z] OK: 217 MiB in 51 packages [2020-08-18T00:44:39.726Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:44:39.726Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:44:39.726Z] OK: 12617 distinct packages available [2020-08-18T00:44:40.173Z] OK: 217 MiB in 51 packages [2020-08-18T00:44:40.173Z] OK: 217 MiB in 51 packages [2020-08-18T00:44:40.825Z] OK: 217 MiB in 51 packages [2020-08-18T00:44:41.836Z] Removing intermediate container 2492ae9c5a18 [2020-08-18T00:44:41.836Z] ---> 3439f3ab0842 [2020-08-18T00:44:41.836Z] Step 6/22 : COPY go.mod . [2020-08-18T00:44:42.108Z] Removing intermediate container ceddf3a9a7d7 [2020-08-18T00:44:42.108Z] ---> e7c5f79c8d4d [2020-08-18T00:44:42.108Z] Step 6/21 : COPY go.mod . [2020-08-18T00:44:42.386Z] Removing intermediate container eacd83bd1d20 [2020-08-18T00:44:42.386Z] ---> cefa1d89b3c6 [2020-08-18T00:44:42.386Z] Step 6/26 : COPY go.mod . [2020-08-18T00:44:42.661Z] ---> eeb329b58fa2 [2020-08-18T00:44:42.661Z] Step 7/22 : RUN go mod download [2020-08-18T00:44:42.661Z] Removing intermediate container 5715541bdf56 [2020-08-18T00:44:42.661Z] ---> 44220202d1d6 [2020-08-18T00:44:42.661Z] Step 6/23 : COPY go.mod . [2020-08-18T00:44:42.934Z] ---> Running in 96fbff6315f5 [2020-08-18T00:44:43.215Z] Removing intermediate container 0fa0e0af4dee [2020-08-18T00:44:43.215Z] ---> d039cc571751 [2020-08-18T00:44:43.215Z] Step 7/29 : COPY . . [2020-08-18T00:44:43.488Z] ---> 85a9860a1d0c [2020-08-18T00:44:43.488Z] Step 7/21 : RUN go mod download [2020-08-18T00:44:43.488Z] ---> 279f66a8410a [2020-08-18T00:44:43.488Z] Step 7/26 : RUN go mod download [2020-08-18T00:44:43.488Z] ---> Running in 060adc4d2641 [2020-08-18T00:44:43.762Z] ---> Running in e4f774e4314a [2020-08-18T00:44:44.035Z] ---> a7f9fbab9338 [2020-08-18T00:44:44.035Z] Step 7/23 : RUN go mod download [2020-08-18T00:44:44.308Z] ---> Running in ae2f22729670 [2020-08-18T00:44:48.630Z] Removing intermediate container 96fbff6315f5 [2020-08-18T00:44:48.630Z] ---> 28133ad05971 [2020-08-18T00:44:48.630Z] Step 8/22 : COPY . . [2020-08-18T00:44:48.904Z] Removing intermediate container 060adc4d2641 [2020-08-18T00:44:48.904Z] ---> ebf5c241459c [2020-08-18T00:44:48.904Z] Step 8/21 : COPY . . [2020-08-18T00:44:49.496Z] Removing intermediate container ae2f22729670 [2020-08-18T00:44:49.496Z] ---> 670798c3613c [2020-08-18T00:44:49.496Z] Step 8/23 : COPY . . [2020-08-18T00:44:49.496Z] Removing intermediate container e4f774e4314a [2020-08-18T00:44:49.496Z] ---> 43e26a76713d [2020-08-18T00:44:49.496Z] Step 8/26 : COPY . . [2020-08-18T00:45:16.301Z] ---> b0d40cb3f603 [2020-08-18T00:45:16.301Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T00:45:16.301Z] ---> 31bb8e7e3b32 [2020-08-18T00:45:16.301Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T00:45:16.301Z] ---> 1872fafe9b86 [2020-08-18T00:45:16.301Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T00:45:16.301Z] ---> cc7184334ad3 [2020-08-18T00:45:16.301Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T00:45:16.301Z] ---> fbe89ca360e6 [2020-08-18T00:45:16.301Z] 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-18T00:45:16.301Z] ---> Running in 59ca3516f805 [2020-08-18T00:45:16.301Z] ---> Running in 20506de2024f [2020-08-18T00:45:16.301Z] ---> Running in 3f92f215cbb9 [2020-08-18T00:45:16.301Z] ---> Running in 0eae1fe69e19 [2020-08-18T00:45:16.301Z] ---> Running in b7319d1cde7d [2020-08-18T00:45:17.737Z] 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-18T00:45:18.335Z] 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-18T00:45:18.335Z] 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-18T00:45:18.335Z] 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-18T00:45:18.611Z] 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-18T00:46:40.412Z] 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-18T00:46:40.412Z] Removing intermediate container 59ca3516f805 [2020-08-18T00:46:40.412Z] ---> dc1f9925eeca [2020-08-18T00:46:40.412Z] [2020-08-18T00:46:40.412Z] Step 9/29 : FROM alpine:latest [2020-08-18T00:46:40.412Z] latest: Pulling from library/alpine [2020-08-18T00:46:40.412Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T00:46:40.412Z] Status: Downloaded newer image for alpine:latest [2020-08-18T00:46:40.412Z] ---> 62ee0e9f8440 [2020-08-18T00:46:40.412Z] 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-18T00:46:40.412Z] ---> Running in a5f96df0c824 [2020-08-18T00:46:40.412Z] Removing intermediate container a5f96df0c824 [2020-08-18T00:46:40.412Z] ---> db7ad1d0c554 [2020-08-18T00:46:40.412Z] Step 11/29 : USER root [2020-08-18T00:46:40.412Z] ---> Running in 22f4dbc0d980 [2020-08-18T00:46:40.412Z] Removing intermediate container 22f4dbc0d980 [2020-08-18T00:46:40.412Z] ---> 401549828cad [2020-08-18T00:46:40.412Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T00:46:40.412Z] ---> Running in 202a2ff340f9 [2020-08-18T00:46:43.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:46:43.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:46:43.924Z] v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:46:43.924Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:46:43.924Z] OK: 12617 distinct packages available [2020-08-18T00:46:44.909Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T00:46:44.909Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T00:46:44.909Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:46:44.909Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T00:46:45.511Z] OK: 6 MiB in 16 packages [2020-08-18T00:46:48.153Z] Removing intermediate container 202a2ff340f9 [2020-08-18T00:46:48.153Z] ---> a899b92112ff [2020-08-18T00:46:48.153Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T00:46:48.153Z] ---> Running in 2c6c34d191f5 [2020-08-18T00:46:48.773Z] Removing intermediate container 2c6c34d191f5 [2020-08-18T00:46:48.773Z] ---> 195847e36407 [2020-08-18T00:46:48.773Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T00:46:49.049Z] ---> Running in c64b03fb7381 [2020-08-18T00:46:49.645Z] Removing intermediate container c64b03fb7381 [2020-08-18T00:46:49.645Z] ---> db31fe6a8a62 [2020-08-18T00:46:49.645Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T00:46:50.249Z] ---> Running in ae51af63cbc3 [2020-08-18T00:46:51.237Z] 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-18T00:46:54.651Z] Removing intermediate container ae51af63cbc3 [2020-08-18T00:46:54.651Z] ---> 5e43a847b0d4 [2020-08-18T00:46:54.651Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T00:46:56.643Z] ---> d6b87e155582 [2020-08-18T00:46:56.643Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T00:46:57.636Z] ---> 2dce6e52007c [2020-08-18T00:46:57.636Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T00:46:59.084Z] ---> aec48006c173 [2020-08-18T00:46:59.084Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T00:47:00.538Z] ---> a0fb38d36454 [2020-08-18T00:47:00.538Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T00:47:02.007Z] ---> f61e4cee266b [2020-08-18T00:47:02.007Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T00:47:02.288Z] ---> Running in f7319072f567 [2020-08-18T00:47:06.652Z] Removing intermediate container b7319d1cde7d [2020-08-18T00:47:06.652Z] ---> 7b199004870f [2020-08-18T00:47:06.652Z] [2020-08-18T00:47:06.652Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T00:47:06.652Z] 3.10: Pulling from library/alpine [2020-08-18T00:47:06.931Z] Removing intermediate container f7319072f567 [2020-08-18T00:47:06.931Z] ---> 2ddd6477955b [2020-08-18T00:47:06.931Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T00:47:08.409Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T00:47:08.409Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T00:47:08.409Z] ---> 536a684cf733 [2020-08-18T00:47:08.409Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T00:47:09.038Z] ---> abe59d8663fe [2020-08-18T00:47:09.038Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T00:47:09.038Z] ---> Running in 85e8b5dc4ec2 [2020-08-18T00:47:09.457Z] ---> Running in b209dcb6f923 [2020-08-18T00:47:13.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:47:13.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:47:14.506Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T00:47:14.506Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T00:47:14.506Z] OK: 10167 distinct packages available [2020-08-18T00:47:15.111Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T00:47:15.390Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T00:47:15.390Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T00:47:15.390Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T00:47:15.390Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T00:47:15.390Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T00:47:15.390Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T00:47:15.390Z] Removing intermediate container 3f92f215cbb9 [2020-08-18T00:47:15.390Z] ---> 2542006b11b6 [2020-08-18T00:47:15.390Z] [2020-08-18T00:47:15.390Z] Step 10/23 : FROM scratch [2020-08-18T00:47:15.390Z] ---> [2020-08-18T00:47:15.390Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T00:47:15.678Z] OK: 7 MiB in 19 packages [2020-08-18T00:47:15.958Z] Removing intermediate container b209dcb6f923 [2020-08-18T00:47:15.958Z] ---> 16ad57441469 [2020-08-18T00:47:15.958Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T00:47:15.958Z] ---> Running in d4f111842b65 [2020-08-18T00:47:16.257Z] ---> Running in 9e08d1360a4d [2020-08-18T00:47:16.539Z] Removing intermediate container d4f111842b65 [2020-08-18T00:47:16.539Z] ---> 83e6b72ef2f2 [2020-08-18T00:47:16.539Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T00:47:16.815Z] ---> Running in 9886089b1bf0 [2020-08-18T00:47:18.803Z] Removing intermediate container 9886089b1bf0 [2020-08-18T00:47:18.803Z] ---> 76407dedcdeb [2020-08-18T00:47:18.803Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T00:47:18.803Z] ---> Running in 9e2f0849c4ab [2020-08-18T00:47:19.085Z] Removing intermediate container 85e8b5dc4ec2 [2020-08-18T00:47:19.085Z] ---> a74f52f98efb [2020-08-18T00:47:19.085Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T00:47:19.361Z] ---> Running in 2e4ef319f2b5 [2020-08-18T00:47:19.968Z] Removing intermediate container 9e2f0849c4ab [2020-08-18T00:47:19.968Z] ---> 1200cdf7c3d1 [2020-08-18T00:47:19.968Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T00:47:20.570Z] Removing intermediate container 2e4ef319f2b5 [2020-08-18T00:47:20.570Z] ---> 15c923be0ab1 [2020-08-18T00:47:20.570Z] Step 13/26 : WORKDIR / [2020-08-18T00:47:20.852Z] Removing intermediate container 20506de2024f [2020-08-18T00:47:20.852Z] ---> cdde5142efa1 [2020-08-18T00:47:20.852Z] [2020-08-18T00:47:20.852Z] Step 10/21 : FROM scratch [2020-08-18T00:47:20.852Z] ---> [2020-08-18T00:47:20.852Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T00:47:21.124Z] ---> Running in dad7723a8a8e [2020-08-18T00:47:21.124Z] ---> ebd00f9aeb0b [2020-08-18T00:47:21.124Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T00:47:21.124Z] ---> Running in 971b8dd76c70 [2020-08-18T00:47:21.409Z] Removing intermediate container 9e08d1360a4d [2020-08-18T00:47:21.409Z] ---> 9b5a3e07007c [2020-08-18T00:47:21.409Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T00:47:21.409Z] ---> Running in 48201cebfbc4 [2020-08-18T00:47:21.684Z] Removing intermediate container dad7723a8a8e [2020-08-18T00:47:21.684Z] ---> 9747ed6b113c [2020-08-18T00:47:21.684Z] 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-18T00:47:21.956Z] Removing intermediate container 971b8dd76c70 [2020-08-18T00:47:21.956Z] ---> 146087f03041 [2020-08-18T00:47:21.956Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T00:47:22.229Z] ---> Running in bf4c4814acc3 [2020-08-18T00:47:22.229Z] Removing intermediate container 48201cebfbc4 [2020-08-18T00:47:22.229Z] ---> 362b2871d991 [2020-08-18T00:47:22.229Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T00:47:22.509Z] ---> Running in c1fcb2c25cdd [2020-08-18T00:47:22.781Z] ---> d091d4164b01 [2020-08-18T00:47:22.781Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T00:47:23.055Z] ---> d588bd2f9f48 [2020-08-18T00:47:23.055Z] 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-18T00:47:23.055Z] Removing intermediate container bf4c4814acc3 [2020-08-18T00:47:23.055Z] ---> 7978f15ed0c1 [2020-08-18T00:47:23.055Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T00:47:23.328Z] ---> Running in 7289b7f86233 [2020-08-18T00:47:23.328Z] Removing intermediate container c1fcb2c25cdd [2020-08-18T00:47:23.328Z] ---> 9104e62d7d5a [2020-08-18T00:47:23.328Z] Step 27/29 : LABEL arch=arm64 [2020-08-18T00:47:23.599Z] ---> Running in fea078aeaa0a [2020-08-18T00:47:24.195Z] Removing intermediate container 7289b7f86233 [2020-08-18T00:47:24.195Z] ---> 059b5ebbaab4 [2020-08-18T00:47:24.195Z] Step 14/21 : WORKDIR / [2020-08-18T00:47:24.195Z] ---> ed2ffa39bacd [2020-08-18T00:47:24.195Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T00:47:24.195Z] ---> Running in 5e2f56c68e57 [2020-08-18T00:47:24.195Z] Removing intermediate container fea078aeaa0a [2020-08-18T00:47:24.195Z] ---> 17878a4590de [2020-08-18T00:47:24.195Z] Step 28/29 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:47:24.471Z] ---> 0d1a551e6bd2 [2020-08-18T00:47:24.471Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T00:47:24.471Z] ---> Running in decfbca34c1a [2020-08-18T00:47:25.066Z] Removing intermediate container 5e2f56c68e57 [2020-08-18T00:47:25.066Z] ---> 09bef921dc90 [2020-08-18T00:47:25.066Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T00:47:25.340Z] Removing intermediate container decfbca34c1a [2020-08-18T00:47:25.340Z] ---> dbd6d4dc0b91 [2020-08-18T00:47:25.340Z] Step 29/29 : LABEL version=0.0.0 [2020-08-18T00:47:25.340Z] ---> bd2fdd684cae [2020-08-18T00:47:25.340Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T00:47:25.617Z] ---> Running in c86df0aa34d8 [2020-08-18T00:47:26.209Z] ---> 8e0fbe7ab0cc [2020-08-18T00:47:26.209Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T00:47:26.209Z] ---> 9c02a04028ac [2020-08-18T00:47:26.209Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T00:47:26.482Z] Removing intermediate container c86df0aa34d8 [2020-08-18T00:47:26.482Z] ---> fdef2b10f5e0 [2020-08-18T00:47:26.482Z] [2020-08-18T00:47:26.755Z] ---> b0a7c0f6c5d5 [2020-08-18T00:47:26.755Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T00:47:27.352Z] Successfully built fdef2b10f5e0 [2020-08-18T00:47:27.352Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-18T00:47:27.352Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-08-18T00:47:28.344Z] ---> 13dc0a11a9f7 [2020-08-18T00:47:28.344Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T00:47:28.973Z] ---> 270092e10efd [2020-08-18T00:47:28.973Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T00:47:29.247Z] ---> a0e603e77270 [2020-08-18T00:47:29.247Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T00:47:30.238Z] ---> 9fc80fa4a3ae [2020-08-18T00:47:30.238Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:47:31.230Z] ---> f0ca008a68f2 [2020-08-18T00:47:31.230Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:47:31.230Z] ---> Running in 15041e26e23b [2020-08-18T00:47:31.834Z] ---> f399ebcc2c24 [2020-08-18T00:47:31.834Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T00:47:31.834Z] ---> Running in 6850144f9db3 [2020-08-18T00:47:32.437Z] Removing intermediate container 15041e26e23b [2020-08-18T00:47:32.437Z] ---> 0dd0f26a8b89 [2020-08-18T00:47:32.437Z] Step 21/23 : LABEL arch=arm64 [2020-08-18T00:47:33.862Z] Removing intermediate container 6850144f9db3 [2020-08-18T00:47:33.862Z] ---> 3c59e68abd72 [2020-08-18T00:47:33.862Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T00:47:34.454Z] ---> Running in 101485a509b9 [2020-08-18T00:47:34.454Z] ---> d63e16149d05 [2020-08-18T00:47:34.454Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T00:47:34.454Z] ---> Running in b07c7322e442 [2020-08-18T00:47:35.053Z] Removing intermediate container 101485a509b9 [2020-08-18T00:47:35.053Z] ---> 0a681d87c672 [2020-08-18T00:47:35.053Z] Step 22/23 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:47:35.662Z] Removing intermediate container b07c7322e442 [2020-08-18T00:47:35.662Z] ---> 934e2c1d58f9 [2020-08-18T00:47:35.662Z] Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:47:35.939Z] ---> Running in cf4ec6ccae30 [2020-08-18T00:47:36.212Z] ---> 94aacdadeff8 [2020-08-18T00:47:36.212Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T00:47:36.486Z] ---> Running in be5c8c420fbb [2020-08-18T00:47:36.486Z] ---> Running in f392f5f7374b [2020-08-18T00:47:36.760Z] Removing intermediate container cf4ec6ccae30 [2020-08-18T00:47:36.760Z] ---> e3bd72b6ebd5 [2020-08-18T00:47:36.760Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T00:47:37.361Z] ---> Running in 55ed6716d5bd [2020-08-18T00:47:37.361Z] Removing intermediate container be5c8c420fbb [2020-08-18T00:47:37.361Z] ---> 6aa2f0c43c5d [2020-08-18T00:47:37.361Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T00:47:38.339Z] ---> Running in 7571e0e676a6 [2020-08-18T00:47:38.942Z] Removing intermediate container 0eae1fe69e19 [2020-08-18T00:47:38.942Z] ---> 7ae23e95790d [2020-08-18T00:47:38.942Z] [2020-08-18T00:47:38.942Z] Step 10/22 : FROM alpine [2020-08-18T00:47:38.942Z] ---> 62ee0e9f8440 [2020-08-18T00:47:38.942Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T00:47:38.942Z] Removing intermediate container 55ed6716d5bd [2020-08-18T00:47:38.942Z] ---> aa30bd1595b0 [2020-08-18T00:47:38.942Z] [2020-08-18T00:47:39.216Z] Removing intermediate container 7571e0e676a6 [2020-08-18T00:47:39.216Z] ---> c3ddc58f0577 [2020-08-18T00:47:39.216Z] [2020-08-18T00:47:39.490Z] Successfully built aa30bd1595b0 [2020-08-18T00:47:39.490Z] ---> Running in 77a7f7d92496 [2020-08-18T00:47:39.763Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-18T00:47:39.763Z] Building docker-sys-mgmt-agent-go [2020-08-18T00:47:39.763Z]  Building docker-support-notifications-go ... done Successfully built c3ddc58f0577 [2020-08-18T00:47:40.043Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-18T00:47:40.043Z] Building docker-core-command-go [2020-08-18T00:47:40.313Z]  Building docker-core-metadata-go ... done Removing intermediate container f392f5f7374b [2020-08-18T00:47:40.313Z] ---> bf6a1d56d95b [2020-08-18T00:47:40.313Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T00:47:40.313Z] Removing intermediate container 77a7f7d92496 [2020-08-18T00:47:40.313Z] ---> 629fb30f91a0 [2020-08-18T00:47:40.313Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T00:47:40.584Z] ---> Running in 39f2efd77a57 [2020-08-18T00:47:40.584Z] ---> Running in d457f59f2b4e [2020-08-18T00:47:41.175Z] Removing intermediate container d457f59f2b4e [2020-08-18T00:47:41.175Z] ---> d64e093a93dd [2020-08-18T00:47:41.175Z] Step 13/22 : EXPOSE $APP_PORTRemoving intermediate container 39f2efd77a57 [2020-08-18T00:47:41.175Z] ---> 06b391cd91bb [2020-08-18T00:47:41.175Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T00:47:41.175Z] [2020-08-18T00:47:41.455Z] ---> Running in 4b35862f104e [2020-08-18T00:47:41.455Z] ---> Running in 45638428565f [2020-08-18T00:47:42.425Z] Removing intermediate container 45638428565f [2020-08-18T00:47:42.425Z] ---> 4c91331a04b7 [2020-08-18T00:47:42.425Z] Step 25/26 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:47:42.425Z] Removing intermediate container 4b35862f104e [2020-08-18T00:47:42.425Z] ---> fa2700d355d2 [2020-08-18T00:47:42.425Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:47:43.413Z] ---> Running in f7d78e605faf [2020-08-18T00:47:43.413Z] ---> Running in 38ccacdb3349 [2020-08-18T00:47:44.401Z] Removing intermediate container 38ccacdb3349 [2020-08-18T00:47:44.401Z] ---> 459cd1686c7a [2020-08-18T00:47:44.401Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T00:47:45.090Z] ---> Running in 362812b8aba1 [2020-08-18T00:47:46.568Z] Removing intermediate container 362812b8aba1 [2020-08-18T00:47:46.568Z] ---> 99d3bb4c44d5 [2020-08-18T00:47:46.568Z] [2020-08-18T00:47:47.163Z] Successfully built 99d3bb4c44d5 [2020-08-18T00:47:47.438Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-18T00:47:47.438Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-08-18T00:47:47.438Z] Removing intermediate container f7d78e605faf [2020-08-18T00:47:47.438Z] ---> 30061e04b21a [2020-08-18T00:47:47.438Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T00:47:48.031Z] ---> Running in 2d73d290c931 [2020-08-18T00:47:49.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:47:50.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:47:51.046Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T00:47:51.046Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T00:47:51.046Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T00:47:51.318Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T00:47:51.318Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T00:47:51.589Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:47:51.589Z] OK: 8 MiB in 19 packages [2020-08-18T00:47:55.892Z] Removing intermediate container 2d73d290c931 [2020-08-18T00:47:55.892Z] ---> e95d5a15ab03 [2020-08-18T00:47:55.892Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T00:47:57.337Z] ---> e5f45c0c510a [2020-08-18T00:47:57.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T00:47:59.965Z] ---> f4c05dea65da [2020-08-18T00:47:59.965Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T00:48:01.434Z] ---> 0addf4854fdf [2020-08-18T00:48:01.434Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:48:01.708Z] ---> Running in c91be38e027a [2020-08-18T00:48:03.139Z] Removing intermediate container c91be38e027a [2020-08-18T00:48:03.139Z] ---> c7e896084b73 [2020-08-18T00:48:03.139Z] Step 20/22 : LABEL arch=arm64 [2020-08-18T00:48:03.412Z] ---> Running in 1403dd42dd81 [2020-08-18T00:48:04.388Z] Removing intermediate container 1403dd42dd81 [2020-08-18T00:48:04.662Z] ---> 05ca641a85cb [2020-08-18T00:48:04.662Z] Step 21/22 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:48:04.937Z] ---> Running in facb2dc5d00a [2020-08-18T00:48:05.914Z] Removing intermediate container facb2dc5d00a [2020-08-18T00:48:05.914Z] ---> 24e091243d96 [2020-08-18T00:48:05.914Z] Step 22/22 : LABEL version=0.0.0 [2020-08-18T00:48:06.514Z] ---> Running in cc4ff9ee65f1 [2020-08-18T00:48:06.785Z] Removing intermediate container cc4ff9ee65f1 [2020-08-18T00:48:06.785Z] ---> c90080ef8135 [2020-08-18T00:48:06.785Z] [2020-08-18T00:48:07.375Z] Successfully built c90080ef8135 [2020-08-18T00:48:07.375Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-18T00:48:07.375Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-08-18T00:48:25.652Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:48:25.652Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:48:25.652Z] ---> 08708db36025 [2020-08-18T00:48:25.652Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T00:48:25.652Z] ---> Using cache [2020-08-18T00:48:25.652Z] ---> d4c62c433e77 [2020-08-18T00:48:25.652Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:48:27.659Z] ---> Running in 24f8bc697d64 [2020-08-18T00:48:31.961Z] Removing intermediate container 24f8bc697d64 [2020-08-18T00:48:31.961Z] ---> 62d22790fad3 [2020-08-18T00:48:31.961Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T00:48:31.961Z] ---> Running in bfa000cab423 [2020-08-18T00:48:33.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:48:34.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:48:35.341Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:48:35.341Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:48:35.341Z] OK: 12617 distinct packages available [2020-08-18T00:48:35.934Z] OK: 217 MiB in 51 packages [2020-08-18T00:48:39.338Z] Removing intermediate container bfa000cab423 [2020-08-18T00:48:39.338Z] ---> 641475b2f6cd [2020-08-18T00:48:39.338Z] Step 6/20 : COPY go.mod . [2020-08-18T00:48:39.931Z] ---> 6be4c86da575 [2020-08-18T00:48:39.931Z] Step 7/20 : RUN go mod download [2020-08-18T00:48:40.208Z] ---> Running in 0a9bc269fd4e [2020-08-18T00:48:44.511Z] Removing intermediate container 0a9bc269fd4e [2020-08-18T00:48:44.511Z] ---> 08037ebae815 [2020-08-18T00:48:44.511Z] Step 8/20 : COPY . . [2020-08-18T00:48:59.680Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:48:59.680Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:48:59.680Z] ---> 08708db36025 [2020-08-18T00:48:59.680Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T00:48:59.680Z] ---> Using cache [2020-08-18T00:48:59.680Z] ---> d4c62c433e77 [2020-08-18T00:48:59.680Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:48:59.680Z] ---> Using cache [2020-08-18T00:48:59.680Z] ---> 62d22790fad3 [2020-08-18T00:48:59.680Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T00:49:00.290Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:49:00.290Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:49:00.290Z] ---> 08708db36025 [2020-08-18T00:49:00.290Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T00:49:00.290Z] ---> Using cache [2020-08-18T00:49:00.290Z] ---> d4c62c433e77 [2020-08-18T00:49:00.290Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:49:00.290Z] ---> Using cache [2020-08-18T00:49:00.290Z] ---> 62d22790fad3 [2020-08-18T00:49:00.290Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T00:49:00.290Z] ---> Using cache [2020-08-18T00:49:00.290Z] ---> 641475b2f6cd [2020-08-18T00:49:00.290Z] Step 6/21 : COPY go.mod . [2020-08-18T00:49:00.290Z] ---> Using cache [2020-08-18T00:49:00.290Z] ---> 6be4c86da575 [2020-08-18T00:49:00.290Z] Step 7/21 : RUN go mod download [2020-08-18T00:49:00.290Z] ---> Using cache [2020-08-18T00:49:00.290Z] ---> 08037ebae815 [2020-08-18T00:49:00.290Z] Step 8/21 : COPY . . [2020-08-18T00:49:03.677Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:49:03.677Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:49:03.677Z] ---> 08708db36025 [2020-08-18T00:49:03.677Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T00:49:03.677Z] ---> Using cache [2020-08-18T00:49:03.677Z] ---> d4c62c433e77 [2020-08-18T00:49:03.677Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:49:03.677Z] ---> Using cache [2020-08-18T00:49:03.677Z] ---> 62d22790fad3 [2020-08-18T00:49:03.677Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T00:49:07.983Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T00:49:07.983Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T00:49:07.983Z] ---> 08708db36025 [2020-08-18T00:49:07.983Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T00:49:07.983Z] ---> Using cache [2020-08-18T00:49:07.983Z] ---> d4c62c433e77 [2020-08-18T00:49:07.983Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T00:49:07.983Z] ---> Using cache [2020-08-18T00:49:07.983Z] ---> 62d22790fad3 [2020-08-18T00:49:07.983Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T00:49:07.983Z] ---> Using cache [2020-08-18T00:49:07.983Z] ---> 641475b2f6cd [2020-08-18T00:49:07.983Z] Step 6/20 : COPY go.mod . [2020-08-18T00:49:07.983Z] ---> Using cache [2020-08-18T00:49:07.983Z] ---> 6be4c86da575 [2020-08-18T00:49:07.983Z] Step 7/20 : RUN go mod download [2020-08-18T00:49:07.983Z] ---> Using cache [2020-08-18T00:49:07.983Z] ---> 08037ebae815 [2020-08-18T00:49:07.983Z] Step 8/20 : COPY . . [2020-08-18T00:49:07.983Z] ---> Using cache [2020-08-18T00:49:07.983Z] ---> 9e4c1569afe1 [2020-08-18T00:49:07.983Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T00:49:10.591Z] ---> Running in 325ab598ee52 [2020-08-18T00:49:10.592Z] ---> Running in ce46a017e47a [2020-08-18T00:49:10.592Z] ---> Running in cb9bc789ec69 [2020-08-18T00:49:10.592Z] ---> 9e4c1569afe1 [2020-08-18T00:49:10.592Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T00:49:10.875Z] ---> Running in 93847a6707cd [2020-08-18T00:49:13.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:49:13.500Z] 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-18T00:49:13.500Z] 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-18T00:49:13.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:49:14.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:49:14.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:49:14.707Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:49:14.707Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:49:14.707Z] OK: 12617 distinct packages available [2020-08-18T00:49:15.706Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:49:15.706Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:49:15.706Z] OK: 12617 distinct packages available [2020-08-18T00:49:15.706Z] OK: 217 MiB in 51 packages [2020-08-18T00:49:16.314Z] OK: 217 MiB in 51 packages [2020-08-18T00:49:16.599Z] OK: 217 MiB in 51 packages [2020-08-18T00:49:20.030Z] Removing intermediate container cb9bc789ec69 [2020-08-18T00:49:20.030Z] ---> 53a64a011843 [2020-08-18T00:49:20.030Z] Step 6/26 : COPY go.mod . [2020-08-18T00:49:20.309Z] Removing intermediate container 325ab598ee52 [2020-08-18T00:49:20.309Z] ---> 4d88e6a02eb5 [2020-08-18T00:49:20.309Z] Step 6/21 : COPY go.mod . [2020-08-18T00:49:21.758Z] ---> 72508f207b26 [2020-08-18T00:49:21.758Z] Step 7/26 : RUN go mod download [2020-08-18T00:49:22.038Z] ---> d3368d395535 [2020-08-18T00:49:22.038Z] Step 7/21 : RUN go mod download [2020-08-18T00:49:22.038Z] ---> Running in ac539ed4fc70 [2020-08-18T00:49:22.316Z] ---> Running in b9fe76e0da64 [2020-08-18T00:49:22.598Z] ---> 7cdbc762cf91 [2020-08-18T00:49:22.598Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T00:49:22.875Z] ---> Running in 8a477ab34e83 [2020-08-18T00:49:26.267Z] 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-18T00:49:27.717Z] Removing intermediate container ac539ed4fc70 [2020-08-18T00:49:27.717Z] ---> e4193f043561 [2020-08-18T00:49:27.717Z] Step 8/26 : COPY . . [2020-08-18T00:49:28.318Z] Removing intermediate container b9fe76e0da64 [2020-08-18T00:49:28.318Z] ---> ca38c47118ae [2020-08-18T00:49:28.318Z] Step 8/21 : COPY . . [2020-08-18T00:50:07.357Z] ---> 9365b4d10dd6 [2020-08-18T00:50:07.357Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T00:50:07.357Z] ---> 7c7274bb5b0b [2020-08-18T00:50:07.357Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T00:50:07.357Z] ---> Running in 6db9b71cb294 [2020-08-18T00:50:07.357Z] ---> Running in 501e181f13a3 [2020-08-18T00:50:07.357Z] 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-18T00:50:07.357Z] 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-18T00:50:34.179Z] Removing intermediate container ce46a017e47a [2020-08-18T00:50:34.179Z] ---> cf249f8fe144 [2020-08-18T00:50:34.179Z] [2020-08-18T00:50:34.179Z] Step 10/20 : FROM alpine [2020-08-18T00:50:34.179Z] ---> 62ee0e9f8440 [2020-08-18T00:50:34.179Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T00:50:34.179Z] ---> Running in 9579c00bedb6 [2020-08-18T00:50:34.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:50:34.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:50:34.179Z] v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T00:50:34.179Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T00:50:34.179Z] OK: 12617 distinct packages available [2020-08-18T00:50:34.179Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T00:50:34.179Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T00:50:34.179Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T00:50:34.179Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T00:50:34.179Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:50:34.179Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T00:50:34.791Z] OK: 7 MiB in 18 packages [2020-08-18T00:50:37.450Z] Removing intermediate container 9579c00bedb6 [2020-08-18T00:50:37.450Z] ---> 17c159a2626b [2020-08-18T00:50:37.450Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T00:50:37.450Z] ---> Running in 5af1829cf0f4 [2020-08-18T00:50:38.053Z] Removing intermediate container 5af1829cf0f4 [2020-08-18T00:50:38.053Z] ---> 736c41dffb86 [2020-08-18T00:50:38.053Z] Step 13/20 : WORKDIR /edgex [2020-08-18T00:50:38.330Z] ---> Running in 1fa00a236d16 [2020-08-18T00:50:38.935Z] Removing intermediate container 1fa00a236d16 [2020-08-18T00:50:38.935Z] ---> f782c4d91b61 [2020-08-18T00:50:38.935Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T00:50:40.376Z] ---> 469b0de0a12f [2020-08-18T00:50:40.376Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T00:50:41.810Z] ---> ea74404c8db4 [2020-08-18T00:50:41.810Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-18T00:50:41.810Z] ---> Running in 54d9310b18d2 [2020-08-18T00:50:42.788Z] Removing intermediate container 54d9310b18d2 [2020-08-18T00:50:42.788Z] ---> 563252ba8db1 [2020-08-18T00:50:42.788Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T00:50:43.062Z] ---> Running in 2239f4427a34 [2020-08-18T00:50:43.666Z] Removing intermediate container 2239f4427a34 [2020-08-18T00:50:43.666Z] ---> 65056a48fad0 [2020-08-18T00:50:43.666Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T00:50:43.945Z] ---> Running in df9f7ade4885 [2020-08-18T00:50:44.927Z] Removing intermediate container df9f7ade4885 [2020-08-18T00:50:44.927Z] ---> 13322d337d28 [2020-08-18T00:50:44.927Z] Step 19/20 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:50:44.927Z] ---> Running in 04a771821458 [2020-08-18T00:50:45.523Z] Removing intermediate container 04a771821458 [2020-08-18T00:50:45.523Z] ---> 53fa0293cfb2 [2020-08-18T00:50:45.523Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T00:50:45.795Z] ---> Running in 1104ad6f35bd [2020-08-18T00:50:46.394Z] Removing intermediate container 1104ad6f35bd [2020-08-18T00:50:46.394Z] ---> 25c9425516a2 [2020-08-18T00:50:46.394Z] [2020-08-18T00:50:46.991Z] Successfully built 25c9425516a2 [2020-08-18T00:50:46.991Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-18T00:50:59.405Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 93847a6707cd [2020-08-18T00:50:59.405Z] ---> 0532cbafe0f9 [2020-08-18T00:50:59.405Z] [2020-08-18T00:50:59.405Z] Step 10/20 : FROM scratch [2020-08-18T00:50:59.405Z] ---> [2020-08-18T00:50:59.405Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T00:50:59.405Z] ---> Using cache [2020-08-18T00:50:59.405Z] ---> 146087f03041 [2020-08-18T00:50:59.405Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T00:50:59.405Z] ---> Running in c3400e786e4c [2020-08-18T00:51:00.002Z] Removing intermediate container c3400e786e4c [2020-08-18T00:51:00.002Z] ---> 9097d74ea048 [2020-08-18T00:51:00.002Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T00:51:00.002Z] ---> Running in 63f1c2d86630 [2020-08-18T00:51:00.604Z] Removing intermediate container 63f1c2d86630 [2020-08-18T00:51:00.604Z] ---> 10be6adb48a1 [2020-08-18T00:51:00.604Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T00:51:01.593Z] ---> 7ef25ee510a8 [2020-08-18T00:51:01.593Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T00:51:03.583Z] ---> 26742c667629 [2020-08-18T00:51:03.583Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T00:51:04.567Z] ---> b3b49c6a1997 [2020-08-18T00:51:04.567Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:51:04.567Z] ---> Running in c0df4bdb0996 [2020-08-18T00:51:05.559Z] Removing intermediate container c0df4bdb0996 [2020-08-18T00:51:05.559Z] ---> 5c7126455257 [2020-08-18T00:51:05.559Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T00:51:05.559Z] ---> Running in b7353bbea172 [2020-08-18T00:51:06.551Z] Removing intermediate container b7353bbea172 [2020-08-18T00:51:06.551Z] ---> 6146573cb10b [2020-08-18T00:51:06.551Z] Step 19/20 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:51:06.551Z] ---> Running in 18b9049e617f [2020-08-18T00:51:07.537Z] Removing intermediate container 18b9049e617f [2020-08-18T00:51:07.537Z] ---> 6acb825c1cae [2020-08-18T00:51:07.537Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T00:51:07.817Z] ---> Running in aecbb214c264 [2020-08-18T00:51:08.817Z] Removing intermediate container aecbb214c264 [2020-08-18T00:51:08.817Z] ---> 982ddd58385b [2020-08-18T00:51:08.817Z] [2020-08-18T00:51:09.811Z] Successfully built 982ddd58385b [2020-08-18T00:51:09.811Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-18T00:51:11.836Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8a477ab34e83 [2020-08-18T00:51:11.836Z] ---> f8d1cd858db6 [2020-08-18T00:51:11.836Z] [2020-08-18T00:51:11.836Z] Step 10/21 : FROM scratch [2020-08-18T00:51:11.836Z] ---> [2020-08-18T00:51:11.836Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T00:51:11.836Z] ---> Using cache [2020-08-18T00:51:11.836Z] ---> 146087f03041 [2020-08-18T00:51:11.836Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T00:51:12.110Z] ---> Running in 6ca7c060c56e [2020-08-18T00:51:12.707Z] Removing intermediate container 6ca7c060c56e [2020-08-18T00:51:12.707Z] ---> 728e4943f9f9 [2020-08-18T00:51:12.707Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T00:51:12.707Z] ---> Running in 8012d75ea397 [2020-08-18T00:51:13.309Z] Removing intermediate container 8012d75ea397 [2020-08-18T00:51:13.309Z] ---> a23017c1e253 [2020-08-18T00:51:13.309Z] Step 14/21 : WORKDIR / [2020-08-18T00:51:13.309Z] ---> Running in acc490f4f74f [2020-08-18T00:51:13.898Z] Removing intermediate container acc490f4f74f [2020-08-18T00:51:13.898Z] ---> b8901259b7b9 [2020-08-18T00:51:13.898Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T00:51:14.881Z] ---> 8aa7aa740317 [2020-08-18T00:51:14.881Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T00:51:16.327Z] ---> 7e3e204ce46a [2020-08-18T00:51:16.327Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-18T00:51:17.311Z] ---> 1dd208f856fd [2020-08-18T00:51:17.311Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:51:17.311Z] ---> Running in 36820a27a7b6 [2020-08-18T00:51:17.907Z] Removing intermediate container 36820a27a7b6 [2020-08-18T00:51:17.907Z] ---> 467401eaef91 [2020-08-18T00:51:17.907Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T00:51:17.907Z] ---> Running in e7838c88e6cf [2020-08-18T00:51:18.509Z] Removing intermediate container e7838c88e6cf [2020-08-18T00:51:18.509Z] ---> 3b1e4ee28fb4 [2020-08-18T00:51:18.509Z] Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:51:18.509Z] ---> Running in 109a2d83e05e [2020-08-18T00:51:19.504Z] Removing intermediate container 109a2d83e05e [2020-08-18T00:51:19.504Z] ---> 5ea9be29d30a [2020-08-18T00:51:19.504Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T00:51:19.848Z] ---> Running in c477e8208c4d [2020-08-18T00:51:20.484Z] Removing intermediate container c477e8208c4d [2020-08-18T00:51:20.484Z] ---> 439372acc72a [2020-08-18T00:51:20.484Z] [2020-08-18T00:51:21.149Z] Successfully built 439372acc72a [2020-08-18T00:51:21.149Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-18T00:51:22.580Z]  Building docker-core-command-go ... done Removing intermediate container 501e181f13a3 [2020-08-18T00:51:22.580Z] ---> ae071b93a5db [2020-08-18T00:51:22.580Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T00:51:22.854Z] ---> Running in 51d3652b62d8 [2020-08-18T00:51:23.829Z] Removing intermediate container 6db9b71cb294 [2020-08-18T00:51:23.829Z] ---> df4f0bd7d83e [2020-08-18T00:51:23.829Z] [2020-08-18T00:51:23.829Z] Step 10/21 : FROM scratch [2020-08-18T00:51:23.829Z] ---> [2020-08-18T00:51:23.829Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T00:51:23.829Z] ---> Using cache [2020-08-18T00:51:23.829Z] ---> 83e6b72ef2f2 [2020-08-18T00:51:23.829Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T00:51:24.101Z] ---> Running in 1aedc5eaef2c [2020-08-18T00:51:24.372Z] Removing intermediate container 1aedc5eaef2c [2020-08-18T00:51:24.372Z] ---> 367fcded0857 [2020-08-18T00:51:24.372Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T00:51:24.652Z] ---> Running in 049b0d1b8fa3 [2020-08-18T00:51:24.652Z] 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-18T00:51:24.927Z] Removing intermediate container 049b0d1b8fa3 [2020-08-18T00:51:24.927Z] ---> e4e582ecb596 [2020-08-18T00:51:24.927Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T00:51:25.900Z] ---> bea2e1d74f41 [2020-08-18T00:51:25.900Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T00:51:26.497Z] ---> 296a347119c5 [2020-08-18T00:51:26.497Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T00:51:27.929Z] ---> 5ec30b21dfdf [2020-08-18T00:51:27.929Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T00:51:27.929Z] Removing intermediate container 51d3652b62d8 [2020-08-18T00:51:27.929Z] ---> 707e49e63f69 [2020-08-18T00:51:27.929Z] [2020-08-18T00:51:27.929Z] Step 11/26 : FROM docker:latest [2020-08-18T00:51:27.930Z] ---> ce9d55ae87f1 [2020-08-18T00:51:27.930Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T00:51:27.930Z] ---> Running in 3fd75bb76a75 [2020-08-18T00:51:28.533Z] ---> d3ef3abf7546 [2020-08-18T00:51:28.533Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:51:28.805Z] ---> Running in ff1ae4178330 [2020-08-18T00:51:29.077Z] Removing intermediate container ff1ae4178330 [2020-08-18T00:51:29.077Z] ---> 7e7359de832a [2020-08-18T00:51:29.077Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T00:51:29.351Z] ---> Running in f17922a850ac [2020-08-18T00:51:29.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:51:29.634Z] Removing intermediate container f17922a850ac [2020-08-18T00:51:29.634Z] ---> 150c983bb168 [2020-08-18T00:51:29.634Z] Step 20/21 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:51:29.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:51:29.904Z] ---> Running in d2ba1c71bcdf [2020-08-18T00:51:30.498Z] Removing intermediate container d2ba1c71bcdf [2020-08-18T00:51:30.498Z] ---> 7726c6286557 [2020-08-18T00:51:30.498Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T00:51:30.498Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T00:51:30.498Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T00:51:30.498Z] Executing bash-5.0.17-r0.post-install [2020-08-18T00:51:30.498Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:51:30.498Z] OK: 12 MiB in 22 packages [2020-08-18T00:51:30.498Z] ---> Running in f4134dd64e7e [2020-08-18T00:51:31.096Z] Removing intermediate container f4134dd64e7e [2020-08-18T00:51:31.096Z] ---> d0af5f5ba7cc [2020-08-18T00:51:31.096Z] [2020-08-18T00:51:31.373Z] Successfully built d0af5f5ba7cc [2020-08-18T00:51:31.373Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-18T00:51:31.968Z]  Building docker-support-logging-go ... done Removing intermediate container 3fd75bb76a75 [2020-08-18T00:51:31.968Z] ---> 3f8e717d6632 [2020-08-18T00:51:31.968Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T00:51:32.240Z] ---> Running in f18d1b55115a [2020-08-18T00:51:34.842Z] Removing intermediate container f18d1b55115a [2020-08-18T00:51:34.842Z] ---> 3eec2676f3a6 [2020-08-18T00:51:34.842Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T00:51:34.842Z] ---> Running in 2f2b26bbc90c [2020-08-18T00:51:35.111Z] Removing intermediate container 2f2b26bbc90c [2020-08-18T00:51:35.111Z] ---> 51ecdb8e4843 [2020-08-18T00:51:35.111Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T00:51:35.381Z] ---> Running in 20b6dea1b4df [2020-08-18T00:51:35.654Z] Removing intermediate container 20b6dea1b4df [2020-08-18T00:51:35.654Z] ---> 4e85d12d676e [2020-08-18T00:51:35.654Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T00:51:35.923Z] ---> Running in f7ca32adbe57 [2020-08-18T00:51:36.193Z] Removing intermediate container f7ca32adbe57 [2020-08-18T00:51:36.193Z] ---> 0288ec819479 [2020-08-18T00:51:36.193Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T00:51:37.621Z] ---> ce0617327510 [2020-08-18T00:51:37.621Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T00:51:38.221Z] ---> 3a9fd9d3edad [2020-08-18T00:51:38.222Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T00:51:39.192Z] ---> 8d16a87a50be [2020-08-18T00:51:39.192Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T00:51:39.192Z] ---> Running in b4d6a1e5cdad [2020-08-18T00:51:40.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:51:40.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:51:41.472Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T00:51:41.472Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T00:51:41.472Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T00:51:41.472Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T00:51:41.472Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T00:51:41.472Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T00:51:41.472Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-18T00:51:43.432Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T00:51:43.432Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T00:51:43.432Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T00:51:43.432Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T00:51:43.432Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T00:51:43.432Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T00:51:43.432Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T00:51:43.432Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T00:51:43.432Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T00:51:43.432Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T00:51:43.432Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T00:51:43.432Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T00:51:43.701Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T00:51:43.701Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T00:51:43.701Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T00:51:43.701Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T00:51:43.701Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T00:51:43.701Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T00:51:43.701Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T00:51:43.701Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T00:51:43.701Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T00:51:43.701Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T00:51:43.701Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T00:51:43.701Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T00:51:43.701Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T00:51:43.701Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T00:51:43.971Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:51:43.971Z] OK: 71 MiB in 55 packages [2020-08-18T00:51:50.671Z] Removing intermediate container b4d6a1e5cdad [2020-08-18T00:51:50.671Z] ---> 97251ea4ee1c [2020-08-18T00:51:50.671Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T00:51:50.671Z] ---> Running in 8889ac0313ca [2020-08-18T00:51:56.062Z] Collecting docker-compose==1.23.2 [2020-08-18T00:51:56.062Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T00:51:56.062Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T00:51:56.062Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T00:51:58.026Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T00:51:58.026Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T00:51:58.616Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T00:51:58.616Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T00:52:01.219Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-18T00:52:01.219Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T00:52:01.491Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T00:52:01.491Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T00:52:02.094Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T00:52:02.094Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T00:52:02.373Z] 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-18T00:52:02.975Z] Collecting PyYAML<4,>=3.10 [2020-08-18T00:52:02.975Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-18T00:52:06.342Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T00:52:06.342Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T00:52:06.620Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T00:52:06.620Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T00:52:08.594Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T00:52:08.594Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T00:52:08.866Z] 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-18T00:52:08.866Z] 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-18T00:52:09.136Z] Collecting idna<2.8,>=2.5 [2020-08-18T00:52:09.136Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T00:52:09.408Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T00:52:09.408Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T00:52:09.408Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T00:52:09.408Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T00:52:09.408Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T00:52:09.408Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T00:52:10.381Z] Installing collected packages: dockerpty, jsonschema, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, PyYAML, docopt, docker-compose [2020-08-18T00:52:10.381Z] Running setup.py install for dockerpty: started [2020-08-18T00:52:12.338Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T00:52:12.338Z] Running setup.py install for texttable: started [2020-08-18T00:52:14.295Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T00:52:14.295Z] Attempting uninstall: urllib3 [2020-08-18T00:52:14.295Z] Found existing installation: urllib3 1.25.9 [2020-08-18T00:52:14.295Z] Uninstalling urllib3-1.25.9: [2020-08-18T00:52:14.295Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T00:52:14.882Z] Attempting uninstall: idna [2020-08-18T00:52:14.882Z] Found existing installation: idna 2.9 [2020-08-18T00:52:14.882Z] Uninstalling idna-2.9: [2020-08-18T00:52:14.882Z] Successfully uninstalled idna-2.9 [2020-08-18T00:52:15.471Z] Attempting uninstall: requests [2020-08-18T00:52:15.471Z] Found existing installation: requests 2.23.0 [2020-08-18T00:52:15.471Z] Uninstalling requests-2.23.0: [2020-08-18T00:52:15.740Z] Successfully uninstalled requests-2.23.0 [2020-08-18T00:52:17.159Z] Running setup.py install for PyYAML: started [2020-08-18T00:52:19.118Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T00:52:19.118Z] Running setup.py install for docopt: started [2020-08-18T00:52:21.072Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T00:52:21.660Z] 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-18T00:52:25.027Z] Removing intermediate container 8889ac0313ca [2020-08-18T00:52:25.027Z] ---> f8130fdaecbb [2020-08-18T00:52:25.027Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T00:52:25.297Z] ---> Running in 7b78cc10c633 [2020-08-18T00:52:26.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T00:52:26.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T00:52:27.578Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T00:52:27.578Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T00:52:27.578Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T00:52:27.578Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T00:52:27.578Z] OK: 71 MiB in 58 packages [2020-08-18T00:52:29.014Z] Removing intermediate container 7b78cc10c633 [2020-08-18T00:52:29.014Z] ---> df2e07e841e9 [2020-08-18T00:52:29.014Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T00:52:29.014Z] ---> Running in ae3e30ad31f5 [2020-08-18T00:52:29.284Z] Removing intermediate container ae3e30ad31f5 [2020-08-18T00:52:29.284Z] ---> 7c7eec40c60d [2020-08-18T00:52:29.284Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T00:52:29.555Z] ---> Running in 70c0b36e3f8f [2020-08-18T00:52:29.825Z] Removing intermediate container 70c0b36e3f8f [2020-08-18T00:52:29.825Z] ---> 6ef1ff3d8443 [2020-08-18T00:52:29.825Z] Step 25/26 : LABEL git_sha=670c3ab64233bb9a445e74c7a7d05d61f00a0d33 [2020-08-18T00:52:30.096Z] ---> Running in be60513cca6b [2020-08-18T00:52:30.688Z] Removing intermediate container be60513cca6b [2020-08-18T00:52:30.688Z] ---> e2526e960c8c [2020-08-18T00:52:30.688Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T00:52:30.688Z] ---> Running in 94345d6d8a1b [2020-08-18T00:52:31.277Z] Removing intermediate container 94345d6d8a1b [2020-08-18T00:52:31.277Z] ---> fc12f6a2e1a2 [2020-08-18T00:52:31.277Z] [2020-08-18T00:52:31.547Z] Successfully built fc12f6a2e1a2 [2020-08-18T00:52:31.547Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-18T00:52:32.152Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-18T00:52:32.144Z] $ docker stop --time=1 be020674a03d6daca11ce307860d712e811960d9a4d1cfe7a41c6e82bcf640c6 [2020-08-18T00:52:34.095Z] $ docker rm -f be020674a03d6daca11ce307860d712e811960d9a4d1cfe7a41c6e82bcf640c6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T00:52:34.759Z] + grep docker [2020-08-18T00:52:34.759Z] + docker images [2020-08-18T00:52:35.029Z] docker-sys-mgmt-agent-go-arm64 latest fc12f6a2e1a2 4 seconds ago 266MB [2020-08-18T00:52:35.029Z] docker-support-logging-go-arm64 latest d0af5f5ba7cc About a minute ago 11.4MB [2020-08-18T00:52:35.029Z] docker-core-command-go-arm64 latest 439372acc72a About a minute ago 12.4MB [2020-08-18T00:52:35.029Z] docker-support-scheduler-go-arm64 latest 982ddd58385b About a minute ago 12.6MB [2020-08-18T00:52:35.029Z] docker-security-proxy-setup-go-arm64 latest 25c9425516a2 About a minute ago 15.8MB [2020-08-18T00:52:35.029Z] docker-core-data-go-arm64 latest c90080ef8135 4 minutes ago 23.3MB [2020-08-18T00:52:35.029Z] docker-security-secretstore-setup-go-arm64 latest 99d3bb4c44d5 4 minutes ago 32.6MB [2020-08-18T00:52:35.029Z] docker-core-metadata-go-arm64 latest c3ddc58f0577 4 minutes ago 13.8MB [2020-08-18T00:52:35.029Z] docker-support-notifications-go-arm64 latest aa30bd1595b0 4 minutes ago 13.9MB [2020-08-18T00:52:35.029Z] docker-security-secrets-setup-go-arm64 latest fdef2b10f5e0 5 minutes ago 24.2MB [2020-08-18T00:52:35.029Z] docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-18T00:52:36.512Z] provisioning config files... [2020-08-18T00:52:36.536Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/36@tmp/config5596771733733430952tmp [Pipeline] { [Pipeline] sh [2020-08-18T00:52:36.891Z] + curl -s https://codecov.io/bash [2020-08-18T00:52:36.891Z] + bash -s - -t @/w/workspace/edgex-go/36@tmp/config5596771733733430952tmp [Pipeline] } [2020-08-18T00:52:37.160Z] 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-18T00:52:38.625Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T00:52:39.521Z] ---> package-listing.sh [2020-08-18T00:52:39.521Z] ++ facter osfamily [2020-08-18T00:52:39.521Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-18T00:52:39.521Z] + OS_FAMILY=redhat [2020-08-18T00:52:39.521Z] + workspace=/w/workspace/edgex-go/36 [2020-08-18T00:52:39.521Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-18T00:52:39.521Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-18T00:52:39.521Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-18T00:52:39.521Z] + PACKAGES=/tmp/packages_start.txt [2020-08-18T00:52:39.521Z] + '[' /w/workspace/edgex-go/36 ']' [2020-08-18T00:52:39.521Z] + PACKAGES=/tmp/packages_end.txt [2020-08-18T00:52:39.521Z] + case "${OS_FAMILY}" in [2020-08-18T00:52:39.521Z] + rpm -qa [2020-08-18T00:52:39.521Z] + sort [2020-08-18T00:52:43.730Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-18T00:52:43.730Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-18T00:52:43.730Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-18T00:52:43.730Z] + '[' /w/workspace/edgex-go/36 ']' [2020-08-18T00:52:43.730Z] + mkdir -p /w/workspace/edgex-go/36/archives/ [2020-08-18T00:52:43.730Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/36/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:52:44.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T00:52:44.116Z] [2020-08-18T00:52:44.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-18T00:52:44.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T00:52:44.460Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-18T00:52:44.460Z] c9b1b535fdd9: Pulling fs layer [2020-08-18T00:52:44.460Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-18T00:52:44.460Z] 756a868c4378: Pulling fs layer [2020-08-18T00:52:44.460Z] 444b2fc9a129: Pulling fs layer [2020-08-18T00:52:44.460Z] ea15f1150254: Pulling fs layer [2020-08-18T00:52:44.460Z] 41b27a9f41bf: Pulling fs layer [2020-08-18T00:52:44.460Z] 28c525ee5125: Pulling fs layer [2020-08-18T00:52:44.460Z] 094b1ea09ed8: Pulling fs layer [2020-08-18T00:52:44.460Z] 138eaada9080: Pulling fs layer [2020-08-18T00:52:44.460Z] 0622d0fa9048: Pulling fs layer [2020-08-18T00:52:44.460Z] ea15f1150254: Waiting [2020-08-18T00:52:44.460Z] 41b27a9f41bf: Waiting [2020-08-18T00:52:44.460Z] 28c525ee5125: Waiting [2020-08-18T00:52:44.460Z] 094b1ea09ed8: Waiting [2020-08-18T00:52:44.460Z] 138eaada9080: Waiting [2020-08-18T00:52:44.460Z] 0622d0fa9048: Waiting [2020-08-18T00:52:44.460Z] 444b2fc9a129: Waiting [2020-08-18T00:52:44.460Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-18T00:52:44.460Z] 2cc5ad85d9ab: Download complete [2020-08-18T00:52:44.460Z] 444b2fc9a129: Verifying Checksum [2020-08-18T00:52:44.460Z] 444b2fc9a129: Download complete [2020-08-18T00:52:44.460Z] c9b1b535fdd9: Verifying Checksum [2020-08-18T00:52:44.460Z] c9b1b535fdd9: Download complete [2020-08-18T00:52:44.460Z] ea15f1150254: Verifying Checksum [2020-08-18T00:52:44.460Z] ea15f1150254: Download complete [2020-08-18T00:52:44.728Z] 28c525ee5125: Verifying Checksum [2020-08-18T00:52:44.728Z] 28c525ee5125: Download complete [2020-08-18T00:52:44.990Z] 756a868c4378: Verifying Checksum [2020-08-18T00:52:44.990Z] 756a868c4378: Download complete [2020-08-18T00:52:44.990Z] 138eaada9080: Verifying Checksum [2020-08-18T00:52:44.990Z] 138eaada9080: Download complete [2020-08-18T00:52:44.990Z] c9b1b535fdd9: Pull complete [2020-08-18T00:52:44.990Z] 094b1ea09ed8: Verifying Checksum [2020-08-18T00:52:44.990Z] 094b1ea09ed8: Download complete [2020-08-18T00:52:44.990Z] 0622d0fa9048: Verifying Checksum [2020-08-18T00:52:44.990Z] 0622d0fa9048: Download complete [2020-08-18T00:52:45.561Z] 2cc5ad85d9ab: Pull complete [2020-08-18T00:52:45.561Z] 41b27a9f41bf: Verifying Checksum [2020-08-18T00:52:45.561Z] 41b27a9f41bf: Download complete [2020-08-18T00:52:47.481Z] 756a868c4378: Pull complete [2020-08-18T00:52:47.743Z] 444b2fc9a129: Pull complete [2020-08-18T00:52:48.004Z] ea15f1150254: Pull complete [2020-08-18T00:52:53.321Z] 41b27a9f41bf: Pull complete [2020-08-18T00:52:53.590Z] 28c525ee5125: Pull complete [2020-08-18T00:52:56.149Z] 094b1ea09ed8: Pull complete [2020-08-18T00:52:56.149Z] 138eaada9080: Pull complete [2020-08-18T00:52:57.536Z] 0622d0fa9048: Pull complete [2020-08-18T00:52:57.536Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-18T00:52:57.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T00:52:57.536Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-18T00:52:57.733Z] prd-centos7-docker-4c-2g-328 does not seem to be running inside a container [2020-08-18T00:52:57.782Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-18T00:53:02.025Z] $ docker top b18a477b1abb10733cba63a65acedb8ba5ae620a832be3596bdf5a9021248943 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-18T00:53:02.313Z] provisioning config files... [2020-08-18T00:53:02.328Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/36@tmp/config5077490199785037984tmp [Pipeline] { [Pipeline] echo [2020-08-18T00:53:02.386Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T00:53:02.691Z] ---> create-netrc.sh [Pipeline] echo [2020-08-18T00:53:02.700Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T00:53:02.996Z] ---> logs-deploy.sh [2020-08-18T00:53:02.996Z] + ARCHIVE_ARTIFACTS= [2020-08-18T00:53:02.996Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-18T00:53:02.996Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-18T00:53:02.996Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-18T00:53:02.996Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/36 [2020-08-18T00:53:02.996Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/36/ [2020-08-18T00:53:02.996Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/36 /w/workspace/edgex-go/36 [2020-08-18T00:53:03.938Z] Archives upload complete. [2020-08-18T00:53:04.199Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/36 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/36/