Pull request #2653 updated 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 c97bb4103008b8485dba1ebfa3398f6e079f512d+aed4594c0c67a41538adeca107413fb688e317f4 (e314fa068cc14a89800177ba50e68a2043c700d0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-5000 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit c97bb4103008b8485dba1ebfa3398f6e079f512d > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c97bb4103008b8485dba1ebfa3398f6e079f512d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 Merge succeeded, producing c97bb4103008b8485dba1ebfa3398f6e079f512d Checking out Revision c97bb4103008b8485dba1ebfa3398f6e079f512d (PR-2653) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c97bb4103008b8485dba1ebfa3398f6e079f512d # timeout=10 Commit message: "Merge branch 'master' into issue-2652" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-12T15:02:51.530Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-12T15:02:51.763Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-12T15:02:51.854Z] ========================================================= [2020-08-12T15:02:51.854Z] EdgeX Global Pipelines Version Info [2020-08-12T15:02:51.854Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-12T15:02:53.425Z] ------------------- [2020-08-12T15:02:53.425Z] stable info: [2020-08-12T15:02:53.425Z] ------------------- [2020-08-12T15:02:53.425Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-12T15:02:53.425Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-12T15:02:53.425Z] Message: update stable to v1.0.106 [2020-08-12T15:02:54.369Z] ------------------- [2020-08-12T15:02:54.369Z] experimental info: [2020-08-12T15:02:54.369Z] ------------------- [2020-08-12T15:02:54.369Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-12T15:02:54.369Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-12T15:02:54.369Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-12T15:02:55.934Z] ++ 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-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/core-command/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/core-data/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-12T15:02:55.934Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T15:02:55.934Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-12T15:02:55.934Z] ++ cut -d/ -f2 [2020-08-12T15:02:55.934Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-12T15:02:55.994Z] 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-12T15:02:56.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T15:02:57.219Z] [2020-08-12T15:02:57.219Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:02:57.558Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T15:02:57.558Z] latest: Pulling from edgex-devops/git-semver [2020-08-12T15:02:57.558Z] 31603596830f: Pulling fs layer [2020-08-12T15:02:57.558Z] 2a8b12db71e7: Pulling fs layer [2020-08-12T15:02:57.558Z] 6ca5941a6612: Pulling fs layer [2020-08-12T15:02:57.558Z] ecc8261a40a4: Pulling fs layer [2020-08-12T15:02:57.558Z] ecc8261a40a4: Waiting [2020-08-12T15:02:57.558Z] 2a8b12db71e7: Verifying Checksum [2020-08-12T15:02:57.558Z] 2a8b12db71e7: Download complete [2020-08-12T15:02:57.819Z] 31603596830f: Download complete [2020-08-12T15:02:57.819Z] ecc8261a40a4: Verifying Checksum [2020-08-12T15:02:57.819Z] ecc8261a40a4: Download complete [2020-08-12T15:02:57.819Z] 6ca5941a6612: Verifying Checksum [2020-08-12T15:02:57.819Z] 6ca5941a6612: Download complete [2020-08-12T15:02:58.081Z] 31603596830f: Pull complete [2020-08-12T15:02:58.081Z] 2a8b12db71e7: Pull complete [2020-08-12T15:02:59.030Z] 6ca5941a6612: Pull complete [2020-08-12T15:02:59.300Z] ecc8261a40a4: Pull complete [2020-08-12T15:02:59.300Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-12T15:02:59.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T15:02:59.300Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-12T15:02:59.396Z] prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container [2020-08-12T15:02:59.468Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-12T15:03:01.828Z] $ docker top 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T15:03:02.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T15:03:02.082Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T15:03:02.281Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T15:03:02.284Z] $ docker exec 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce ssh-agent [2020-08-12T15:03:02.445Z] SSH_AUTH_SOCK=/tmp/ssh-IrZaecK5ypCf/agent.11 [2020-08-12T15:03:02.445Z] SSH_AGENT_PID=16 [2020-08-12T15:03:02.458Z] Running ssh-add (command line suppressed) [2020-08-12T15:03:02.578Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4981171421159953545.key (/w/workspace/edgex-go/6@tmp/private_key_4981171421159953545.key) [2020-08-12T15:03:02.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T15:03:02.957Z] + git describe --exact-match --tags HEAD [2020-08-12T15:03:02.957Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-12T15:03:02.983Z] $ docker exec --env ******** --env ******** 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce ssh-agent -k [2020-08-12T15:03:03.098Z] unset SSH_AUTH_SOCK; [2020-08-12T15:03:03.098Z] unset SSH_AGENT_PID; [2020-08-12T15:03:03.098Z] echo Agent pid 16 killed; [2020-08-12T15:03:03.144Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-12T15:03:03.235Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-12T15:03:03.235Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-12T15:03:03.371Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T15:03:03.372Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T15:03:03.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T15:03:03.536Z] $ docker exec 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce ssh-agent [2020-08-12T15:03:03.687Z] SSH_AUTH_SOCK=/tmp/ssh-nXVQAfKTUhdG/agent.45 [2020-08-12T15:03:03.687Z] SSH_AGENT_PID=50 [2020-08-12T15:03:03.693Z] Running ssh-add (command line suppressed) [2020-08-12T15:03:03.802Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_2215072990022128891.key (/w/workspace/edgex-go/6@tmp/private_key_2215072990022128891.key) [2020-08-12T15:03:03.849Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T15:03:04.170Z] + git semver init [2020-08-12T15:03:04.171Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T15:03:04.171Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-08-12T15:03:04.171Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-08-12T15:03:04.171Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T15:03:04.171Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T15:03:04.171Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T15:03:04.171Z] # $SEMVER_BRANCH = PR-2653 [2020-08-12T15:03:04.171Z] # $SEMVER_TEMP = /tmp/semver-836821656 [2020-08-12T15:03:04.171Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-12T15:03:22.299Z] # '/tmp/semver-836821656' -> '/w/workspace/edgex-go/6/.semver' [2020-08-12T15:03:22.299Z] # -> Force: false [2020-08-12T15:03:22.299Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-08-12T15:03:22.312Z] $ docker exec --env ******** --env ******** 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce ssh-agent -k [2020-08-12T15:03:22.492Z] unset SSH_AUTH_SOCK; [2020-08-12T15:03:22.493Z] unset SSH_AGENT_PID; [2020-08-12T15:03:22.493Z] echo Agent pid 50 killed; [2020-08-12T15:03:22.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T15:03:23.057Z] + git semver [Pipeline] } [2020-08-12T15:03:23.073Z] $ docker stop --time=1 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce [2020-08-12T15:03:24.633Z] $ docker rm -f 89bbc12d23c194809c2486565dc652970fca888b81a8948f39cd17f5304bc7ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-12T15:03:37.494Z] Stashed 31 file(s) [Pipeline] echo [2020-08-12T15:03:37.496Z] [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-12T15:03:37.944Z] ========================================================= [2020-08-12T15:03:37.944Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-12T15:03:37.944Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:03:38.277Z] + 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-12T15:03:41.598Z] Sending build context to Docker daemon 323MB [2020-08-12T15:03:41.598Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T15:03:41.598Z] Step 2/7 : FROM ${BASE} [2020-08-12T15:03:41.598Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-12T15:03:41.598Z] df20fa9351a1: Pulling fs layer [2020-08-12T15:03:41.598Z] ed8968b2872e: Pulling fs layer [2020-08-12T15:03:41.598Z] a92cc7c5fd73: Pulling fs layer [2020-08-12T15:03:41.598Z] 2dd03ba5bac4: Pulling fs layer [2020-08-12T15:03:41.598Z] 1e091d79d1de: Pulling fs layer [2020-08-12T15:03:41.598Z] 481702a1767f: Pulling fs layer [2020-08-12T15:03:41.598Z] f64a6f60c768: Pulling fs layer [2020-08-12T15:03:41.598Z] e78d2573fc39: Pulling fs layer [2020-08-12T15:03:41.598Z] e876d2f968b6: Pulling fs layer [2020-08-12T15:03:41.598Z] ce8a83651883: Pulling fs layer [2020-08-12T15:03:41.598Z] 07967f4d0e4b: Pulling fs layer [2020-08-12T15:03:41.598Z] f64a6f60c768: Waiting [2020-08-12T15:03:41.598Z] e78d2573fc39: Waiting [2020-08-12T15:03:41.598Z] e876d2f968b6: Waiting [2020-08-12T15:03:41.598Z] ce8a83651883: Waiting [2020-08-12T15:03:41.598Z] 07967f4d0e4b: Waiting [2020-08-12T15:03:41.598Z] 2dd03ba5bac4: Waiting [2020-08-12T15:03:41.598Z] 481702a1767f: Waiting [2020-08-12T15:03:41.598Z] 1e091d79d1de: Waiting [2020-08-12T15:03:41.598Z] a92cc7c5fd73: Verifying Checksum [2020-08-12T15:03:41.598Z] a92cc7c5fd73: Download complete [2020-08-12T15:03:41.598Z] ed8968b2872e: Verifying Checksum [2020-08-12T15:03:41.598Z] ed8968b2872e: Download complete [2020-08-12T15:03:41.598Z] 1e091d79d1de: Verifying Checksum [2020-08-12T15:03:41.598Z] 1e091d79d1de: Download complete [2020-08-12T15:03:41.598Z] 481702a1767f: Verifying Checksum [2020-08-12T15:03:41.598Z] 481702a1767f: Download complete [2020-08-12T15:03:41.598Z] df20fa9351a1: Verifying Checksum [2020-08-12T15:03:41.598Z] df20fa9351a1: Download complete [2020-08-12T15:03:42.569Z] f64a6f60c768: Verifying Checksum [2020-08-12T15:03:42.569Z] f64a6f60c768: Download complete [2020-08-12T15:03:42.569Z] e876d2f968b6: Verifying Checksum [2020-08-12T15:03:42.569Z] e876d2f968b6: Download complete [2020-08-12T15:03:42.569Z] df20fa9351a1: Pull complete [2020-08-12T15:03:42.838Z] 2dd03ba5bac4: Verifying Checksum [2020-08-12T15:03:42.838Z] 2dd03ba5bac4: Download complete [2020-08-12T15:03:43.099Z] e78d2573fc39: Verifying Checksum [2020-08-12T15:03:43.099Z] e78d2573fc39: Download complete [2020-08-12T15:03:43.099Z] ce8a83651883: Verifying Checksum [2020-08-12T15:03:43.099Z] ce8a83651883: Download complete [2020-08-12T15:03:43.099Z] 07967f4d0e4b: Verifying Checksum [2020-08-12T15:03:43.099Z] 07967f4d0e4b: Download complete [2020-08-12T15:03:44.045Z] ed8968b2872e: Pull complete [2020-08-12T15:03:44.309Z] a92cc7c5fd73: Pull complete [2020-08-12T15:03:49.611Z] 2dd03ba5bac4: Pull complete [2020-08-12T15:03:49.611Z] 1e091d79d1de: Pull complete [2020-08-12T15:03:49.611Z] 481702a1767f: Pull complete [2020-08-12T15:03:52.770Z] Still waiting to schedule task [2020-08-12T15:03:52.770Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-12T15:03:59.637Z] f64a6f60c768: Pull complete [2020-08-12T15:04:01.061Z] e78d2573fc39: Pull complete [2020-08-12T15:04:01.061Z] e876d2f968b6: Pull complete [2020-08-12T15:04:02.463Z] ce8a83651883: Pull complete [2020-08-12T15:04:02.463Z] 07967f4d0e4b: Pull complete [2020-08-12T15:04:02.463Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-12T15:04:02.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-12T15:04:02.463Z] ---> 5d7c900382c6 [2020-08-12T15:04:02.463Z] 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-12T15:04:03.861Z] ---> Running in a4e854503813 [2020-08-12T15:04:04.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:04:05.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:04:05.989Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T15:04:06.252Z] (2/12) Installing file (5.38-r0) [2020-08-12T15:04:06.252Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T15:04:06.252Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T15:04:11.589Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T15:04:11.589Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T15:04:11.589Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T15:04:11.589Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T15:04:11.589Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T15:04:11.589Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T15:04:11.589Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T15:04:11.589Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T15:04:11.860Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:04:11.860Z] OK: 233 MiB in 51 packages [2020-08-12T15:04:15.207Z] Removing intermediate container a4e854503813 [2020-08-12T15:04:15.207Z] ---> 6995dd6be128 [2020-08-12T15:04:15.207Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T15:04:15.207Z] ---> Running in f08e2d458859 [2020-08-12T15:04:15.479Z] Removing intermediate container f08e2d458859 [2020-08-12T15:04:15.479Z] ---> 18e4385dd76a [2020-08-12T15:04:15.479Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T15:04:15.746Z] latest: Pulling from library/docker [2020-08-12T15:04:16.022Z] df20fa9351a1: Already exists [2020-08-12T15:04:16.022Z] 25ad7478873d: Pulling fs layer [2020-08-12T15:04:16.022Z] 4684f6177b5d: Pulling fs layer [2020-08-12T15:04:16.022Z] 46e300cec669: Pulling fs layer [2020-08-12T15:04:16.022Z] 63038576ad94: Pulling fs layer [2020-08-12T15:04:16.022Z] 0fdb76c4706c: Pulling fs layer [2020-08-12T15:04:16.022Z] cb7edeffdfd5: Pulling fs layer [2020-08-12T15:04:16.022Z] 0fdb76c4706c: Waiting [2020-08-12T15:04:16.022Z] 63038576ad94: Waiting [2020-08-12T15:04:16.022Z] cb7edeffdfd5: Waiting [2020-08-12T15:04:16.022Z] 4684f6177b5d: Verifying Checksum [2020-08-12T15:04:16.022Z] 4684f6177b5d: Download complete [2020-08-12T15:04:16.297Z] 25ad7478873d: Download complete [2020-08-12T15:04:16.297Z] 63038576ad94: Verifying Checksum [2020-08-12T15:04:16.297Z] 63038576ad94: Download complete [2020-08-12T15:04:16.297Z] 0fdb76c4706c: Verifying Checksum [2020-08-12T15:04:16.297Z] 0fdb76c4706c: Download complete [2020-08-12T15:04:16.297Z] cb7edeffdfd5: Verifying Checksum [2020-08-12T15:04:16.297Z] cb7edeffdfd5: Download complete [2020-08-12T15:04:16.564Z] 25ad7478873d: Pull complete [2020-08-12T15:04:16.564Z] 4684f6177b5d: Pull complete [2020-08-12T15:04:17.149Z] 46e300cec669: Verifying Checksum [2020-08-12T15:04:17.149Z] 46e300cec669: Download complete [2020-08-12T15:04:19.704Z] 46e300cec669: Pull complete [2020-08-12T15:04:19.704Z] 63038576ad94: Pull complete [2020-08-12T15:04:19.704Z] 0fdb76c4706c: Pull complete [2020-08-12T15:04:19.704Z] cb7edeffdfd5: Pull complete [2020-08-12T15:04:19.704Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T15:04:19.704Z] Status: Downloaded newer image for docker:latest [2020-08-12T15:04:21.629Z] ---> ca5a4325f702 [2020-08-12T15:04:21.629Z] Step 6/7 : COPY go.mod . [2020-08-12T15:04:21.629Z] ---> c19866e84cec [2020-08-12T15:04:21.629Z] Step 7/7 : RUN go mod download [2020-08-12T15:04:21.893Z] ---> Running in 9e3c9188915c [2020-08-12T15:04:24.445Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T15:04:24.445Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T15:04:24.445Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T15:04:24.445Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T15:04:24.446Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T15:04:24.446Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T15:04:24.446Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T15:04:24.446Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T15:04:24.446Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T15:04:24.446Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T15:04:24.446Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T15:04:24.446Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T15:04:24.446Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T15:04:24.446Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T15:04:24.446Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T15:04:24.446Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T15:04:24.446Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T15:04:24.446Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T15:04:24.446Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T15:04:24.446Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T15:04:24.446Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T15:04:24.446Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T15:04:24.446Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T15:04:24.708Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T15:04:24.708Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T15:04:24.708Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T15:04:24.708Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T15:04:24.708Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T15:04:24.708Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T15:04:24.708Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T15:04:24.708Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T15:04:24.708Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T15:04:24.708Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T15:04:24.708Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T15:04:24.976Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T15:04:25.237Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T15:04:25.237Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T15:04:25.237Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T15:04:25.237Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T15:04:25.237Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T15:04:25.237Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T15:04:25.237Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T15:04:25.237Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T15:04:25.237Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T15:04:25.237Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T15:04:25.237Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T15:04:25.237Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T15:04:25.499Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T15:04:25.499Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T15:04:25.499Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T15:04:25.499Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T15:04:25.499Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T15:04:25.499Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T15:04:25.499Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T15:04:25.499Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T15:04:25.499Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T15:04:25.499Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T15:04:25.499Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T15:04:25.499Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T15:04:25.760Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T15:04:25.760Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T15:04:25.760Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T15:04:25.760Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T15:04:25.760Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T15:04:25.760Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T15:04:25.760Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T15:04:25.760Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T15:04:25.760Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T15:04:25.760Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T15:04:25.760Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T15:04:26.024Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T15:04:26.024Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T15:04:26.024Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T15:04:26.024Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T15:04:26.024Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T15:04:26.024Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T15:04:26.024Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T15:04:26.024Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T15:04:26.024Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T15:04:26.024Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T15:04:26.288Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T15:04:26.289Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T15:04:38.555Z] Removing intermediate container 9e3c9188915c [2020-08-12T15:04:38.555Z] ---> fcf1dc3292e5 [2020-08-12T15:04:38.555Z] Successfully built fcf1dc3292e5 [2020-08-12T15:04:38.555Z] 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-12T15:04:39.102Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-12T15:04:39.102Z] . [Pipeline] withDockerContainer [2020-08-12T15:04:39.200Z] prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container [2020-08-12T15:04:39.246Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-12T15:04:39.944Z] $ docker top 4b4e9abace5087188cf71fef03ba12fdea4622a357fbb0c069d6726c867cc8ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T15:04:40.436Z] + go version [2020-08-12T15:04:40.436Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-12T15:04:40.449Z] ========================================================= [2020-08-12T15:04:40.449Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-12T15:04:40.449Z] ========================================================= [Pipeline] sh [2020-08-12T15:04:40.740Z] + make test [2020-08-12T15:04:40.740Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-12T15:04:42.658Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-12T15:04:52.786Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-12T15:04:57.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-12T15:04:57.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-12T15:04:57.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-12T15:04:57.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-12T15:04:57.670Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.021s [2020-08-12T15:04:57.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-12T15:04:57.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-12T15:04:57.670Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-12T15:04:57.670Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-12T15:04:58.266Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-12T15:04:58.266Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-12T15:04:58.266Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-12T15:04:58.266Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-12T15:05:03.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-08-12T15:05:03.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-12T15:05:03.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-12T15:05:03.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-12T15:05:03.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-12T15:05:03.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-12T15:05:06.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.045s coverage: 27.3% of statements [2020-08-12T15:05:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-12T15:05:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-12T15:05:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-12T15:05:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-12T15:05:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-12T15:05:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-12T15:05:06.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-08-12T15:05:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-12T15:05:06.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2020-08-12T15:05:06.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-12T15:05:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.119s coverage: 28.6% of statements [2020-08-12T15:05:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-12T15:05:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-12T15:05:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-12T15:05:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-12T15:05:06.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-12T15:05:06.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements [2020-08-12T15:05:06.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-12T15:05:07.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.013s coverage: 100.0% of statements [2020-08-12T15:05:07.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-12T15:05:07.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 89.8% of statements [2020-08-12T15:05:07.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-12T15:05:08.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-12T15:05:08.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-12T15:05:08.191Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-12T15:05:08.191Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.020s coverage: 58.8% of statements [2020-08-12T15:05:09.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.041s coverage: 63.5% of statements [2020-08-12T15:05:09.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-12T15:05:09.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-12T15:05:09.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-08-12T15:05:09.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.121s coverage: 55.9% of statements [2020-08-12T15:05:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-12T15:05:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-12T15:05:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-12T15:05:09.768Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-12T15:05:17.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.250s coverage: 86.3% of statements [2020-08-12T15:05:17.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-12T15:05:17.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.348s coverage: 72.2% of statements [2020-08-12T15:05:17.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.128s coverage: 72.1% of statements [2020-08-12T15:05:17.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.037s coverage: 82.4% of statements [2020-08-12T15:05:17.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.028s coverage: 48.4% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.122s coverage: 84.1% of statements [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.017s coverage: 100.0% of statements [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.015s coverage: 42.9% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.033s coverage: 83.8% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.019s coverage: 46.1% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.017s coverage: 100.0% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-12T15:05:17.986Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements [2020-08-12T15:05:17.986Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-12T15:05:18.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.062s coverage: 29.1% of statements [2020-08-12T15:05:18.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-12T15:05:18.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-12T15:05:18.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-12T15:05:18.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-12T15:05:18.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-12T15:05:18.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.023s coverage: 99.0% of statements [2020-08-12T15:05:18.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-12T15:05:18.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements [2020-08-12T15:05:18.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-12T15:05:18.578Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements [2020-08-12T15:05:18.578Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-12T15:05:18.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-08-12T15:05:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-12T15:05:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-12T15:05:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-12T15:05:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-12T15:05:19.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-08-12T15:05:19.131Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-12T15:05:19.131Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-12T15:05:19.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-12T15:05:19.715Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-12T15:05:19.975Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-12T15:05:20.236Z] GO111MODULE=on go vet ./... [2020-08-12T15:05:25.571Z] gofmt -l . [2020-08-12T15:05:26.143Z] [ "`gofmt -l .`" = "" ] [2020-08-12T15:05:26.716Z] ./bin/test-go-mod-tidy.sh [2020-08-12T15:05:26.980Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-12T15:05:29.835Z] + ls -al . [2020-08-12T15:05:29.835Z] total 556 [2020-08-12T15:05:29.835Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 15:05 . [2020-08-12T15:05:29.835Z] drwxr-xr-x 4 root root 28 Aug 12 15:04 .. [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 15:02 .dockerignore [2020-08-12T15:05:29.835Z] drwxrwxr-x 8 1001 1001 179 Aug 12 15:02 .git [2020-08-12T15:05:29.835Z] drwxrwxr-x 3 1001 1001 60 Aug 12 15:02 .github [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 932 Aug 12 15:02 .gitignore [2020-08-12T15:05:29.835Z] drwx------ 3 1001 1001 47 Aug 12 15:03 .semver [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 15:02 .sonarcloud.properties [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 15:02 CONTRIBUTING.md [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 1035 Aug 12 15:02 Dockerfile.build [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 865 Aug 12 15:02 Jenkinsfile [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 15:02 LICENSE [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 6237 Aug 12 15:02 Makefile [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 5652 Aug 12 15:02 README.md [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 7111 Aug 12 15:02 SECURITY.md [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 15:03 VERSION [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 15:02 ZMQWindows.md [2020-08-12T15:05:29.835Z] drwxrwxr-x 2 1001 1001 117 Aug 12 15:02 bin [2020-08-12T15:05:29.835Z] drwxrwxr-x 15 1001 1001 4096 Aug 12 15:02 cmd [2020-08-12T15:05:29.835Z] -rw-r--r-- 1 root root 455803 Aug 12 15:05 coverage.out [2020-08-12T15:05:29.835Z] -rw-r--r-- 1 root root 1019 Aug 12 15:05 go.mod [2020-08-12T15:05:29.835Z] -rw-r--r-- 1 root root 18146 Aug 12 15:05 go.sum [2020-08-12T15:05:29.835Z] drwxrwxr-x 8 1001 1001 127 Aug 12 15:02 internal [2020-08-12T15:05:29.835Z] drwxrwxr-x 4 1001 1001 26 Aug 12 15:02 openapi [2020-08-12T15:05:29.835Z] drwxrwxr-x 4 1001 1001 71 Aug 12 15:02 snap [2020-08-12T15:05:29.835Z] -rw-rw-r-- 1 1001 1001 168 Aug 12 15:02 version.go [Pipeline] sh [2020-08-12T15:05:30.133Z] + '[' -e coverage.out ] [2020-08-12T15:05:30.133Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-12T15:05:30.315Z] Stashed 1 file(s) [Pipeline] sh [2020-08-12T15:05:30.636Z] + make build [2020-08-12T15:05:30.636Z] 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-12T15:05:36.459Z] 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-12T15:05:39.772Z] 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-12T15:05:41.156Z] 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-12T15:05:42.578Z] 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-12T15:05:44.101Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5002 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws [2020-08-12T15:05:44.193Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-08-12T15:05:44.506Z] 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-12T15:05:44.766Z] 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-12T15:05:47.316Z] 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-12T15:05:48.704Z] 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-12T15:05:49.061Z] using credential edgex-jenkins-ssh [2020-08-12T15:05:49.108Z] Cloning the remote Git repository [2020-08-12T15:05:49.108Z] Cloning with configured refspecs honoured and without tags [2020-08-12T15:05:49.158Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-12T15:05:49.262Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-08-12T15:05:49.334Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T15:05:49.335Z] > git --version # timeout=10 [2020-08-12T15:05:49.354Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T15:05:49.408Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T15:05:50.094Z] 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-12T15:05:51.480Z] 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-12T15:05:52.865Z] 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-12T15:05:53.811Z] 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-12T15:05:55.219Z] $ docker stop --time=1 4b4e9abace5087188cf71fef03ba12fdea4622a357fbb0c069d6726c867cc8ab [2020-08-12T15:05:58.028Z] $ docker rm -f 4b4e9abace5087188cf71fef03ba12fdea4622a357fbb0c069d6726c867cc8ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:06:00.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T15:06:00.899Z] [2020-08-12T15:06:00.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:06:01.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T15:06:01.245Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-12T15:06:01.245Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-12T15:06:01.245Z] ca9280d653b3: Pulling fs layer [2020-08-12T15:06:01.245Z] 7e9c9ca2126c: Pulling fs layer [2020-08-12T15:06:01.245Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-12T15:06:01.245Z] cbdbe7a5bc2a: Download complete [2020-08-12T15:06:01.509Z] ca9280d653b3: Verifying Checksum [2020-08-12T15:06:01.509Z] ca9280d653b3: Download complete [2020-08-12T15:06:01.509Z] cbdbe7a5bc2a: Pull complete [2020-08-12T15:06:02.093Z] 7e9c9ca2126c: Download complete [2020-08-12T15:06:02.353Z] ca9280d653b3: Pull complete [2020-08-12T15:06:08.977Z] 7e9c9ca2126c: Pull complete [2020-08-12T15:06:08.977Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-12T15:06:08.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T15:06:08.977Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-12T15:06:09.137Z] prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container [2020-08-12T15:06:09.181Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-12T15:06:10.748Z] Fetching without tags [2020-08-12T15:06:10.669Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T15:06:10.689Z] > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 [2020-08-12T15:06:10.703Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T15:06:10.726Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T15:06:10.758Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T15:06:10.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T15:06:10.769Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T15:06:11.304Z] Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:06:11.677Z] Merge succeeded, producing c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:06:11.677Z] Checking out Revision c97bb4103008b8485dba1ebfa3398f6e079f512d (PR-2653) [2020-08-12T15:06:12.181Z] $ docker top 9f02802cbf9c3b34fb5730bc52bc0afc88061fd7911f1bea3a99ab1e88192b7d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T15:06:12.697Z] + docker-compose build --help [2020-08-12T15:06:12.697Z] + grep parallel [2020-08-12T15:06:11.320Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T15:06:11.333Z] > git checkout -f c97bb4103008b8485dba1ebfa3398f6e079f512d # timeout=10 [2020-08-12T15:06:11.605Z] > git remote # timeout=10 [2020-08-12T15:06:11.621Z] > git config --get remote.origin.url # timeout=10 [2020-08-12T15:06:11.632Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T15:06:11.642Z] > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [2020-08-12T15:06:11.662Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-12T15:06:11.679Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T15:06:11.694Z] > git checkout -f c97bb4103008b8485dba1ebfa3398f6e079f512d # timeout=10 [2020-08-12T15:06:13.640Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T15:06:13.652Z] $ docker stop --time=1 9f02802cbf9c3b34fb5730bc52bc0afc88061fd7911f1bea3a99ab1e88192b7d [2020-08-12T15:06:15.024Z] $ docker rm -f 9f02802cbf9c3b34fb5730bc52bc0afc88061fd7911f1bea3a99ab1e88192b7d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:06:15.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T15:06:15.654Z] . [Pipeline] withDockerContainer [2020-08-12T15:06:15.755Z] prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container [2020-08-12T15:06:15.801Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-12T15:06:16.016Z] Commit message: "Merge branch 'master' into issue-2652" [2020-08-12T15:06:16.448Z] $ docker top d67fdbf3947d799abcdd2d9b7ed265bf86d18088bfa2a0bd4270941aa2d47f60 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-12T15:06:16.892Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-12T15:06:17.835Z] Building docker-core-command-go ... [2020-08-12T15:06:17.835Z] Building docker-core-data-go ... [2020-08-12T15:06:17.835Z] Building docker-core-metadata-go ... [2020-08-12T15:06:17.835Z] Building docker-security-proxy-setup-go ... [2020-08-12T15:06:17.835Z] Building docker-security-secrets-setup-go ... [2020-08-12T15:06:17.835Z] Building docker-security-secretstore-setup-go ... [2020-08-12T15:06:17.835Z] Building docker-support-logging-go ... [2020-08-12T15:06:17.835Z] Building docker-support-notifications-go ... [2020-08-12T15:06:17.835Z] Building docker-support-scheduler-go ... [2020-08-12T15:06:17.835Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T15:06:17.835Z] Building docker-sys-mgmt-agent-go [2020-08-12T15:06:17.835Z] Building docker-core-data-go [2020-08-12T15:06:17.835Z] Building docker-support-notifications-go [2020-08-12T15:06:17.835Z] Building docker-support-scheduler-go [2020-08-12T15:06:17.835Z] Building docker-security-secretstore-setup-go [Pipeline] echo [2020-08-12T15:06:27.534Z] ========================================================= [2020-08-12T15:06:27.534Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-12T15:06:27.534Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:06:28.483Z] + 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-12T15:06:32.799Z] Sending build context to Docker daemon 323MB [2020-08-12T15:06:32.799Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T15:06:32.799Z] Step 2/7 : FROM ${BASE} [2020-08-12T15:06:33.074Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-12T15:06:33.074Z] b538f80385f9: Pulling fs layer [2020-08-12T15:06:33.074Z] 74f711af9a0d: Pulling fs layer [2020-08-12T15:06:33.074Z] 99f96fe45779: Pulling fs layer [2020-08-12T15:06:33.074Z] fd7a069fd194: Pulling fs layer [2020-08-12T15:06:33.074Z] 66aa3694b03b: Pulling fs layer [2020-08-12T15:06:33.074Z] 170f70906a0f: Pulling fs layer [2020-08-12T15:06:33.074Z] ad7c5574e4b9: Pulling fs layer [2020-08-12T15:06:33.074Z] e772456be8f7: Pulling fs layer [2020-08-12T15:06:33.074Z] c890913d741a: Pulling fs layer [2020-08-12T15:06:33.074Z] 2480fcc9aa5a: Pulling fs layer [2020-08-12T15:06:33.074Z] 09adf4765672: Pulling fs layer [2020-08-12T15:06:33.074Z] fd7a069fd194: Waiting [2020-08-12T15:06:33.074Z] 66aa3694b03b: Waiting [2020-08-12T15:06:33.075Z] 170f70906a0f: Waiting [2020-08-12T15:06:33.075Z] ad7c5574e4b9: Waiting [2020-08-12T15:06:33.075Z] e772456be8f7: Waiting [2020-08-12T15:06:33.075Z] 2480fcc9aa5a: Waiting [2020-08-12T15:06:33.075Z] 09adf4765672: Waiting [2020-08-12T15:06:33.075Z] c890913d741a: Waiting [2020-08-12T15:06:33.075Z] 99f96fe45779: Download complete [2020-08-12T15:06:33.075Z] 74f711af9a0d: Verifying Checksum [2020-08-12T15:06:33.075Z] 74f711af9a0d: Download complete [2020-08-12T15:06:33.075Z] 66aa3694b03b: Verifying Checksum [2020-08-12T15:06:33.075Z] 66aa3694b03b: Download complete [2020-08-12T15:06:33.075Z] 170f70906a0f: Download complete [2020-08-12T15:06:33.356Z] b538f80385f9: Verifying Checksum [2020-08-12T15:06:33.356Z] b538f80385f9: Download complete [2020-08-12T15:06:33.956Z] b538f80385f9: Pull complete [2020-08-12T15:06:34.560Z] 74f711af9a0d: Pull complete [2020-08-12T15:06:34.835Z] 99f96fe45779: Pull complete [2020-08-12T15:06:36.278Z] ad7c5574e4b9: Verifying Checksum [2020-08-12T15:06:36.278Z] ad7c5574e4b9: Download complete [2020-08-12T15:06:38.265Z] 2480fcc9aa5a: Verifying Checksum [2020-08-12T15:06:38.265Z] 2480fcc9aa5a: Download complete [2020-08-12T15:06:38.265Z] 09adf4765672: Verifying Checksum [2020-08-12T15:06:38.265Z] 09adf4765672: Download complete [2020-08-12T15:06:38.539Z] fd7a069fd194: Verifying Checksum [2020-08-12T15:06:38.539Z] fd7a069fd194: Download complete [2020-08-12T15:06:39.136Z] e772456be8f7: Download complete [2020-08-12T15:06:44.482Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:06:44.482Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:06:44.482Z] ---> fcf1dc3292e5 [2020-08-12T15:06:44.482Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T15:06:44.482Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:06:44.482Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:06:44.482Z] ---> fcf1dc3292e5 [2020-08-12T15:06:44.482Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T15:06:44.482Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:06:44.482Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:06:44.482Z] ---> fcf1dc3292e5 [2020-08-12T15:06:44.482Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T15:06:44.482Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:06:44.482Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:06:44.482Z] ---> fcf1dc3292e5 [2020-08-12T15:06:44.482Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T15:06:44.482Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:06:44.482Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:06:44.482Z] ---> fcf1dc3292e5 [2020-08-12T15:06:44.482Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T15:06:44.482Z] ---> Running in 43666f02f72f [2020-08-12T15:06:44.482Z] ---> Running in 1442c13c842e [2020-08-12T15:06:44.482Z] ---> Running in 5a38f6d7f19e [2020-08-12T15:06:44.482Z] ---> Running in 7f40b2e396d7 [2020-08-12T15:06:44.482Z] ---> Running in 2a0a2063ba3a [2020-08-12T15:06:44.482Z] Removing intermediate container 43666f02f72f [2020-08-12T15:06:44.482Z] ---> 943c649fdd4b [2020-08-12T15:06:44.482Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:06:44.482Z] Removing intermediate container 1442c13c842e [2020-08-12T15:06:44.482Z] ---> 4cd3f88ecc66 [2020-08-12T15:06:44.482Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:06:44.482Z] Removing intermediate container 7f40b2e396d7 [2020-08-12T15:06:44.482Z] ---> 57b3a555b1d2 [2020-08-12T15:06:44.482Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:06:44.743Z] Removing intermediate container 2a0a2063ba3a [2020-08-12T15:06:44.743Z] ---> 99673e54d652 [2020-08-12T15:06:44.743Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:06:44.743Z] Removing intermediate container 5a38f6d7f19e [2020-08-12T15:06:44.743Z] ---> 7bfbc905a878 [2020-08-12T15:06:44.743Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:06:44.743Z] ---> Running in 48e93b67c19d [2020-08-12T15:06:44.743Z] ---> Running in ae08f0feb883 [2020-08-12T15:06:44.743Z] ---> Running in b764997e9ead [2020-08-12T15:06:44.743Z] ---> Running in 2ee1732a2b56 [2020-08-12T15:06:45.004Z] ---> Running in e3835dbdb475 [2020-08-12T15:06:46.930Z] Removing intermediate container ae08f0feb883 [2020-08-12T15:06:46.930Z] ---> d7e02bab7883 [2020-08-12T15:06:46.930Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T15:06:46.930Z] Removing intermediate container b764997e9ead [2020-08-12T15:06:46.930Z] ---> ce68322cf2f8 [2020-08-12T15:06:46.931Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T15:06:46.931Z] ---> Running in f2563a7ae05f [2020-08-12T15:06:46.931Z] Removing intermediate container 2ee1732a2b56 [2020-08-12T15:06:46.931Z] ---> 1e523d7aafc7 [2020-08-12T15:06:46.931Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T15:06:47.204Z] ---> Running in 9060551fd429 [2020-08-12T15:06:47.204Z] Removing intermediate container e3835dbdb475 [2020-08-12T15:06:47.204Z] ---> 8d22b54e5f8c [2020-08-12T15:06:47.204Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T15:06:47.204Z] Removing intermediate container 48e93b67c19d [2020-08-12T15:06:47.204Z] ---> a86f8c48d2d3 [2020-08-12T15:06:47.204Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T15:06:47.467Z] ---> Running in 7462ea5f1993 [2020-08-12T15:06:47.468Z] ---> Running in df2d0b5186b2 [2020-08-12T15:06:47.468Z] ---> Running in b0ca322d4790 [2020-08-12T15:06:48.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:48.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:48.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:48.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:48.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:48.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:48.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:48.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:49.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:49.101Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:06:49.101Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:06:49.101Z] OK: 12749 distinct packages available [2020-08-12T15:06:49.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:06:49.101Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:06:49.101Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:06:49.101Z] OK: 12749 distinct packages available [2020-08-12T15:06:49.373Z] OK: 233 MiB in 51 packages [2020-08-12T15:06:49.373Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:06:49.373Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:06:49.373Z] OK: 12749 distinct packages available [2020-08-12T15:06:49.373Z] OK: 233 MiB in 51 packages [2020-08-12T15:06:49.643Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:06:49.643Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:06:49.643Z] OK: 12749 distinct packages available [2020-08-12T15:06:49.643Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:06:49.643Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:06:49.643Z] OK: 12749 distinct packages available [2020-08-12T15:06:49.643Z] OK: 233 MiB in 51 packages [2020-08-12T15:06:49.904Z] OK: 233 MiB in 51 packages [2020-08-12T15:06:49.904Z] OK: 233 MiB in 51 packages [2020-08-12T15:06:50.164Z] Removing intermediate container f2563a7ae05f [2020-08-12T15:06:50.164Z] ---> 971296986552 [2020-08-12T15:06:50.164Z] Step 6/23 : COPY go.mod . [2020-08-12T15:06:50.428Z] Removing intermediate container 9060551fd429 [2020-08-12T15:06:50.428Z] ---> 886ea2b16b35 [2020-08-12T15:06:50.428Z] Step 6/20 : COPY go.mod . [2020-08-12T15:06:50.428Z] Removing intermediate container 7462ea5f1993 [2020-08-12T15:06:50.428Z] ---> 944fa2c16e23 [2020-08-12T15:06:50.428Z] Step 6/26 : COPY go.mod . [2020-08-12T15:06:50.688Z] ---> 3cf779afd350 [2020-08-12T15:06:50.688Z] Step 7/23 : RUN go mod download [2020-08-12T15:06:50.688Z] ---> Running in 9b8ef0b20bc8 [2020-08-12T15:06:50.688Z] ---> 3e335661c462 [2020-08-12T15:06:50.688Z] Step 7/20 : RUN go mod download [2020-08-12T15:06:50.948Z] ---> Running in 13f09b7b0b80 [2020-08-12T15:06:51.211Z] ---> 71c15f8c3644 [2020-08-12T15:06:51.211Z] Step 7/26 : RUN go mod download [2020-08-12T15:06:51.211Z] Removing intermediate container df2d0b5186b2 [2020-08-12T15:06:51.211Z] ---> 4fa01b222635 [2020-08-12T15:06:51.211Z] Step 6/22 : COPY go.mod . [2020-08-12T15:06:51.211Z] Removing intermediate container b0ca322d4790 [2020-08-12T15:06:51.211Z] ---> a791d0357d15 [2020-08-12T15:06:51.211Z] Step 6/26 : COPY go.mod . [2020-08-12T15:06:51.471Z] ---> Running in b127bce20840 [2020-08-12T15:06:51.554Z] fd7a069fd194: Pull complete [2020-08-12T15:06:51.554Z] 66aa3694b03b: Pull complete [2020-08-12T15:06:51.554Z] 170f70906a0f: Pull complete [2020-08-12T15:06:51.733Z] ---> e329d6b6cd6a [2020-08-12T15:06:51.733Z] Step 7/22 : RUN go mod download [2020-08-12T15:06:51.994Z] ---> 815c88ce4519 [2020-08-12T15:06:51.994Z] Step 7/26 : RUN go mod download [2020-08-12T15:06:51.994Z] ---> Running in bcb5abeaebfe [2020-08-12T15:06:52.259Z] ---> Running in cc2f5e3a2fd7 [2020-08-12T15:06:53.204Z] Removing intermediate container 13f09b7b0b80 [2020-08-12T15:06:53.204Z] ---> dd515a5981b5 [2020-08-12T15:06:53.204Z] Step 8/20 : COPY . . [2020-08-12T15:06:53.465Z] Removing intermediate container 9b8ef0b20bc8 [2020-08-12T15:06:53.465Z] ---> 0ba423938ef0 [2020-08-12T15:06:53.465Z] Step 8/23 : COPY . . [2020-08-12T15:06:53.465Z] Removing intermediate container b127bce20840 [2020-08-12T15:06:53.465Z] ---> 7ed5dd44fa19 [2020-08-12T15:06:53.465Z] Step 8/26 : COPY . . [2020-08-12T15:06:54.944Z] ad7c5574e4b9: Pull complete [2020-08-12T15:07:00.385Z] e772456be8f7: Pull complete [2020-08-12T15:07:00.385Z] c890913d741a: Pull complete [2020-08-12T15:07:02.360Z] 2480fcc9aa5a: Pull complete [2020-08-12T15:07:02.632Z] 09adf4765672: Pull complete [2020-08-12T15:07:02.632Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-12T15:07:02.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-12T15:07:02.632Z] ---> 2248a725d1cf [2020-08-12T15:07:02.632Z] 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-12T15:07:03.499Z] Removing intermediate container cc2f5e3a2fd7 [2020-08-12T15:07:03.499Z] ---> d31870b74267 [2020-08-12T15:07:03.499Z] Step 8/26 : COPY . . [2020-08-12T15:07:03.499Z] Removing intermediate container bcb5abeaebfe [2020-08-12T15:07:03.499Z] ---> eb516238542b [2020-08-12T15:07:03.499Z] Step 8/22 : COPY . . [2020-08-12T15:07:08.012Z] ---> Running in 495671d4f428 [2020-08-12T15:07:09.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:07:10.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:07:10.998Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T15:07:11.267Z] (2/12) Installing file (5.38-r0) [2020-08-12T15:07:11.267Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T15:07:11.267Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T15:07:16.635Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T15:07:16.635Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T15:07:16.635Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T15:07:16.635Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T15:07:16.635Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T15:07:16.635Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T15:07:16.635Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T15:07:16.635Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T15:07:16.635Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:07:16.635Z] OK: 217 MiB in 51 packages [2020-08-12T15:07:20.927Z] Removing intermediate container 495671d4f428 [2020-08-12T15:07:20.927Z] ---> 549252b335ed [2020-08-12T15:07:20.927Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T15:07:20.927Z] ---> Running in 072ffd118826 [2020-08-12T15:07:21.198Z] Removing intermediate container 072ffd118826 [2020-08-12T15:07:21.198Z] ---> 469ea52707cc [2020-08-12T15:07:21.198Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T15:07:21.789Z] latest: Pulling from library/docker [2020-08-12T15:07:21.789Z] b538f80385f9: Already exists [2020-08-12T15:07:21.789Z] 259a493cd78d: Pulling fs layer [2020-08-12T15:07:21.789Z] b8e66b5100f5: Pulling fs layer [2020-08-12T15:07:21.789Z] 39dc9c94d07c: Pulling fs layer [2020-08-12T15:07:21.789Z] 551b823b3b82: Pulling fs layer [2020-08-12T15:07:21.789Z] 3c52a74df98c: Pulling fs layer [2020-08-12T15:07:21.789Z] 6c9b121b6998: Pulling fs layer [2020-08-12T15:07:21.789Z] 3c52a74df98c: Waiting [2020-08-12T15:07:21.789Z] 6c9b121b6998: Waiting [2020-08-12T15:07:21.789Z] 551b823b3b82: Waiting [2020-08-12T15:07:21.789Z] b8e66b5100f5: Download complete [2020-08-12T15:07:22.064Z] 259a493cd78d: Verifying Checksum [2020-08-12T15:07:22.064Z] 259a493cd78d: Download complete [2020-08-12T15:07:22.064Z] 551b823b3b82: Verifying Checksum [2020-08-12T15:07:22.064Z] 551b823b3b82: Download complete [2020-08-12T15:07:22.337Z] 3c52a74df98c: Download complete [2020-08-12T15:07:22.337Z] 6c9b121b6998: Verifying Checksum [2020-08-12T15:07:22.337Z] 6c9b121b6998: Download complete [2020-08-12T15:07:22.940Z] 259a493cd78d: Pull complete [2020-08-12T15:07:23.213Z] b8e66b5100f5: Pull complete [2020-08-12T15:07:23.213Z] 39dc9c94d07c: Verifying Checksum [2020-08-12T15:07:23.213Z] 39dc9c94d07c: Download complete [2020-08-12T15:07:26.589Z] 39dc9c94d07c: Pull complete [2020-08-12T15:07:26.589Z] 551b823b3b82: Pull complete [2020-08-12T15:07:26.861Z] 3c52a74df98c: Pull complete [2020-08-12T15:07:27.454Z] 6c9b121b6998: Pull complete [2020-08-12T15:07:27.454Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T15:07:27.454Z] Status: Downloaded newer image for docker:latest [2020-08-12T15:07:30.838Z] ---> 179ee59b6009 [2020-08-12T15:07:30.838Z] Step 6/7 : COPY go.mod . [2020-08-12T15:07:31.111Z] ---> 3db7104165f0 [2020-08-12T15:07:31.111Z] Step 7/7 : RUN go mod download [2020-08-12T15:07:31.385Z] ---> Running in a66b9d1368c4 [2020-08-12T15:07:34.767Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T15:07:34.767Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T15:07:34.767Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T15:07:34.767Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T15:07:34.767Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T15:07:34.767Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T15:07:34.767Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T15:07:34.767Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T15:07:34.767Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T15:07:34.767Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T15:07:34.767Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T15:07:34.767Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T15:07:34.767Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T15:07:34.767Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T15:07:34.767Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T15:07:34.767Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T15:07:34.767Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T15:07:34.767Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T15:07:34.767Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T15:07:34.767Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T15:07:35.040Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T15:07:35.040Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T15:07:35.040Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T15:07:35.040Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T15:07:35.040Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T15:07:35.040Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T15:07:35.040Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T15:07:35.040Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T15:07:35.040Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T15:07:35.040Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T15:07:35.040Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T15:07:35.040Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T15:07:35.312Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T15:07:35.584Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T15:07:35.584Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T15:07:35.584Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T15:07:35.584Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T15:07:35.584Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T15:07:35.584Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T15:07:35.584Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T15:07:35.584Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T15:07:35.584Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T15:07:35.584Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T15:07:35.584Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T15:07:35.584Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T15:07:35.673Z] ---> 614413ec3bbc [2020-08-12T15:07:35.673Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T15:07:35.673Z] ---> 9fd1fa7959bc [2020-08-12T15:07:35.673Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T15:07:35.673Z] ---> b801bb42e2d1 [2020-08-12T15:07:35.673Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T15:07:35.673Z] ---> Running in 0d1f415f9451 [2020-08-12T15:07:35.673Z] ---> 22341df6ca71 [2020-08-12T15:07:35.673Z] 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-12T15:07:35.673Z] ---> 984078c27b7d [2020-08-12T15:07:35.673Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T15:07:35.673Z] ---> Running in 4da77242363b [2020-08-12T15:07:35.673Z] ---> Running in c04579a23722 [2020-08-12T15:07:35.673Z] ---> Running in b5f6a6b40e9b [2020-08-12T15:07:35.673Z] ---> Running in 30429d37b31a [2020-08-12T15:07:35.673Z] 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-12T15:07:35.673Z] 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-12T15:07:35.673Z] 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-12T15:07:35.673Z] 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-12T15:07:35.673Z] 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-12T15:07:35.855Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T15:07:35.855Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T15:07:35.855Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T15:07:35.855Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T15:07:35.855Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T15:07:35.855Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T15:07:35.855Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T15:07:35.855Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T15:07:35.855Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T15:07:35.855Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T15:07:36.126Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T15:07:36.126Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T15:07:36.126Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T15:07:36.126Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T15:07:36.126Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T15:07:36.126Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T15:07:36.126Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T15:07:36.126Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T15:07:36.126Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T15:07:36.126Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T15:07:36.126Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T15:07:36.126Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T15:07:36.395Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T15:07:36.395Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T15:07:36.395Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T15:07:36.395Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T15:07:36.395Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T15:07:36.395Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T15:07:36.395Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T15:07:36.395Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T15:07:36.395Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T15:07:36.395Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T15:07:36.395Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T15:07:36.672Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T15:07:36.672Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T15:07:36.672Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T15:07:36.672Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T15:07:54.965Z] Removing intermediate container a66b9d1368c4 [2020-08-12T15:07:54.965Z] ---> f97b8e805bf5 [2020-08-12T15:07:54.965Z] Successfully built f97b8e805bf5 [2020-08-12T15:07:54.965Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:07:55.700Z] + docker inspect -f . ci-base-image-arm64 [2020-08-12T15:07:55.700Z] . [Pipeline] withDockerContainer [2020-08-12T15:07:55.972Z] prd-ubuntu18.04-docker-arm64-4c-16g-5002 does not seem to be running inside a container [2020-08-12T15:07:56.050Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-12T15:07:57.461Z] $ docker top 721b06bdabdb1af8aef5571189e4f649dc6aede8c5d7aca30c5e430f653ce347 -eo pid,comm [2020-08-12T15:07:57.706Z] 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 [Pipeline] { [Pipeline] sh [2020-08-12T15:07:58.462Z] + go version [2020-08-12T15:07:58.462Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-12T15:07:58.481Z] ========================================================= [2020-08-12T15:07:58.481Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-12T15:07:58.481Z] ========================================================= [Pipeline] sh [2020-08-12T15:07:59.120Z] + make test [2020-08-12T15:07:59.120Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-12T15:08:01.734Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-12T15:08:05.929Z] Removing intermediate container 4da77242363b [2020-08-12T15:08:05.929Z] ---> df9b9e8aefc6 [2020-08-12T15:08:05.929Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T15:08:06.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-12T15:08:06.197Z] ---> Running in 57ec6f8014b6 [2020-08-12T15:08:07.147Z] 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-12T15:08:13.773Z] Removing intermediate container c04579a23722 [2020-08-12T15:08:13.773Z] ---> ed74e0e166fb [2020-08-12T15:08:13.773Z] Removing intermediate container 0d1f415f9451 [2020-08-12T15:08:13.773Z] ---> df8a378b73b9 [2020-08-12T15:08:13.773Z] [2020-08-12T15:08:13.773Z] Step 10/23 : FROM scratch [2020-08-12T15:08:13.773Z] [2020-08-12T15:08:13.773Z] Step 10/20 : FROM scratch ---> [2020-08-12T15:08:13.773Z] [2020-08-12T15:08:13.773Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' ---> [2020-08-12T15:08:13.773Z] [2020-08-12T15:08:13.773Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T15:08:14.346Z] ---> Running in c09c566cb63f [2020-08-12T15:08:14.346Z] ---> Running in d6e6280fe725 [2020-08-12T15:08:14.346Z] Removing intermediate container 57ec6f8014b6 [2020-08-12T15:08:14.346Z] ---> 3c587b21db24 [2020-08-12T15:08:14.346Z] [2020-08-12T15:08:14.346Z] Step 11/26 : FROM docker:latest [2020-08-12T15:08:14.346Z] ---> 81f5749c9058 [2020-08-12T15:08:14.346Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T15:08:14.609Z] Removing intermediate container 30429d37b31a [2020-08-12T15:08:14.609Z] ---> 9b2999e86c37 [2020-08-12T15:08:14.609Z] [2020-08-12T15:08:14.609Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T15:08:14.609Z] ---> Running in f58cbaf02125 [2020-08-12T15:08:14.871Z] 3.10: Pulling from library/alpine [2020-08-12T15:08:14.871Z] Removing intermediate container c09c566cb63f [2020-08-12T15:08:14.871Z] ---> f995499d8662 [2020-08-12T15:08:14.871Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T15:08:14.871Z] Removing intermediate container d6e6280fe725 [2020-08-12T15:08:14.871Z] ---> 8f269b8f2797 [2020-08-12T15:08:14.871Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T15:08:17.422Z] ---> Running in 873e7900670e [2020-08-12T15:08:17.422Z] ---> Running in 4246e75ac649 [2020-08-12T15:08:17.422Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T15:08:17.422Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T15:08:17.422Z] ---> be4e4bea2c2e [2020-08-12T15:08:17.422Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T15:08:18.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:18.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:18.367Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T15:08:18.628Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T15:08:18.628Z] Executing bash-5.0.17-r0.post-install [2020-08-12T15:08:18.628Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:08:18.628Z] OK: 12 MiB in 22 packages [2020-08-12T15:08:18.628Z] ---> Running in 593e3608c664 [2020-08-12T15:08:18.628Z] Removing intermediate container 873e7900670e [2020-08-12T15:08:18.628Z] ---> 70008e525147 [2020-08-12T15:08:18.628Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T15:08:18.892Z] Removing intermediate container 4246e75ac649 [2020-08-12T15:08:18.892Z] ---> 4b9efdb3ad42 [2020-08-12T15:08:18.892Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T15:08:18.892Z] ---> Running in 700c57074de7 [2020-08-12T15:08:18.892Z] Removing intermediate container b5f6a6b40e9b [2020-08-12T15:08:18.892Z] ---> d6134a910c7e [2020-08-12T15:08:18.892Z] [2020-08-12T15:08:18.892Z] Step 10/22 : FROM alpine [2020-08-12T15:08:18.892Z] ---> Running in 45a9db325ef2 [2020-08-12T15:08:19.153Z] latest: Pulling from library/alpine [2020-08-12T15:08:19.153Z] Removing intermediate container 700c57074de7 [2020-08-12T15:08:19.153Z] ---> 0fee7d1cc765 [2020-08-12T15:08:19.153Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T15:08:19.416Z] Removing intermediate container 45a9db325ef2 [2020-08-12T15:08:19.416Z] ---> 8fc469a7c8be [2020-08-12T15:08:19.416Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T15:08:19.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:19.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:19.678Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T15:08:19.678Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T15:08:19.678Z] OK: 10346 distinct packages available [2020-08-12T15:08:19.678Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T15:08:19.678Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T15:08:19.678Z] Status: Downloaded newer image for alpine:latest [2020-08-12T15:08:19.938Z] ---> a24bb4013296 [2020-08-12T15:08:19.938Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T15:08:19.938Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T15:08:19.938Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T15:08:19.938Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T15:08:19.938Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T15:08:19.938Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T15:08:19.938Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T15:08:19.938Z] OK: 7 MiB in 19 packages [2020-08-12T15:08:20.199Z] ---> 47b87cd343ed [2020-08-12T15:08:20.199Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T15:08:20.460Z] ---> 4f186abb9527 [2020-08-12T15:08:20.460Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T15:08:20.722Z] Removing intermediate container f58cbaf02125 [2020-08-12T15:08:20.722Z] ---> 7870bde12e4a [2020-08-12T15:08:20.722Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T15:08:20.722Z] ---> Running in 8e9d5580c0bb [2020-08-12T15:08:20.983Z] ---> Running in 4b487596629b [2020-08-12T15:08:21.554Z] Removing intermediate container 8e9d5580c0bb [2020-08-12T15:08:21.554Z] ---> d5151cd33dcd [2020-08-12T15:08:21.554Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T15:08:21.819Z] ---> 1c5fae923903 [2020-08-12T15:08:21.819Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T15:08:21.819Z] ---> a0fc9529304a [2020-08-12T15:08:21.819Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T15:08:21.819Z] ---> Running in db88cd65b983 [2020-08-12T15:08:21.819Z] Removing intermediate container 593e3608c664 [2020-08-12T15:08:21.819Z] ---> b0df071c3fda [2020-08-12T15:08:21.819Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T15:08:22.082Z] ---> Running in 4ce238740841 [2020-08-12T15:08:23.024Z] ---> 25b2906015ff [2020-08-12T15:08:23.024Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:08:23.024Z] Removing intermediate container db88cd65b983 [2020-08-12T15:08:23.024Z] ---> a339e942b064 [2020-08-12T15:08:23.024Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T15:08:23.024Z] Removing intermediate container 4ce238740841 [2020-08-12T15:08:23.024Z] ---> d8f403d2121b [2020-08-12T15:08:23.024Z] Step 13/26 : WORKDIR / [2020-08-12T15:08:23.289Z] ---> 3f7af910839f [2020-08-12T15:08:23.289Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T15:08:23.289Z] ---> Running in 5a0c4c57866f [2020-08-12T15:08:23.289Z] ---> Running in 3590d2b3d4ce [2020-08-12T15:08:23.289Z] ---> Running in 3137e31c4aae [2020-08-12T15:08:23.555Z] ---> 2c0397c240df [2020-08-12T15:08:23.555Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T15:08:23.555Z] Removing intermediate container 5a0c4c57866f [2020-08-12T15:08:23.555Z] ---> 9463d14dd0df [2020-08-12T15:08:23.555Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T15:08:23.826Z] Removing intermediate container 4b487596629b [2020-08-12T15:08:23.826Z] ---> d23280c9a1cb [2020-08-12T15:08:23.826Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T15:08:23.826Z] Removing intermediate container 3137e31c4aae [2020-08-12T15:08:23.826Z] ---> 83c2d1af48c2 [2020-08-12T15:08:23.826Z] 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-12T15:08:23.826Z] Removing intermediate container 3590d2b3d4ce [2020-08-12T15:08:23.826Z] ---> 12b0665252c6 [2020-08-12T15:08:23.826Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:08:23.826Z] ---> Running in 74faaa2340ce [2020-08-12T15:08:23.826Z] ---> Running in 2a13bd7a78d2 [2020-08-12T15:08:24.096Z] ---> Running in e0a3f933d012 [2020-08-12T15:08:24.358Z] Removing intermediate container 2a13bd7a78d2 [2020-08-12T15:08:24.358Z] ---> ab0b5fc85013 [2020-08-12T15:08:24.358Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T15:08:24.358Z] Removing intermediate container 74faaa2340ce [2020-08-12T15:08:24.358Z] ---> be24630c7a1e [2020-08-12T15:08:24.358Z] Step 19/20 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:08:24.358Z] ---> 67f2476a63ff [2020-08-12T15:08:24.358Z] 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-12T15:08:24.622Z] ---> 7dd4c965db2d [2020-08-12T15:08:24.622Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T15:08:24.622Z] ---> Running in 4876762edd77 [2020-08-12T15:08:24.622Z] ---> Running in 81cc069624ed [2020-08-12T15:08:25.195Z] ---> 508b0ccac4e0 [2020-08-12T15:08:25.196Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T15:08:25.196Z] Removing intermediate container 81cc069624ed [2020-08-12T15:08:25.196Z] ---> 2fba520a1033 [2020-08-12T15:08:25.196Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T15:08:25.196Z] ---> 0e0328106377 [2020-08-12T15:08:25.196Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:08:25.457Z] Removing intermediate container 4876762edd77 [2020-08-12T15:08:25.457Z] ---> 94f4f239c23f [2020-08-12T15:08:25.457Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T15:08:25.457Z] ---> Running in da64a084a882 [2020-08-12T15:08:25.457Z] ---> Running in 0d14934eebc9 [2020-08-12T15:08:25.457Z] ---> Running in 6b57c2e697c1 [2020-08-12T15:08:25.720Z] ---> 5c10d30c47cc [2020-08-12T15:08:25.720Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T15:08:25.985Z] Removing intermediate container e0a3f933d012 [2020-08-12T15:08:25.985Z] ---> 00ec17ab0faf [2020-08-12T15:08:25.985Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T15:08:25.985Z] Removing intermediate container da64a084a882 [2020-08-12T15:08:25.985Z] ---> 826d63a7ef58 [2020-08-12T15:08:25.985Z] [2020-08-12T15:08:25.985Z] Removing intermediate container 6b57c2e697c1 [2020-08-12T15:08:25.985Z] ---> 44761d23d73e [2020-08-12T15:08:25.985Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T15:08:25.985Z] Removing intermediate container 0d14934eebc9 [2020-08-12T15:08:25.985Z] ---> f2be07c044e0 [2020-08-12T15:08:25.985Z] Step 21/23 : LABEL arch=x86_64 [2020-08-12T15:08:25.985Z] ---> 3d2f533238bb [2020-08-12T15:08:25.985Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T15:08:25.985Z] ---> Running in 4558baef71dc [2020-08-12T15:08:26.257Z] Successfully built 826d63a7ef58 [2020-08-12T15:08:26.257Z] ---> Running in 05def3ef1ed1 [2020-08-12T15:08:26.257Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-12T15:08:26.257Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-08-12T15:08:26.524Z] Removing intermediate container 05def3ef1ed1 [2020-08-12T15:08:26.524Z] ---> c15b49b4e924 [2020-08-12T15:08:26.524Z] Step 22/23 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:08:26.811Z] ---> Running in bab7f56675f0 [2020-08-12T15:08:26.811Z] ---> c34112326929 [2020-08-12T15:08:26.811Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T15:08:26.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:27.077Z] ---> 5e958902f06c [2020-08-12T15:08:27.077Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T15:08:27.350Z] ---> dc33e809676d [2020-08-12T15:08:27.350Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T15:08:27.350Z] Removing intermediate container bab7f56675f0 [2020-08-12T15:08:27.350Z] ---> 5304cea096aa [2020-08-12T15:08:27.350Z] Step 23/23 : LABEL version=0.0.0 [2020-08-12T15:08:27.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:28.628Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T15:08:28.628Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T15:08:28.911Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T15:08:29.182Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T15:08:29.182Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T15:08:29.451Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:08:29.451Z] OK: 8 MiB in 19 packages [2020-08-12T15:08:29.717Z] ---> Running in 5861fc2f5285 [2020-08-12T15:08:30.290Z] ---> 72e3efacd1be [2020-08-12T15:08:30.290Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T15:08:30.551Z] ---> b87bcb041038 [2020-08-12T15:08:30.551Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T15:08:31.122Z] ---> Running in a220b94603f3 [2020-08-12T15:08:31.122Z] Removing intermediate container 5861fc2f5285 [2020-08-12T15:08:31.122Z] ---> a42c45c7c56a [2020-08-12T15:08:31.122Z] [2020-08-12T15:08:31.694Z] Successfully built a42c45c7c56a [2020-08-12T15:08:31.694Z] Successfully tagged docker-support-notifications-go:latest [2020-08-12T15:08:31.694Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-08-12T15:08:34.161Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-12T15:08:34.257Z] Removing intermediate container 4558baef71dc [2020-08-12T15:08:34.257Z] ---> 487930d45143 [2020-08-12T15:08:34.257Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T15:08:34.257Z] ---> f5c62a544dda [2020-08-12T15:08:34.257Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T15:08:36.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:37.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:37.346Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T15:08:37.346Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T15:08:37.346Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T15:08:37.346Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T15:08:37.346Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T15:08:37.346Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T15:08:37.346Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T15:08:40.662Z] ---> 59cf76445037 [2020-08-12T15:08:40.662Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T15:08:41.238Z] ---> edcbb59205c9 [2020-08-12T15:08:41.238Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T15:08:41.507Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:08:41.507Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:08:41.507Z] ---> fcf1dc3292e5 [2020-08-12T15:08:41.507Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T15:08:41.507Z] ---> Using cache [2020-08-12T15:08:41.507Z] ---> 7bfbc905a878 [2020-08-12T15:08:41.507Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:08:41.507Z] ---> Using cache [2020-08-12T15:08:41.507Z] ---> 8d22b54e5f8c [2020-08-12T15:08:41.507Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T15:08:43.435Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T15:08:43.435Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T15:08:43.435Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T15:08:43.435Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T15:08:43.698Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T15:08:43.698Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T15:08:43.698Z] ---> Running in 9c0570a94bba [2020-08-12T15:08:43.698Z] ---> Running in 54b6759f7b39 [2020-08-12T15:08:43.698Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T15:08:44.653Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T15:08:44.653Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T15:08:44.653Z] ---> 37f4dcf47798 [2020-08-12T15:08:44.653Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T15:08:44.653Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T15:08:45.228Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T15:08:45.228Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T15:08:45.228Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T15:08:45.228Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T15:08:45.490Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T15:08:45.490Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T15:08:46.437Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T15:08:46.697Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T15:08:47.271Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T15:08:47.846Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T15:08:47.846Z] ---> 1b1ac1a81304 [2020-08-12T15:08:47.846Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:08:48.119Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T15:08:48.119Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T15:08:48.119Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T15:08:48.693Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T15:08:48.693Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T15:08:48.693Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T15:08:49.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-12T15:08:49.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-12T15:08:49.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-12T15:08:49.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-12T15:08:49.387Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s [2020-08-12T15:08:49.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-12T15:08:49.387Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-12T15:08:49.387Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-12T15:08:49.387Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-12T15:08:49.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:49.912Z] ---> Running in f1f477a5e9b8 [2020-08-12T15:08:49.989Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-12T15:08:50.173Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:08:50.173Z] OK: 71 MiB in 55 packages [2020-08-12T15:08:50.580Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:08:50.580Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T15:08:50.580Z] ---> fcf1dc3292e5 [2020-08-12T15:08:50.580Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T15:08:50.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:50.591Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-12T15:08:50.591Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-12T15:08:50.591Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-12T15:08:50.843Z] ---> Using cache [2020-08-12T15:08:50.843Z] ---> 7bfbc905a878 [2020-08-12T15:08:50.843Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T15:08:50.843Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:08:50.843Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:08:50.843Z] OK: 12749 distinct packages available [2020-08-12T15:08:51.103Z] OK: 233 MiB in 51 packages [2020-08-12T15:08:51.364Z] Removing intermediate container f1f477a5e9b8 [2020-08-12T15:08:51.364Z] ---> cd7f78f1d6d7 [2020-08-12T15:08:51.364Z] Step 20/22 : LABEL arch=x86_64 [2020-08-12T15:08:51.364Z] ---> Running in 507def126c52 [2020-08-12T15:08:51.364Z] ---> Running in 7ef21e19d9d6 [2020-08-12T15:08:51.625Z] Removing intermediate container 9c0570a94bba [2020-08-12T15:08:51.625Z] ---> 71831469b3b6 [2020-08-12T15:08:51.625Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T15:08:51.888Z] ---> Running in e3524b3b7cf8 [2020-08-12T15:08:51.888Z] Removing intermediate container 7ef21e19d9d6 [2020-08-12T15:08:51.888Z] ---> 2620a1490fe4 [2020-08-12T15:08:51.888Z] Step 21/22 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:08:52.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:52.722Z] ---> Running in be941d9388c3 [2020-08-12T15:08:52.722Z] Removing intermediate container 54b6759f7b39 [2020-08-12T15:08:52.722Z] ---> bba21062cf03 [2020-08-12T15:08:52.722Z] Step 6/20 : COPY go.mod . [2020-08-12T15:08:52.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:08:53.242Z] Removing intermediate container e3524b3b7cf8 [2020-08-12T15:08:53.242Z] ---> b73bede447cb [2020-08-12T15:08:53.242Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T15:08:53.503Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:08:53.503Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:08:53.503Z] OK: 12749 distinct packages available [2020-08-12T15:08:53.763Z] OK: 233 MiB in 51 packages [2020-08-12T15:08:55.156Z] Removing intermediate container be941d9388c3 [2020-08-12T15:08:55.156Z] ---> 8db64e5397e8 [2020-08-12T15:08:55.156Z] Step 22/22 : LABEL version=0.0.0 [2020-08-12T15:08:55.156Z] ---> Running in 9b4a9412ab78 [2020-08-12T15:08:55.156Z] ---> 8e82064ae842 [2020-08-12T15:08:55.156Z] Step 7/20 : RUN go mod download [2020-08-12T15:08:56.542Z] ---> Running in a7cf95d3efcf [2020-08-12T15:08:56.803Z] ---> Running in 18c49a9e560e [2020-08-12T15:08:57.746Z] Removing intermediate container 9b4a9412ab78 [2020-08-12T15:08:57.746Z] ---> 2fe5b4fcae24 [2020-08-12T15:08:57.746Z] Step 25/26 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:08:58.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements [2020-08-12T15:08:58.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-12T15:08:58.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-12T15:08:58.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-12T15:08:58.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-12T15:08:58.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-12T15:08:59.666Z] Removing intermediate container 507def126c52 [2020-08-12T15:08:59.666Z] ---> 74e1f367bcbb [2020-08-12T15:08:59.666Z] Step 5/29 : COPY go.mod . [2020-08-12T15:08:59.666Z] ---> Running in 06fb1a78c741 [2020-08-12T15:08:59.666Z] Removing intermediate container 18c49a9e560e [2020-08-12T15:08:59.666Z] ---> aea2a786a1d2 [2020-08-12T15:08:59.666Z] [2020-08-12T15:08:59.666Z] Successfully built aea2a786a1d2 [2020-08-12T15:08:59.931Z] Successfully tagged docker-core-data-go:latest [2020-08-12T15:08:59.931Z] Building docker-support-logging-go [2020-08-12T15:08:59.931Z]  Building docker-core-data-go ... done Removing intermediate container a220b94603f3 [2020-08-12T15:08:59.931Z] ---> 2db1d0597f7e [2020-08-12T15:08:59.931Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T15:08:59.931Z] Removing intermediate container 06fb1a78c741 [2020-08-12T15:08:59.931Z] ---> 218088549c60 [2020-08-12T15:08:59.931Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T15:08:59.931Z] ---> Running in e86a725e96a7 [2020-08-12T15:08:59.931Z] ---> 1911d2fa1592 [2020-08-12T15:08:59.931Z] Step 6/29 : RUN go mod download [2020-08-12T15:09:00.207Z] ---> Running in 41b85053389f [2020-08-12T15:09:00.480Z] ---> Running in 5f8eccc4704e [2020-08-12T15:09:03.038Z] Removing intermediate container 5f8eccc4704e [2020-08-12T15:09:03.038Z] ---> 19923ab4778f [2020-08-12T15:09:03.038Z] [2020-08-12T15:09:03.038Z] Successfully built 19923ab4778f [2020-08-12T15:09:03.038Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-12T15:09:03.038Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-08-12T15:09:03.982Z] Collecting docker-compose==1.23.2 [2020-08-12T15:09:04.243Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T15:09:06.801Z] Collecting cached-property<2,>=1.2.0 [2020-08-12T15:09:06.801Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T15:09:07.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.145s coverage: 27.3% of statements [2020-08-12T15:09:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-12T15:09:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-12T15:09:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-12T15:09:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-12T15:09:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-12T15:09:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-12T15:09:07.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2020-08-12T15:09:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-12T15:09:07.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2020-08-12T15:09:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-12T15:09:07.752Z] Collecting jsonschema<3,>=2.5.1 [2020-08-12T15:09:07.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements [2020-08-12T15:09:07.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-12T15:09:07.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-12T15:09:07.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-12T15:09:07.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-12T15:09:07.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-12T15:09:07.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.042s coverage: 100.0% of statements [2020-08-12T15:09:07.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-12T15:09:07.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-08-12T15:09:07.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-12T15:09:08.015Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T15:09:08.593Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T15:09:08.593Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T15:09:08.593Z] Removing intermediate container a7cf95d3efcf [2020-08-12T15:09:08.593Z] ---> e655883db6b6 [2020-08-12T15:09:08.593Z] Step 8/20 : COPY . . [2020-08-12T15:09:09.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.061s coverage: 89.8% of statements [2020-08-12T15:09:09.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-12T15:09:09.988Z] Removing intermediate container 41b85053389f [2020-08-12T15:09:09.988Z] ---> a4641232cea6 [2020-08-12T15:09:09.988Z] Step 7/29 : COPY . . [2020-08-12T15:09:10.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.093s coverage: 97.5% of statements [2020-08-12T15:09:10.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-12T15:09:11.913Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T15:09:11.913Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T15:09:12.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-12T15:09:12.249Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-12T15:09:13.231Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2020-08-12T15:09:13.846Z] Collecting PyYAML<4,>=3.10 [2020-08-12T15:09:13.846Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T15:09:16.437Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:09:16.437Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:09:16.437Z] ---> fcf1dc3292e5 [2020-08-12T15:09:16.437Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T15:09:16.437Z] ---> Using cache [2020-08-12T15:09:16.437Z] ---> 7bfbc905a878 [2020-08-12T15:09:16.437Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:09:16.437Z] ---> Using cache [2020-08-12T15:09:16.437Z] ---> 8d22b54e5f8c [2020-08-12T15:09:16.437Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T15:09:16.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.302s coverage: 63.5% of statements [2020-08-12T15:09:16.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-12T15:09:16.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-12T15:09:16.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements [2020-08-12T15:09:19.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.282s coverage: 55.9% of statements [2020-08-12T15:09:19.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-12T15:09:19.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-12T15:09:19.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-12T15:09:19.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-12T15:09:19.778Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T15:09:19.779Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T15:09:20.043Z] ---> Running in 1fc68cb1fa53 [2020-08-12T15:09:20.304Z] 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-12T15:09:20.883Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T15:09:20.883Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T15:09:23.530Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:09:23.530Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:09:23.530Z] ---> fcf1dc3292e5 [2020-08-12T15:09:23.530Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T15:09:23.530Z] ---> Using cache [2020-08-12T15:09:23.530Z] ---> 7bfbc905a878 [2020-08-12T15:09:23.530Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:09:23.530Z] ---> Using cache [2020-08-12T15:09:23.530Z] ---> 8d22b54e5f8c [2020-08-12T15:09:23.530Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T15:09:23.530Z] ---> Using cache [2020-08-12T15:09:23.530Z] ---> bba21062cf03 [2020-08-12T15:09:23.530Z] Step 6/21 : COPY go.mod . [2020-08-12T15:09:23.530Z] ---> Using cache [2020-08-12T15:09:23.530Z] ---> 8e82064ae842 [2020-08-12T15:09:23.530Z] Step 7/21 : RUN go mod download [2020-08-12T15:09:23.530Z] ---> Using cache [2020-08-12T15:09:23.530Z] ---> e655883db6b6 [2020-08-12T15:09:23.530Z] Step 8/21 : COPY . . [2020-08-12T15:09:23.530Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T15:09:23.530Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T15:09:23.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:09:24.197Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T15:09:24.197Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T15:09:24.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:09:24.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-12T15:09:24.885Z] 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-12T15:09:25.148Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:09:25.148Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:09:25.148Z] OK: 12749 distinct packages available [2020-08-12T15:09:25.410Z] Collecting idna<2.8,>=2.5 [2020-08-12T15:09:25.410Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T15:09:25.670Z] OK: 233 MiB in 51 packages [2020-08-12T15:09:26.093Z] OK: 233 MiB in 51 packages [2020-08-12T15:09:27.041Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T15:09:27.041Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T15:09:27.990Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T15:09:27.990Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T15:09:28.255Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T15:09:28.255Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T15:09:28.255Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T15:09:28.255Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T15:09:29.204Z] Installing collected packages: cached-property, jsonschema, docopt, idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, texttable, dockerpty, docker-compose [2020-08-12T15:09:31.126Z] Running setup.py install for docopt: started [2020-08-12T15:09:33.052Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T15:09:33.052Z] Attempting uninstall: idna [2020-08-12T15:09:33.052Z] Found existing installation: idna 2.9 [2020-08-12T15:09:33.052Z] Uninstalling idna-2.9: [2020-08-12T15:09:33.321Z] Successfully uninstalled idna-2.9 [2020-08-12T15:09:34.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.503s coverage: 86.3% of statements [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.156s coverage: 72.2% of statements [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.375s coverage: 72.1% of statements [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.076s coverage: 82.4% of statements [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.077s coverage: 28.8% of statements [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.027s coverage: 96.8% of statements [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 26.9% of statements [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.265s coverage: 84.1% of statements [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.036s coverage: 42.9% of statements [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-12T15:09:34.395Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.068s coverage: 83.8% of statements [2020-08-12T15:09:34.395Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-12T15:09:35.282Z] Removing intermediate container 1fc68cb1fa53 [2020-08-12T15:09:35.282Z] ---> 0260ad24b381 [2020-08-12T15:09:35.282Z] Step 6/21 : COPY go.mod . [2020-08-12T15:09:35.628Z] Attempting uninstall: urllib3 [2020-08-12T15:09:35.628Z] Found existing installation: urllib3 1.25.9 [2020-08-12T15:09:35.628Z] Uninstalling urllib3-1.25.9: [2020-08-12T15:09:36.207Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T15:09:40.425Z] Attempting uninstall: requests [2020-08-12T15:09:40.425Z] Found existing installation: requests 2.23.0 [2020-08-12T15:09:40.425Z] Uninstalling requests-2.23.0: [2020-08-12T15:09:40.998Z] Successfully uninstalled requests-2.23.0 [2020-08-12T15:09:41.131Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 46.1% of statements [2020-08-12T15:09:41.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-12T15:09:41.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-12T15:09:41.131Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements [2020-08-12T15:09:41.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-12T15:09:41.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-12T15:09:41.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-12T15:09:41.131Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements [2020-08-12T15:09:41.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-12T15:09:41.131Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements [2020-08-12T15:09:41.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-12T15:09:41.952Z] ---> 04c082f2847e [2020-08-12T15:09:41.952Z] Step 7/21 : RUN go mod download [2020-08-12T15:09:41.952Z] Running setup.py install for PyYAML: started [2020-08-12T15:09:42.912Z] ---> e2ea4ab2a02b [2020-08-12T15:09:42.912Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T15:09:42.912Z] ---> 53ad04e6afdc [2020-08-12T15:09:42.912Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T15:09:42.912Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T15:09:43.174Z] ---> Running in 8170e6c59c7c [2020-08-12T15:09:43.458Z] ---> Running in e831b445b522 [2020-08-12T15:09:43.458Z] ---> Running in 366db5f80ee2 [2020-08-12T15:09:43.720Z] Running setup.py install for texttable: started [2020-08-12T15:09:44.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.216s coverage: 29.1% of statements [2020-08-12T15:09:44.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-12T15:09:44.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-12T15:09:44.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-12T15:09:44.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-12T15:09:44.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-12T15:09:44.670Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T15:09:44.670Z] Running setup.py install for dockerpty: started [2020-08-12T15:09:44.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements [2020-08-12T15:09:44.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-12T15:09:45.080Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2020-08-12T15:09:45.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-12T15:09:45.080Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2020-08-12T15:09:45.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-12T15:09:45.241Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T15:09:45.511Z] 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-12T15:09:45.511Z] 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-12T15:09:45.511Z] 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-12T15:09:46.467Z] ---> 3c98fae392c8 [2020-08-12T15:09:46.467Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T15:09:46.515Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2020-08-12T15:09:46.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-12T15:09:46.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-12T15:09:46.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-12T15:09:46.515Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-12T15:09:46.729Z] ---> Running in b45b00ee6b2e [2020-08-12T15:09:47.002Z] Removing intermediate container 8170e6c59c7c [2020-08-12T15:09:47.002Z] ---> fc810dd9a3ce [2020-08-12T15:09:47.002Z] Step 8/21 : COPY . . [2020-08-12T15:09:47.588Z] 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-12T15:09:48.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2020-08-12T15:09:48.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-12T15:09:48.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-12T15:09:48.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-08-12T15:09:49.474Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-08-12T15:09:50.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-08-12T15:09:50.659Z] GO111MODULE=on go vet ./... [2020-08-12T15:09:55.834Z] Removing intermediate container e86a725e96a7 [2020-08-12T15:09:55.834Z] ---> 3fe16cf0254f [2020-08-12T15:09:55.834Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T15:09:59.202Z] ---> Running in a773d611a5d8 [2020-08-12T15:10:01.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:10:01.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:10:01.198Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T15:10:01.198Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T15:10:01.198Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T15:10:01.198Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:10:01.198Z] OK: 72 MiB in 58 packages [2020-08-12T15:10:03.185Z] Removing intermediate container a773d611a5d8 [2020-08-12T15:10:03.185Z] ---> 46acf5b146b5 [2020-08-12T15:10:03.185Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:10:03.185Z] ---> Running in 7784a19f8b2b [2020-08-12T15:10:05.116Z] Removing intermediate container 7784a19f8b2b [2020-08-12T15:10:05.116Z] ---> 9b011022a9a1 [2020-08-12T15:10:05.116Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T15:10:05.378Z] ---> Running in b5b504e2b751 [2020-08-12T15:10:06.340Z] Removing intermediate container b5b504e2b751 [2020-08-12T15:10:06.340Z] ---> 48b09d2b38fd [2020-08-12T15:10:06.340Z] Step 25/26 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:10:09.125Z] gofmt -l . [2020-08-12T15:10:09.125Z] [ "`gofmt -l .`" = "" ] [2020-08-12T15:10:09.666Z] ---> Running in 888e8bc9e026 [2020-08-12T15:10:09.666Z] ---> 143bb24772c0 [2020-08-12T15:10:09.666Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T15:10:09.666Z] Removing intermediate container 888e8bc9e026 [2020-08-12T15:10:09.666Z] ---> e327d5b54ad3 [2020-08-12T15:10:09.666Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T15:10:09.934Z] ---> Running in 2817b7b8296b [2020-08-12T15:10:10.196Z] ---> Running in bc02bd8e5b25 [2020-08-12T15:10:10.465Z] Removing intermediate container bc02bd8e5b25 [2020-08-12T15:10:10.465Z] ---> d695fa9d140d [2020-08-12T15:10:10.465Z] [2020-08-12T15:10:10.744Z] Successfully built d695fa9d140d [2020-08-12T15:10:10.744Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-12T15:10:10.744Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-08-12T15:10:11.033Z] 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-12T15:10:11.751Z] ./bin/test-go-mod-tidy.sh [2020-08-12T15:10:12.347Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-12T15:10:15.605Z] + ls -al . [2020-08-12T15:10:15.606Z] total 588 [2020-08-12T15:10:15.606Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 15:10 . [2020-08-12T15:10:15.606Z] drwxr-xr-x 4 root root 4096 Aug 12 15:07 .. [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 15:06 .dockerignore [2020-08-12T15:10:15.606Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 15:06 .git [2020-08-12T15:10:15.606Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 15:06 .github [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 932 Aug 12 15:06 .gitignore [2020-08-12T15:10:15.606Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 15:06 .semver [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 15:06 .sonarcloud.properties [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 15:06 CONTRIBUTING.md [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 1035 Aug 12 15:06 Dockerfile.build [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 865 Aug 12 15:06 Jenkinsfile [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 15:06 LICENSE [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 6237 Aug 12 15:06 Makefile [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 5652 Aug 12 15:06 README.md [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 7111 Aug 12 15:06 SECURITY.md [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 15:03 VERSION [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 15:06 ZMQWindows.md [2020-08-12T15:10:15.606Z] drwxrwxr-x 2 1001 1001 4096 Aug 12 15:06 bin [2020-08-12T15:10:15.606Z] drwxrwxr-x 15 1001 1001 4096 Aug 12 15:06 cmd [2020-08-12T15:10:15.606Z] -rw-r--r-- 1 root root 455803 Aug 12 15:09 coverage.out [2020-08-12T15:10:15.606Z] -rw-r--r-- 1 root root 1019 Aug 12 15:10 go.mod [2020-08-12T15:10:15.606Z] -rw-r--r-- 1 root root 18146 Aug 12 15:10 go.sum [2020-08-12T15:10:15.606Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 15:06 internal [2020-08-12T15:10:15.606Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 15:06 openapi [2020-08-12T15:10:15.606Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 15:06 snap [2020-08-12T15:10:15.606Z] -rw-rw-r-- 1 1001 1001 168 Aug 12 15:06 version.go [Pipeline] sh [2020-08-12T15:10:16.270Z] + '[' -e coverage.out ] [2020-08-12T15:10:16.270Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-12T15:10:16.326Z] Warning: overwriting stash ‘coverage-report’ [2020-08-12T15:10:17.331Z] Stashed 1 file(s) [Pipeline] sh [2020-08-12T15:10:17.975Z] + make build [2020-08-12T15:10:17.975Z] 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-12T15:10:21.061Z] Removing intermediate container e831b445b522 [2020-08-12T15:10:21.061Z] ---> 325eeaec9fcf [2020-08-12T15:10:21.061Z] [2020-08-12T15:10:21.061Z] Step 10/20 : FROM alpine [2020-08-12T15:10:21.061Z] Removing intermediate container 366db5f80ee2 [2020-08-12T15:10:21.061Z] ---> a3ce66631d71 [2020-08-12T15:10:21.061Z] [2020-08-12T15:10:21.061Z] Step 9/29 : FROM alpine:latest [2020-08-12T15:10:21.061Z] ---> a24bb4013296 [2020-08-12T15:10:21.061Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T15:10:21.061Z] ---> a24bb4013296 [2020-08-12T15:10:21.061Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-12T15:10:21.062Z] ---> Running in be3693afeb01 [2020-08-12T15:10:21.062Z] ---> Running in 7350da1425ae [2020-08-12T15:10:22.999Z] Removing intermediate container 7350da1425ae [2020-08-12T15:10:22.999Z] ---> e9682ff707ba [2020-08-12T15:10:22.999Z] Step 11/29 : USER root [2020-08-12T15:10:24.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:10:24.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:10:24.686Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:10:24.686Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:10:24.686Z] OK: 12749 distinct packages available [2020-08-12T15:10:24.973Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T15:10:25.245Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T15:10:25.245Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T15:10:25.245Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T15:10:25.245Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:10:25.245Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T15:10:25.245Z] OK: 7 MiB in 18 packages [2020-08-12T15:10:25.513Z] ---> Running in 6afd42c6d2d3 [2020-08-12T15:10:28.097Z] Removing intermediate container 6afd42c6d2d3 [2020-08-12T15:10:28.097Z] ---> 2959a87bbc36 [2020-08-12T15:10:28.097Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T15:10:28.097Z] Removing intermediate container b45b00ee6b2e [2020-08-12T15:10:28.097Z] ---> 71a522a6c25b [2020-08-12T15:10:28.097Z] [2020-08-12T15:10:28.097Z] Step 10/21 : FROM scratch [2020-08-12T15:10:28.097Z] ---> [2020-08-12T15:10:28.097Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T15:10:28.097Z] ---> Running in 8a3acf3a0ec0 [2020-08-12T15:10:30.644Z] ---> Using cache [2020-08-12T15:10:30.644Z] ---> f995499d8662 [2020-08-12T15:10:30.644Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T15:10:32.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T15:10:32.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T15:10:32.213Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:10:32.213Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:10:32.213Z] ---> fcf1dc3292e5 [2020-08-12T15:10:32.213Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T15:10:32.213Z] ---> Using cache [2020-08-12T15:10:32.213Z] ---> 7bfbc905a878 [2020-08-12T15:10:32.213Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:10:32.213Z] ---> Using cache [2020-08-12T15:10:32.213Z] ---> 8d22b54e5f8c [2020-08-12T15:10:32.213Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T15:10:32.213Z] ---> Using cache [2020-08-12T15:10:32.213Z] ---> bba21062cf03 [2020-08-12T15:10:32.213Z] Step 6/21 : COPY go.mod . [2020-08-12T15:10:32.213Z] ---> Using cache [2020-08-12T15:10:32.213Z] ---> 8e82064ae842 [2020-08-12T15:10:32.213Z] Step 7/21 : RUN go mod download [2020-08-12T15:10:32.213Z] ---> Using cache [2020-08-12T15:10:32.213Z] ---> e655883db6b6 [2020-08-12T15:10:32.213Z] Step 8/21 : COPY . . [2020-08-12T15:10:32.213Z] ---> Using cache [2020-08-12T15:10:32.213Z] ---> 3c98fae392c8 [2020-08-12T15:10:32.213Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T15:10:32.213Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:10:32.213Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:10:32.213Z] OK: 12749 distinct packages available [2020-08-12T15:10:32.581Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T15:10:32.581Z] Removing intermediate container be3693afeb01 [2020-08-12T15:10:32.581Z] ---> 0b192ff8cc83 [2020-08-12T15:10:32.581Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T15:10:32.581Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T15:10:32.581Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:10:32.581Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T15:10:32.581Z] OK: 6 MiB in 16 packages [2020-08-12T15:10:33.152Z] ---> Running in fccb6b9bad6a [2020-08-12T15:10:33.152Z] ---> Running in 844fea21b51a [2020-08-12T15:10:33.413Z] ---> Running in 4d0ebb341108 [2020-08-12T15:10:33.675Z] Removing intermediate container fccb6b9bad6a [2020-08-12T15:10:33.675Z] ---> 6ad15b09b951 [2020-08-12T15:10:33.675Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T15:10:33.675Z] Removing intermediate container 844fea21b51a [2020-08-12T15:10:33.675Z] ---> 8e489053016e [2020-08-12T15:10:33.675Z] Step 13/20 : WORKDIR /edgex [2020-08-12T15:10:33.937Z] ---> Running in 0cc82d939416 [2020-08-12T15:10:34.515Z] ---> Running in 971012e162f3 [2020-08-12T15:10:34.515Z] Removing intermediate container 0cc82d939416 [2020-08-12T15:10:34.515Z] ---> 699d8d7bac0f [2020-08-12T15:10:34.515Z] Step 14/21 : WORKDIR / [2020-08-12T15:10:34.515Z] Removing intermediate container 8a3acf3a0ec0 [2020-08-12T15:10:34.515Z] ---> d72c5b506d16 [2020-08-12T15:10:34.515Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T15:10:34.515Z] 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-12T15:10:34.515Z] ---> Running in b333cfeac932 [2020-08-12T15:10:34.777Z] ---> Running in f4a732e74f75 [2020-08-12T15:10:35.043Z] Removing intermediate container 971012e162f3 [2020-08-12T15:10:35.043Z] ---> 182602a61e60 [2020-08-12T15:10:35.043Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T15:10:36.293Z] 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-12T15:10:36.462Z] Removing intermediate container b333cfeac932 [2020-08-12T15:10:36.462Z] ---> 69cd4d845d8c [2020-08-12T15:10:36.462Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-12T15:10:36.462Z] Removing intermediate container f4a732e74f75 [2020-08-12T15:10:36.462Z] ---> a0b2791ceba4 [2020-08-12T15:10:36.462Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T15:10:36.732Z] ---> 3a2b7f1956f5 [2020-08-12T15:10:36.733Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T15:10:36.733Z] ---> 9fb063fea96b [2020-08-12T15:10:36.733Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T15:10:36.733Z] ---> Running in fe23a6819bf7 [2020-08-12T15:10:37.004Z] Removing intermediate container 2817b7b8296b [2020-08-12T15:10:37.004Z] ---> b6946063e8cd [2020-08-12T15:10:37.004Z] [2020-08-12T15:10:37.004Z] Step 10/21 : FROM scratch [2020-08-12T15:10:37.004Z] ---> [2020-08-12T15:10:37.004Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T15:10:37.004Z] ---> Using cache [2020-08-12T15:10:37.004Z] ---> 8f269b8f2797 [2020-08-12T15:10:37.279Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T15:10:37.279Z] ---> Running in d150338a9e46 [2020-08-12T15:10:37.546Z] Removing intermediate container fe23a6819bf7 [2020-08-12T15:10:37.546Z] ---> 41196cd125ed [2020-08-12T15:10:37.546Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T15:10:38.138Z] ---> Running in 728da21872a7 [2020-08-12T15:10:38.407Z] Removing intermediate container d150338a9e46 [2020-08-12T15:10:38.407Z] ---> 08ef14fa1d3c [2020-08-12T15:10:38.407Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T15:10:38.675Z] ---> 3a9ab1b8ce7d [2020-08-12T15:10:38.675Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T15:10:38.675Z] ---> Running in c7b583703f5e [2020-08-12T15:10:38.941Z] ---> Running in 52c132b276ea [2020-08-12T15:10:38.941Z] ---> 677e9babca7b [2020-08-12T15:10:38.941Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T15:10:38.941Z] Removing intermediate container c7b583703f5e [2020-08-12T15:10:38.941Z] ---> 66b6cbab2e0d [2020-08-12T15:10:38.941Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T15:10:39.213Z] Removing intermediate container 52c132b276ea [2020-08-12T15:10:39.213Z] ---> 08e25bbb39ab [2020-08-12T15:10:39.213Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T15:10:39.213Z] ---> Running in 4730ef212aa5 [2020-08-12T15:10:39.489Z] ---> 109b0dfc3168 [2020-08-12T15:10:39.489Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:10:39.489Z] ---> 2f2fb7e13241 [2020-08-12T15:10:39.489Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T15:10:39.758Z] ---> Running in db8ce437bae5 [2020-08-12T15:10:39.758Z] Removing intermediate container 4730ef212aa5 [2020-08-12T15:10:39.758Z] ---> 659cff69cc2a [2020-08-12T15:10:39.758Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T15:10:39.758Z] ---> Running in e07d8ccad359 [2020-08-12T15:10:40.033Z] Removing intermediate container db8ce437bae5 [2020-08-12T15:10:40.033Z] ---> 2ad25fcce2e3 [2020-08-12T15:10:40.033Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T15:10:40.298Z] ---> 4603119b92d2 [2020-08-12T15:10:40.298Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T15:10:40.298Z] ---> Running in fd9e86c946d7 [2020-08-12T15:10:40.298Z] Removing intermediate container e07d8ccad359 [2020-08-12T15:10:40.298Z] ---> 32a8feeb2f77 [2020-08-12T15:10:40.298Z] Step 19/20 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:10:40.567Z] Removing intermediate container 728da21872a7 [2020-08-12T15:10:40.567Z] ---> cb09e44e373f [2020-08-12T15:10:40.567Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T15:10:41.168Z] ---> Running in 53448dbb537e [2020-08-12T15:10:41.439Z] Removing intermediate container fd9e86c946d7 [2020-08-12T15:10:41.439Z] ---> 07ef9d2f4c83 [2020-08-12T15:10:41.439Z] Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:10:41.439Z] ---> Running in 1159da5c4042 [2020-08-12T15:10:41.706Z] ---> ac38b6305143 [2020-08-12T15:10:41.706Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T15:10:41.706Z] Removing intermediate container 53448dbb537e [2020-08-12T15:10:41.706Z] ---> eb20ce8948cf [2020-08-12T15:10:41.706Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T15:10:41.706Z] ---> 8556bb32c92a [2020-08-12T15:10:41.706Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-12T15:10:41.977Z] ---> Running in 7729ddf3498c [2020-08-12T15:10:41.977Z] Removing intermediate container 1159da5c4042 [2020-08-12T15:10:41.977Z] ---> 386db56aef34 [2020-08-12T15:10:41.977Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T15:10:42.581Z] ---> 279b3fdb1dbf [2020-08-12T15:10:42.581Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:10:42.581Z] ---> Running in 48128dd96364 [2020-08-12T15:10:42.581Z] ---> 61cdd4b9227e [2020-08-12T15:10:42.581Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T15:10:43.155Z] Removing intermediate container 7729ddf3498c [2020-08-12T15:10:43.155Z] ---> c45fe582de9c [2020-08-12T15:10:43.155Z] [2020-08-12T15:10:43.155Z] ---> Running in 23bfdfe7f645 [2020-08-12T15:10:43.155Z] Successfully built c45fe582de9c [2020-08-12T15:10:43.425Z] Removing intermediate container 48128dd96364 [2020-08-12T15:10:43.425Z] ---> 059132716371 [2020-08-12T15:10:43.425Z] [2020-08-12T15:10:43.425Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-12T15:10:43.425Z]  Building docker-security-proxy-setup-go ... done  ---> 6d8effc6b0c8 [2020-08-12T15:10:43.425Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T15:10:43.698Z] Successfully built 059132716371 [2020-08-12T15:10:43.698Z] Successfully tagged docker-core-command-go:latest [2020-08-12T15:10:43.698Z]  Building docker-core-command-go ... done Removing intermediate container 23bfdfe7f645 [2020-08-12T15:10:43.698Z] ---> 1ca1a18a846d [2020-08-12T15:10:43.698Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T15:10:43.698Z] ---> Running in 68e76c7898c2 [2020-08-12T15:10:43.974Z] ---> b908745151e6 [2020-08-12T15:10:43.974Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T15:10:44.244Z] Removing intermediate container 68e76c7898c2 [2020-08-12T15:10:44.244Z] ---> acb13f5fff5d [2020-08-12T15:10:44.244Z] Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:10:44.244Z] ---> Running in 52b3d63085fd [2020-08-12T15:10:44.824Z] Removing intermediate container 52b3d63085fd [2020-08-12T15:10:44.824Z] ---> 9fc99cd849fc [2020-08-12T15:10:44.824Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T15:10:45.088Z] ---> cea6a9ea1ea6 [2020-08-12T15:10:45.088Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T15:10:45.088Z] ---> Running in ee8389a33604 [2020-08-12T15:10:45.088Z] ---> Running in 6e6d48be9e94 [2020-08-12T15:10:45.350Z] Removing intermediate container ee8389a33604 [2020-08-12T15:10:45.350Z] ---> 592afb4589b9 [2020-08-12T15:10:45.350Z] [2020-08-12T15:10:45.350Z] Successfully built 592afb4589b9 [2020-08-12T15:10:45.620Z] Successfully tagged docker-support-logging-go:latest [2020-08-12T15:10:46.194Z]  Building docker-support-logging-go ... done Removing intermediate container 6e6d48be9e94 [2020-08-12T15:10:46.194Z] ---> dcff1f89bcca [2020-08-12T15:10:46.194Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T15:10:46.422Z] 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-12T15:10:46.464Z] ---> aca2c308ba50 [2020-08-12T15:10:46.464Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T15:10:46.464Z] ---> Running in d8479821431a [2020-08-12T15:10:47.475Z] Removing intermediate container d8479821431a [2020-08-12T15:10:47.475Z] ---> cb9c00829db3 [2020-08-12T15:10:47.475Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T15:10:47.475Z] ---> Running in cfecb8e29aa7 [2020-08-12T15:10:49.444Z] Removing intermediate container 4d0ebb341108 [2020-08-12T15:10:49.444Z] ---> 4286b5835295 [2020-08-12T15:10:49.444Z] [2020-08-12T15:10:49.444Z] Step 10/21 : FROM scratch [2020-08-12T15:10:49.444Z] ---> [2020-08-12T15:10:49.444Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T15:10:49.444Z] ---> Using cache [2020-08-12T15:10:49.445Z] ---> f995499d8662 [2020-08-12T15:10:49.445Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T15:10:49.706Z] ---> Running in e3d5d0931cd6 [2020-08-12T15:10:49.706Z] Removing intermediate container e3d5d0931cd6 [2020-08-12T15:10:49.706Z] ---> bdab8baccb45 [2020-08-12T15:10:49.706Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T15:10:49.706Z] Removing intermediate container cfecb8e29aa7 [2020-08-12T15:10:49.706Z] ---> aee11aa1b17d [2020-08-12T15:10:49.706Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T15:10:49.967Z] ---> Running in cd2b05c64cb4 [2020-08-12T15:10:49.967Z] ---> Running in aec306202554 [2020-08-12T15:10:49.967Z] Removing intermediate container cd2b05c64cb4 [2020-08-12T15:10:49.967Z] ---> 51ae98c4248d [2020-08-12T15:10:49.967Z] Step 14/21 : WORKDIR / [2020-08-12T15:10:49.967Z] ---> Running in acfaec51ba72 [2020-08-12T15:10:49.967Z] Removing intermediate container aec306202554 [2020-08-12T15:10:49.967Z] ---> 0d9c4936ac35 [2020-08-12T15:10:49.967Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T15:10:50.547Z] ---> Running in 1080caa7a54e [2020-08-12T15:10:50.547Z] Removing intermediate container acfaec51ba72 [2020-08-12T15:10:50.547Z] ---> 79aa9f1db171 [2020-08-12T15:10:50.547Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T15:10:50.547Z] Removing intermediate container 1080caa7a54e [2020-08-12T15:10:50.547Z] ---> 0f25239703d5 [2020-08-12T15:10:50.547Z] Step 27/29 : LABEL arch=x86_64 [2020-08-12T15:10:50.547Z] ---> Running in 6bf6f5541075 [2020-08-12T15:10:50.852Z] 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-12T15:10:50.852Z] ---> f966cd5a3210 [2020-08-12T15:10:50.852Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T15:10:50.852Z] Removing intermediate container 6bf6f5541075 [2020-08-12T15:10:50.852Z] ---> f1d5e6ec6675 [2020-08-12T15:10:50.852Z] Step 28/29 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:10:50.852Z] ---> Running in 7bea0a270b53 [2020-08-12T15:10:51.119Z] Removing intermediate container 7bea0a270b53 [2020-08-12T15:10:51.119Z] ---> b88e81e812cf [2020-08-12T15:10:51.119Z] Step 29/29 : LABEL version=0.0.0 [2020-08-12T15:10:51.385Z] ---> Running in 6520b7d19853 [2020-08-12T15:10:51.385Z] ---> f6e7ba026c20 [2020-08-12T15:10:51.385Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T15:10:51.385Z] Removing intermediate container 6520b7d19853 [2020-08-12T15:10:51.385Z] ---> ac75ee5caa2c [2020-08-12T15:10:51.385Z] [2020-08-12T15:10:51.668Z] Successfully built ac75ee5caa2c [2020-08-12T15:10:51.668Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-12T15:10:51.668Z]  Building docker-security-secrets-setup-go ... done  ---> d1fbf8dff003 [2020-08-12T15:10:51.668Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:10:51.668Z] ---> Running in 12ae6fc3b9a1 [2020-08-12T15:10:51.668Z] Removing intermediate container 12ae6fc3b9a1 [2020-08-12T15:10:51.668Z] ---> 41594fd79e95 [2020-08-12T15:10:51.668Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T15:10:51.934Z] ---> Running in 0cf69bd0c8a9 [2020-08-12T15:10:51.934Z] Removing intermediate container 0cf69bd0c8a9 [2020-08-12T15:10:51.934Z] ---> ea9957acb856 [2020-08-12T15:10:51.934Z] Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:10:52.200Z] ---> Running in b54b9f4b3ab0 [2020-08-12T15:10:52.200Z] Removing intermediate container b54b9f4b3ab0 [2020-08-12T15:10:52.200Z] ---> f83ac81422d6 [2020-08-12T15:10:52.200Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T15:10:53.158Z] ---> Running in 2e4c4bcafed8 [2020-08-12T15:10:53.158Z] Removing intermediate container 2e4c4bcafed8 [2020-08-12T15:10:53.158Z] ---> 873c60c5c063 [2020-08-12T15:10:53.158Z] [2020-08-12T15:10:53.158Z] Successfully built 873c60c5c063 [2020-08-12T15:10:53.158Z] Successfully tagged docker-core-metadata-go:latest [2020-08-12T15:10:53.468Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-08-12T15:10:53.515Z] $ docker stop --time=1 d67fdbf3947d799abcdd2d9b7ed265bf86d18088bfa2a0bd4270941aa2d47f60 [2020-08-12T15:10:55.177Z] 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-12T15:10:55.213Z] $ docker rm -f d67fdbf3947d799abcdd2d9b7ed265bf86d18088bfa2a0bd4270941aa2d47f60 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T15:10:55.779Z] + docker images [2020-08-12T15:10:55.779Z] + grep docker [2020-08-12T15:10:55.779Z] docker-core-metadata-go latest 873c60c5c063 3 seconds ago 14.4MB [2020-08-12T15:10:55.779Z] docker-security-secrets-setup-go latest ac75ee5caa2c 4 seconds ago 25.1MB [2020-08-12T15:10:55.779Z] docker-support-logging-go latest 592afb4589b9 10 seconds ago 11.8MB [2020-08-12T15:10:55.779Z] docker-security-proxy-setup-go latest c45fe582de9c 13 seconds ago 16.4MB [2020-08-12T15:10:55.779Z] docker-core-command-go latest 059132716371 13 seconds ago 13MB [2020-08-12T15:10:55.779Z] docker-sys-mgmt-agent-go latest d695fa9d140d 45 seconds ago 284MB [2020-08-12T15:10:55.779Z] docker-security-secretstore-setup-go latest 19923ab4778f About a minute ago 33.9MB [2020-08-12T15:10:55.779Z] docker-core-data-go latest aea2a786a1d2 About a minute ago 23.8MB [2020-08-12T15:10:55.779Z] docker-support-notifications-go latest a42c45c7c56a 2 minutes ago 14.4MB [2020-08-12T15:10:55.779Z] docker-support-scheduler-go latest 826d63a7ef58 2 minutes ago 13.1MB [2020-08-12T15:10:55.779Z] docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-12T15:11:01.898Z] 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-12T15:11:02.493Z] 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-12T15:11:06.793Z] 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-12T15:11:12.189Z] 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-12T15:11:15.791Z] 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-12T15:11:20.379Z] 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-12T15:11:24.814Z] 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-12T15:11:29.193Z] 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-12T15:11:32.653Z] $ docker stop --time=1 721b06bdabdb1af8aef5571189e4f649dc6aede8c5d7aca30c5e430f653ce347 [2020-08-12T15:11:34.990Z] $ docker rm -f 721b06bdabdb1af8aef5571189e4f649dc6aede8c5d7aca30c5e430f653ce347 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:11:36.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T15:11:36.659Z] [2020-08-12T15:11:36.659Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:11:37.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T15:11:37.304Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-12T15:11:37.304Z] 29e5d40040c1: Pulling fs layer [2020-08-12T15:11:37.304Z] 1ce36da41761: Pulling fs layer [2020-08-12T15:11:37.304Z] 25b303627fd3: Pulling fs layer [2020-08-12T15:11:37.304Z] 29e5d40040c1: Verifying Checksum [2020-08-12T15:11:37.304Z] 29e5d40040c1: Download complete [2020-08-12T15:11:37.579Z] 1ce36da41761: Verifying Checksum [2020-08-12T15:11:37.579Z] 1ce36da41761: Download complete [2020-08-12T15:11:38.175Z] 29e5d40040c1: Pull complete [2020-08-12T15:11:39.158Z] 1ce36da41761: Pull complete [2020-08-12T15:11:39.432Z] 25b303627fd3: Verifying Checksum [2020-08-12T15:11:39.432Z] 25b303627fd3: Download complete [2020-08-12T15:11:49.565Z] 25b303627fd3: Pull complete [2020-08-12T15:11:49.565Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-12T15:11:49.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T15:11:49.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-12T15:11:49.796Z] prd-ubuntu18.04-docker-arm64-4c-16g-5002 does not seem to be running inside a container [2020-08-12T15:11:49.888Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-12T15:11:53.448Z] $ docker top 1c42748f781b77f06329bb4120569a0273cd5d2ceceba85fa42c715b34f10597 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T15:11:54.859Z] + docker-compose build --help [2020-08-12T15:11:54.859Z] + grep parallel [2020-08-12T15:11:58.224Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T15:11:58.515Z] $ docker stop --time=1 1c42748f781b77f06329bb4120569a0273cd5d2ceceba85fa42c715b34f10597 [2020-08-12T15:12:00.529Z] $ docker rm -f 1c42748f781b77f06329bb4120569a0273cd5d2ceceba85fa42c715b34f10597 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:12:01.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T15:12:01.377Z] . [Pipeline] withDockerContainer [2020-08-12T15:12:01.638Z] prd-ubuntu18.04-docker-arm64-4c-16g-5002 does not seem to be running inside a container [2020-08-12T15:12:01.717Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-12T15:12:03.156Z] $ docker top cab03548f73cec0898e1d13ee697be7f5eebca55732dd3885f16c7caaa600e43 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T15:12:04.128Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-12T15:12:08.407Z] Building docker-core-command-go ... [2020-08-12T15:12:08.407Z] Building docker-core-data-go ... [2020-08-12T15:12:08.407Z] Building docker-core-metadata-go ... [2020-08-12T15:12:08.407Z] Building docker-security-proxy-setup-go ... [2020-08-12T15:12:08.407Z] Building docker-security-secrets-setup-go ... [2020-08-12T15:12:08.407Z] Building docker-security-secretstore-setup-go ... [2020-08-12T15:12:08.407Z] Building docker-support-logging-go ... [2020-08-12T15:12:08.407Z] Building docker-support-notifications-go ... [2020-08-12T15:12:08.407Z] Building docker-support-scheduler-go ... [2020-08-12T15:12:08.407Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T15:12:08.407Z] Building docker-core-command-go [2020-08-12T15:12:08.407Z] Building docker-core-metadata-go [2020-08-12T15:12:08.407Z] Building docker-support-notifications-go [2020-08-12T15:12:08.407Z] Building docker-support-scheduler-go [2020-08-12T15:12:08.407Z] Building docker-support-logging-go [2020-08-12T15:14:00.196Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:14:00.196Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:14:00.196Z] ---> f97b8e805bf5 [2020-08-12T15:14:00.196Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T15:14:00.196Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:14:00.196Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:14:00.196Z] ---> f97b8e805bf5 [2020-08-12T15:14:00.196Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T15:14:00.196Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:14:00.196Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:14:00.196Z] ---> f97b8e805bf5 [2020-08-12T15:14:00.196Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T15:14:00.196Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:14:00.196Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:14:00.196Z] ---> f97b8e805bf5 [2020-08-12T15:14:00.196Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T15:14:00.196Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:14:00.196Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:14:00.196Z] ---> f97b8e805bf5 [2020-08-12T15:14:00.196Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T15:14:00.196Z] ---> Running in 7f968f74aff1 [2020-08-12T15:14:00.196Z] ---> Running in 96e063589909 [2020-08-12T15:14:00.196Z] ---> Running in 0cbcd7f963b1 [2020-08-12T15:14:00.196Z] ---> Running in 1a2f236d5219 [2020-08-12T15:14:00.196Z] ---> Running in 817873b5a2c1 [2020-08-12T15:14:00.196Z] Removing intermediate container 817873b5a2c1 [2020-08-12T15:14:00.196Z] ---> b2dc77fac51d [2020-08-12T15:14:00.196Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:14:00.196Z] Removing intermediate container 7f968f74aff1 [2020-08-12T15:14:00.196Z] ---> 924328b034ab [2020-08-12T15:14:00.196Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:14:00.196Z] Removing intermediate container 1a2f236d5219 [2020-08-12T15:14:00.196Z] ---> e2bedebb2678 [2020-08-12T15:14:00.196Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:14:00.196Z] Removing intermediate container 96e063589909 [2020-08-12T15:14:00.196Z] ---> f173975fec6d [2020-08-12T15:14:00.196Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:14:00.196Z] Removing intermediate container 0cbcd7f963b1 [2020-08-12T15:14:00.196Z] ---> e2320718559b [2020-08-12T15:14:00.196Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:14:00.196Z] ---> Running in 8c785dc91666 [2020-08-12T15:14:00.196Z] ---> Running in 9f06af166a9b [2020-08-12T15:14:00.196Z] ---> Running in 9caac1ebffe5 [2020-08-12T15:14:00.196Z] ---> Running in 4e5b16babfb3 [2020-08-12T15:14:00.196Z] ---> Running in 4cbe4d52021b [2020-08-12T15:14:04.535Z] Removing intermediate container 8c785dc91666 [2020-08-12T15:14:04.535Z] ---> 9e79148647a4 [2020-08-12T15:14:04.535Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T15:14:04.535Z] ---> Running in 8827ce82b0bd [2020-08-12T15:14:04.535Z] Removing intermediate container 9f06af166a9b [2020-08-12T15:14:04.535Z] ---> 7b0caae399af [2020-08-12T15:14:04.535Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T15:14:04.535Z] Removing intermediate container 4cbe4d52021b [2020-08-12T15:14:04.535Z] ---> 27645df32a60 [2020-08-12T15:14:04.535Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T15:14:04.535Z] ---> Running in 2793f0e8701f [2020-08-12T15:14:04.825Z] Removing intermediate container 9caac1ebffe5 [2020-08-12T15:14:04.825Z] ---> e304d58b4a0c [2020-08-12T15:14:04.825Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T15:14:04.825Z] ---> Running in 34814eccb6eb [2020-08-12T15:14:05.111Z] Removing intermediate container 4e5b16babfb3 [2020-08-12T15:14:05.111Z] ---> 2aadabdfb265 [2020-08-12T15:14:05.111Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T15:14:05.384Z] ---> Running in a2b6bcd67d64 [2020-08-12T15:14:05.384Z] ---> Running in cc879e1aac32 [2020-08-12T15:14:06.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:07.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:07.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:07.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:07.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:07.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:07.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:08.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:08.195Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:14:08.195Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:14:08.195Z] OK: 12620 distinct packages available [2020-08-12T15:14:08.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:08.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:14:08.756Z] OK: 217 MiB in 51 packages [2020-08-12T15:14:09.040Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:14:09.040Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:14:09.040Z] OK: 12620 distinct packages available [2020-08-12T15:14:09.040Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:14:09.040Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:14:09.040Z] OK: 12620 distinct packages available [2020-08-12T15:14:09.323Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:14:09.323Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:14:09.323Z] OK: 12620 distinct packages available [2020-08-12T15:14:09.642Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:14:09.642Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:14:09.642Z] OK: 12620 distinct packages available [2020-08-12T15:14:10.115Z] OK: 217 MiB in 51 packages [2020-08-12T15:14:10.115Z] OK: 217 MiB in 51 packages [2020-08-12T15:14:10.767Z] OK: 217 MiB in 51 packages [2020-08-12T15:14:10.767Z] OK: 217 MiB in 51 packages [2020-08-12T15:14:10.767Z] OK: 217 MiB in 51 packages [2020-08-12T15:14:11.384Z] Removing intermediate container 8827ce82b0bd [2020-08-12T15:14:11.384Z] ---> c9d2865374de [2020-08-12T15:14:11.384Z] Step 6/21 : COPY go.mod . [2020-08-12T15:14:11.988Z] Removing intermediate container 34814eccb6eb [2020-08-12T15:14:11.988Z] ---> 7f7506358636 [2020-08-12T15:14:11.988Z] Step 6/20 : COPY go.mod . [2020-08-12T15:14:12.261Z] ---> 61e72e3046b8 [2020-08-12T15:14:12.261Z] Step 7/21 : RUN go mod download [2020-08-12T15:14:12.549Z] ---> Running in 5a538b29fb23 [2020-08-12T15:14:12.820Z] Removing intermediate container cc879e1aac32 [2020-08-12T15:14:12.820Z] ---> 3cf40ef6eb3f [2020-08-12T15:14:12.820Z] Step 6/23 : COPY go.mod . [2020-08-12T15:14:12.820Z] Removing intermediate container 2793f0e8701f [2020-08-12T15:14:12.820Z] ---> 1e9bd5ce08f4 [2020-08-12T15:14:12.820Z] Step 6/21 : COPY go.mod . [2020-08-12T15:14:12.820Z] Removing intermediate container a2b6bcd67d64 [2020-08-12T15:14:12.820Z] ---> e50f987ff114 [2020-08-12T15:14:12.820Z] Step 6/21 : COPY go.mod . [2020-08-12T15:14:13.104Z] ---> 98fb476be480 [2020-08-12T15:14:13.104Z] Step 7/20 : RUN go mod download [2020-08-12T15:14:13.381Z] ---> Running in 79d17a10b8cf [2020-08-12T15:14:13.989Z] ---> 951bd9854ed3 [2020-08-12T15:14:13.989Z] Step 7/23 : RUN go mod download [2020-08-12T15:14:13.989Z] ---> 592a9baeb61c [2020-08-12T15:14:13.989Z] Step 7/21 : RUN go mod download [2020-08-12T15:14:13.989Z] ---> b88f91d0aeab [2020-08-12T15:14:13.989Z] Step 7/21 : RUN go mod download [2020-08-12T15:14:14.271Z] ---> Running in daadf731fdb7 [2020-08-12T15:14:14.541Z] ---> Running in eaa3d2ccb204 [2020-08-12T15:14:14.541Z] ---> Running in d3ac1566504f [2020-08-12T15:14:17.190Z] Removing intermediate container 5a538b29fb23 [2020-08-12T15:14:17.190Z] ---> cecb5fd4d4b5 [2020-08-12T15:14:17.190Z] Step 8/21 : COPY . . [2020-08-12T15:14:17.789Z] Removing intermediate container 79d17a10b8cf [2020-08-12T15:14:17.789Z] ---> db03458473cf [2020-08-12T15:14:18.070Z] Step 8/20 : COPY . . [2020-08-12T15:14:20.081Z] Removing intermediate container daadf731fdb7 [2020-08-12T15:14:20.081Z] ---> 5a315fb49357 [2020-08-12T15:14:20.081Z] Step 8/23 : COPY . . [2020-08-12T15:14:20.355Z] Removing intermediate container d3ac1566504f [2020-08-12T15:14:20.355Z] ---> ec18d6fbf060 [2020-08-12T15:14:20.355Z] Step 8/21 : COPY . . [2020-08-12T15:14:20.950Z] Removing intermediate container eaa3d2ccb204 [2020-08-12T15:14:20.950Z] ---> f48a8b69036a [2020-08-12T15:14:20.950Z] Step 8/21 : COPY . . [2020-08-12T15:14:53.354Z] ---> 7e895fc2b242 [2020-08-12T15:14:53.354Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T15:14:53.354Z] ---> c5b6ca4e69e5 [2020-08-12T15:14:53.354Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T15:14:53.354Z] ---> 6581c5d093e1 [2020-08-12T15:14:53.354Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T15:14:53.354Z] ---> Running in 1207006fd39d [2020-08-12T15:14:53.354Z] ---> Running in 70cc2b3a3395 [2020-08-12T15:14:53.354Z] ---> fd22a6fd2abe [2020-08-12T15:14:53.354Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T15:14:53.354Z] ---> dc818b45787d [2020-08-12T15:14:53.354Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T15:14:53.354Z] ---> Running in 85593530a397 [2020-08-12T15:14:53.354Z] ---> Running in 39d0da2c7c94 [2020-08-12T15:14:53.354Z] ---> Running in c4cff2dd62d2 [2020-08-12T15:14:53.354Z] 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-12T15:14:53.354Z] 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-12T15:14:53.354Z] 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-12T15:14:53.354Z] 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-12T15:14:53.354Z] 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-12T15:16:45.244Z] Removing intermediate container 39d0da2c7c94 [2020-08-12T15:16:45.244Z] ---> ba3b598f7afe [2020-08-12T15:16:45.244Z] [2020-08-12T15:16:45.244Z] Step 10/21 : FROM scratch [2020-08-12T15:16:45.244Z] ---> [2020-08-12T15:16:45.244Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T15:16:45.244Z] ---> Running in a68f77f610f6 [2020-08-12T15:16:45.244Z] Removing intermediate container a68f77f610f6 [2020-08-12T15:16:45.244Z] ---> ca8c55b4ecab [2020-08-12T15:16:45.244Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T15:16:45.244Z] ---> Running in f5e5d5be5d8e [2020-08-12T15:16:45.244Z] Removing intermediate container f5e5d5be5d8e [2020-08-12T15:16:45.244Z] ---> 8729c0fe0350 [2020-08-12T15:16:45.244Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T15:16:45.244Z] ---> Running in b07cd33ec32b [2020-08-12T15:16:45.244Z] Removing intermediate container b07cd33ec32b [2020-08-12T15:16:45.244Z] ---> 6de8da876ea8 [2020-08-12T15:16:45.244Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T15:16:45.244Z] ---> 869e791b3efe [2020-08-12T15:16:45.244Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T15:16:45.244Z] ---> 0278f5fd0986 [2020-08-12T15:16:45.244Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T15:16:45.244Z] ---> d14b2a0002d4 [2020-08-12T15:16:45.244Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T15:16:45.244Z] ---> 7279a06b7aa1 [2020-08-12T15:16:45.244Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:16:45.244Z] ---> Running in 89a31894fb18 [2020-08-12T15:16:45.244Z] Removing intermediate container 89a31894fb18 [2020-08-12T15:16:45.244Z] ---> 3c27e0f563b9 [2020-08-12T15:16:45.244Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T15:16:45.244Z] ---> Running in e50c53b2cbf4 [2020-08-12T15:16:45.244Z] Removing intermediate container e50c53b2cbf4 [2020-08-12T15:16:45.244Z] ---> b74f61f33f48 [2020-08-12T15:16:45.244Z] Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:16:45.244Z] ---> Running in a86891ea671b [2020-08-12T15:16:45.244Z] Removing intermediate container a86891ea671b [2020-08-12T15:16:45.244Z] ---> e4b9a1e90727 [2020-08-12T15:16:45.244Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T15:16:45.244Z] ---> Running in c042d89d7b7d [2020-08-12T15:16:45.244Z] Removing intermediate container c042d89d7b7d [2020-08-12T15:16:45.244Z] ---> 0f1047b1cfb2 [2020-08-12T15:16:45.244Z] [2020-08-12T15:16:45.521Z] Removing intermediate container c4cff2dd62d2 [2020-08-12T15:16:45.521Z] ---> 8b9298e76ac3 [2020-08-12T15:16:45.521Z] [2020-08-12T15:16:45.521Z] Step 10/23 : FROM scratch [2020-08-12T15:16:45.521Z] ---> [2020-08-12T15:16:45.521Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T15:16:45.800Z] Successfully built 0f1047b1cfb2 [2020-08-12T15:16:45.800Z] ---> Using cache [2020-08-12T15:16:45.800Z] ---> ca8c55b4ecab [2020-08-12T15:16:45.800Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T15:16:45.800Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-12T15:16:45.800Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-08-12T15:16:46.395Z] ---> Running in 1b3649508f84 [2020-08-12T15:16:47.376Z] Removing intermediate container 1207006fd39d [2020-08-12T15:16:47.376Z] ---> f3d8cadb758d [2020-08-12T15:16:47.376Z] [2020-08-12T15:16:47.376Z] Step 10/20 : FROM scratch [2020-08-12T15:16:47.376Z] ---> [2020-08-12T15:16:47.376Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T15:16:48.818Z] Removing intermediate container 1b3649508f84 [2020-08-12T15:16:48.818Z] ---> b67ec61868ad [2020-08-12T15:16:48.818Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T15:16:49.096Z] ---> Running in b14836816e2d [2020-08-12T15:16:49.382Z] Removing intermediate container 85593530a397 [2020-08-12T15:16:49.382Z] ---> 2c0fbecfb871 [2020-08-12T15:16:49.382Z] [2020-08-12T15:16:49.382Z] Step 10/21 : FROM scratch [2020-08-12T15:16:49.382Z] ---> [2020-08-12T15:16:49.382Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T15:16:49.974Z] ---> Running in c36de2e61843 [2020-08-12T15:16:50.254Z] ---> Running in 9fa10fbed609 [2020-08-12T15:16:50.254Z] Removing intermediate container b14836816e2d [2020-08-12T15:16:50.254Z] ---> dd5dd50034c4 [2020-08-12T15:16:50.254Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T15:16:50.857Z] ---> Running in 460aee701b91 [2020-08-12T15:16:50.858Z] Removing intermediate container c36de2e61843 [2020-08-12T15:16:50.858Z] ---> db0265b63bad [2020-08-12T15:16:50.858Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T15:16:51.468Z] Removing intermediate container 9fa10fbed609 [2020-08-12T15:16:51.468Z] ---> bf2fea3e5a0c [2020-08-12T15:16:51.468Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T15:16:52.464Z] ---> Running in 63c10239a62c [2020-08-12T15:16:52.464Z] Removing intermediate container 460aee701b91 [2020-08-12T15:16:52.464Z] ---> 28cd823c3974 [2020-08-12T15:16:52.464Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T15:16:53.067Z] ---> ac6e5fc4c879 [2020-08-12T15:16:53.067Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T15:16:53.358Z] ---> Running in 8ff3e8c69186 [2020-08-12T15:16:53.358Z] Removing intermediate container 63c10239a62c [2020-08-12T15:16:53.358Z] ---> 3a8d63dc228e [2020-08-12T15:16:53.358Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T15:16:53.641Z] ---> Running in ab12988adcb5 [2020-08-12T15:16:53.926Z] Removing intermediate container 70cc2b3a3395 [2020-08-12T15:16:53.926Z] ---> 640507e662bd [2020-08-12T15:16:53.926Z] [2020-08-12T15:16:53.926Z] Step 10/21 : FROM scratch [2020-08-12T15:16:53.926Z] ---> [2020-08-12T15:16:53.926Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T15:16:53.926Z] ---> Using cache [2020-08-12T15:16:53.926Z] ---> bf2fea3e5a0c [2020-08-12T15:16:53.926Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T15:16:53.926Z] Removing intermediate container 8ff3e8c69186 [2020-08-12T15:16:53.926Z] ---> ad053b105a78 [2020-08-12T15:16:53.926Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T15:16:54.199Z] ---> Running in 92b035cd8047 [2020-08-12T15:16:54.470Z] Removing intermediate container ab12988adcb5 [2020-08-12T15:16:54.470Z] ---> 6bcfbf6a2004 [2020-08-12T15:16:54.470Z] Step 14/21 : WORKDIR / [2020-08-12T15:16:54.745Z] ---> Running in 2784a24caa10 [2020-08-12T15:16:54.745Z] ---> b7b96f8506d7 [2020-08-12T15:16:54.745Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T15:16:55.345Z] ---> 1d749c39f21c [2020-08-12T15:16:55.345Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T15:16:55.345Z] Removing intermediate container 92b035cd8047 [2020-08-12T15:16:55.345Z] ---> 5514dc408b4c [2020-08-12T15:16:55.345Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T15:16:55.624Z] ---> Running in 9cd13de1f570 [2020-08-12T15:16:55.624Z] Removing intermediate container 2784a24caa10 [2020-08-12T15:16:55.624Z] ---> af70cd7fab62 [2020-08-12T15:16:55.624Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-12T15:16:57.623Z] ---> ca24a0f21da3 [2020-08-12T15:16:57.623Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T15:16:57.623Z] Removing intermediate container 9cd13de1f570 [2020-08-12T15:16:57.623Z] ---> cdb65eba4de2 [2020-08-12T15:16:57.623Z] Step 14/21 : WORKDIR / [2020-08-12T15:16:57.904Z] ---> 6b3fce350a3d [2020-08-12T15:16:57.904Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T15:16:58.187Z] ---> Running in a56624831621 [2020-08-12T15:16:58.465Z] ---> ae29ddb5ab30 [2020-08-12T15:16:58.465Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T15:16:59.080Z] ---> 3287588c1898 [2020-08-12T15:16:59.080Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T15:16:59.682Z] Removing intermediate container a56624831621 [2020-08-12T15:16:59.682Z] ---> 1ad5276ebeef [2020-08-12T15:16:59.682Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T15:17:00.277Z] ---> 119b9e11860a [2020-08-12T15:17:00.277Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:17:00.550Z] ---> 6c923b0d1856 [2020-08-12T15:17:00.550Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T15:17:00.823Z] ---> fd61e0da51e0 [2020-08-12T15:17:00.823Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T15:17:00.823Z] ---> Running in d2961e1d15b9 [2020-08-12T15:17:01.432Z] ---> fae206c68b87 [2020-08-12T15:17:01.432Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T15:17:02.039Z] Removing intermediate container d2961e1d15b9 [2020-08-12T15:17:02.039Z] ---> 6f4ffecdd5af [2020-08-12T15:17:02.039Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T15:17:02.039Z] ---> c8c4169cbe54 [2020-08-12T15:17:02.039Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:17:03.034Z] ---> Running in 70fc5b27429f [2020-08-12T15:17:03.034Z] ---> Running in 2c8514f44ea9 [2020-08-12T15:17:03.646Z] ---> b36542d75001 [2020-08-12T15:17:03.646Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T15:17:03.646Z] ---> a5988ed09871 [2020-08-12T15:17:03.646Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:17:04.281Z] Removing intermediate container 2c8514f44ea9 [2020-08-12T15:17:04.281Z] ---> ea182e6cebb5 [2020-08-12T15:17:04.281Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T15:17:04.281Z] Removing intermediate container 70fc5b27429f [2020-08-12T15:17:04.281Z] ---> 4d515eefc45d [2020-08-12T15:17:04.281Z] Step 19/20 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:17:04.281Z] ---> Running in b37daf27b764 [2020-08-12T15:17:04.555Z] ---> Running in fd09983a141b [2020-08-12T15:17:04.555Z] ---> Running in 3e1bb1eedd6f [2020-08-12T15:17:04.555Z] ---> 395a403e2728 [2020-08-12T15:17:04.555Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:17:04.838Z] ---> Running in 97a01861e6cd [2020-08-12T15:17:05.151Z] Removing intermediate container b37daf27b764 [2020-08-12T15:17:05.151Z] ---> 36763c9bc70a [2020-08-12T15:17:05.151Z] Step 21/23 : LABEL arch=arm64 [2020-08-12T15:17:05.487Z] Removing intermediate container fd09983a141b [2020-08-12T15:17:05.487Z] ---> 800db8d42af2 [2020-08-12T15:17:05.487Z] Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:17:05.487Z] Removing intermediate container 3e1bb1eedd6f [2020-08-12T15:17:05.487Z] ---> 43f8a0a0f7c9 [2020-08-12T15:17:05.487Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T15:17:05.487Z] ---> Running in ae1a344f9a55 [2020-08-12T15:17:05.810Z] ---> Running in 749fb5d9a530 [2020-08-12T15:17:05.810Z] ---> Running in 5e6b51bf159b [2020-08-12T15:17:05.810Z] Removing intermediate container 97a01861e6cd [2020-08-12T15:17:05.810Z] ---> f579fecdcba7 [2020-08-12T15:17:05.810Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T15:17:06.335Z] ---> Running in fd5a232a855e [2020-08-12T15:17:06.611Z] Removing intermediate container ae1a344f9a55 [2020-08-12T15:17:06.611Z] ---> b9dea0fc83b3 [2020-08-12T15:17:06.611Z] Step 22/23 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:17:06.611Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:17:06.611Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:17:06.611Z] ---> f97b8e805bf5 [2020-08-12T15:17:06.611Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T15:17:06.611Z] ---> Using cache [2020-08-12T15:17:06.611Z] ---> e2bedebb2678 [2020-08-12T15:17:06.611Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:17:06.612Z] ---> Using cache [2020-08-12T15:17:06.612Z] ---> 2aadabdfb265 [2020-08-12T15:17:06.612Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T15:17:06.612Z] ---> Running in faf8b50a1f5b [2020-08-12T15:17:06.886Z] Removing intermediate container 5e6b51bf159b [2020-08-12T15:17:06.886Z] ---> ac1332256bc3 [2020-08-12T15:17:06.886Z] [2020-08-12T15:17:06.886Z] ---> Running in a1c20b06fc41 [2020-08-12T15:17:06.886Z] Removing intermediate container 749fb5d9a530 [2020-08-12T15:17:06.886Z] ---> 235847b3752d [2020-08-12T15:17:06.886Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T15:17:07.160Z] Removing intermediate container fd5a232a855e [2020-08-12T15:17:07.160Z] ---> 4c03f18041aa [2020-08-12T15:17:07.160Z] Step 20/21 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:17:07.160Z] ---> Running in 1f52069e1fdb [2020-08-12T15:17:07.436Z] ---> Running in c3570b2fdbd7 [2020-08-12T15:17:07.709Z] Removing intermediate container a1c20b06fc41 [2020-08-12T15:17:07.709Z] ---> 6e37f4b1ac4b [2020-08-12T15:17:07.709Z] Step 23/23 : LABEL version=0.0.0 [2020-08-12T15:17:07.709Z] Successfully built ac1332256bc3 [2020-08-12T15:17:07.709Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-12T15:17:07.709Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-08-12T15:17:07.981Z] ---> Running in b089287aa8db [2020-08-12T15:17:07.981Z] Removing intermediate container 1f52069e1fdb [2020-08-12T15:17:07.981Z] ---> efb55cbf7216 [2020-08-12T15:17:07.981Z] [2020-08-12T15:17:08.255Z] Removing intermediate container c3570b2fdbd7 [2020-08-12T15:17:08.255Z] ---> aebd6291b033 [2020-08-12T15:17:08.255Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T15:17:08.525Z] Successfully built efb55cbf7216 [2020-08-12T15:17:08.798Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-12T15:17:08.798Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-08-12T15:17:08.798Z] ---> Running in 97b73cb1d3fc [2020-08-12T15:17:08.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:17:09.101Z] Removing intermediate container b089287aa8db [2020-08-12T15:17:09.101Z] ---> 2dc227240deb [2020-08-12T15:17:09.101Z] [2020-08-12T15:17:09.376Z] Removing intermediate container 97b73cb1d3fc [2020-08-12T15:17:09.376Z] ---> 42980eb0d0cd [2020-08-12T15:17:09.376Z] [2020-08-12T15:17:09.650Z] Successfully built 2dc227240deb [2020-08-12T15:17:09.650Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-12T15:17:09.650Z] Building docker-security-secrets-setup-go [2020-08-12T15:17:09.923Z]  Building docker-support-notifications-go ... done Successfully built 42980eb0d0cd [2020-08-12T15:17:09.923Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-12T15:17:09.923Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-08-12T15:17:09.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:17:10.897Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:17:10.897Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:17:10.897Z] OK: 12620 distinct packages available [2020-08-12T15:17:11.492Z] OK: 217 MiB in 51 packages [2020-08-12T15:17:15.803Z] Removing intermediate container faf8b50a1f5b [2020-08-12T15:17:15.803Z] ---> d0d6e172a76f [2020-08-12T15:17:15.803Z] Step 6/20 : COPY go.mod . [2020-08-12T15:17:17.781Z] ---> 8f85e066b2ae [2020-08-12T15:17:17.781Z] Step 7/20 : RUN go mod download [2020-08-12T15:17:19.752Z] ---> Running in ab6edb351d22 [2020-08-12T15:17:25.151Z] Removing intermediate container ab6edb351d22 [2020-08-12T15:17:25.151Z] ---> 3b56081bd7ff [2020-08-12T15:17:25.151Z] Step 8/20 : COPY . . [2020-08-12T15:17:47.316Z] ---> 1d17e496b7a4 [2020-08-12T15:17:47.316Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T15:17:47.316Z] ---> Running in 8170be7e913c [2020-08-12T15:17:48.757Z] 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-12T15:18:21.107Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:18:21.107Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:18:21.107Z] ---> f97b8e805bf5 [2020-08-12T15:18:21.107Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> e2bedebb2678 [2020-08-12T15:18:21.107Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> 2aadabdfb265 [2020-08-12T15:18:21.107Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T15:18:21.107Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:18:21.107Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:18:21.107Z] ---> f97b8e805bf5 [2020-08-12T15:18:21.107Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> e2bedebb2678 [2020-08-12T15:18:21.107Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> 2aadabdfb265 [2020-08-12T15:18:21.107Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> d0d6e172a76f [2020-08-12T15:18:21.107Z] Step 6/26 : COPY go.mod . [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> 8f85e066b2ae [2020-08-12T15:18:21.107Z] Step 7/26 : RUN go mod download [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> 3b56081bd7ff [2020-08-12T15:18:21.107Z] Step 8/26 : COPY . . [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> 1d17e496b7a4 [2020-08-12T15:18:21.107Z] 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-12T15:18:21.107Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:18:21.107Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T15:18:21.107Z] ---> f97b8e805bf5 [2020-08-12T15:18:21.107Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> e2bedebb2678 [2020-08-12T15:18:21.107Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> 2aadabdfb265 [2020-08-12T15:18:21.107Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T15:18:21.107Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T15:18:21.107Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T15:18:21.107Z] ---> f97b8e805bf5 [2020-08-12T15:18:21.107Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T15:18:21.107Z] ---> Using cache [2020-08-12T15:18:21.107Z] ---> e2bedebb2678 [2020-08-12T15:18:21.107Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T15:18:22.102Z] ---> Running in fe895a156549 [2020-08-12T15:18:22.102Z] ---> Running in 2d2943b06f27 [2020-08-12T15:18:22.102Z] ---> Running in b683f64f5ded [2020-08-12T15:18:22.102Z] ---> Running in dffdbd8defcb [2020-08-12T15:18:24.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:18:25.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:18:25.016Z] 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-12T15:18:25.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:18:25.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:18:25.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:18:25.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:18:26.890Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:18:26.890Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:18:26.890Z] OK: 12620 distinct packages available [2020-08-12T15:18:26.890Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:18:26.890Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:18:26.890Z] OK: 12620 distinct packages available [2020-08-12T15:18:27.163Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:18:27.163Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:18:27.163Z] OK: 12620 distinct packages available [2020-08-12T15:18:27.945Z] Removing intermediate container 8170be7e913c [2020-08-12T15:18:27.945Z] ---> 293f0e6b84d4 [2020-08-12T15:18:27.945Z] [2020-08-12T15:18:27.945Z] Step 10/20 : FROM alpine [2020-08-12T15:18:27.945Z] OK: 217 MiB in 51 packages [2020-08-12T15:18:28.296Z] OK: 217 MiB in 51 packages [2020-08-12T15:18:28.296Z] latest: Pulling from library/alpine [2020-08-12T15:18:28.296Z] OK: 217 MiB in 51 packages [2020-08-12T15:18:28.600Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T15:18:28.600Z] Status: Downloaded newer image for alpine:latest [2020-08-12T15:18:28.600Z] ---> 62ee0e9f8440 [2020-08-12T15:18:28.600Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T15:18:29.212Z] ---> Running in 0d599d1644e0 [2020-08-12T15:18:31.206Z] Removing intermediate container 2d2943b06f27 [2020-08-12T15:18:31.206Z] ---> a8b1270d6b2f [2020-08-12T15:18:31.206Z] Step 5/29 : COPY go.mod . [2020-08-12T15:18:31.206Z] Removing intermediate container b683f64f5ded [2020-08-12T15:18:31.206Z] ---> 13bae35eed3e [2020-08-12T15:18:31.206Z] Step 6/26 : COPY go.mod . [2020-08-12T15:18:31.481Z] Removing intermediate container fe895a156549 [2020-08-12T15:18:31.481Z] ---> 534f2ef533b0 [2020-08-12T15:18:31.481Z] Step 6/22 : COPY go.mod . [2020-08-12T15:18:32.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:18:32.928Z] ---> 959ae3acfaa1 [2020-08-12T15:18:32.928Z] Step 6/29 : RUN go mod download [2020-08-12T15:18:32.928Z] ---> 870bb89a5ae6 [2020-08-12T15:18:32.928Z] Step 7/26 : RUN go mod download [2020-08-12T15:18:32.928Z] ---> 0f8d05ca7ad0 [2020-08-12T15:18:32.928Z] Step 7/22 : RUN go mod download [2020-08-12T15:18:33.204Z] ---> Running in bbdaa0295139 [2020-08-12T15:18:33.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:18:33.204Z] ---> Running in 1d0a03841aed [2020-08-12T15:18:33.478Z] ---> Running in 8c26b82bd5d4 [2020-08-12T15:18:33.753Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:18:33.753Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:18:33.753Z] OK: 12620 distinct packages available [2020-08-12T15:18:34.740Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T15:18:35.019Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T15:18:35.019Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T15:18:35.019Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T15:18:35.019Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:18:35.019Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T15:18:35.296Z] OK: 7 MiB in 18 packages [2020-08-12T15:18:37.916Z] Removing intermediate container 0d599d1644e0 [2020-08-12T15:18:37.916Z] ---> 988754005449 [2020-08-12T15:18:37.916Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T15:18:38.189Z] ---> Running in 2b7a94a16ca4 [2020-08-12T15:18:39.171Z] Removing intermediate container 2b7a94a16ca4 [2020-08-12T15:18:39.171Z] Removing intermediate container bbdaa0295139 [2020-08-12T15:18:39.171Z] ---> da7aa5555243 [2020-08-12T15:18:39.171Z] Step 7/29 : COPY . . [2020-08-12T15:18:39.171Z] ---> f71c49616825 [2020-08-12T15:18:39.171Z] Step 13/20 : WORKDIR /edgex [2020-08-12T15:18:39.456Z] Removing intermediate container 8c26b82bd5d4 [2020-08-12T15:18:39.457Z] ---> 24b5356654f7 [2020-08-12T15:18:39.457Z] Step 8/22 : COPY . . [2020-08-12T15:18:39.726Z] ---> Running in 86366c2250c8 [2020-08-12T15:18:39.726Z] Removing intermediate container 1d0a03841aed [2020-08-12T15:18:39.726Z] ---> a5dca49f2cad [2020-08-12T15:18:39.726Z] Step 8/26 : COPY . . [2020-08-12T15:18:40.711Z] Removing intermediate container 86366c2250c8 [2020-08-12T15:18:40.711Z] ---> 28bf2556d820 [2020-08-12T15:18:40.711Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T15:18:45.069Z] ---> cf51db0cf078 [2020-08-12T15:18:45.069Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T15:18:48.484Z] ---> f8660f6039e1 [2020-08-12T15:18:48.484Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T15:18:48.484Z] ---> Running in e390dcf789ba [2020-08-12T15:18:49.948Z] Removing intermediate container e390dcf789ba [2020-08-12T15:18:49.948Z] ---> e010f14f574b [2020-08-12T15:18:49.948Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T15:18:50.222Z] ---> Running in 3c85ffa27bf2 [2020-08-12T15:18:51.667Z] Removing intermediate container 3c85ffa27bf2 [2020-08-12T15:18:51.667Z] ---> 2b1d0ef994b5 [2020-08-12T15:18:51.667Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T15:18:51.944Z] ---> Running in 87319793cebc [2020-08-12T15:18:53.389Z] Removing intermediate container 87319793cebc [2020-08-12T15:18:53.389Z] ---> fe9d91d35dd9 [2020-08-12T15:18:53.389Z] Step 19/20 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:18:53.987Z] ---> Running in 4735b2e949dc [2020-08-12T15:18:54.973Z] Removing intermediate container 4735b2e949dc [2020-08-12T15:18:54.973Z] ---> 4741fcf16745 [2020-08-12T15:18:54.973Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T15:18:55.585Z] ---> Running in c16dca246d4b [2020-08-12T15:18:56.586Z] Removing intermediate container c16dca246d4b [2020-08-12T15:18:56.586Z] ---> 97a6dcb068fd [2020-08-12T15:18:56.586Z] [2020-08-12T15:18:57.188Z] Successfully built 97a6dcb068fd [2020-08-12T15:18:57.188Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-12T15:19:01.524Z]  Building docker-security-proxy-setup-go ... done 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-12T15:19:08.311Z] 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-12T15:19:13.759Z] ---> 21ecda097d60 [2020-08-12T15:19:13.759Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T15:19:13.759Z] ---> 2b51350a1655 [2020-08-12T15:19:13.759Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T15:19:13.759Z] ---> eba117faef1f [2020-08-12T15:19:13.759Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T15:19:14.032Z] ---> Running in 6f53fb676dd6 [2020-08-12T15:19:14.032Z] ---> Running in 1901a7a336b5 [2020-08-12T15:19:14.032Z] ---> Running in 356b8151a7f5 [2020-08-12T15:19:16.665Z] 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-12T15:19:16.665Z] 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-12T15:19:16.665Z] 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-12T15:19:18.120Z] Removing intermediate container dffdbd8defcb [2020-08-12T15:19:18.120Z] ---> c7b3f2dc90ba [2020-08-12T15:19:18.120Z] [2020-08-12T15:19:18.120Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T15:19:18.120Z] 3.10: Pulling from library/alpine [2020-08-12T15:19:20.141Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T15:19:20.141Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T15:19:20.141Z] ---> 536a684cf733 [2020-08-12T15:19:20.141Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T15:19:20.141Z] ---> Running in 77189db6a785 [2020-08-12T15:19:22.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:19:23.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:19:23.802Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T15:19:23.802Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T15:19:23.802Z] OK: 10167 distinct packages available [2020-08-12T15:19:24.406Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T15:19:24.406Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T15:19:24.406Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T15:19:24.406Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T15:19:24.684Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T15:19:24.684Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T15:19:24.684Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T15:19:24.959Z] OK: 7 MiB in 19 packages [2020-08-12T15:19:27.648Z] Removing intermediate container 77189db6a785 [2020-08-12T15:19:27.648Z] ---> d649f0606d0b [2020-08-12T15:19:27.648Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T15:19:27.648Z] ---> Running in 1091af24f33d [2020-08-12T15:19:28.250Z] Removing intermediate container 1091af24f33d [2020-08-12T15:19:28.250Z] ---> 55f8688968aa [2020-08-12T15:19:28.250Z] Step 13/26 : WORKDIR / [2020-08-12T15:19:28.250Z] ---> Running in 00a6a545dae9 [2020-08-12T15:19:29.251Z] Removing intermediate container 00a6a545dae9 [2020-08-12T15:19:29.251Z] ---> 203f530c518e [2020-08-12T15:19:29.251Z] 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-12T15:19:30.256Z] ---> 2e883207076f [2020-08-12T15:19:30.256Z] 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-12T15:19:31.256Z] ---> 2f34fdae50e1 [2020-08-12T15:19:31.256Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T15:19:32.252Z] ---> 3ea227daf64a [2020-08-12T15:19:32.252Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T15:19:33.719Z] ---> f8fcc173e600 [2020-08-12T15:19:33.719Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T15:19:35.191Z] ---> eafd4ed42963 [2020-08-12T15:19:35.191Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T15:19:37.196Z] ---> 22d783007564 [2020-08-12T15:19:37.196Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T15:19:38.662Z] ---> 68996c1c671f [2020-08-12T15:19:38.662Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T15:19:39.664Z] ---> 5355e44e8953 [2020-08-12T15:19:39.664Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T15:19:39.947Z] ---> Running in 5b7d8ec9fc04 [2020-08-12T15:19:44.333Z] Removing intermediate container 5b7d8ec9fc04 [2020-08-12T15:19:44.333Z] ---> e61e46c502e9 [2020-08-12T15:19:44.333Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T15:19:44.333Z] ---> Running in 2e5ffb58c0f3 [2020-08-12T15:19:44.609Z] Removing intermediate container 2e5ffb58c0f3 [2020-08-12T15:19:44.609Z] ---> 83e29d908dc7 [2020-08-12T15:19:44.609Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T15:19:44.886Z] ---> Running in 40d295715d07 [2020-08-12T15:19:45.491Z] Removing intermediate container 40d295715d07 [2020-08-12T15:19:45.491Z] ---> 6a3a273e7719 [2020-08-12T15:19:45.491Z] Step 25/26 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:19:45.766Z] ---> Running in 7ee3733bb5c1 [2020-08-12T15:19:46.372Z] Removing intermediate container 7ee3733bb5c1 [2020-08-12T15:19:46.372Z] ---> 919e881dc517 [2020-08-12T15:19:46.372Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T15:19:46.646Z] ---> Running in cf329ef29dfe [2020-08-12T15:19:47.253Z] Removing intermediate container cf329ef29dfe [2020-08-12T15:19:47.253Z] ---> dcbcc5d0e624 [2020-08-12T15:19:47.253Z] [2020-08-12T15:19:47.858Z] Successfully built dcbcc5d0e624 [2020-08-12T15:19:47.858Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-12T15:20:20.285Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6f53fb676dd6 [2020-08-12T15:20:20.285Z] ---> 55e6e5ae6349 [2020-08-12T15:20:20.285Z] [2020-08-12T15:20:20.285Z] Step 9/29 : FROM alpine:latest [2020-08-12T15:20:20.285Z] ---> 62ee0e9f8440 [2020-08-12T15:20:20.285Z] 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-12T15:20:20.285Z] ---> Running in 6bac96133f06 [2020-08-12T15:20:20.285Z] Removing intermediate container 6bac96133f06 [2020-08-12T15:20:20.285Z] ---> 497522e842c1 [2020-08-12T15:20:20.285Z] Step 11/29 : USER root [2020-08-12T15:20:20.285Z] ---> Running in 9dd53f22a0e2 [2020-08-12T15:20:20.285Z] Removing intermediate container 9dd53f22a0e2 [2020-08-12T15:20:20.285Z] ---> 99103c3912cf [2020-08-12T15:20:20.285Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T15:20:20.285Z] ---> Running in c767aa28b3ff [2020-08-12T15:20:20.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:20:20.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:20:20.567Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T15:20:20.567Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T15:20:20.567Z] OK: 12620 distinct packages available [2020-08-12T15:20:21.568Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T15:20:21.568Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T15:20:21.568Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:20:21.568Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T15:20:21.846Z] OK: 6 MiB in 16 packages [2020-08-12T15:20:22.845Z] Removing intermediate container 356b8151a7f5 [2020-08-12T15:20:22.845Z] ---> e9f4959817a4 [2020-08-12T15:20:22.845Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T15:20:23.120Z] ---> Running in 9c3ca4a13463 [2020-08-12T15:20:24.110Z] Removing intermediate container c767aa28b3ff [2020-08-12T15:20:24.110Z] ---> 0fe8184bd25c [2020-08-12T15:20:24.110Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T15:20:24.110Z] ---> Running in 50dcb3a76c1f [2020-08-12T15:20:24.721Z] Removing intermediate container 50dcb3a76c1f [2020-08-12T15:20:24.721Z] ---> 1916071426e2 [2020-08-12T15:20:24.721Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T15:20:24.721Z] ---> Running in 5ba6dcd617c5 [2020-08-12T15:20:24.721Z] 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-12T15:20:25.332Z] Removing intermediate container 5ba6dcd617c5 [2020-08-12T15:20:25.332Z] ---> 9287d8fa4140 [2020-08-12T15:20:25.332Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T15:20:25.332Z] ---> Running in b8aef887a265 [2020-08-12T15:20:28.749Z] Removing intermediate container b8aef887a265 [2020-08-12T15:20:28.749Z] ---> fea47f07d9e6 [2020-08-12T15:20:28.749Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T15:20:28.749Z] Removing intermediate container 9c3ca4a13463 [2020-08-12T15:20:28.749Z] ---> f05f4099da25 [2020-08-12T15:20:28.749Z] [2020-08-12T15:20:28.749Z] Step 11/26 : FROM docker:latest [2020-08-12T15:20:28.749Z] ---> ce9d55ae87f1 [2020-08-12T15:20:28.749Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T15:20:29.421Z] ---> Running in 5adbe11a31ef [2020-08-12T15:20:30.061Z] ---> da971b6c907c [2020-08-12T15:20:30.061Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-12T15:20:31.062Z] ---> 8befa451b264 [2020-08-12T15:20:31.062Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T15:20:31.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:20:31.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:20:31.626Z] ---> f653f71c77e7 [2020-08-12T15:20:31.626Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T15:20:32.232Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T15:20:32.232Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T15:20:32.232Z] Executing bash-5.0.17-r0.post-install [2020-08-12T15:20:32.232Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:20:32.232Z] OK: 12 MiB in 22 packages [2020-08-12T15:20:32.516Z] ---> f3fdf4ee456c [2020-08-12T15:20:32.516Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T15:20:33.499Z] ---> 3cc97219b267 [2020-08-12T15:20:33.499Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T15:20:33.776Z] ---> Running in c38514cf8172 [2020-08-12T15:20:33.776Z] Removing intermediate container 5adbe11a31ef [2020-08-12T15:20:33.776Z] ---> 0ff1628206f5 [2020-08-12T15:20:33.776Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T15:20:34.057Z] ---> Running in 59f5a79bfb06 [2020-08-12T15:20:37.478Z] Removing intermediate container c38514cf8172 [2020-08-12T15:20:37.478Z] ---> 8f472339c3ee [2020-08-12T15:20:37.478Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T15:20:37.478Z] Removing intermediate container 59f5a79bfb06 [2020-08-12T15:20:37.478Z] ---> 8d4e04c39c71 [2020-08-12T15:20:37.478Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T15:20:37.752Z] ---> Running in 53425c8e80c2 [2020-08-12T15:20:38.346Z] ---> f318c61c5b99 [2020-08-12T15:20:38.346Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T15:20:38.346Z] Removing intermediate container 53425c8e80c2 [2020-08-12T15:20:38.346Z] ---> a4655d405c10 [2020-08-12T15:20:38.346Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T15:20:38.621Z] ---> Running in 720180778a07 [2020-08-12T15:20:38.621Z] ---> Running in fba5d9ebe98d [2020-08-12T15:20:38.900Z] Removing intermediate container 1901a7a336b5 [2020-08-12T15:20:38.900Z] ---> 33bb3b69db28 [2020-08-12T15:20:38.900Z] [2020-08-12T15:20:38.900Z] Step 10/22 : FROM alpine [2020-08-12T15:20:38.900Z] ---> 62ee0e9f8440 [2020-08-12T15:20:38.900Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T15:20:38.900Z] ---> Running in 49953cdaa40a [2020-08-12T15:20:39.174Z] Removing intermediate container fba5d9ebe98d [2020-08-12T15:20:39.174Z] ---> de32064e8d9a [2020-08-12T15:20:39.174Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T15:20:39.452Z] ---> Running in 4521453b715e [2020-08-12T15:20:39.727Z] Removing intermediate container 49953cdaa40a [2020-08-12T15:20:39.727Z] ---> 3aa8056b5f45 [2020-08-12T15:20:39.727Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T15:20:39.727Z] ---> Running in e31138230011 [2020-08-12T15:20:40.003Z] Removing intermediate container 4521453b715e [2020-08-12T15:20:40.003Z] ---> 4e6eff8cfe6b [2020-08-12T15:20:40.003Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T15:20:40.283Z] Removing intermediate container e31138230011 [2020-08-12T15:20:40.283Z] ---> 7ff49bcc52e8 [2020-08-12T15:20:40.283Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T15:20:40.557Z] ---> Running in 16d548ba0223 [2020-08-12T15:20:41.175Z] Removing intermediate container 16d548ba0223 [2020-08-12T15:20:41.175Z] ---> 9ddcff1bce48 [2020-08-12T15:20:41.175Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T15:20:41.175Z] ---> 60c7e016289a [2020-08-12T15:20:41.175Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T15:20:41.452Z] ---> Running in e6908d1f584b [2020-08-12T15:20:41.452Z] Removing intermediate container 720180778a07 [2020-08-12T15:20:41.452Z] ---> 07c0ac4c3b25 [2020-08-12T15:20:41.452Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T15:20:41.726Z] ---> Running in 690e2cc61e36 [2020-08-12T15:20:42.329Z] ---> 0a0e3aa7bd28 [2020-08-12T15:20:42.329Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T15:20:43.318Z] ---> 50011cc20488 [2020-08-12T15:20:43.318Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T15:20:43.318Z] ---> Running in 30d85942fd4e [2020-08-12T15:20:44.768Z] Removing intermediate container e6908d1f584b [2020-08-12T15:20:44.768Z] ---> 9a7a432902d6 [2020-08-12T15:20:44.768Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T15:20:44.768Z] ---> Running in a968cc8dadce [2020-08-12T15:20:45.046Z] Removing intermediate container 690e2cc61e36 [2020-08-12T15:20:45.046Z] ---> 639896e7eeef [2020-08-12T15:20:45.046Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T15:20:45.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:20:45.320Z] ---> Running in 76ed98a57b8a [2020-08-12T15:20:45.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:20:45.866Z] Removing intermediate container 76ed98a57b8a [2020-08-12T15:20:45.866Z] ---> 6d1e05d8527f [2020-08-12T15:20:45.866Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T15:20:45.866Z] ---> Running in 7d75362d15da [2020-08-12T15:20:46.140Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T15:20:46.140Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T15:20:46.140Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T15:20:46.140Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T15:20:46.140Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T15:20:46.140Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T15:20:46.140Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T15:20:46.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:20:46.415Z] Removing intermediate container 7d75362d15da [2020-08-12T15:20:46.415Z] ---> 1d726f4b0a19 [2020-08-12T15:20:46.415Z] Step 27/29 : LABEL arch=arm64 [2020-08-12T15:20:46.688Z] ---> Running in 25e026e268a2 [2020-08-12T15:20:46.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:20:47.236Z] Removing intermediate container 25e026e268a2 [2020-08-12T15:20:47.236Z] ---> 685f7598ef21 [2020-08-12T15:20:47.236Z] Step 28/29 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:20:47.512Z] ---> Running in 51d3f5ab0fd0 [2020-08-12T15:20:47.512Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T15:20:47.786Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T15:20:47.786Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T15:20:48.059Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T15:20:48.059Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T15:20:48.059Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T15:20:48.059Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T15:20:48.059Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T15:20:48.059Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T15:20:48.059Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T15:20:48.059Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T15:20:48.059Z] Removing intermediate container 51d3f5ab0fd0 [2020-08-12T15:20:48.059Z] ---> 9c10026d5d19 [2020-08-12T15:20:48.059Z] Step 29/29 : LABEL version=0.0.0 [2020-08-12T15:20:48.340Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T15:20:48.340Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:20:48.340Z] OK: 8 MiB in 19 packages [2020-08-12T15:20:48.340Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T15:20:48.340Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T15:20:48.340Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T15:20:48.340Z] ---> Running in 7b296dcb025d [2020-08-12T15:20:48.340Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T15:20:48.340Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T15:20:48.622Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T15:20:48.622Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T15:20:48.622Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T15:20:48.622Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T15:20:48.895Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T15:20:48.895Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T15:20:48.895Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T15:20:48.895Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T15:20:48.895Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T15:20:48.895Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T15:20:48.895Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T15:20:48.895Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T15:20:48.895Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T15:20:48.895Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T15:20:48.895Z] Removing intermediate container 7b296dcb025d [2020-08-12T15:20:48.895Z] ---> 2b644cfb9862 [2020-08-12T15:20:48.895Z] [2020-08-12T15:20:49.170Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:20:49.170Z] OK: 71 MiB in 55 packages [2020-08-12T15:20:49.445Z] Successfully built 2b644cfb9862 [2020-08-12T15:20:49.445Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-12T15:20:49.719Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container a968cc8dadce [2020-08-12T15:20:49.719Z] ---> 1df9a46ca50b [2020-08-12T15:20:49.719Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T15:20:50.703Z] ---> 01d22afa6f43 [2020-08-12T15:20:50.703Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T15:20:52.153Z] ---> 9717294945e4 [2020-08-12T15:20:52.153Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T15:20:53.143Z] ---> 9c2fa4bba58d [2020-08-12T15:20:53.143Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:20:53.144Z] ---> Running in a0b895704365 [2020-08-12T15:20:53.740Z] Removing intermediate container a0b895704365 [2020-08-12T15:20:53.741Z] ---> db0c68a5def1 [2020-08-12T15:20:53.741Z] Step 20/22 : LABEL arch=arm64 [2020-08-12T15:20:54.017Z] ---> Running in acdf1b9062cb [2020-08-12T15:20:54.613Z] Removing intermediate container acdf1b9062cb [2020-08-12T15:20:54.613Z] ---> 0f0f263a277d [2020-08-12T15:20:54.613Z] Step 21/22 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:20:54.885Z] ---> Running in 7cc0142dc549 [2020-08-12T15:20:55.165Z] Removing intermediate container 30d85942fd4e [2020-08-12T15:20:55.165Z] ---> 36fb0db530d5 [2020-08-12T15:20:55.165Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T15:20:55.165Z] ---> Running in 513f60ec5dbc [2020-08-12T15:20:55.458Z] Removing intermediate container 7cc0142dc549 [2020-08-12T15:20:55.458Z] ---> f247d67ff1c8 [2020-08-12T15:20:55.458Z] Step 22/22 : LABEL version=0.0.0 [2020-08-12T15:20:55.458Z] ---> Running in 39cf6a642950 [2020-08-12T15:20:56.060Z] Removing intermediate container 39cf6a642950 [2020-08-12T15:20:56.060Z] ---> 1efd9357c3fe [2020-08-12T15:20:56.060Z] [2020-08-12T15:20:56.656Z] Successfully built 1efd9357c3fe [2020-08-12T15:20:56.656Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-12T15:21:00.931Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-08-12T15:21:00.931Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T15:21:01.200Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T15:21:01.200Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T15:21:01.792Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T15:21:01.792Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T15:21:03.212Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T15:21:03.212Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T15:21:03.481Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T15:21:03.481Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T15:21:05.438Z] 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-12T15:21:05.438Z] Collecting jsonschema<3,>=2.5.1 [2020-08-12T15:21:05.438Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T15:21:05.706Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T15:21:05.975Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T15:21:07.956Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T15:21:07.956Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T15:21:10.561Z] Collecting PyYAML<4,>=3.10 [2020-08-12T15:21:10.561Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T15:21:13.164Z] Collecting cached-property<2,>=1.2.0 [2020-08-12T15:21:13.165Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T15:21:13.165Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T15:21:13.165Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T15:21:13.434Z] 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-12T15:21:13.434Z] Collecting idna<2.8,>=2.5 [2020-08-12T15:21:13.434Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T15:21:13.704Z] 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-12T15:21:13.974Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T15:21:13.974Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T15:21:14.244Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T15:21:14.245Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T15:21:14.245Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T15:21:14.245Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T15:21:15.215Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, texttable, docopt, PyYAML, cached-property, docker-compose [2020-08-12T15:21:15.215Z] Attempting uninstall: idna [2020-08-12T15:21:15.215Z] Found existing installation: idna 2.9 [2020-08-12T15:21:15.215Z] Uninstalling idna-2.9: [2020-08-12T15:21:15.485Z] Successfully uninstalled idna-2.9 [2020-08-12T15:21:16.078Z] Attempting uninstall: urllib3 [2020-08-12T15:21:16.078Z] Found existing installation: urllib3 1.25.9 [2020-08-12T15:21:16.078Z] Uninstalling urllib3-1.25.9: [2020-08-12T15:21:16.078Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T15:21:16.669Z] Attempting uninstall: requests [2020-08-12T15:21:16.669Z] Found existing installation: requests 2.23.0 [2020-08-12T15:21:16.669Z] Uninstalling requests-2.23.0: [2020-08-12T15:21:16.940Z] Successfully uninstalled requests-2.23.0 [2020-08-12T15:21:17.915Z] Running setup.py install for dockerpty: started [2020-08-12T15:21:19.873Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T15:21:19.873Z] Running setup.py install for texttable: started [2020-08-12T15:21:21.831Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T15:21:21.831Z] Running setup.py install for docopt: started [2020-08-12T15:21:23.245Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T15:21:23.245Z] Running setup.py install for PyYAML: started [2020-08-12T15:21:25.199Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T15:21:26.169Z] 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-12T15:21:29.544Z] Removing intermediate container 513f60ec5dbc [2020-08-12T15:21:29.544Z] ---> 5a062000593d [2020-08-12T15:21:29.544Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T15:21:29.820Z] ---> Running in 445fbed50a86 [2020-08-12T15:21:31.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T15:21:31.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T15:21:31.838Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T15:21:31.838Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T15:21:31.838Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T15:21:31.838Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T15:21:31.838Z] OK: 71 MiB in 58 packages [2020-08-12T15:21:33.270Z] Removing intermediate container 445fbed50a86 [2020-08-12T15:21:33.270Z] ---> ccf223c9e391 [2020-08-12T15:21:33.270Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T15:21:33.270Z] ---> Running in b0344e77bf34 [2020-08-12T15:21:33.859Z] Removing intermediate container b0344e77bf34 [2020-08-12T15:21:33.859Z] ---> e299479e017e [2020-08-12T15:21:33.859Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T15:21:33.859Z] ---> Running in 7e3f02eaea76 [2020-08-12T15:21:34.138Z] Removing intermediate container 7e3f02eaea76 [2020-08-12T15:21:34.138Z] ---> 9efee6deba02 [2020-08-12T15:21:34.138Z] Step 25/26 : LABEL git_sha=c97bb4103008b8485dba1ebfa3398f6e079f512d [2020-08-12T15:21:34.730Z] ---> Running in a30298d63d39 [2020-08-12T15:21:35.017Z] Removing intermediate container a30298d63d39 [2020-08-12T15:21:35.017Z] ---> 5d039679fbcc [2020-08-12T15:21:35.017Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T15:21:35.017Z] ---> Running in a728c8bceda7 [2020-08-12T15:21:35.613Z] Removing intermediate container a728c8bceda7 [2020-08-12T15:21:35.613Z] ---> bffddcdeaeb6 [2020-08-12T15:21:35.613Z] [2020-08-12T15:21:35.885Z] Successfully built bffddcdeaeb6 [2020-08-12T15:21:35.885Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-12T15:21:36.443Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-12T15:21:36.457Z] $ docker stop --time=1 cab03548f73cec0898e1d13ee697be7f5eebca55732dd3885f16c7caaa600e43 [2020-08-12T15:21:38.281Z] $ docker rm -f cab03548f73cec0898e1d13ee697be7f5eebca55732dd3885f16c7caaa600e43 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T15:21:38.915Z] + docker images [2020-08-12T15:21:38.915Z] + grep docker [2020-08-12T15:21:39.183Z] docker-sys-mgmt-agent-go-arm64 latest bffddcdeaeb6 4 seconds ago 266MB [2020-08-12T15:21:39.183Z] docker-core-data-go-arm64 latest 1efd9357c3fe 44 seconds ago 22.6MB [2020-08-12T15:21:39.183Z] docker-security-secrets-setup-go-arm64 latest 2b644cfb9862 51 seconds ago 24.2MB [2020-08-12T15:21:39.183Z] docker-security-secretstore-setup-go-arm64 latest dcbcc5d0e624 About a minute ago 32.6MB [2020-08-12T15:21:39.183Z] docker-security-proxy-setup-go-arm64 latest 97a6dcb068fd 2 minutes ago 15.8MB [2020-08-12T15:21:39.183Z] docker-core-metadata-go-arm64 latest 42980eb0d0cd 4 minutes ago 13.8MB [2020-08-12T15:21:39.183Z] docker-support-notifications-go-arm64 latest 2dc227240deb 4 minutes ago 13.9MB [2020-08-12T15:21:39.183Z] docker-core-command-go-arm64 latest efb55cbf7216 4 minutes ago 12.4MB [2020-08-12T15:21:39.183Z] docker-support-scheduler-go-arm64 latest ac1332256bc3 4 minutes ago 12.6MB [2020-08-12T15:21:39.183Z] docker-support-logging-go-arm64 latest 0f1047b1cfb2 4 minutes ago 11.4MB [2020-08-12T15:21:39.183Z] docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-12T15:21:40.772Z] provisioning config files... [2020-08-12T15:21:40.794Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config4327281839920882175tmp [Pipeline] { [Pipeline] sh [2020-08-12T15:21:41.147Z] + curl -s https://codecov.io/bash [2020-08-12T15:21:41.147Z] + bash -s - -t @/w/workspace/edgex-go/6@tmp/config4327281839920882175tmp [Pipeline] } [2020-08-12T15:21:41.727Z] 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-12T15:21:43.190Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T15:21:44.063Z] ---> package-listing.sh [2020-08-12T15:21:44.063Z] ++ facter osfamily [2020-08-12T15:21:44.063Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-12T15:21:44.063Z] + OS_FAMILY=redhat [2020-08-12T15:21:44.063Z] + workspace=/w/workspace/edgex-go/6 [2020-08-12T15:21:44.063Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-12T15:21:44.063Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-12T15:21:44.063Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-12T15:21:44.063Z] + PACKAGES=/tmp/packages_start.txt [2020-08-12T15:21:44.063Z] + '[' /w/workspace/edgex-go/6 ']' [2020-08-12T15:21:44.063Z] + PACKAGES=/tmp/packages_end.txt [2020-08-12T15:21:44.063Z] + case "${OS_FAMILY}" in [2020-08-12T15:21:44.063Z] + rpm -qa [2020-08-12T15:21:44.063Z] + sort [2020-08-12T15:21:48.275Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-12T15:21:48.275Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-12T15:21:48.275Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-12T15:21:48.275Z] + '[' /w/workspace/edgex-go/6 ']' [2020-08-12T15:21:48.275Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-08-12T15:21:48.275Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:21:49.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T15:21:49.056Z] [2020-08-12T15:21:49.056Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-12T15:21:49.404Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T15:21:49.404Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-12T15:21:49.404Z] c9b1b535fdd9: Pulling fs layer [2020-08-12T15:21:49.404Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-12T15:21:49.404Z] 756a868c4378: Pulling fs layer [2020-08-12T15:21:49.404Z] 444b2fc9a129: Pulling fs layer [2020-08-12T15:21:49.404Z] ea15f1150254: Pulling fs layer [2020-08-12T15:21:49.404Z] 41b27a9f41bf: Pulling fs layer [2020-08-12T15:21:49.404Z] 28c525ee5125: Pulling fs layer [2020-08-12T15:21:49.404Z] 094b1ea09ed8: Pulling fs layer [2020-08-12T15:21:49.404Z] 138eaada9080: Pulling fs layer [2020-08-12T15:21:49.404Z] 0622d0fa9048: Pulling fs layer [2020-08-12T15:21:49.404Z] 28c525ee5125: Waiting [2020-08-12T15:21:49.404Z] ea15f1150254: Waiting [2020-08-12T15:21:49.404Z] 094b1ea09ed8: Waiting [2020-08-12T15:21:49.404Z] 41b27a9f41bf: Waiting [2020-08-12T15:21:49.404Z] 138eaada9080: Waiting [2020-08-12T15:21:49.404Z] 0622d0fa9048: Waiting [2020-08-12T15:21:49.404Z] 444b2fc9a129: Waiting [2020-08-12T15:21:49.404Z] 2cc5ad85d9ab: Download complete [2020-08-12T15:21:49.404Z] 444b2fc9a129: Verifying Checksum [2020-08-12T15:21:49.404Z] 444b2fc9a129: Download complete [2020-08-12T15:21:49.404Z] c9b1b535fdd9: Verifying Checksum [2020-08-12T15:21:49.404Z] ea15f1150254: Download complete [2020-08-12T15:21:49.672Z] 28c525ee5125: Verifying Checksum [2020-08-12T15:21:49.672Z] 28c525ee5125: Download complete [2020-08-12T15:21:49.947Z] 756a868c4378: Verifying Checksum [2020-08-12T15:21:49.947Z] 756a868c4378: Download complete [2020-08-12T15:21:49.947Z] c9b1b535fdd9: Pull complete [2020-08-12T15:21:49.947Z] 138eaada9080: Verifying Checksum [2020-08-12T15:21:49.947Z] 138eaada9080: Download complete [2020-08-12T15:21:50.214Z] 0622d0fa9048: Verifying Checksum [2020-08-12T15:21:50.214Z] 0622d0fa9048: Download complete [2020-08-12T15:21:50.214Z] 094b1ea09ed8: Verifying Checksum [2020-08-12T15:21:50.214Z] 094b1ea09ed8: Download complete [2020-08-12T15:21:50.214Z] 2cc5ad85d9ab: Pull complete [2020-08-12T15:21:50.475Z] 41b27a9f41bf: Verifying Checksum [2020-08-12T15:21:50.475Z] 41b27a9f41bf: Download complete [2020-08-12T15:21:52.478Z] 756a868c4378: Pull complete [2020-08-12T15:21:52.478Z] 444b2fc9a129: Pull complete [2020-08-12T15:21:52.478Z] ea15f1150254: Pull complete [2020-08-12T15:21:59.081Z] 41b27a9f41bf: Pull complete [2020-08-12T15:21:59.081Z] 28c525ee5125: Pull complete [2020-08-12T15:22:01.653Z] 094b1ea09ed8: Pull complete [2020-08-12T15:22:01.653Z] 138eaada9080: Pull complete [2020-08-12T15:22:02.594Z] 0622d0fa9048: Pull complete [2020-08-12T15:22:02.594Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-12T15:22:02.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T15:22:02.855Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-12T15:22:03.024Z] prd-centos7-docker-4c-2g-5000 does not seem to be running inside a container [2020-08-12T15:22:03.072Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-12T15:22:06.669Z] $ docker top 2643da4eedcad79a8b94df6a091bcfe37654d495361a1916524f8bdb0562728a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-12T15:22:06.976Z] provisioning config files... [2020-08-12T15:22:06.993Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config6859761574844100341tmp [Pipeline] { [Pipeline] echo [2020-08-12T15:22:07.051Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T15:22:07.342Z] ---> create-netrc.sh [Pipeline] echo [2020-08-12T15:22:07.351Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T15:22:07.646Z] ---> logs-deploy.sh [2020-08-12T15:22:07.646Z] + ARCHIVE_ARTIFACTS= [2020-08-12T15:22:07.646Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-12T15:22:07.646Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-12T15:22:07.646Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-12T15:22:07.646Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/6 [2020-08-12T15:22:07.646Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/6/ [2020-08-12T15:22:07.646Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/6 /w/workspace/edgex-go/6 [2020-08-12T15:22:08.587Z] Archives upload complete. [2020-08-12T15:22:08.848Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/6/